test/run.py typical test results (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B)

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testBases.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testBases.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testBases.py line 11
# lazily imported pygeodesy.precision from .dms by PyGeodesy/test/testBases.py line 11
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testBases.py line 69
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testBases.py line 69
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testBases.py line 69
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testBases.py line 69
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testBases.py line 69

    testing testBases.py 20.03.154 isLazy=3

    testLatLon(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 1 lat, lon: 50.06632°N, 005.71475°W
    test 2 lat, lon: 50.066389°N, 005.714722°W
    test 3 isequalTo: True
    test 4 isequalTo3: True
    test 5 latlon: (52.205, 0.119)
    test 6 latlonheight: (52.205, 0.119, 0.0)
    test 7 phimlam: (0.911149, 0.002077)
    test 8 phimlamheight: (0.911149, 0.002077, 0.0)
    test 9 toStr: 51°28′40″N, 000°00′06″W
    test 10 toStr: 51.4778°N, 000.0016°W
    test 11 precision: 0
    test 12 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 13 isequalTo: True
    test 14 isequalTo3: False
    test 15 latlon: (51.4778, -0.0016)
    test 16 phimlam: (0.898457, -0.000028)
    test 17 isequalTo: True
    test 18 isequalTo3: True
    test 19 latlon: (51.4778, -0.0016)
    test 20 latlonheight: (51.4778, -0.0016, 42.0)
    test 21 phimlam: (0.898457, -0.000028)
    test 22 phimlamheight: (0.898457, -0.000028, 42.0)
    test 23 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 24 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 25 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 26 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLon(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 27 lat, lon: 50.06632°N, 005.71475°W
    test 28 lat, lon: 50.066389°N, 005.714722°W
    test 29 isequalTo: True
    test 30 isequalTo3: True
    test 31 latlon: (52.205, 0.119)
    test 32 latlonheight: (52.205, 0.119, 0.0)
    test 33 phimlam: (0.911149, 0.002077)
    test 34 phimlamheight: (0.911149, 0.002077, 0.0)
    test 35 toStr: 51°28′40″N, 000°00′06″W
    test 36 toStr: 51.4778°N, 000.0016°W
    test 37 precision: 0
    test 38 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 39 isequalTo: True
    test 40 isequalTo3: False
    test 41 latlon: (51.4778, -0.0016)
    test 42 phimlam: (0.898457, -0.000028)
    test 43 isequalTo: True
    test 44 isequalTo3: True
    test 45 latlon: (51.4778, -0.0016)
    test 46 latlonheight: (51.4778, -0.0016, 42.0)
    test 47 phimlam: (0.898457, -0.000028)
    test 48 phimlamheight: (0.898457, -0.000028, 42.0)
    test 49 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 50 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 51 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 52 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLon(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 53 lat, lon: 50.06632°N, 005.71475°W
    test 54 lat, lon: 50.066389°N, 005.714722°W
    test 55 isequalTo: True
    test 56 isequalTo3: True
    test 57 latlon: (52.205, 0.119)
    test 58 latlonheight: (52.205, 0.119, 0.0)
    test 59 phimlam: (0.911149, 0.002077)
    test 60 phimlamheight: (0.911149, 0.002077, 0.0)
    test 61 toStr: 51°28′40″N, 000°00′06″W
    test 62 toStr: 51.4778°N, 000.0016°W
    test 63 precision: 0
    test 64 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 65 isequalTo: True
    test 66 isequalTo3: False
    test 67 latlon: (51.4778, -0.0016)
    test 68 phimlam: (0.898457, -0.000028)
    test 69 isequalTo: True
    test 70 isequalTo3: True
    test 71 latlon: (51.4778, -0.0016)
    test 72 latlonheight: (51.4778, -0.0016, 42.0)
    test 73 phimlam: (0.898457, -0.000028)
    test 74 phimlamheight: (0.898457, -0.000028, 42.0)
    test 75 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 76 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 77 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 78 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLon(pygeodesy.sphericalNvector, 20.06.16)
    test 79 lat, lon: 50.06632°N, 005.71475°W
    test 80 lat, lon: 50.066389°N, 005.714722°W
    test 81 isequalTo: True
    test 82 isequalTo3: True
    test 83 latlon: (52.205, 0.119)
    test 84 latlonheight: (52.205, 0.119, 0.0)
    test 85 phimlam: (0.911149, 0.002077)
    test 86 phimlamheight: (0.911149, 0.002077, 0.0)
    test 87 toStr: 51°28′40″N, 000°00′06″W
    test 88 toStr: 51.4778°N, 000.0016°W
    test 89 precision: 0
    test 90 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 91 isequalTo: True
    test 92 isequalTo3: False
    test 93 latlon: (51.4778, -0.0016)
    test 94 phimlam: (0.898457, -0.000028)
    test 95 isequalTo: True
    test 96 isequalTo3: True
    test 97 latlon: (51.4778, -0.0016)
    test 98 latlonheight: (51.4778, -0.0016, 42.0)
    test 99 phimlam: (0.898457, -0.000028)
    test 100 phimlamheight: (0.898457, -0.000028, 42.0)
    test 101 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 102 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 103 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 104 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLon(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 105 lat, lon: 50.06632°N, 005.71475°W
    test 106 lat, lon: 50.066389°N, 005.714722°W
    test 107 isequalTo: True
    test 108 isequalTo3: True
    test 109 latlon: (52.205, 0.119)
    test 110 latlonheight: (52.205, 0.119, 0.0)
    test 111 phimlam: (0.911149, 0.002077)
    test 112 phimlamheight: (0.911149, 0.002077, 0.0)
    test 113 toStr: 51°28′40″N, 000°00′06″W
    test 114 toStr: 51.4778°N, 000.0016°W
    test 115 precision: 0
    test 116 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 117 isequalTo: True
    test 118 isequalTo3: False
    test 119 latlon: (51.4778, -0.0016)
    test 120 phimlam: (0.898457, -0.000028)
    test 121 isequalTo: True
    test 122 isequalTo3: True
    test 123 latlon: (51.4778, -0.0016)
    test 124 latlonheight: (51.4778, -0.0016, 42.0)
    test 125 phimlam: (0.898457, -0.000028)
    test 126 phimlamheight: (0.898457, -0.000028, 42.0)
    test 127 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 128 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 129 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 130 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLonBase(pygeodesy.latlonBase, 20.06.15)
    test 131 lat, lon: 50.06632°N, 005.71475°W
    test 132 lat, lon: 50.066389°N, 005.714722°W
    test 133 isequalTo: True
    test 134 isequalTo3: True
    test 135 latlon: (52.205, 0.119)
    test 136 latlonheight: (52.205, 0.119, 0.0)
    test 137 phimlam: (0.911149, 0.002077)
    test 138 phimlamheight: (0.911149, 0.002077, 0.0)
    test 139 toStr: 51°28′40″N, 000°00′06″W
    test 140 toStr: 51.4778°N, 000.0016°W
    test 141 precision: 0
    test 142 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 143 isequalTo: True
    test 144 isequalTo3: False
    test 145 latlon: (51.4778, -0.0016)
    test 146 phimlam: (0.898457, -0.000028)
    test 147 isequalTo: True
    test 148 isequalTo3: True
    test 149 latlon: (51.4778, -0.0016)
    test 150 latlonheight: (51.4778, -0.0016, 42.0)
    test 151 phimlam: (0.898457, -0.000028)
    test 152 phimlamheight: (0.898457, -0.000028, 42.0)
    test 153 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 154 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 155 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 156 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLonNvectorBase(pygeodesy.nvectorBase, 20.05.14)
    test 157 lat, lon: 50.06632°N, 005.71475°W
    test 158 lat, lon: 50.066389°N, 005.714722°W
    test 159 isequalTo: True
    test 160 isequalTo3: True
    test 161 latlon: (52.205, 0.119)
    test 162 latlonheight: (52.205, 0.119, 0.0)
    test 163 phimlam: (0.911149, 0.002077)
    test 164 phimlamheight: (0.911149, 0.002077, 0.0)
    test 165 toStr: 51°28′40″N, 000°00′06″W
    test 166 toStr: 51.4778°N, 000.0016°W
    test 167 precision: 0
    test 168 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 169 isequalTo: True
    test 170 isequalTo3: False
    test 171 latlon: (51.4778, -0.0016)
    test 172 phimlam: (0.898457, -0.000028)
    test 173 isequalTo: True
    test 174 isequalTo3: True
    test 175 latlon: (51.4778, -0.0016)
    test 176 latlonheight: (51.4778, -0.0016, 42.0)
    test 177 phimlam: (0.898457, -0.000028)
    test 178 phimlamheight: (0.898457, -0.000028, 42.0)
    test 179 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 180 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 181 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 182 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLonEllipsoidalBase(pygeodesy.ellipsoidalBase, 20.05.14)
    test 183 lat, lon: 50.06632°N, 005.71475°W
    test 184 lat, lon: 50.066389°N, 005.714722°W
    test 185 isequalTo: True
    test 186 isequalTo3: True
    test 187 latlon: (52.205, 0.119)
    test 188 latlonheight: (52.205, 0.119, 0.0)
    test 189 phimlam: (0.911149, 0.002077)
    test 190 phimlamheight: (0.911149, 0.002077, 0.0)
    test 191 toStr: 51°28′40″N, 000°00′06″W
    test 192 toStr: 51.4778°N, 000.0016°W
    test 193 precision: 0
    test 194 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 195 isequalTo: True
    test 196 isequalTo3: False
    test 197 latlon: (51.4778, -0.0016)
    test 198 phimlam: (0.898457, -0.000028)
    test 199 isequalTo: True
    test 200 isequalTo3: True
    test 201 latlon: (51.4778, -0.0016)
    test 202 latlonheight: (51.4778, -0.0016, 42.0)
    test 203 phimlam: (0.898457, -0.000028)
    test 204 phimlamheight: (0.898457, -0.000028, 42.0)
    test 205 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 206 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 207 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 208 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    testLatLonSphericalBase(pygeodesy.sphericalBase, 20.06.15)
    test 209 lat, lon: 50.06632°N, 005.71475°W
    test 210 lat, lon: 50.066389°N, 005.714722°W
    test 211 isequalTo: True
    test 212 isequalTo3: True
    test 213 latlon: (52.205, 0.119)
    test 214 latlonheight: (52.205, 0.119, 0.0)
    test 215 phimlam: (0.911149, 0.002077)
    test 216 phimlamheight: (0.911149, 0.002077, 0.0)
    test 217 toStr: 51°28′40″N, 000°00′06″W
    test 218 toStr: 51.4778°N, 000.0016°W
    test 219 precision: 0
    test 220 toStr: 51°28′40″N, 000°00′06″W, +42.00m
    test 221 isequalTo: True
    test 222 isequalTo3: False
    test 223 latlon: (51.4778, -0.0016)
    test 224 phimlam: (0.898457, -0.000028)
    test 225 isequalTo: True
    test 226 isequalTo3: True
    test 227 latlon: (51.4778, -0.0016)
    test 228 latlonheight: (51.4778, -0.0016, 42.0)
    test 229 phimlam: (0.898457, -0.000028)
    test 230 phimlamheight: (0.898457, -0.000028, 42.0)
    test 231 latlon: LatLon2Tuple(lat=51.4778, lon=-0.0016)
    test 232 latlonheight: LatLon3Tuple(lat=51.4778, lon=-0.0016, height=42.0)
    test 233 phimlam: PhiLam2Tuple(phi=0.898457, lam=-0.000028)
    test 234 phimlamheight: PhiLam3Tuple(phi=0.898457, lam=-0.000028, height=42.0)

    all 234 testBases.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 36.855 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testBasics.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.INF from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.NAN from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.NEG0 from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.halfs2 from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.isint from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.isfinite from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.isneg0 from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.isscalar from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.map1 from .basics by PyGeodesy/test/testBasics.py line 11
# lazily imported pygeodesy.splice from .utily by PyGeodesy/test/testBasics.py line 11

    testing testBasics.py 20.05.05 (module pygeodesy.basics 20.06.15) isLazy=3
    test 1 clips: test/t....ics.py
    test 2 halfs2: ('test/test', 'Basics.py')
    test 3 isfinite(0): True
    test 4 isint(0): True
    test 5 isint(0+0.5): False
    test 6 isscalar(0): True
    test 7 isfinite(0.0): True
    test 8 isint(0.0): True
    test 9 isint(0.0+0.5): False
    test 10 isscalar(0.0): True
    test 11 isfinite(1): True
    test 12 isint(1): True
    test 13 isint(1+0.5): False
    test 14 isscalar(1): True
    test 15 isfinite(1.0): True
    test 16 isint(1.0): True
    test 17 isint(1.0+0.5): False
    test 18 isscalar(1.0): True
    test 19 isfinite(1e+300): True
    test 20 isint(1e+300): True
    test 21 isint(1e+300+0.5): True
    test 22 isscalar(1e+300): True
    test 23 isfinite(-1e+300): True
    test 24 isint(-1e+300): True
    test 25 isint(-1e+300+0.5): True
    test 26 isscalar(-1e+300): True
    test 27 isfinite(inf): False
    test 28 isint(inf): False
    test 29 isint(inf+0.5): False
    test 30 isscalar(inf): True
    test 31 isfinite(inf): False
    test 32 isint(inf): False
    test 33 isint(inf+0.5): False
    test 34 isscalar(inf): True
    test 35 isfinite(nan): False
    test 36 isint(nan): False
    test 37 isint(nan+0.5): False
    test 38 isscalar(nan): True
    test 39 isfinite(-0.0): True
    test 40 isint(-0.0): True
    test 41 isint(-0.0+0.5): False
    test 42 isscalar(-0.0): True
    test 43 isneg0(NEG0): True
    test 44 isneg0(0.0): False
    test 45 isneg0(INF): False
    test 46 isneg0(NAN): False
    test 47 type(C.r_o): property_RO
    test 48 type(c.r_o): <class 'bool'>
    test 49 c.r_o: True
    test 50 c.r_o = False: immutable property: <__main__.C object at 0x7f9f0e314110>.r_o = False, invalid
    test 51 splice: ((0, 2, 4, 6, 8), (1, 3, 5, 7, 9))
    test 52 splice: ((0, 3, 6, 9), (1, 4, 7), (2, 5, 8))
    test 53 splice: ((0, 3, 6, 9), (1, 4, 7, -1), (2, 5, 8, -1))
    test 54 splice: ((0, 5, 10), (1, 6, 11), (2, 7), (3, 8), (4, 9))

    all 54 testBasics.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 859.976 us

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testCartesian.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testCartesian.py line 11
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testCartesian.py line 11
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testCartesian.py line 118
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testCartesian.py line 118
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testCartesian.py line 118
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testCartesian.py line 118

    testing testCartesian.py 20.06.15 isLazy=3
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testCartesian.py line 124

    testCartesian(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 1 Cartesian0: [3980581, 97, 4966825]
    test 2 Cartesian4: [3980581.0, 97.0, 4966825.0]
    test 3 isEllipsoidal: True
    test 4 isSpherical: False
    test 5 copy(Cartesian): (<class 'pygeodesy.ellipsoidalKarney.Cartesian'>, True)
    test 6 Cartesian.copy(): (<class 'pygeodesy.ellipsoidalKarney.Cartesian'>, True)
    test 7 Vector4Tuple: Vector4Tuple(x=0.622818, y=0.000015, z=0.782367, h=0.242887)  FAILED, KNOWN, expected (x=0.6228177647454303, y=1.517701139112776e-05, z=0.782366941841975, h=0.24288680875513333)
    test 8 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 9 LatLon: 50.0379°N, 008.5622°E, +0.00m  FAILED, KNOWN, expected 50.0379°N, 008.5622°E
    test 10 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 11 LatLon: 51.47°N, 000.4543°E, -0.00m  FAILED, KNOWN, expected 51.47°N, 000.4543°E
    test 12 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 13 LatLon: 40.633365°N, 073.783328°W
    test 14 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 15 LatLon: 33.95°N, 118.4°W, +0.00m  FAILED, KNOWN, expected 33.95°N, 118.4°W
    test 16 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 17 LatLon: 41.32°S, 174.81°E
    test 18 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 19 LatLon: 40.96°N, 005.5°E
    test 20 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 21 LatLon: 40.1°N, 116.6°E
    test 22 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 23 LatLon: 37.6°N, 122.4°W, +0.00m  FAILED, KNOWN, expected 37.6°N, 122.4°W
    test 24 copy: True
    test 25 __eq__: True
    test 26 __ne__: False
    test 27 Cartesian: <class 'pygeodesy.ellipsoidalKarney.Cartesian'>
    test 28 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 29 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 30 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 31 isequalTo: <class 'bool'>
    test 32 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 33 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 34 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 35 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 36 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 37 toLatLon: <class 'pygeodesy.ellipsoidalKarney.LatLon'>
    test 38 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 39 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 40 Cartesian: <class 'pygeodesy.cartesianBase.CartesianBase'>
    test 41 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 42 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 43 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 44 isequalTo: <class 'bool'>
    test 45 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 46 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 47 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 48 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 49 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 50 toLatLon: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 51 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 52 xyz: <class 'pygeodesy.named.Vector3Tuple'>

    testCartesian(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 53 Cartesian0: [3980581, 97, 4966825]
    test 54 Cartesian4: [3980581.0, 97.0, 4966825.0]
    test 55 isEllipsoidal: True
    test 56 isSpherical: False
    test 57 copy(Cartesian): (<class 'pygeodesy.ellipsoidalNvector.Cartesian'>, True)
    test 58 Cartesian.copy(): (<class 'pygeodesy.ellipsoidalNvector.Cartesian'>, True)
    test 59 Nvector: Nvector(0.62282, 0.00002, 0.78237, +0.24)
    test 60 Nvector3: (0.623, 0.0, 0.782, +0.24)
    test 61 Nvector6: (0.622818, 0.000015, 0.782367, +0.24)
    test 62 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 63 LatLon: 50.0379°N, 008.5622°E, +0.00m  FAILED, KNOWN, expected 50.0379°N, 008.5622°E
    test 64 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 65 LatLon: 51.47°N, 000.4543°E
    test 66 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 67 LatLon: 40.633365°N, 073.783328°W, +0.00m  FAILED, KNOWN, expected 40.633365°N, 073.783328°W
    test 68 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 69 LatLon: 33.95°N, 118.4°W, +0.00m  FAILED, KNOWN, expected 33.95°N, 118.4°W
    test 70 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 71 LatLon: 41.32°S, 174.81°E, +0.00m  FAILED, KNOWN, expected 41.32°S, 174.81°E
    test 72 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 73 LatLon: 40.96°N, 005.5°E, +0.00m  FAILED, KNOWN, expected 40.96°N, 005.5°E
    test 74 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 75 LatLon: 40.1°N, 116.6°E, -0.00m  FAILED, KNOWN, expected 40.1°N, 116.6°E
    test 76 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 77 LatLon: 37.6°N, 122.4°W, +0.00m  FAILED, KNOWN, expected 37.6°N, 122.4°W
    test 78 copy: True
    test 79 __eq__: True
    test 80 __ne__: False
    test 81 Cartesian: <class 'pygeodesy.ellipsoidalNvector.Cartesian'>
    test 82 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 83 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 84 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 85 isequalTo: <class 'bool'>
    test 86 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 87 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 88 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 89 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 90 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 91 toLatLon: <class 'pygeodesy.ellipsoidalNvector.LatLon'>
    test 92 toNvector: <class 'pygeodesy.ellipsoidalNvector.Nvector'>
    test 93 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 94 Cartesian: <class 'pygeodesy.cartesianBase.CartesianBase'>
    test 95 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 96 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 97 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 98 isequalTo: <class 'bool'>
    test 99 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 100 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 101 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 102 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 103 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 104 toLatLon: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 105 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 106 xyz: <class 'pygeodesy.named.Vector3Tuple'>

    testCartesian(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 107 Cartesian0: [3980581, 97, 4966825]
    test 108 Cartesian4: [3980581.0, 97.0, 4966825.0]
    test 109 isEllipsoidal: True
    test 110 isSpherical: False
    test 111 copy(Cartesian): (<class 'pygeodesy.ellipsoidalVincenty.Cartesian'>, True)
    test 112 Cartesian.copy(): (<class 'pygeodesy.ellipsoidalVincenty.Cartesian'>, True)
    test 113 Vector4Tuple: Vector4Tuple(x=0.622818, y=0.000015, z=0.782367, h=0.242887)  FAILED, KNOWN, expected (x=0.6228177647454303, y=1.517701139112776e-05, z=0.782366941841975, h=0.24288680875513333)
    test 114 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 115 LatLon: 50.0379°N, 008.5622°E, +0.00m  FAILED, KNOWN, expected 50.0379°N, 008.5622°E
    test 116 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 117 LatLon: 51.47°N, 000.4543°E
    test 118 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 119 LatLon: 40.633365°N, 073.783328°W, +0.00m  FAILED, KNOWN, expected 40.633365°N, 073.783328°W
    test 120 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 121 LatLon: 33.95°N, 118.4°W, +0.00m  FAILED, KNOWN, expected 33.95°N, 118.4°W
    test 122 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 123 LatLon: 41.32°S, 174.81°E, +0.00m  FAILED, KNOWN, expected 41.32°S, 174.81°E
    test 124 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 125 LatLon: 40.96°N, 005.5°E, +0.00m  FAILED, KNOWN, expected 40.96°N, 005.5°E
    test 126 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 127 LatLon: 40.1°N, 116.6°E, -0.00m  FAILED, KNOWN, expected 40.1°N, 116.6°E
    test 128 convertDatum: [3980581.0, 97.0, 4966825.0]
    test 129 LatLon: 37.6°N, 122.4°W, +0.00m  FAILED, KNOWN, expected 37.6°N, 122.4°W
    test 130 copy: True
    test 131 __eq__: True
    test 132 __ne__: False
    test 133 Cartesian: <class 'pygeodesy.ellipsoidalVincenty.Cartesian'>
    test 134 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 135 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 136 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 137 isequalTo: <class 'bool'>
    test 138 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 139 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 140 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 141 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 142 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 143 toLatLon: <class 'pygeodesy.ellipsoidalVincenty.LatLon'>
    test 144 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 145 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 146 Cartesian: <class 'pygeodesy.cartesianBase.CartesianBase'>
    test 147 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 148 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 149 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 150 isequalTo: <class 'bool'>
    test 151 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 152 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 153 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 154 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 155 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 156 toLatLon: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 157 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 158 xyz: <class 'pygeodesy.named.Vector3Tuple'>

    testCartesian(pygeodesy.sphericalNvector, 20.06.16)
    test 159 Cartesian0: [3980581, 97, 4966825]
    test 160 Cartesian4: [3980581.0, 97.0, 4966825.0]
    test 161 isEllipsoidal: False
    test 162 isSpherical: True
    test 163 copy(Cartesian): (<class 'pygeodesy.sphericalNvector.Cartesian'>, True)
    test 164 Cartesian.copy(): (<class 'pygeodesy.sphericalNvector.Cartesian'>, True)
    test 165 Nvector: Nvector(0.62538, 0.00002, 0.78032, -5918.38)
    test 166 Nvector3: (0.625, 0.0, 0.78, -5918.38)
    test 167 Nvector6: (0.625377, 0.000015, 0.780323, -5918.38)
    test 168 LatLon: 50.0379°N, 008.5622°E, -0.00m  FAILED, KNOWN, expected 50.0379°N, 008.5622°E
    test 169 LatLon: 51.47°N, 000.4543°E
    test 170 LatLon: 40.633365°N, 073.783328°W
    test 171 LatLon: 33.95°N, 118.4°W
    test 172 LatLon: 41.32°S, 174.81°E, +0.00m  FAILED, KNOWN, expected 41.32°S, 174.81°E
    test 173 LatLon: 40.96°N, 005.5°E
    test 174 LatLon: 40.1°N, 116.6°E, +0.00m  FAILED, KNOWN, expected 40.1°N, 116.6°E
    test 175 LatLon: 37.6°N, 122.4°W, -0.00m  FAILED, KNOWN, expected 37.6°N, 122.4°W
    test 176 copy: True
    test 177 __eq__: True
    test 178 __ne__: False
    test 179 Cartesian: <class 'pygeodesy.sphericalNvector.Cartesian'>
    test 180 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 181 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 182 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 183 isequalTo: <class 'bool'>
    test 184 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 185 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 186 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 187 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 188 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 189 toLatLon: <class 'pygeodesy.sphericalNvector.LatLon'>
    test 190 toNvector: <class 'pygeodesy.sphericalNvector.Nvector'>
    test 191 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 192 Cartesian: <class 'pygeodesy.cartesianBase.CartesianBase'>
    test 193 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 194 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 195 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 196 isequalTo: <class 'bool'>
    test 197 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 198 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 199 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 200 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 201 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 202 toLatLon: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 203 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 204 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 205 intersections2: 37.673442°N, 090.234036°W
    test 206 intersections2: 36.109987°N, 090.95367°W
    test 207 intersections2: [-0.032779, -0.784769, 0.61892]
    test 208 intersections2: 38.237342°N, 092.391779°W
    test 209 intersections2: [0.025768, -0.798347, 0.601646]
    test 210 intersections2: 36.987868°N, 088.151309°W

    testCartesian(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 211 Cartesian0: [3980581, 97, 4966825]
    test 212 Cartesian4: [3980581.0, 97.0, 4966825.0]
    test 213 isEllipsoidal: False
    test 214 isSpherical: True
    test 215 copy(Cartesian): (<class 'pygeodesy.sphericalTrigonometry.Cartesian'>, True)
    test 216 Cartesian.copy(): (<class 'pygeodesy.sphericalTrigonometry.Cartesian'>, True)
    test 217 Vector4Tuple: Vector4Tuple(x=0.625377, y=0.000015, z=0.780323, h=-5918.380258)  FAILED, KNOWN, expected (x=0.6253769790183048, y=1.5239375097448227e-05, z=0.7803227754472505, h=-5918.3802583276365)
    test 218 LatLon: 50.0379°N, 008.5622°E, -0.00m  FAILED, KNOWN, expected 50.0379°N, 008.5622°E
    test 219 LatLon: 51.47°N, 000.4543°E
    test 220 LatLon: 40.633365°N, 073.783328°W
    test 221 LatLon: 33.95°N, 118.4°W
    test 222 LatLon: 41.32°S, 174.81°E, +0.00m  FAILED, KNOWN, expected 41.32°S, 174.81°E
    test 223 LatLon: 40.96°N, 005.5°E
    test 224 LatLon: 40.1°N, 116.6°E, +0.00m  FAILED, KNOWN, expected 40.1°N, 116.6°E
    test 225 LatLon: 37.6°N, 122.4°W, -0.00m  FAILED, KNOWN, expected 37.6°N, 122.4°W
    test 226 copy: True
    test 227 __eq__: True
    test 228 __ne__: False
    test 229 Cartesian: <class 'pygeodesy.sphericalTrigonometry.Cartesian'>
    test 230 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 231 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 232 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 233 isequalTo: <class 'bool'>
    test 234 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 235 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 236 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 237 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 238 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 239 toLatLon: <class 'pygeodesy.sphericalTrigonometry.LatLon'>
    test 240 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 241 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 242 Cartesian: <class 'pygeodesy.cartesianBase.CartesianBase'>
    test 243 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 244 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 245 latlonheightdatum: <class 'pygeodesy.named.LatLon4Tuple'>
    test 246 isequalTo: <class 'bool'>
    test 247 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 248 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 249 philamheightdatum: <class 'pygeodesy.named.PhiLam4Tuple'>
    test 250 to3llh: <class 'pygeodesy.named.LatLon4Tuple'>
    test 251 toEcef: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 252 toLatLon: <class 'pygeodesy.ecef.Ecef9Tuple'>
    test 253 toNvector: <class 'pygeodesy.named.Vector4Tuple'>
    test 254 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 255 intersections2: 37.673442°N, 090.234036°W
    test 256 intersections2: 36.109987°N, 090.95367°W
    test 257 intersections2: [-0.032779, -0.784769, 0.61892]
    test 258 intersections2: 38.237342°N, 092.391779°W
    test 259 intersections2: [0.025768, -0.798347, 0.601646]
    test 260 intersections2: 36.987868°N, 088.151309°W

    29 of 260 testCartesian.py tests (11.2%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 39.806 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testClasses.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testClasses.py line 74
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testClasses.py line 74
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testClasses.py line 74
# lazily imported pygeodesy.nvector by PyGeodesy/test/testClasses.py line 74
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testClasses.py line 74
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testClasses.py line 74

    testing testClasses.py 20.03.14 isLazy=3

    testCartesianAttrs(20.03.14)
    test 1 Ecef property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 2 angleTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 3 attrs() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 4 classname property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 5 classnaming property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 6 classof() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 7 cmp() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 8 convertDatum() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 9 convertRefFrame() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 10 copy() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 11 cross() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 12 crosserrors property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 13 datum property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 14 dividedBy() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 15 dot() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 16 equals() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 17 intersections2() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 18 isEllipsoidal property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 19 isSpherical property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 20 isequalTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 21 latlon property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 22 latlonheight property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 23 latlonheightdatum property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 24 length property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 25 minus() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 26 name property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 27 named property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 28 named2 property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 29 negate() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 30 others() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 31 parse() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 32 philam property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 33 philamheight property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 34 philamheightdatum property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 35 plus() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 36 rotate() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 37 rotateAround() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 38 sum() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 39 times() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 40 to2ab() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 41 to2ll() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 42 to3llh() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 43 to3xyz() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 44 toEcef() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 45 toLatLon() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 46 toNvector() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 47 toRepr() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 48 toStr() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 49 toStr2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 50 toVector() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 51 unit() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 52 x property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 53 xyz property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 54 y property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 55 z property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry

    testCartesianMro(20.03.14)
    test 56 pygeodesy.ellipsoidalKarney: pygeodesy.ellipsoidalKarney.Cartesian, pygeodesy.ellipsoidalBase.CartesianEllipsoidalBase, pygeodesy.cartesianBase.CartesianBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 57 pygeodesy.ellipsoidalNvector: pygeodesy.ellipsoidalNvector.Cartesian, pygeodesy.ellipsoidalBase.CartesianEllipsoidalBase, pygeodesy.cartesianBase.CartesianBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 58 pygeodesy.ellipsoidalVincenty: pygeodesy.ellipsoidalVincenty.Cartesian, pygeodesy.ellipsoidalBase.CartesianEllipsoidalBase, pygeodesy.cartesianBase.CartesianBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 59 pygeodesy.sphericalNvector: pygeodesy.sphericalNvector.Cartesian, pygeodesy.sphericalBase.CartesianSphericalBase, pygeodesy.cartesianBase.CartesianBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 60 pygeodesy.sphericalTrigonometry: pygeodesy.sphericalTrigonometry.Cartesian, pygeodesy.sphericalBase.CartesianSphericalBase, pygeodesy.cartesianBase.CartesianBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named

    testLatLonAttrs(20.03.14)
    test 61 Ecef property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 62 alongTrackDistanceTo() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 63 antipode() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 64 attrs() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 65 bearingTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 66 bearingTo2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 67 bounds() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 68 boundsOf() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 69 classname property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 70 classnaming property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 71 classof() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 72 compassAngle() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 73 compassAngleTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 74 convergence property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 75 convertDatum() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 76 convertRefFrame() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 77 copy() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 78 cosineAndoyerLambertTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 79 cosineForsytheAndoyerLambertTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 80 cosineLawTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 81 crossTrackDistanceTo() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 82 crossingParallels() method: pygeodesy.sphericalTrigonometry
    test 83 datum property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 84 deltaTo() method: pygeodesy.ellipsoidalNvector
    test 85 destination() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 86 destination2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty
    test 87 destinationNed() method: pygeodesy.ellipsoidalNvector
    test 88 distanceTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 89 distanceTo2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 90 distanceTo3() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty
    test 91 elevation2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 92 ellipsoid() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 93 ellipsoids() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 94 epoch property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 95 epsilon property: pygeodesy.ellipsoidalVincenty
    test 96 equals() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 97 equals3() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 98 equirectangularTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 99 euclideanTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 100 finalBearingOn() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty
    test 101 finalBearingTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 102 flatLocalTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 103 flatPolarTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 104 geodesic property_RO: pygeodesy.ellipsoidalKarney
    test 105 geoidHeight2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 106 greatCircle() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 107 greatCircleTo() method: pygeodesy.sphericalNvector
    test 108 haversineTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 109 height property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 110 hubenyTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 111 initialBearingTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 112 intermediateChordTo() method: pygeodesy.sphericalNvector
    test 113 intermediateTo() method: pygeodesy.ellipsoidalNvector, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 114 intersection() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 115 intersections2() method: pygeodesy.sphericalTrigonometry
    test 116 isEllipsoidal property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 117 isEnclosedBy() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 118 isSpherical property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 119 isWithin() method: pygeodesy.sphericalNvector
    test 120 isantipode() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 121 isantipodeTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 122 isenclosedBy() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 123 isequalTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 124 isequalTo3() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 125 iswithin() method: pygeodesy.sphericalNvector
    test 126 iteration property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 127 iterations property: pygeodesy.ellipsoidalVincenty
    test 128 lam property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 129 lat property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 130 latlon property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 131 latlon2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 132 latlon2round() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 133 latlon_() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 134 latlonheight property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 135 lon property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 136 maxLat() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 137 midpointTo() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 138 minLat() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 139 name property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 140 named property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 141 named2 property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 142 nearestOn() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 143 nearestOn2() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 144 nearestOn3() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 145 others() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 146 parse() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 147 phi property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 148 philam property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 149 philam2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 150 philamheight property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 151 points() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 152 points2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 153 reframe property: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 154 rhumbBearingTo() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 155 rhumbDestination() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 156 rhumbDistanceTo() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 157 rhumbMidpointTo() method: pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 158 scale property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 159 thomasTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 160 to2ab() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 161 to3llh() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 162 to3xyz() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 163 toCartesian() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 164 toEcef() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 165 toEtm() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 166 toLcc() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 167 toNvector() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 168 toOsgr() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 169 toRepr() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 170 toStr() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 171 toStr2() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 172 toUps() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 173 toUtm() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 174 toUtmUps() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty
    test 175 toVector() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 176 toVector3d() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 177 toWm() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 178 triangulate() method: pygeodesy.sphericalNvector
    test 179 trilaterate() method: pygeodesy.sphericalNvector
    test 180 vincentysTo() method: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 181 xyz property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry
    test 182 xyzh property_RO: pygeodesy.ellipsoidalKarney, pygeodesy.ellipsoidalNvector, pygeodesy.ellipsoidalVincenty, pygeodesy.sphericalNvector, pygeodesy.sphericalTrigonometry

    testLatLonMro(20.03.14)
    test 183 pygeodesy.ellipsoidalKarney: pygeodesy.ellipsoidalKarney.LatLon, pygeodesy.ellipsoidalBase.LatLonEllipsoidalBase, pygeodesy.latlonBase.LatLonBase, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 184 pygeodesy.ellipsoidalNvector: pygeodesy.ellipsoidalNvector.LatLon, pygeodesy.nvectorBase.LatLonNvectorBase, pygeodesy.ellipsoidalBase.LatLonEllipsoidalBase, pygeodesy.latlonBase.LatLonBase, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 185 pygeodesy.ellipsoidalVincenty: pygeodesy.ellipsoidalVincenty.LatLon, pygeodesy.ellipsoidalBase.LatLonEllipsoidalBase, pygeodesy.latlonBase.LatLonBase, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 186 pygeodesy.sphericalNvector: pygeodesy.sphericalNvector.LatLon, pygeodesy.nvectorBase.LatLonNvectorBase, pygeodesy.sphericalBase.LatLonSphericalBase, pygeodesy.latlonBase.LatLonBase, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 187 pygeodesy.sphericalTrigonometry: pygeodesy.sphericalTrigonometry.LatLon, pygeodesy.sphericalBase.LatLonSphericalBase, pygeodesy.latlonBase.LatLonBase, pygeodesy.named._NamedBase, pygeodesy.named._Named

    testNvectorAttrs(20.03.14)
    test 188 Ecef property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 189 H property: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 190 angleTo() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 191 attrs() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 192 classname property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 193 classnaming property: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 194 classof() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 195 cmp() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 196 copy() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 197 cross() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 198 crosserrors property: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 199 datum property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 200 dividedBy() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 201 dot() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 202 equals() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 203 greatCircle() method: pygeodesy.sphericalNvector
    test 204 h property: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 205 isEllipsoidal property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 206 isSpherical property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 207 isequalTo() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 208 lam property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 209 lat property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 210 latlon property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 211 latlonheight property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 212 length property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 213 lon property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 214 minus() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 215 name property: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 216 named property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 217 named2 property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 218 negate() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 219 others() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 220 parse() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 221 phi property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 222 philam property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 223 philamheight property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 224 plus() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 225 rotate() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 226 rotateAround() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 227 sum() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 228 times() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 229 to2ab() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 230 to2ll() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 231 to3abh() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 232 to3llh() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 233 to3xyz() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 234 to4xyzh() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 235 toCartesian() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 236 toLatLon() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 237 toRepr() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 238 toStr() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 239 toStr2() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 240 toVector3d() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 241 unit() method: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 242 x property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 243 xyz property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 244 xyzh property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 245 y property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector
    test 246 z property_RO: pygeodesy.ellipsoidalNvector, pygeodesy.nvector, pygeodesy.sphericalNvector

    testNvectorMro(20.03.14)
    test 247 pygeodesy.ellipsoidalNvector: pygeodesy.ellipsoidalNvector.Nvector, pygeodesy.nvectorBase.NvectorBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 248 pygeodesy.sphericalNvector: pygeodesy.sphericalNvector.Nvector, pygeodesy.nvectorBase.NvectorBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 249 pygeodesy.nvector: pygeodesy.nvectorBase.NvectorBase, pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named

    testVector3dAttrs(20.03.14)
    test 250 angleTo() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 251 attrs() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 252 classname property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 253 classnaming property: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 254 classof() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 255 cmp() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 256 copy() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 257 cross() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 258 crosserrors property: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 259 dividedBy() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 260 dot() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 261 equals() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 262 isequalTo() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 263 length property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 264 minus() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 265 name property: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 266 named property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 267 named2 property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 268 negate() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 269 others() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 270 parse() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 271 plus() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 272 rotate() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 273 rotateAround() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 274 sum() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 275 times() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 276 to2ab() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 277 to2ll() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 278 to3xyz() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 279 toRepr() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 280 toStr() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 281 toStr2() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 282 unit() method: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 283 x property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 284 xyz property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 285 y property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d
    test 286 z property_RO: pygeodesy.sphericalTrigonometry, pygeodesy.vector3d

    testVector3dMro(20.03.14)
    test 287 pygeodesy.sphericalTrigonometry: pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named
    test 288 pygeodesy.vector3d: pygeodesy.vector3d.Vector3d, pygeodesy.named._NamedBase, pygeodesy.named._Named

    testCopyAttr(20.03.14)
# lazily imported pygeodesy.__all__ by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Band from .units by PyGeodesy/test/testClasses.py line 95
    test 289 Band: copy
# lazily imported pygeodesy.Bearing from .units by PyGeodesy/test/testClasses.py line 95
    test 290 Bearing: copy
# lazily imported pygeodesy.Bearing_ from .units by PyGeodesy/test/testClasses.py line 95
    test 291 Bearing_: copy
# lazily imported pygeodesy.CSSError from .css by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.CassiniSoldner from .css by PyGeodesy/test/testClasses.py line 95
    test 292 CassiniSoldner: copy
# lazily imported pygeodesy.ClipError from .clipy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Conic from .lcc by PyGeodesy/test/testClasses.py line 95
    test 293 Conic: copy
# lazily imported pygeodesy.Conics from .lcc by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.CrossError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Css from .css by PyGeodesy/test/testClasses.py line 95
    test 294 Css: copy
# lazily imported pygeodesy.Datum from .datum by PyGeodesy/test/testClasses.py line 95
    test 295 Datum: copy
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Degrees from .units by PyGeodesy/test/testClasses.py line 95
    test 296 Degrees: copy
# lazily imported pygeodesy.Distance from .units by PyGeodesy/test/testClasses.py line 95
    test 297 Distance: copy
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.EPS1 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.EPS1_2 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.EPSGError from .epsg by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.EPS_2 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.ETMError from .etm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Easting from .units by PyGeodesy/test/testClasses.py line 95
    test 298 Easting: copy
# lazily imported pygeodesy.EcefCartesian from .ecef by PyGeodesy/test/testClasses.py line 95
    test 299 EcefCartesian: copy
# lazily imported pygeodesy.EcefError from .ecef by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.EcefKarney from .ecef by PyGeodesy/test/testClasses.py line 95
    test 300 EcefKarney: copy
# lazily imported pygeodesy.EcefMatrix from .ecef by PyGeodesy/test/testClasses.py line 95
    test 301 EcefMatrix: copy
# lazily imported pygeodesy.EcefSudano from .ecef by PyGeodesy/test/testClasses.py line 95
    test 302 EcefSudano: copy
# lazily imported pygeodesy.EcefVeness from .ecef by PyGeodesy/test/testClasses.py line 95
    test 303 EcefVeness: copy
# lazily imported pygeodesy.EcefYou from .ecef by PyGeodesy/test/testClasses.py line 95
    test 304 EcefYou: copy
# lazily imported pygeodesy.Ellipsoid from .datum by PyGeodesy/test/testClasses.py line 95
    test 305 Ellipsoid: copy
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Elliptic from .elliptic by PyGeodesy/test/testClasses.py line 95
    test 306 Elliptic: copy
# lazily imported pygeodesy.EllipticError from .elliptic by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Epsg from .epsg by PyGeodesy/test/testClasses.py line 95
    test 307 Epsg: copy
# lazily imported pygeodesy.Etm from .etm by PyGeodesy/test/testClasses.py line 95
    test 308 Etm: copy
# lazily imported pygeodesy.ExactTransverseMercator from .etm by PyGeodesy/test/testClasses.py line 95
    test 309 ExactTransverseMercator: copy
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DEG from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DEG_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DEG__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DMS_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DMS__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DM_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_DM__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_D_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_D__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_MIN from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_MIN_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_MIN__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_RAD_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_RAD__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_SEC from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_SEC_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F_SEC__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__E from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__E_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__E__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__F from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__F_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__F__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__G from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__G_ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.F__G__ from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Fdot from .fmath by PyGeodesy/test/testClasses.py line 95
    test 310 Fdot: copy
# lazily imported pygeodesy.Feet from .units by PyGeodesy/test/testClasses.py line 95
    test 311 Feet: copy
# lazily imported pygeodesy.Fhorner from .fmath by PyGeodesy/test/testClasses.py line 95
    test 312 Fhorner: copy
# lazily imported pygeodesy.Float from .units by PyGeodesy/test/testClasses.py line 95
    test 313 Float: copy
# lazily imported pygeodesy.Float_ from .units by PyGeodesy/test/testClasses.py line 95
    test 314 Float_: copy
# lazily imported pygeodesy.Fpolynomial from .fmath by PyGeodesy/test/testClasses.py line 95
    test 315 Fpolynomial: copy
# lazily imported pygeodesy.Frechet from .frechet by PyGeodesy/test/testClasses.py line 95
    test 316 Frechet: copy
# lazily imported pygeodesy.FrechetCosineAndoyerLambert from .frechet by PyGeodesy/test/testClasses.py line 95
    test 317 FrechetCosineAndoyerLambert: copy
# lazily imported pygeodesy.FrechetCosineForsytheAndoyerLambert from .frechet by PyGeodesy/test/testClasses.py line 95
    test 318 FrechetCosineForsytheAndoyerLambert: copy
# lazily imported pygeodesy.FrechetCosineLaw from .frechet by PyGeodesy/test/testClasses.py line 95
    test 319 FrechetCosineLaw: copy
# lazily imported pygeodesy.FrechetDegrees from .frechet by PyGeodesy/test/testClasses.py line 95
    test 320 FrechetDegrees: copy
# lazily imported pygeodesy.FrechetDistanceTo from .frechet by PyGeodesy/test/testClasses.py line 95
    test 321 FrechetDistanceTo: copy
# lazily imported pygeodesy.FrechetEquirectangular from .frechet by PyGeodesy/test/testClasses.py line 95
    test 322 FrechetEquirectangular: copy
# lazily imported pygeodesy.FrechetError from .frechet by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.FrechetEuclidean from .frechet by PyGeodesy/test/testClasses.py line 95
    test 323 FrechetEuclidean: copy
# lazily imported pygeodesy.FrechetFlatLocal from .frechet by PyGeodesy/test/testClasses.py line 95
    test 324 FrechetFlatLocal: copy
# lazily imported pygeodesy.FrechetFlatPolar from .frechet by PyGeodesy/test/testClasses.py line 95
    test 325 FrechetFlatPolar: copy
# lazily imported pygeodesy.FrechetHaversine from .frechet by PyGeodesy/test/testClasses.py line 95
    test 326 FrechetHaversine: copy
# lazily imported pygeodesy.FrechetHubeny from .frechet by PyGeodesy/test/testClasses.py line 95
    test 327 FrechetHubeny: copy
# lazily imported pygeodesy.FrechetKarney from .frechet by PyGeodesy/test/testClasses.py line 95
    test 328 FrechetKarney: copy
# lazily imported pygeodesy.FrechetRadians from .frechet by PyGeodesy/test/testClasses.py line 95
    test 329 FrechetRadians: copy
# lazily imported pygeodesy.FrechetThomas from .frechet by PyGeodesy/test/testClasses.py line 95
    test 330 FrechetThomas: copy
# lazily imported pygeodesy.FrechetVincentys from .frechet by PyGeodesy/test/testClasses.py line 95
    test 331 FrechetVincentys: copy
# lazily imported pygeodesy.Fsum from .fmath by PyGeodesy/test/testClasses.py line 95
    test 332 Fsum: copy
# lazily imported pygeodesy.GARSError from .gars by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Garef from .gars by PyGeodesy/test/testClasses.py line 95
    test 333 Garef: copy
# lazily imported pygeodesy.Geohash from .geohash by PyGeodesy/test/testClasses.py line 95
    test 334 Geohash: copy
# lazily imported pygeodesy.GeohashError from .geohash by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.GeoidError from .geoids by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.GeoidG2012B from .geoids by PyGeodesy/test/testClasses.py line 95
    test 335 GeoidG2012B: copy
# lazily imported pygeodesy.GeoidKarney from .geoids by PyGeodesy/test/testClasses.py line 95
    test 336 GeoidKarney: copy
# lazily imported pygeodesy.GeoidPGM from .geoids by PyGeodesy/test/testClasses.py line 95
    test 337 GeoidPGM: copy
# lazily imported pygeodesy.Georef from .wgrs by PyGeodesy/test/testClasses.py line 95
    test 338 Georef: copy
# lazily imported pygeodesy.Hausdorff from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 339 Hausdorff: copy
# lazily imported pygeodesy.HausdorffCosineAndoyerLambert from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 340 HausdorffCosineAndoyerLambert: copy
# lazily imported pygeodesy.HausdorffCosineForsytheAndoyerLambert from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 341 HausdorffCosineForsytheAndoyerLambert: copy
# lazily imported pygeodesy.HausdorffCosineLaw from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 342 HausdorffCosineLaw: copy
# lazily imported pygeodesy.HausdorffDegrees from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 343 HausdorffDegrees: copy
# lazily imported pygeodesy.HausdorffDistanceTo from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 344 HausdorffDistanceTo: copy
# lazily imported pygeodesy.HausdorffEquirectangular from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 345 HausdorffEquirectangular: copy
# lazily imported pygeodesy.HausdorffError from .hausdorff by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.HausdorffEuclidean from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 346 HausdorffEuclidean: copy
# lazily imported pygeodesy.HausdorffFlatLocal from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 347 HausdorffFlatLocal: copy
# lazily imported pygeodesy.HausdorffFlatPolar from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 348 HausdorffFlatPolar: copy
# lazily imported pygeodesy.HausdorffHaversine from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 349 HausdorffHaversine: copy
# lazily imported pygeodesy.HausdorffHubeny from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 350 HausdorffHubeny: copy
# lazily imported pygeodesy.HausdorffKarney from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 351 HausdorffKarney: copy
# lazily imported pygeodesy.HausdorffRadians from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 352 HausdorffRadians: copy
# lazily imported pygeodesy.HausdorffThomas from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 353 HausdorffThomas: copy
# lazily imported pygeodesy.HausdorffVincentys from .hausdorff by PyGeodesy/test/testClasses.py line 95
    test 354 HausdorffVincentys: copy
# lazily imported pygeodesy.Height from .units by PyGeodesy/test/testClasses.py line 95
    test 355 Height: copy
# lazily imported pygeodesy.HeightCubic from .heights by PyGeodesy/test/testClasses.py line 95
    test 356 HeightCubic: copy
# lazily imported pygeodesy.HeightError from .heights by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.HeightIDW from .heights by PyGeodesy/test/testClasses.py line 95
    test 357 HeightIDWeuclidean: copy
# lazily imported pygeodesy.HeightIDW2 from .heights by PyGeodesy/test/testClasses.py line 95
    test 358 HeightIDWequirectangular: copy
# lazily imported pygeodesy.HeightIDW3 from .heights by PyGeodesy/test/testClasses.py line 95
    test 359 HeightIDWhaversine: copy
# lazily imported pygeodesy.HeightIDWcosineAndoyerLambert from .heights by PyGeodesy/test/testClasses.py line 95
    test 360 HeightIDWcosineAndoyerLambert: copy
# lazily imported pygeodesy.HeightIDWcosineForsytheAndoyerLambert from .heights by PyGeodesy/test/testClasses.py line 95
    test 361 HeightIDWcosineForsytheAndoyerLambert: copy
# lazily imported pygeodesy.HeightIDWcosineLaw from .heights by PyGeodesy/test/testClasses.py line 95
    test 362 HeightIDWcosineLaw: copy
# lazily imported pygeodesy.HeightIDWdistanceTo from .heights by PyGeodesy/test/testClasses.py line 95
    test 363 HeightIDWdistanceTo: copy
# lazily imported pygeodesy.HeightIDWequirectangular from .heights by PyGeodesy/test/testClasses.py line 95
    test 364 HeightIDWequirectangular: copy
# lazily imported pygeodesy.HeightIDWeuclidean from .heights by PyGeodesy/test/testClasses.py line 95
    test 365 HeightIDWeuclidean: copy
# lazily imported pygeodesy.HeightIDWflatLocal from .heights by PyGeodesy/test/testClasses.py line 95
    test 366 HeightIDWflatLocal: copy
# lazily imported pygeodesy.HeightIDWflatPolar from .heights by PyGeodesy/test/testClasses.py line 95
    test 367 HeightIDWflatPolar: copy
# lazily imported pygeodesy.HeightIDWhaversine from .heights by PyGeodesy/test/testClasses.py line 95
    test 368 HeightIDWhaversine: copy
# lazily imported pygeodesy.HeightIDWhubeny from .heights by PyGeodesy/test/testClasses.py line 95
    test 369 HeightIDWhubeny: copy
# lazily imported pygeodesy.HeightIDWkarney from .heights by PyGeodesy/test/testClasses.py line 95
    test 370 HeightIDWkarney: copy
# lazily imported pygeodesy.HeightIDWthomas from .heights by PyGeodesy/test/testClasses.py line 95
    test 371 HeightIDWthomas: copy
# lazily imported pygeodesy.HeightIDWvincentys from .heights by PyGeodesy/test/testClasses.py line 95
    test 372 HeightIDWvincentys: copy
# lazily imported pygeodesy.HeightLSQBiSpline from .heights by PyGeodesy/test/testClasses.py line 95
    test 373 HeightLSQBiSpline: copy
# lazily imported pygeodesy.HeightLinear from .heights by PyGeodesy/test/testClasses.py line 95
    test 374 HeightLinear: copy
# lazily imported pygeodesy.HeightSmoothBiSpline from .heights by PyGeodesy/test/testClasses.py line 95
    test 375 HeightSmoothBiSpline: copy
# lazily imported pygeodesy.INF from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Int from .units by PyGeodesy/test/testClasses.py line 95
    test 376 Int: copy
# lazily imported pygeodesy.Int_ from .units by PyGeodesy/test/testClasses.py line 95
    test 377 Int_: copy
# lazily imported pygeodesy.IntersectionError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.LCCError from .lcc by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Lam from .units by PyGeodesy/test/testClasses.py line 95
    test 378 Lam: copy
# lazily imported pygeodesy.Lam_ from .units by PyGeodesy/test/testClasses.py line 95
    test 379 Lam_: copy
# lazily imported pygeodesy.Lat from .units by PyGeodesy/test/testClasses.py line 95
    test 380 Lat: copy
# lazily imported pygeodesy.LatLon2psxy from .points by PyGeodesy/test/testClasses.py line 95
    test 381 LatLon2psxy: copy
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testClasses.py line 95
    test 382 LatLon_: copy
# lazily imported pygeodesy.Lcc from .lcc by PyGeodesy/test/testClasses.py line 95
    test 383 Lcc: copy
# lazily imported pygeodesy.LenError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.LimitError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Lon from .units by PyGeodesy/test/testClasses.py line 95
    test 384 Lon: copy
# lazily imported pygeodesy.MANTIS from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.MAX from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.MGRSError from .mgrs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.MIN from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Meter from .units by PyGeodesy/test/testClasses.py line 95
    test 385 Meter: copy
# lazily imported pygeodesy.Mgrs from .mgrs by PyGeodesy/test/testClasses.py line 95
    test 386 Mgrs: copy
# lazily imported pygeodesy.NAN from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.NEG0 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.NN from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Northing from .units by PyGeodesy/test/testClasses.py line 95
    test 387 Northing: copy
# lazily imported pygeodesy.Number_ from .units by PyGeodesy/test/testClasses.py line 95
    test 388 Number_: copy
# lazily imported pygeodesy.Numpy2LatLon from .points by PyGeodesy/test/testClasses.py line 95
    test 389 Numpy2LatLon: copy
# lazily imported pygeodesy.OK from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.OSGRError from .osgr by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Osgr from .osgr by PyGeodesy/test/testClasses.py line 95
    test 390 Osgr: copy
# lazily imported pygeodesy.PGMError from .geoids by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.PI from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.PI2 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.PI_2 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.PI_4 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.ParseError from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Phi from .units by PyGeodesy/test/testClasses.py line 95
    test 391 Phi: copy
# lazily imported pygeodesy.Phi_ from .units by PyGeodesy/test/testClasses.py line 95
    test 392 Phi_: copy
# lazily imported pygeodesy.PointsError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Precision_ from .units by PyGeodesy/test/testClasses.py line 95
    test 393 Precision_: copy
# lazily imported pygeodesy.R_FM from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_MA from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_MB from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_NM from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_SM from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.R_VM from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Radians from .units by PyGeodesy/test/testClasses.py line 95
    test 394 Radians: copy
# lazily imported pygeodesy.Radius from .units by PyGeodesy/test/testClasses.py line 95
    test 395 Radius: copy
# lazily imported pygeodesy.Radius_ from .units by PyGeodesy/test/testClasses.py line 95
    test 396 Radius_: copy
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.RefFrame from .trf by PyGeodesy/test/testClasses.py line 95
    test 397 RefFrame: copy
# lazily imported pygeodesy.RefFrameError from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.RefFrames from .trf by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.S_DEG from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.S_MIN from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.S_RAD from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.S_SEC from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.S_SEP from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Scalar from .units by PyGeodesy/test/testClasses.py line 95
    test 398 Scalar: copy
# lazily imported pygeodesy.Scalar_ from .units by PyGeodesy/test/testClasses.py line 95
    test 399 Scalar_: copy
# lazily imported pygeodesy.SciPyError from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.SciPyWarning from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Str from .units by PyGeodesy/test/testClasses.py line 95
    test 400 Str: copy
# lazily imported pygeodesy.TRFError from .trf by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Transform from .datum by PyGeodesy/test/testClasses.py line 95
    test 401 Transform: copy
# lazily imported pygeodesy.Transforms from .datum by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Tuple2LatLon from .points by PyGeodesy/test/testClasses.py line 95
    test 402 Tuple2LatLon: copy
# lazily imported pygeodesy.UPSError from .ups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.UTMError from .utm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.UTMUPSError from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.UnitError from .units by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Ups from .ups by PyGeodesy/test/testClasses.py line 95
    test 403 Ups: copy
# lazily imported pygeodesy.Utm from .utm by PyGeodesy/test/testClasses.py line 95
    test 404 Utm: copy
# lazily imported pygeodesy.UtmUps from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Vector3d from .vector3d by PyGeodesy/test/testClasses.py line 95
    test 405 Vector3d: copy
# lazily imported pygeodesy.VectorError from .vector3d by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.WGRSError from .wgrs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.WebMercatorError from .webmercator by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.Wm from .webmercator by PyGeodesy/test/testClasses.py line 95
    test 406 Wm: copy
# lazily imported pygeodesy.Zone from .units by PyGeodesy/test/testClasses.py line 95
    test 407 Zone: copy
# lazily imported pygeodesy.acos1 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.anStr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.antipode from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.antipode_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.areaof from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.attrs from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.bases by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.bearing from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.bearingDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.bearing_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.bounds from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.boundsOf from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cbrt from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cbrt2 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.centroidOf from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.classnaming from .named by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipCS3 from .clipy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipDMS from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipDegrees from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipRadians from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipSH from .clipy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipSH3 from .clipy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.clipStr from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.compassAngle from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.compassDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.compassPoint from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cosineAndoyerLambert from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cosineAndoyerLambert_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cosineForsytheAndoyerLambert from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cosineForsytheAndoyerLambert_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cosineLaw from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.cosineLaw_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.crosserrors from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.date2epoch from .trf by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.decodeEPSG2 from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.degrees180 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.degrees2m from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.degrees360 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.degrees90 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.egmGeoidHeights from .geoids by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.elevation2 from .elevations by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.enStr2 from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.encodeEPSG from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.enstr2 from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.epoch2date from .trf by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.equirectangular from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.equirectangular3 from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.equirectangular_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.euclidean from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.euclidean_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.exception_chaining from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fStrzs from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.false2f from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.falsed2f from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.favg from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fdot from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fdot3 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fhorner from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fidw from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.flatLocal from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.flatLocal_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.flatPolar from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.flatPolar_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fmean from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fpolynomial from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fpowers from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fprod from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fractional from .frechet by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.frange from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.frechet_ from .frechet by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.freduce from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fstrzs from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fsum from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.fsum_ from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.ft2m from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.geoidHeight2 from .elevations by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.halfs2 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hausdorff_ from .hausdorff by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.haversine from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.haversine_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.heightOf from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.horizon from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hubeny from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hubeny_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hypot from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hypot1 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hypot2 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hypot3 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.hypot_ from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.inStr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.instr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isNumpy2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isPoints2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isTuple2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isantipode from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isantipode_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isconvex from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isconvex_ from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isenclosedBy from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isenclosedby from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isfinite from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isinf from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isint from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isnan from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isneg0 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.ispolar from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isscalar from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.issequence from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.isstr from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.issubclassof from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.iterNumpy2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.latDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.latlon2n_xyz from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.latlonDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.len2 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.limiterrors from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.lonDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.m2NM from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.m2SM from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.m2degrees from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.m2ft from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.m2km from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.map1 from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.modulename from .named by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.n_xyz2latlon from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.n_xyz2philam from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.nameof from .named by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.nearestOn3 from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.nearestOn4 from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.nearestOn5 from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parse3llh from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseDDDMMSS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseDMS2 from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseETM5 from .etm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseMGRS from .mgrs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseOSGR from .osgr by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseRad from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseUPS5 from .ups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseUTM from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseUTM5 from .utm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseUTMUPS5 from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.parseWM from .webmercator by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.perimeterof from .points by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.philam2n_xyz from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.points2 from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.polygon from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.precision from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.property_doc_ from .basics by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.radians from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.radiansPI from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.radiansPI2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.radiansPI_2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.randomrangenerator from .hausdorff by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.rangerrors from .errors by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.reprs from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.scalar from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplify1 from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplify2 from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplifyRDP from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplifyRDPm from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplifyRW from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplifyVW from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.simplifyVWm from .simplify by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.sincos2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.sincos2d from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.splice from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.sqrt3 from .fmath by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.strs from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.tanPI_2_2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.tan_2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.thomas from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.thomas_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toCss from .css by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toDMS from .dms by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toEtm8 from .etm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toLcc from .lcc by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toMgrs from .mgrs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toOsgr from .osgr by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toUps8 from .ups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toUtm from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toUtm8 from .utm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.toWm from .webmercator by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.unroll180 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.unrollPI from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.unstr from .streprs by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.upsZoneBand5 from .ups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.utmZoneBand2 from .deprecated by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.utmZoneBand5 from .utm by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.utmupsValidate from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.utmupsValidateOK from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.utmupsZoneBand5 from .utmups by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.vincentys from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.vincentys_ from .formy by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.wrap180 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.wrap360 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.wrap90 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.wrapPI from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.wrapPI2 from .utily by PyGeodesy/test/testClasses.py line 95
# lazily imported pygeodesy.wrapPI_2 from .utily by PyGeodesy/test/testClasses.py line 95

    all 407 testClasses.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 271.381 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testClipy.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testClipy.py line 11
# lazily imported pygeodesy.clipCS3 from .clipy by PyGeodesy/test/testClipy.py line 11
# lazily imported pygeodesy.ClipError from .clipy by PyGeodesy/test/testClipy.py line 11
# lazily imported pygeodesy.clipSH from .clipy by PyGeodesy/test/testClipy.py line 11
# lazily imported pygeodesy.clipSH3 from .clipy by PyGeodesy/test/testClipy.py line 11
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testClipy.py line 118
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testClipy.py line 118
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testClipy.py line 118
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testClipy.py line 118

    testing testClipy.py 20.05.064 isLazy=3
    test 1 clipCS3.p1: 60.0°N, 123.333333°E
    test 2 clipCS3.p2: 62.857143°N, 130.0°E
    test 3 clipCS3.i: 1
    test 4 clipCS3.p1: 17.5°N, 020.0°E
    test 5 clipCS3.p2: 16.25°N, 015.0°E
    test 6 clipCS3.i: 0
    test 7 clipSH1.len: 4
    test 8 clipSH1.0: 20.0°N, 020.0°E
    test 9 clipSH1.LL: True
    test 10 clipSH1.1: 17.5°N, 020.0°E
    test 11 clipSH1.LL: True
    test 12 clipSH1.2: 16.25°N, 015.0°E
    test 13 clipSH1.LL: True
    test 14 clipSH1.3: 20.0°N, 015.0°E
    test 15 clipSH1.LL: True
    test 16 clipSH2.len: 5
    test 17 clipSH2.0: 18.571°N, 024.286°E
    test 18 clipSH2.LL: True
    test 19 clipSH2.1: 16.667°N, 016.667°E
    test 20 clipSH2.LL: True
    test 21 clipSH2.2: 20.0°N, 015.0°E
    test 22 clipSH2.LL: True
    test 23 clipSH2.3: 25.0°N, 020.0°E
    test 24 clipSH2.LL: True
    test 25 clipSH2.4: 22.0°N, 026.0°E
    test 26 clipSH2.LL: True
    test 27 clipSH3.len: 2
    test 28 clipSH3.0: 18.571°N, 024.286°E
    test 29 clipSH3.LL: True
    test 30 clipSH3.1: 16.667°N, 016.667°E
    test 31 clipSH3.LL: True
    test 32 clipSH3.edge.: True
    test 33 clipSH3.len: 2
    test 34 clipSH3.0: 16.667°N, 016.667°E
    test 35 clipSH3.LL: True
    test 36 clipSH3.1: 20.0°N, 015.0°E
    test 37 clipSH3.LL: True
    test 38 clipSH3.edge.: False
    test 39 clipSH3.len: 2
    test 40 clipSH3.0: 20.0°N, 015.0°E
    test 41 clipSH3.LL: True
    test 42 clipSH3.1: 25.0°N, 020.0°E
    test 43 clipSH3.LL: True
    test 44 clipSH3.edge.: True
    test 45 clipSH3.len: 2
    test 46 clipSH3.0: 25.0°N, 020.0°E
    test 47 clipSH3.LL: True
    test 48 clipSH3.1: 22.0°N, 026.0°E
    test 49 clipSH3.LL: True
    test 50 clipSH3.edge.: True
    test 51 clipSH3.len: 2
    test 52 clipSH3.0: 22.0°N, 026.0°E
    test 53 clipSH3.LL: True
    test 54 clipSH3.1: 18.571°N, 024.286°E
    test 55 clipSH3.LL: True
    test 56 clipSH3.edge.: False
    test 57 clipSH2.reversed.len: 5
    test 58 clipSH2.reversed.0: 18.571°N, 024.286°E
    test 59 clipSH2.reversed.LL: True
    test 60 clipSH2.reversed.1: 16.667°N, 016.667°E
    test 61 clipSH2.reversed.LL: True
    test 62 clipSH2.reversed.2: 20.0°N, 015.0°E
    test 63 clipSH2.reversed.LL: True
    test 64 clipSH2.reversed.3: 25.0°N, 020.0°E
    test 65 clipSH2.reversed.LL: True
    test 66 clipSH2.reversed.4: 22.0°N, 026.0°E
    test 67 clipSH2.reversed.LL: True
    test 68 clipSH3.reversed.len: 2
    test 69 clipSH3.reversed.0: 18.571°N, 024.286°E
    test 70 clipSH3.reversed.LL: True
    test 71 clipSH3.reversed.1: 16.667°N, 016.667°E
    test 72 clipSH3.reversed.LL: True
    test 73 clipSH3.edge.reversed.: True
    test 74 clipSH3.reversed.len: 2
    test 75 clipSH3.reversed.0: 16.667°N, 016.667°E
    test 76 clipSH3.reversed.LL: True
    test 77 clipSH3.reversed.1: 20.0°N, 015.0°E
    test 78 clipSH3.reversed.LL: True
    test 79 clipSH3.edge.reversed.: False
    test 80 clipSH3.reversed.len: 2
    test 81 clipSH3.reversed.0: 20.0°N, 015.0°E
    test 82 clipSH3.reversed.LL: True
    test 83 clipSH3.reversed.1: 25.0°N, 020.0°E
    test 84 clipSH3.reversed.LL: True
    test 85 clipSH3.edge.reversed.: True
    test 86 clipSH3.reversed.len: 2
    test 87 clipSH3.reversed.0: 25.0°N, 020.0°E
    test 88 clipSH3.reversed.LL: True
    test 89 clipSH3.reversed.1: 22.0°N, 026.0°E
    test 90 clipSH3.reversed.LL: True
    test 91 clipSH3.edge.reversed.: True
    test 92 clipSH3.reversed.len: 2
    test 93 clipSH3.reversed.0: 22.0°N, 026.0°E
    test 94 clipSH3.reversed.LL: True
    test 95 clipSH3.reversed.1: 18.571°N, 024.286°E
    test 96 clipSH3.reversed.LL: True
    test 97 clipSH3.edge.reversed.: False
    test 98 clipSH.allout: ()
    test 99 clipSH3.allout: ()
    test 100 clipSH.allout.reversed: ()
    test 101 clipSH3.allout.reversed: ()
    test 102 clipSH.allin.len: 4
    test 103 clipSH.allin.0: 20.0°N, 030.0°E
    test 104 clipSH.allin.LL: True
    test 105 clipSH.allin.1: 15.0°N, 010.0°E
    test 106 clipSH.allin.LL: True
    test 107 clipSH.allin.2: 25.0°N, 020.0°E
    test 108 clipSH.allin.LL: True
    test 109 clipSH.allin.3: 20.0°N, 030.0°E
    test 110 clipSH.allin.LL: True
    test 111 clipSH3.allin.len: 2
    test 112 clipSH3.allin.0: 20.0°N, 030.0°E
    test 113 clipSH3.allin.LL: True
    test 114 clipSH3.allin.1: 15.0°N, 010.0°E
    test 115 clipSH3.allin.LL: True
    test 116 clipSH3.edge.: True
    test 117 clipSH3.allin.len: 2
    test 118 clipSH3.allin.0: 15.0°N, 010.0°E
    test 119 clipSH3.allin.LL: True
    test 120 clipSH3.allin.1: 25.0°N, 020.0°E
    test 121 clipSH3.allin.LL: True
    test 122 clipSH3.edge.: True
    test 123 clipSH.allin.reversed.len: 4
    test 124 clipSH.allin.reversed.0: 20.0°N, 030.0°E
    test 125 clipSH.allin.reversed.LL: True
    test 126 clipSH.allin.reversed.1: 15.0°N, 010.0°E
    test 127 clipSH.allin.reversed.LL: True
    test 128 clipSH.allin.reversed.2: 25.0°N, 020.0°E
    test 129 clipSH.allin.reversed.LL: True
    test 130 clipSH.allin.reversed.3: 20.0°N, 030.0°E
    test 131 clipSH.allin.reversed.LL: True
    test 132 clipSH3.allin.reversed.len: 2
    test 133 clipSH3.allin.reversed.0: 20.0°N, 030.0°E
    test 134 clipSH3.allin.reversed.LL: True
    test 135 clipSH3.allin.reversed.1: 15.0°N, 010.0°E
    test 136 clipSH3.allin.reversed.LL: True
    test 137 clipSH3.edge.reversed.: True
    test 138 clipSH3.allin.reversed.len: 2
    test 139 clipSH3.allin.reversed.0: 15.0°N, 010.0°E
    test 140 clipSH3.allin.reversed.LL: True
    test 141 clipSH3.allin.reversed.1: 25.0°N, 020.0°E
    test 142 clipSH3.allin.reversed.LL: True
    test 143 clipSH3.edge.reversed.: True
    test 144 clipSH.warped: clipSH clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 145 clipSH3.warped: clipSH3 clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 146 clipSH.warpedreversed.: clipSH clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 147 clipSH3.warpedreversed.: clipSH3 clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 148 clipCS3.p1: 60.0°N, 123.333333°E
    test 149 clipCS3.p2: 62.857143°N, 130.0°E
    test 150 clipCS3.i: 1
    test 151 clipCS3.p1: 17.5°N, 020.0°E
    test 152 clipCS3.p2: 16.25°N, 015.0°E
    test 153 clipCS3.i: 0
    test 154 clipSH1.len: 4
    test 155 clipSH1.0: 20.0°N, 020.0°E
    test 156 clipSH1.LL: True
    test 157 clipSH1.1: 17.5°N, 020.0°E
    test 158 clipSH1.LL: True
    test 159 clipSH1.2: 16.25°N, 015.0°E
    test 160 clipSH1.LL: True
    test 161 clipSH1.3: 20.0°N, 015.0°E
    test 162 clipSH1.LL: True
    test 163 clipSH2.len: 5
    test 164 clipSH2.0: 18.571°N, 024.286°E
    test 165 clipSH2.LL: True
    test 166 clipSH2.1: 16.667°N, 016.667°E
    test 167 clipSH2.LL: True
    test 168 clipSH2.2: 20.0°N, 015.0°E
    test 169 clipSH2.LL: True
    test 170 clipSH2.3: 25.0°N, 020.0°E
    test 171 clipSH2.LL: True
    test 172 clipSH2.4: 22.0°N, 026.0°E
    test 173 clipSH2.LL: True
    test 174 clipSH3.len: 2
    test 175 clipSH3.0: 18.571°N, 024.286°E
    test 176 clipSH3.LL: True
    test 177 clipSH3.1: 16.667°N, 016.667°E
    test 178 clipSH3.LL: True
    test 179 clipSH3.edge.: True
    test 180 clipSH3.len: 2
    test 181 clipSH3.0: 16.667°N, 016.667°E
    test 182 clipSH3.LL: True
    test 183 clipSH3.1: 20.0°N, 015.0°E
    test 184 clipSH3.LL: True
    test 185 clipSH3.edge.: False
    test 186 clipSH3.len: 2
    test 187 clipSH3.0: 20.0°N, 015.0°E
    test 188 clipSH3.LL: True
    test 189 clipSH3.1: 25.0°N, 020.0°E
    test 190 clipSH3.LL: True
    test 191 clipSH3.edge.: True
    test 192 clipSH3.len: 2
    test 193 clipSH3.0: 25.0°N, 020.0°E
    test 194 clipSH3.LL: True
    test 195 clipSH3.1: 22.0°N, 026.0°E
    test 196 clipSH3.LL: True
    test 197 clipSH3.edge.: True
    test 198 clipSH3.len: 2
    test 199 clipSH3.0: 22.0°N, 026.0°E
    test 200 clipSH3.LL: True
    test 201 clipSH3.1: 18.571°N, 024.286°E
    test 202 clipSH3.LL: True
    test 203 clipSH3.edge.: False
    test 204 clipSH2.reversed.len: 5
    test 205 clipSH2.reversed.0: 18.571°N, 024.286°E
    test 206 clipSH2.reversed.LL: True
    test 207 clipSH2.reversed.1: 16.667°N, 016.667°E
    test 208 clipSH2.reversed.LL: True
    test 209 clipSH2.reversed.2: 20.0°N, 015.0°E
    test 210 clipSH2.reversed.LL: True
    test 211 clipSH2.reversed.3: 25.0°N, 020.0°E
    test 212 clipSH2.reversed.LL: True
    test 213 clipSH2.reversed.4: 22.0°N, 026.0°E
    test 214 clipSH2.reversed.LL: True
    test 215 clipSH3.reversed.len: 2
    test 216 clipSH3.reversed.0: 18.571°N, 024.286°E
    test 217 clipSH3.reversed.LL: True
    test 218 clipSH3.reversed.1: 16.667°N, 016.667°E
    test 219 clipSH3.reversed.LL: True
    test 220 clipSH3.edge.reversed.: True
    test 221 clipSH3.reversed.len: 2
    test 222 clipSH3.reversed.0: 16.667°N, 016.667°E
    test 223 clipSH3.reversed.LL: True
    test 224 clipSH3.reversed.1: 20.0°N, 015.0°E
    test 225 clipSH3.reversed.LL: True
    test 226 clipSH3.edge.reversed.: False
    test 227 clipSH3.reversed.len: 2
    test 228 clipSH3.reversed.0: 20.0°N, 015.0°E
    test 229 clipSH3.reversed.LL: True
    test 230 clipSH3.reversed.1: 25.0°N, 020.0°E
    test 231 clipSH3.reversed.LL: True
    test 232 clipSH3.edge.reversed.: True
    test 233 clipSH3.reversed.len: 2
    test 234 clipSH3.reversed.0: 25.0°N, 020.0°E
    test 235 clipSH3.reversed.LL: True
    test 236 clipSH3.reversed.1: 22.0°N, 026.0°E
    test 237 clipSH3.reversed.LL: True
    test 238 clipSH3.edge.reversed.: True
    test 239 clipSH3.reversed.len: 2
    test 240 clipSH3.reversed.0: 22.0°N, 026.0°E
    test 241 clipSH3.reversed.LL: True
    test 242 clipSH3.reversed.1: 18.571°N, 024.286°E
    test 243 clipSH3.reversed.LL: True
    test 244 clipSH3.edge.reversed.: False
    test 245 clipSH.allout: ()
    test 246 clipSH3.allout: ()
    test 247 clipSH.allout.reversed: ()
    test 248 clipSH3.allout.reversed: ()
    test 249 clipSH.allin.len: 4
    test 250 clipSH.allin.0: 20.0°N, 030.0°E
    test 251 clipSH.allin.LL: True
    test 252 clipSH.allin.1: 15.0°N, 010.0°E
    test 253 clipSH.allin.LL: True
    test 254 clipSH.allin.2: 25.0°N, 020.0°E
    test 255 clipSH.allin.LL: True
    test 256 clipSH.allin.3: 20.0°N, 030.0°E
    test 257 clipSH.allin.LL: True
    test 258 clipSH3.allin.len: 2
    test 259 clipSH3.allin.0: 20.0°N, 030.0°E
    test 260 clipSH3.allin.LL: True
    test 261 clipSH3.allin.1: 15.0°N, 010.0°E
    test 262 clipSH3.allin.LL: True
    test 263 clipSH3.edge.: True
    test 264 clipSH3.allin.len: 2
    test 265 clipSH3.allin.0: 15.0°N, 010.0°E
    test 266 clipSH3.allin.LL: True
    test 267 clipSH3.allin.1: 25.0°N, 020.0°E
    test 268 clipSH3.allin.LL: True
    test 269 clipSH3.edge.: True
    test 270 clipSH.allin.reversed.len: 4
    test 271 clipSH.allin.reversed.0: 20.0°N, 030.0°E
    test 272 clipSH.allin.reversed.LL: True
    test 273 clipSH.allin.reversed.1: 15.0°N, 010.0°E
    test 274 clipSH.allin.reversed.LL: True
    test 275 clipSH.allin.reversed.2: 25.0°N, 020.0°E
    test 276 clipSH.allin.reversed.LL: True
    test 277 clipSH.allin.reversed.3: 20.0°N, 030.0°E
    test 278 clipSH.allin.reversed.LL: True
    test 279 clipSH3.allin.reversed.len: 2
    test 280 clipSH3.allin.reversed.0: 20.0°N, 030.0°E
    test 281 clipSH3.allin.reversed.LL: True
    test 282 clipSH3.allin.reversed.1: 15.0°N, 010.0°E
    test 283 clipSH3.allin.reversed.LL: True
    test 284 clipSH3.edge.reversed.: True
    test 285 clipSH3.allin.reversed.len: 2
    test 286 clipSH3.allin.reversed.0: 15.0°N, 010.0°E
    test 287 clipSH3.allin.reversed.LL: True
    test 288 clipSH3.allin.reversed.1: 25.0°N, 020.0°E
    test 289 clipSH3.allin.reversed.LL: True
    test 290 clipSH3.edge.reversed.: True
    test 291 clipSH.warped: clipSH clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 292 clipSH3.warped: clipSH3 clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 293 clipSH.warpedreversed.: clipSH clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 294 clipSH3.warpedreversed.: clipSH3 clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 295 clipCS3.p1: 60.0°N, 123.333333°E
    test 296 clipCS3.p2: 62.857143°N, 130.0°E
    test 297 clipCS3.i: 1
    test 298 clipCS3.p1: 17.5°N, 020.0°E
    test 299 clipCS3.p2: 16.25°N, 015.0°E
    test 300 clipCS3.i: 0
    test 301 clipSH1.len: 4
    test 302 clipSH1.0: 20.0°N, 020.0°E
    test 303 clipSH1.LL: True
    test 304 clipSH1.1: 17.5°N, 020.0°E
    test 305 clipSH1.LL: True
    test 306 clipSH1.2: 16.25°N, 015.0°E
    test 307 clipSH1.LL: True
    test 308 clipSH1.3: 20.0°N, 015.0°E
    test 309 clipSH1.LL: True
    test 310 clipSH2.len: 5
    test 311 clipSH2.0: 18.571°N, 024.286°E
    test 312 clipSH2.LL: True
    test 313 clipSH2.1: 16.667°N, 016.667°E
    test 314 clipSH2.LL: True
    test 315 clipSH2.2: 20.0°N, 015.0°E
    test 316 clipSH2.LL: True
    test 317 clipSH2.3: 25.0°N, 020.0°E
    test 318 clipSH2.LL: True
    test 319 clipSH2.4: 22.0°N, 026.0°E
    test 320 clipSH2.LL: True
    test 321 clipSH3.len: 2
    test 322 clipSH3.0: 18.571°N, 024.286°E
    test 323 clipSH3.LL: True
    test 324 clipSH3.1: 16.667°N, 016.667°E
    test 325 clipSH3.LL: True
    test 326 clipSH3.edge.: True
    test 327 clipSH3.len: 2
    test 328 clipSH3.0: 16.667°N, 016.667°E
    test 329 clipSH3.LL: True
    test 330 clipSH3.1: 20.0°N, 015.0°E
    test 331 clipSH3.LL: True
    test 332 clipSH3.edge.: False
    test 333 clipSH3.len: 2
    test 334 clipSH3.0: 20.0°N, 015.0°E
    test 335 clipSH3.LL: True
    test 336 clipSH3.1: 25.0°N, 020.0°E
    test 337 clipSH3.LL: True
    test 338 clipSH3.edge.: True
    test 339 clipSH3.len: 2
    test 340 clipSH3.0: 25.0°N, 020.0°E
    test 341 clipSH3.LL: True
    test 342 clipSH3.1: 22.0°N, 026.0°E
    test 343 clipSH3.LL: True
    test 344 clipSH3.edge.: True
    test 345 clipSH3.len: 2
    test 346 clipSH3.0: 22.0°N, 026.0°E
    test 347 clipSH3.LL: True
    test 348 clipSH3.1: 18.571°N, 024.286°E
    test 349 clipSH3.LL: True
    test 350 clipSH3.edge.: False
    test 351 clipSH2.reversed.len: 5
    test 352 clipSH2.reversed.0: 18.571°N, 024.286°E
    test 353 clipSH2.reversed.LL: True
    test 354 clipSH2.reversed.1: 16.667°N, 016.667°E
    test 355 clipSH2.reversed.LL: True
    test 356 clipSH2.reversed.2: 20.0°N, 015.0°E
    test 357 clipSH2.reversed.LL: True
    test 358 clipSH2.reversed.3: 25.0°N, 020.0°E
    test 359 clipSH2.reversed.LL: True
    test 360 clipSH2.reversed.4: 22.0°N, 026.0°E
    test 361 clipSH2.reversed.LL: True
    test 362 clipSH3.reversed.len: 2
    test 363 clipSH3.reversed.0: 18.571°N, 024.286°E
    test 364 clipSH3.reversed.LL: True
    test 365 clipSH3.reversed.1: 16.667°N, 016.667°E
    test 366 clipSH3.reversed.LL: True
    test 367 clipSH3.edge.reversed.: True
    test 368 clipSH3.reversed.len: 2
    test 369 clipSH3.reversed.0: 16.667°N, 016.667°E
    test 370 clipSH3.reversed.LL: True
    test 371 clipSH3.reversed.1: 20.0°N, 015.0°E
    test 372 clipSH3.reversed.LL: True
    test 373 clipSH3.edge.reversed.: False
    test 374 clipSH3.reversed.len: 2
    test 375 clipSH3.reversed.0: 20.0°N, 015.0°E
    test 376 clipSH3.reversed.LL: True
    test 377 clipSH3.reversed.1: 25.0°N, 020.0°E
    test 378 clipSH3.reversed.LL: True
    test 379 clipSH3.edge.reversed.: True
    test 380 clipSH3.reversed.len: 2
    test 381 clipSH3.reversed.0: 25.0°N, 020.0°E
    test 382 clipSH3.reversed.LL: True
    test 383 clipSH3.reversed.1: 22.0°N, 026.0°E
    test 384 clipSH3.reversed.LL: True
    test 385 clipSH3.edge.reversed.: True
    test 386 clipSH3.reversed.len: 2
    test 387 clipSH3.reversed.0: 22.0°N, 026.0°E
    test 388 clipSH3.reversed.LL: True
    test 389 clipSH3.reversed.1: 18.571°N, 024.286°E
    test 390 clipSH3.reversed.LL: True
    test 391 clipSH3.edge.reversed.: False
    test 392 clipSH.allout: ()
    test 393 clipSH3.allout: ()
    test 394 clipSH.allout.reversed: ()
    test 395 clipSH3.allout.reversed: ()
    test 396 clipSH.allin.len: 4
    test 397 clipSH.allin.0: 20.0°N, 030.0°E
    test 398 clipSH.allin.LL: True
    test 399 clipSH.allin.1: 15.0°N, 010.0°E
    test 400 clipSH.allin.LL: True
    test 401 clipSH.allin.2: 25.0°N, 020.0°E
    test 402 clipSH.allin.LL: True
    test 403 clipSH.allin.3: 20.0°N, 030.0°E
    test 404 clipSH.allin.LL: True
    test 405 clipSH3.allin.len: 2
    test 406 clipSH3.allin.0: 20.0°N, 030.0°E
    test 407 clipSH3.allin.LL: True
    test 408 clipSH3.allin.1: 15.0°N, 010.0°E
    test 409 clipSH3.allin.LL: True
    test 410 clipSH3.edge.: True
    test 411 clipSH3.allin.len: 2
    test 412 clipSH3.allin.0: 15.0°N, 010.0°E
    test 413 clipSH3.allin.LL: True
    test 414 clipSH3.allin.1: 25.0°N, 020.0°E
    test 415 clipSH3.allin.LL: True
    test 416 clipSH3.edge.: True
    test 417 clipSH.allin.reversed.len: 4
    test 418 clipSH.allin.reversed.0: 20.0°N, 030.0°E
    test 419 clipSH.allin.reversed.LL: True
    test 420 clipSH.allin.reversed.1: 15.0°N, 010.0°E
    test 421 clipSH.allin.reversed.LL: True
    test 422 clipSH.allin.reversed.2: 25.0°N, 020.0°E
    test 423 clipSH.allin.reversed.LL: True
    test 424 clipSH.allin.reversed.3: 20.0°N, 030.0°E
    test 425 clipSH.allin.reversed.LL: True
    test 426 clipSH3.allin.reversed.len: 2
    test 427 clipSH3.allin.reversed.0: 20.0°N, 030.0°E
    test 428 clipSH3.allin.reversed.LL: True
    test 429 clipSH3.allin.reversed.1: 15.0°N, 010.0°E
    test 430 clipSH3.allin.reversed.LL: True
    test 431 clipSH3.edge.reversed.: True
    test 432 clipSH3.allin.reversed.len: 2
    test 433 clipSH3.allin.reversed.0: 15.0°N, 010.0°E
    test 434 clipSH3.allin.reversed.LL: True
    test 435 clipSH3.allin.reversed.1: 25.0°N, 020.0°E
    test 436 clipSH3.allin.reversed.LL: True
    test 437 clipSH3.edge.reversed.: True
    test 438 clipSH.warped: clipSH clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 439 clipSH3.warped: clipSH3 clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 440 clipSH.warpedreversed.: clipSH clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 441 clipSH3.warpedreversed.: clipSH3 clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 442 clipCS3.p1: 60.0°N, 123.333333°E
    test 443 clipCS3.p2: 62.857143°N, 130.0°E
    test 444 clipCS3.i: 1
    test 445 clipCS3.p1: 17.5°N, 020.0°E
    test 446 clipCS3.p2: 16.25°N, 015.0°E
    test 447 clipCS3.i: 0
    test 448 clipSH1.len: 4
    test 449 clipSH1.0: 20.0°N, 020.0°E
    test 450 clipSH1.LL: True
    test 451 clipSH1.1: 17.5°N, 020.0°E
    test 452 clipSH1.LL: True
    test 453 clipSH1.2: 16.25°N, 015.0°E
    test 454 clipSH1.LL: True
    test 455 clipSH1.3: 20.0°N, 015.0°E
    test 456 clipSH1.LL: True
    test 457 clipSH2.len: 5
    test 458 clipSH2.0: 18.571°N, 024.286°E
    test 459 clipSH2.LL: True
    test 460 clipSH2.1: 16.667°N, 016.667°E
    test 461 clipSH2.LL: True
    test 462 clipSH2.2: 20.0°N, 015.0°E
    test 463 clipSH2.LL: True
    test 464 clipSH2.3: 25.0°N, 020.0°E
    test 465 clipSH2.LL: True
    test 466 clipSH2.4: 22.0°N, 026.0°E
    test 467 clipSH2.LL: True
    test 468 clipSH3.len: 2
    test 469 clipSH3.0: 18.571°N, 024.286°E
    test 470 clipSH3.LL: True
    test 471 clipSH3.1: 16.667°N, 016.667°E
    test 472 clipSH3.LL: True
    test 473 clipSH3.edge.: True
    test 474 clipSH3.len: 2
    test 475 clipSH3.0: 16.667°N, 016.667°E
    test 476 clipSH3.LL: True
    test 477 clipSH3.1: 20.0°N, 015.0°E
    test 478 clipSH3.LL: True
    test 479 clipSH3.edge.: False
    test 480 clipSH3.len: 2
    test 481 clipSH3.0: 20.0°N, 015.0°E
    test 482 clipSH3.LL: True
    test 483 clipSH3.1: 25.0°N, 020.0°E
    test 484 clipSH3.LL: True
    test 485 clipSH3.edge.: True
    test 486 clipSH3.len: 2
    test 487 clipSH3.0: 25.0°N, 020.0°E
    test 488 clipSH3.LL: True
    test 489 clipSH3.1: 22.0°N, 026.0°E
    test 490 clipSH3.LL: True
    test 491 clipSH3.edge.: True
    test 492 clipSH3.len: 2
    test 493 clipSH3.0: 22.0°N, 026.0°E
    test 494 clipSH3.LL: True
    test 495 clipSH3.1: 18.571°N, 024.286°E
    test 496 clipSH3.LL: True
    test 497 clipSH3.edge.: False
    test 498 clipSH2.reversed.len: 5
    test 499 clipSH2.reversed.0: 18.571°N, 024.286°E
    test 500 clipSH2.reversed.LL: True
    test 501 clipSH2.reversed.1: 16.667°N, 016.667°E
    test 502 clipSH2.reversed.LL: True
    test 503 clipSH2.reversed.2: 20.0°N, 015.0°E
    test 504 clipSH2.reversed.LL: True
    test 505 clipSH2.reversed.3: 25.0°N, 020.0°E
    test 506 clipSH2.reversed.LL: True
    test 507 clipSH2.reversed.4: 22.0°N, 026.0°E
    test 508 clipSH2.reversed.LL: True
    test 509 clipSH3.reversed.len: 2
    test 510 clipSH3.reversed.0: 18.571°N, 024.286°E
    test 511 clipSH3.reversed.LL: True
    test 512 clipSH3.reversed.1: 16.667°N, 016.667°E
    test 513 clipSH3.reversed.LL: True
    test 514 clipSH3.edge.reversed.: True
    test 515 clipSH3.reversed.len: 2
    test 516 clipSH3.reversed.0: 16.667°N, 016.667°E
    test 517 clipSH3.reversed.LL: True
    test 518 clipSH3.reversed.1: 20.0°N, 015.0°E
    test 519 clipSH3.reversed.LL: True
    test 520 clipSH3.edge.reversed.: False
    test 521 clipSH3.reversed.len: 2
    test 522 clipSH3.reversed.0: 20.0°N, 015.0°E
    test 523 clipSH3.reversed.LL: True
    test 524 clipSH3.reversed.1: 25.0°N, 020.0°E
    test 525 clipSH3.reversed.LL: True
    test 526 clipSH3.edge.reversed.: True
    test 527 clipSH3.reversed.len: 2
    test 528 clipSH3.reversed.0: 25.0°N, 020.0°E
    test 529 clipSH3.reversed.LL: True
    test 530 clipSH3.reversed.1: 22.0°N, 026.0°E
    test 531 clipSH3.reversed.LL: True
    test 532 clipSH3.edge.reversed.: True
    test 533 clipSH3.reversed.len: 2
    test 534 clipSH3.reversed.0: 22.0°N, 026.0°E
    test 535 clipSH3.reversed.LL: True
    test 536 clipSH3.reversed.1: 18.571°N, 024.286°E
    test 537 clipSH3.reversed.LL: True
    test 538 clipSH3.edge.reversed.: False
    test 539 clipSH.allout: ()
    test 540 clipSH3.allout: ()
    test 541 clipSH.allout.reversed: ()
    test 542 clipSH3.allout.reversed: ()
    test 543 clipSH.allin.len: 4
    test 544 clipSH.allin.0: 20.0°N, 030.0°E
    test 545 clipSH.allin.LL: True
    test 546 clipSH.allin.1: 15.0°N, 010.0°E
    test 547 clipSH.allin.LL: True
    test 548 clipSH.allin.2: 25.0°N, 020.0°E
    test 549 clipSH.allin.LL: True
    test 550 clipSH.allin.3: 20.0°N, 030.0°E
    test 551 clipSH.allin.LL: True
    test 552 clipSH3.allin.len: 2
    test 553 clipSH3.allin.0: 20.0°N, 030.0°E
    test 554 clipSH3.allin.LL: True
    test 555 clipSH3.allin.1: 15.0°N, 010.0°E
    test 556 clipSH3.allin.LL: True
    test 557 clipSH3.edge.: True
    test 558 clipSH3.allin.len: 2
    test 559 clipSH3.allin.0: 15.0°N, 010.0°E
    test 560 clipSH3.allin.LL: True
    test 561 clipSH3.allin.1: 25.0°N, 020.0°E
    test 562 clipSH3.allin.LL: True
    test 563 clipSH3.edge.: True
    test 564 clipSH.allin.reversed.len: 4
    test 565 clipSH.allin.reversed.0: 20.0°N, 030.0°E
    test 566 clipSH.allin.reversed.LL: True
    test 567 clipSH.allin.reversed.1: 15.0°N, 010.0°E
    test 568 clipSH.allin.reversed.LL: True
    test 569 clipSH.allin.reversed.2: 25.0°N, 020.0°E
    test 570 clipSH.allin.reversed.LL: True
    test 571 clipSH.allin.reversed.3: 20.0°N, 030.0°E
    test 572 clipSH.allin.reversed.LL: True
    test 573 clipSH3.allin.reversed.len: 2
    test 574 clipSH3.allin.reversed.0: 20.0°N, 030.0°E
    test 575 clipSH3.allin.reversed.LL: True
    test 576 clipSH3.allin.reversed.1: 15.0°N, 010.0°E
    test 577 clipSH3.allin.reversed.LL: True
    test 578 clipSH3.edge.reversed.: True
    test 579 clipSH3.allin.reversed.len: 2
    test 580 clipSH3.allin.reversed.0: 15.0°N, 010.0°E
    test 581 clipSH3.allin.reversed.LL: True
    test 582 clipSH3.allin.reversed.1: 25.0°N, 020.0°E
    test 583 clipSH3.allin.reversed.LL: True
    test 584 clipSH3.edge.reversed.: True
    test 585 clipSH.warped: clipSH clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 586 clipSH3.warped: clipSH3 clip region ((LatLon(10°00′00.0″N, 010°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 010°00′00.0″E))): not convex
    test 587 clipSH.warpedreversed.: clipSH clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex
    test 588 clipSH3.warpedreversed.: clipSH3 clip region ((LatLon(20°00′00.0″N, 010°00′00.0″E), LatLon(10°00′00.0″N, 020°00′00.0″E), LatLon(20°00′00.0″N, 020°00′00.0″E), LatLon(10°00′00.0″N, 010°00′00.0″E))): not convex

    all 588 testClipy.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 72.915 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testCss.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.CassiniSoldner from .css by PyGeodesy/test/testCss.py line 11
# lazily imported pygeodesy.Css from .css by PyGeodesy/test/testCss.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testCss.py line 11
# lazily imported pygeodesy.haversine from .formy by PyGeodesy/test/testCss.py line 11
# lazily imported pygeodesy.hypot from .fmath by PyGeodesy/test/testCss.py line 11
# lazily imported pygeodesy.toCss from .css by PyGeodesy/test/testCss.py line 11
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testCss.py line 105
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testCss.py line 105
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testCss.py line 105

    testing testCss.py 20.04.30 (module pygeodesy.css 20.05.14) isLazy=3
    test 1 CassiniSoldner(48.833333, 2.333333, name='Paris'): 48.833333 2.333333
    test 2 forward: -37518.854545, 230003.561828
    test 3 reverse: 50.9, 1.8
    test 4 forward4: -37518.854545, 230003.561828, 89.586104, 0.999983
    test 5 copy(CassiniSoldner): (<class 'pygeodesy.css.CassiniSoldner'>, True)
    test 6 CassiniSoldner.copy(): (<class 'pygeodesy.css.CassiniSoldner'>, True)
    test 7 reverse: 50.899937, 1.793161
    test 8 forward: -38000.0, 230000.0
    test 9 reverse4: 50.899937, 1.793161, 89.580797, 0.999982
    test 10 reverse: LatLon(50°53′59.77″N, 001°47′35.38″E)
    test 11 reverse: LatLon(50°53′59.77″N, 001°47′35.38″E)
    test 12 reverse: LatLon(50°53′59.77″N, 001°47′35.38″E)
    test 13 CassiniSoldner(51.4934, 0.0098, name='Greenwich'): 51.4934 0.0098
    test 14 forward: 170557.151692, -293280.6051
    test 15 reverse: 48.833333, 2.333333
    test 16 hypot: 339268.707  FAILED, KNOWN, expected 338901.865
    test 17 toCss: -37518.854545 230003.561828 +1.00m
    test 18 toCss: [E:-37518.854545, N:230003.561828, H:+1.00m, name:'Calais', C:CassiniSoldner(48.833333, 2.333333, name='Paris')]
    test 19 Css.easting: -37518.854545
    test 20 Css.northing: 230003.561828
    test 21 Css.height: 1.0
    test 22 Css.azi: 89.586103815
    test 23 Css.rk: 0.999982722
    test 24 Css.name: Calais
    test 25 Css.cs0: 48.833333 2.333333
    test 26 Css.toLatLon: LatLon(50°54′00.0″N, 001°48′00.0″E, +1.00m)
    test 27 Css.toLatLon.height: 1.0
    test 28 Css.toLatLon.name: Calais
    test 29 Css.toLatLon.datum.name: WGS84
    test 30 Css.toLatLon.height: 1.0
    test 31 copy(Css): (<class 'pygeodesy.css.Css'>, True)
    test 32 Css.copy(): (<class 'pygeodesy.css.Css'>, True)
    test 33 cs0.name: Paris
    test 34 cs0.name: Default
    test 35 cs0.flattening: 0.003352811
    test 36 cs0.lat0: 0.0
    test 37 cs0.majoradius: 6378137.0
    test 38 cs0.lat0: 0.0
    test 39 classof.height: 1.0
    test 40 classof.azi: 89.586103815
    test 41 classof.rk: 0.999982722
    test 42 classof.name: Calais
    test 43 classof.cs0: 48.833333 2.333333
    test 44 cs0.latlon0: (48.833333, 2.333333)
    test 45 cs0.latlon0: (48.833333, 2.333333)
    test 46 cs0.latlon0: type(latlon0) (None): not a LatLonEllipsoidalBase, LatLon4Tuple or LatLon2Tuple

    1 of 46 testCss.py tests (2.2%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 32.310 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testDatum.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datum from .datum by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.EcefKarney from .ecef by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.Ellipsoid from .datum by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.PI_2 from .basics by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.Transform from .datum by PyGeodesy/test/testDatum.py line 11
# lazily imported pygeodesy.Transforms from .datum by PyGeodesy/test/testDatum.py line 11

    testing testDatum.py 20.05.15 (module pygeodesy.datum 20.06.20) isLazy=3
    test 1 ellipsoid: True
    test 2 transform: True
    test 3 datum: True
    test 4 TestEllipsiod: name='TestEllipsiod', a=1000, b=1000, f_=0, f=0, e=0, e2=0, e12=1, e22=0, n=0, R1=1000, R2=1000, R3=1000, Rr=1000, Rs=1000
    test 5 TestTransform: name='TestTransform', tx=0, ty=0, tz=0, rx=0, ry=0, rz=0, s=0, s1=1, sx=0, sy=0, sz=0
    test 6 TestDatum: name='TestDatum', ellipsoid=Ellipsoids.TestEllipsiod, transform=Transforms.TestTransform
    test 7 ED50.inverse().inverse(): True
    test 8 R1: 6371008.7714
    test 9 R2: 6371007.2
    test 10 R3: 6371000.8
    test 11 Rr: 6367449.1
    test 12 Rs: 6367435.7
    test 13 Rgeocentric: 6378137.000
    test 14 Rgeocentric: 6367489.544
    test 15 Rgeocentric: 6356752.314
    test 16 Rlat: 6378137.000
    test 17 Rlat: 6367444.657
    test 18 Rlat: 6356752.314
    test 19 distance2: 156903.472, 45.192
    test 20 distance2: 1569034.719, 45.192
    test 21 distance2: 1400742.676, 37.563
    test 22 distance2: 1179164.848, 18.896
    test 23 roc2: 6335439.327, 6378137.0
    test 24 roc2: 6367381.816, 6388838.29
    test 25 roc2: 6399593.626, 6399593.626
    test 26 rocBearing: 6335439.327
    test 27 rocBearing: 6378092.008
    test 28 rocBearing: 6399593.626
    test 29 rocGauss: 6356752.314
    test 30 rocGauss: 6378101.030
    test 31 rocGauss: 6399593.626
    test 32 rocMean: 6356716.465
    test 33 rocMean: 6378092.008
    test 34 rocMean: 6399593.626
    test 35 rocMeridional: 6335439.327
    test 36 rocMeridional: 6367381.816
    test 37 rocMeridional: 6399593.626
    test 38 rocPrimeVertical: 6378137.0
    test 39 rocPrimeVertical: 6388838.29
    test 40 rocPrimeVertical: 6399593.626
    test 41 R1: 6371008.7714
    test 42 R2: 6371007.2
    test 43 R3: 6371000.8
    test 44 Rr: 6367449.1
    test 45 Rs: 6367435.7
    test 46 Rgeocentric: 6378137.000
    test 47 Rgeocentric: 6367489.544
    test 48 Rgeocentric: 6356752.314
    test 49 Rlat: 6378137.000
    test 50 Rlat: 6367444.657
    test 51 Rlat: 6356752.314
    test 52 distance2: 156903.472, 45.192
    test 53 distance2: 1569034.719, 45.192
    test 54 distance2: 1400742.676, 37.563
    test 55 distance2: 1179164.848, 18.896
    test 56 roc2: 6335439.327, 6378137.0
    test 57 roc2: 6367381.816, 6388838.29
    test 58 roc2: 6399593.626, 6399593.626
    test 59 rocBearing: 6335439.327
    test 60 rocBearing: 6378092.008
    test 61 rocBearing: 6399593.626
    test 62 rocGauss: 6356752.314
    test 63 rocGauss: 6378101.030
    test 64 rocGauss: 6399593.626
    test 65 rocMean: 6356716.465
    test 66 rocMean: 6378092.008
    test 67 rocMean: 6399593.626
    test 68 rocMeridional: 6335439.327
    test 69 rocMeridional: 6367381.816
    test 70 rocMeridional: 6399593.626
    test 71 rocPrimeVertical: 6378137.0
    test 72 rocPrimeVertical: 6388838.29
    test 73 rocPrimeVertical: 6399593.626
    test 74 a, b, None: 2.0
    test 75 a, None, f_: 500.0
    test 76 WGS84.copy: True
    test 77 WGS84.copy: True
    test 78 WGS84.find: None
    test 79 WGS84.a2_b: 6399593.625754
    test 80 WGS84.b2_a: 6335439.327302
    test 81 WGS84.c: 6371007.180921
    test 82 WGS84.es: 0.081819
    test 83 WGS84.f2: 0.003364
    test 84 WGS84.m2degrees: 90
    test 85 WGS84.area: 5.101e+14
    test 86 WGS84.volume: 1.083e+21
    test 87 WGS84.ecef: <class 'pygeodesy.ecef.EcefKarney'>
    test 88 WGS84.ecef: WGS84
    test 89 WGS84: name='WGS84', a=6378137, b=6356752.3142499998, f_=298.257223563, f=0.0033528107, e=0.0818191908, e2=0.00669438, e12=0.99330562, e22=0.0067394967, n=0.0016792204, R1=6371008.7714166669, R2=6371007.180920884, R3=6371000.7900107643, Rr=6367449.1458250275, Rs=6367435.6797186071
    test 90 WGS84.: A=6367449.1458234144, e=0.0818191908, f_=298.2572235630, n=0.0016792204(-3.7914875232e-13)
    test 91 WGS84.AlphaKs: 8.377318206245e-04, 7.608527773572e-07, 1.197645503242e-09, 2.429170680397e-12, 5.711818370428e-15, 1.47999793138e-17, 4.107624109371e-20, 1.210785038923e-22
    test 92 WGS84.BetaKs : 8.377321640579e-04, 5.90587015222e-08, 1.673482665344e-10, 2.164798110491e-13, 3.787930968626e-16, 7.236769021816e-19, 1.493479824778e-21, 3.259522545838e-24
    test 93 WGS84.AlphaKs: 8.377318206245e-04, 7.608527773572e-07, 1.197645503329e-09, 2.429170607201e-12, 5.711757677866e-15, 1.491117731258e-17
    test 94 WGS84.BetaKs : 8.377321640579e-04, 5.90587015222e-08, 1.673482665284e-10, 2.164798040063e-13, 3.787978046169e-16, 7.248748890694e-19
    test 95 WGS84.AlphaKs: 8.377318206304e-04, 7.608527714249e-07, 1.197638001561e-09, 2.443376194522e-12
    test 96 WGS84.BetaKs : 8.377321640601e-04, 5.905869567934e-08, 1.673488880355e-10, 2.167737763022e-13

    all 96 testDatum.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 7.268 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testDeprecated.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.R_MA from .datum by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.HeightIDW from .heights by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.HeightIDW2 from .heights by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.HeightIDW3 from .heights by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.HeightIDWequirectangular from .heights by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.HeightIDWeuclidean from .heights by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.HeightIDWhaversine from .heights by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.anStr from .streprs by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.areaof from .points by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.bounds from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.clipStr from .basics by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.decodeEPSG2 from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.encodeEPSG from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.equirectangular3 from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.hypot3 from .fmath by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.isenclosedby from .points by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.nearestOn3 from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.nearestOn4 from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.parseUTM from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.perimeterof from .points by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.polygon from .formy by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.simplify2 from .simplify by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.toUtm from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.utmZoneBand2 from .deprecated by PyGeodesy/test/testDeprecated.py line 11
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testRoutes.py line 13

    testing testDeprecated.py 20.03.10 (module pygeodesy.deprecated 20.05.14) isLazy=3
    test 1 HeightIDWeuclidean: True
    test 2 HeightIDWequirectangular: True
    test 3 HeightIDWhaversine: True
    test 4 areaof: 7.086883e+09
    test 5 bounds: (-85.0, -180.0, 85.0, 90.0)
    test 6 anStr: a-b__
    test 7 clipStr: test/t....ics.py
    test 8 decodeEPSG2: (12, 'S')
    test 9 encodeEPSG: 32712
    test 10 equirectangular3: 3
    test 11 equirectangular3: 12.997
    test 12 fStr: 0.123000
    test 13 fStr: 0.123
    test 14 fStr: 0.123, 456.789
    test 15 fStr: 1.23000e-01
    test 16 fStr: 1.23e-01
    test 17 hypot3: 3006.675905
    test 18 isenclosedby: True
    test 19 nearestOn3: 3
    test 20 nearestOn3: (45.5, 1.5)
    test 21 nearestOn4: 4
    test 22 nearestOn4: (45.5, 1.5)
    test 23 parseUTM: (18, 'N', 516620.0, 4574500.0)
    test 24 perimeterof: 2.687460e+05
    test 25 polygon: 3
    test 26 simplify2: 4
    test 27 toUtm: 6
    test 28 utmZoneBand2: (11, 'U')
    test 29 HeightIDWeuclidean: True
    test 30 HeightIDWequirectangular: True
    test 31 HeightIDWhaversine: True
    test 32 areaof: 7.086883e+09
    test 33 bounds: (-85.0, -180.0, 85.0, 90.0)
    test 34 anStr: a-b__
    test 35 clipStr: test/t....ics.py
    test 36 decodeEPSG2: (12, 'S')
    test 37 encodeEPSG: 32712
    test 38 equirectangular3: 3
    test 39 equirectangular3: 12.997
    test 40 fStr: 0.123000
    test 41 fStr: 0.123
    test 42 fStr: 0.123, 456.789
    test 43 fStr: 1.23000e-01
    test 44 fStr: 1.23e-01
    test 45 hypot3: 3006.675905
    test 46 isenclosedby: True
    test 47 nearestOn3: 3
    test 48 nearestOn3: (45.5, 1.5)
    test 49 nearestOn4: 4
    test 50 nearestOn4: (45.5, 1.5)
    test 51 parseUTM: (18, 'N', 516620.0, 4574500.0)
    test 52 perimeterof: 2.687460e+05
    test 53 polygon: 3
    test 54 simplify2: 4
    test 55 toUtm: 6
    test 56 utmZoneBand2: (11, 'U')
    test 57 HeightIDWeuclidean: True
    test 58 HeightIDWequirectangular: True
    test 59 HeightIDWhaversine: True
    test 60 areaof: 7.086883e+09
    test 61 bounds: (-85.0, -180.0, 85.0, 90.0)
    test 62 anStr: a-b__
    test 63 clipStr: test/t....ics.py
    test 64 decodeEPSG2: (12, 'S')
    test 65 encodeEPSG: 32712
    test 66 equirectangular3: 3
    test 67 equirectangular3: 12.997
    test 68 fStr: 0.123000
    test 69 fStr: 0.123
    test 70 fStr: 0.123, 456.789
    test 71 fStr: 1.23000e-01
    test 72 fStr: 1.23e-01
    test 73 hypot3: 3006.675905
    test 74 isenclosedby: True
    test 75 nearestOn3: 3
    test 76 nearestOn3: (45.5, 1.5)
    test 77 nearestOn4: 4
    test 78 nearestOn4: (45.5, 1.5)
    test 79 parseUTM: (18, 'N', 516620.0, 4574500.0)
    test 80 perimeterof: 2.687460e+05
    test 81 polygon: 3
    test 82 simplify2: 4
    test 83 toUtm: 6
    test 84 utmZoneBand2: (11, 'U')

    all 84 testDeprecated.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 21.438 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testDms.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DEG from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_MIN from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_SEC from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_D_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DM_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DMS_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DEG_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_MIN_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_SEC_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_RAD_ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_D__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DM__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DMS__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_DEG__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_MIN__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_SEC__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.F_RAD__ from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.compassPoint from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.parseDDDMMSS from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.parseDMS from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.ParseError from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.parse3llh from .dms by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.rangerrors from .errors by PyGeodesy/test/testDms.py line 11
# lazily imported pygeodesy.toDMS from .dms by PyGeodesy/test/testDms.py line 11

    testing testDms.py 20.05.12 (module pygeodesy.dms 20.06.12) isLazy=3
    test 1 parseDMS('0.0°'): 0.0
    test 2 parseDMS('0°'): 0.0
    test 3 parseDMS('000°00'00"'): 0.0
    test 4 parseDMS('000°00'00.0"'): 0.0
    test 5 parseDMS('000° 00'00"'): 0.0
    test 6 parseDMS('000°00 ' 00.0"'): 0.0
    test 7 parseDMS('000° 00' 00.0'): 0.0
    test 8 parseDMS('000°-00′-00.0"'): 0.0
    test 9 parseDDDMMSS(1): 1.0
    test 10 parseDMS(1): 1.0
    test 11 parseDDDMMSS(12): 12.0
    test 12 parseDMS(12): 12.0
    test 13 parseDDDMMSS(123): 123.0
    test 14 parseDMS(123): 123.0
    test 15 parseDDDMMSS(1234): 12.567
    test 16 parseDMS(1234): 1234.0
    test 17 parseDDDMMSS(12345): 123.75
    test 18 parseDMS(12345): 12345.0
    test 19 parseDDDMMSS(123456): 12.582
    test 20 parseDMS(123456): 123456.0
    test 21 parseDDDMMSS(1234567): 123.769
    test 22 parseDMS(1234567): 1234567.0
    test 23 parseDDDMMSS(12345678): 1234.955
    test 24 parseDMS(12345678): 12345678.0
    test 25 parseDDDMMSS(0.1): 0.1
    test 26 parseDMS(0.1): 0.1
    test 27 parseDDDMMSS(1.2): 1.2
    test 28 parseDMS(1.2): 1.2
    test 29 parseDDDMMSS(12.3): 12.3
    test 30 parseDMS(12.3): 12.3
    test 31 parseDDDMMSS(123.4): 123.4
    test 32 parseDMS(123.4): 123.4
    test 33 parseDDDMMSS(1234.5): 12.575
    test 34 parseDMS(1234.5): 1234.5
    test 35 parseDDDMMSS(12345.6): 123.76
    test 36 parseDMS(12345.6): 12345.6
    test 37 parseDDDMMSS(123456.7): 12.582
    test 38 parseDMS(123456.7): 123456.7
    test 39 parseDDDMMSS('1N'): 1.0
    test 40 parseDMS('1N'): 1.0
    test 41 parseDDDMMSS('12S'): -12.0
    test 42 parseDMS('12S'): -12.0
    test 43 parseDDDMMSS('012.3W'): -12.3
    test 44 parseDMS('012.3W'): -12.3
    test 45 parseDDDMMSS('123E'): 123.0
    test 46 parseDMS('123E'): 123.0
    test 47 parseDDDMMSS('1234N'): 12.567
    test 48 parseDMS('1234N'): 1234.0
    test 49 parseDDDMMSS('12345E'): 123.75
    test 50 parseDMS('12345E'): 12345.0
    test 51 parseDDDMMSS('1234.5S'): -12.575
    test 52 parseDMS('1234.5S'): -1234.5
    test 53 parseDDDMMSS('12345.6E'): 123.76
    test 54 parseDMS('12345.6E'): 12345.6
    test 55 parseDDDMMSS('123456.7S'): -12.582
    test 56 parseDMS('123456.7S'): -123456.7
    test 57 parseDDDMMSS('1234567.8W'): -123.769
    test 58 parseDMS('1234567.8W'): -1234567.8
    test 59 parseDDDMMSS('12345678E'): 12345678.0
    test 60 parseDMS('12345678E'): 12345678.0
    test 61 parseDDDMMSS(345.0, NS): 3.75
    test 62 parseDDDMMSS(345.0, EW): 345.0
    test 63 parseDDDMMSS(5430.0, NS): 54.5
    test 64 parseDDDMMSS(5430.0, EW): 54.5
    test 65 parseDDDMMSS('12E'): ParseError("strDDDMMSS ('12E') or suffix ('NSEW'): form DD applies N-S: invalid")
    test 66 parseDMS('12E'): 12.0
    test 67 parseDDDMMSS('012.3S'): ParseError("strDDDMMSS ('012.3S') or suffix ('NSEW'): form DDD applies E-W: invalid")
    test 68 parseDMS('012.3S'): -12.3
    test 69 parseDDDMMSS('123N'): ParseError("strDDDMMSS ('123N') or suffix ('NSEW'): form DDD applies E-W: invalid")
    test 70 parseDMS('123N'): 123.0
    test 71 parseDDDMMSS('1234E'): ParseError("strDDDMMSS ('1234E') or suffix ('NSEW'): form DDMM applies N-S: invalid")
    test 72 parseDMS('1234E'): 1234.0
    test 73 parseDDDMMSS('12345N'): ParseError("strDDDMMSS ('12345N') or suffix ('NSEW'): form DDDMM applies E-W: invalid")
    test 74 parseDMS('12345N'): 12345.0
    test 75 parseDDDMMSS('1234.5W'): ParseError("strDDDMMSS ('1234.5W') or suffix ('NSEW'): form DDMM applies N-S: invalid")
    test 76 parseDMS('1234.5W'): -1234.5
    test 77 parseDDDMMSS('123456E'): ParseError("strDDDMMSS ('123456E') or suffix ('NSEW'): form DDMMSS applies N-S: invalid")
    test 78 parseDMS('123456E'): 123456.0
    test 79 parseDDDMMSS('1234567S'): ParseError("strDDDMMSS ('1234567S') or suffix ('NSEW'): form DDDMMSS applies E-W: invalid")
    test 80 parseDMS('1234567S'): -1234567.0
    test 81 parseDMS: strDMS (181) or suffix ('NSEW'): 181 beyond 180.0 degrees
    test 82 parseDMS: strDMS (-91) or suffix ('NSEW'): -91 beyond -90.0 degrees
    test 83 parse3llh: 51.477811, -0.001475, 0.0
    test 84 toDMS(): 46°00.0′
    test 85 toDMS(): 46°00.0′
    test 86 toDMS(): 45°59.99′
    test 87 toDMS(): 45°59.999′
    test 88 toDMS(): 46°00′00.0″
    test 89 toDMS(): 45°59′59.96″
    test 90 toDMS(): 45°59′59.964″
    test 91 toDMS(): 45°45′45.36″
    test 92 toDMS(d): 45.7626°
    test 93 toDMS(d): -45.7626°
    test 94 toDMS(dm): 45°45.756′
    test 95 toDMS(dm): -45°45.756′
    test 96 toDMS(dms): 45°45′45.36″
    test 97 toDMS(dms): -45°45′45.36″
    test 98 toDMS(deg): 45.7626
    test 99 toDMS(deg): -45.7626
    test 100 toDMS(min): 4545.756
    test 101 toDMS(min): -4545.756
    test 102 toDMS(sec): 454545.36
    test 103 toDMS(sec): -454545.36
    test 104 toDMS(rad): 0.79871
    test 105 toDMS(rad): -0.79871
    test 106 toDMS(d): 45.7626°
    test 107 toDMS(d): -45.7626°
    test 108 toDMS(dm): 45°45.7560′
    test 109 toDMS(dm): -45°45.7560′
    test 110 toDMS(dms): 45°45′45.36″
    test 111 toDMS(dms): -45°45′45.36″
    test 112 toDMS(deg): 45.762600
    test 113 toDMS(deg): -45.762600
    test 114 toDMS(min): 4545.75600
    test 115 toDMS(min): -4545.75600
    test 116 toDMS(sec): 454545.360
    test 117 toDMS(sec): -454545.360
    test 118 toDMS(rad): 0.798708
    test 119 toDMS(rad): -0.798708
    test 120 toDMS(-d): 45.7626°
    test 121 toDMS(-d): -45.7626°
    test 122 toDMS(-dm): 45°45.7560′
    test 123 toDMS(-dm): -45°45.7560′
    test 124 toDMS(-dms): 45°45′45.36″
    test 125 toDMS(-dms): -45°45′45.36″
    test 126 toDMS(-deg): 45.762600
    test 127 toDMS(-deg): -45.762600
    test 128 toDMS(-min): 4545.75600
    test 129 toDMS(-min): -4545.75600
    test 130 toDMS(-sec): 454545.360
    test 131 toDMS(-sec): -454545.360
    test 132 toDMS(-rad): 0.798708
    test 133 toDMS(-rad): -0.798708
    test 134 toDMS(+d): +45.7626°
    test 135 toDMS(+d): -45.7626°
    test 136 toDMS(+dm): +45°45.7560′
    test 137 toDMS(+dm): -45°45.7560′
    test 138 toDMS(+dms): +45°45′45.36″
    test 139 toDMS(+dms): -45°45′45.36″
    test 140 toDMS(+deg): +45.762600
    test 141 toDMS(+deg): -45.762600
    test 142 toDMS(+min): +4545.75600
    test 143 toDMS(+min): -4545.75600
    test 144 toDMS(+sec): +454545.360
    test 145 toDMS(+sec): -454545.360
    test 146 toDMS(+rad): +0.798708
    test 147 toDMS(+rad): -0.798708
    test 148 compassPoint(1,): N
    test 149 compassPoint(0,): N
    test 150 compassPoint(-1,): N
    test 151 compassPoint(359,): N
    test 152 compassPoint(24,): NNE
    test 153 compassPoint(24, 1): N
    test 154 compassPoint(24, 2): NE
    test 155 compassPoint(24, 3): NNE
    test 156 compassPoint(226,): SW
    test 157 compassPoint(226, 1): W
    test 158 compassPoint(226, 2): SW
    test 159 compassPoint(226, 3): SW
    test 160 compassPoint(237,): WSW
    test 161 compassPoint(237, 1): W
    test 162 compassPoint(237, 2): SW
    test 163 compassPoint(237, 3): WSW
    test 164 compassPoint(11.25,): NNE
    test 165 compassPoint(11.249,): N
    test 166 compassPoint(-11.25,): N
    test 167 compassPoint(348.749,): NNW
    test 168 compassPoint(45, 1): E
    test 169 compassPoint(44.99, 1): N
    test 170 compassPoint(45, 2): NE
    test 171 compassPoint(44.99, 2): NE
    test 172 compassPoint(45, 3): NE
    test 173 compassPoint(44.99, 3): NE
    test 174 compassPoint(45, 4): NE
    test 175 compassPoint(44.99, 4): NE
    test 176 compassPoint(22.5, 1): N
    test 177 compassPoint(22.49, 1): N
    test 178 compassPoint(22.5, 2): NE
    test 179 compassPoint(22.49, 2): N
    test 180 compassPoint(22.5, 3): NNE
    test 181 compassPoint(22.49, 3): NNE
    test 182 compassPoint(22.5, 4): NNE
    test 183 compassPoint(22.49, 4): NNE
    test 184 compassPoint(11.25, 1): N
    test 185 compassPoint(11.249, 1): N
    test 186 compassPoint(11.25, 2): N
    test 187 compassPoint(11.249, 2): N
    test 188 compassPoint(11.25, 3): NNE
    test 189 compassPoint(11.249, 3): N
    test 190 compassPoint(11.25, 4): NbE
    test 191 compassPoint(11.249, 4): NbE
    test 192 compassPoint(24, 1): N
    test 193 compassPoint(24, 2): NE
    test 194 compassPoint(24, 3): NNE
    test 195 compassPoint(24,): NNE
    test 196 compassPoint(18, 3): NNE
    test 197 compassPoint(11, 4): NbE
    test 198 compassPoint(30, 4): NEbN
    test 199 compassPoint(11.25): NbE
    test 200 compassPoint(33.75): NEbN
    test 201 compassPoint(56.25): NEbE
    test 202 compassPoint(78.75): EbN
    test 203 compassPoint(101.25): EbS
    test 204 compassPoint(123.75): SEbE
    test 205 compassPoint(146.25): SEbS
    test 206 compassPoint(168.75): SbE
    test 207 compassPoint(191.25): SbW
    test 208 compassPoint(213.75): SWbS
    test 209 compassPoint(236.25): SWbW
    test 210 compassPoint(258.75): WbS
    test 211 compassPoint(281.25): WbN
    test 212 compassPoint(303.75): NWbW
    test 213 compassPoint(326.25): NWbN
    test 214 compassPoint(348.75): NbW
    test 215 _DEG: +1.0101
    test 216 _MIN: +0.606′
    test 217 _SEC: +36.36″

    all 217 testDms.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 6.553 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testEcef.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.EcefCartesian from .ecef by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.EcefKarney from .ecef by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.EcefMatrix from .ecef by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.EcefSudano from .ecef by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.EcefVeness from .ecef by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.EcefYou from .ecef by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.latDMS from .dms by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.lonDMS from .dms by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.nvector by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.parse3llh from .dms by PyGeodesy/test/testEcef.py line 12
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testEcef.py line 234
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testEcef.py line 234
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testEcef.py line 234
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testEcef.py line 234
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testEcef.py line 234

    testing testEcef.py 20.06.22 isLazy=3

    test 1 EcefKarney: ...
    test 2 name: Test
    test 3 toStr: EcefKarney(a=6378137.0, f=0.003352811, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), ellipsoid=Ellipsoid(name='WGS84', a=6378137, b=6356752.31425, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771416667, R2=6371007.180920884, R3=6371000.790010764, Rr=6367449.145825027, Rs=6367435.679718607), name='Test')  FAILED, KNOWN, expected EcefKarney
    test 4 a, f: a=6378137.0, f=0.003352811, datum=None, ellipsoid=Ellipsoid(name='_Test', a=6378137, b=6356752.314245179, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771415059, R2=6371007.180918474, R3=6371000.790009154, Rr=6367449.14582262, Rs=6367435.679716192), name='Test'  FAILED, KNOWN, expected EcefKarney
    test 5 copy(EcefKarney): (<class 'pygeodesy.ecef.EcefKarney'>, True)
    test 6 EcefKarney.copy(): (<class 'pygeodesy.ecef.EcefKarney'>, True)
    test 7 forward: 27.99, 86.93, 8820.0
    test 8 forward: 302271.4, 5635928.4, 2979666.1
    test 9 name: Test
    test 10 reverse: 302271.4, 5635928.4, 2979666.1
    test 11 reverse: 27.99, 86.93, 8820.01
    test 12 case: 2
    test 13 name: Test
    test 14 reverse: 302000.0, 5636000.0, 2980000.0
    test 15 reverse: 27.99, 86.93, 9027.03
    test 16 case: 2
    test 17 forward: 27.99, 86.93, 8820.0
    test 18 forward: 302271.43, 5635928.37, 2979666.13
    test 19 forward: 33.3, 44.4, 6000.0
    test 20 forward: 3816209.6, 3737108.55, 3485109.57
    test 21 reverse: 3816209.6, 3737108.55, 3485109.57
    test 22 reverse: 33.3, 44.4, 5999.996
    test 23 case: 2
    test 24 reverse: 30000.0, 30000.0, 0.0
    test 25 reverse: 6.483, 45.0, -6335709.726
    test 26 case: 3
    test 27 forward: 6.483, 45.0, -6335709.726
    test 28 forward: 30000.0, 30000.0, -0.0
    test 29 reverse-1: 45.0, 120.0, 1000.0
    test 30 forward-1: -2259149.0, 3912960.8, 4488055.5
    test 31 xyzh-1: -2259149.0, 3912960.8, 4488055.5, 1000.0
    test 32 philam-1: 0.7854, 2.0944
    test 33 reverse-2: 45.0, 120.0, 2000.0
    test 34 forward-2: -2259502.5, 3913573.2, 4488762.6
    test 35 xyzh-2: -2259502.5, 3913573.2, 4488762.6, 2000.0
    test 36 philam-2: 0.7854, 2.0944
    test 37 reverse-3: 45.0, 120.0, 3000.0
    test 38 forward-3: -2259856.1, 3914185.6, 4489469.7
    test 39 xyzh-3: -2259856.1, 3914185.6, 4489469.7, 3000.0
    test 40 philam-3: 0.7854, 2.0944
    test 41 reverse-4: 45.0, 120.0, 4000.0
    test 42 forward-4: -2260209.7, 3914798.0, 4490176.8
    test 43 xyzh-4: -2260209.7, 3914798.0, 4490176.8, 4000.0
    test 44 philam-4: 0.7854, 2.0944
    test 45 reverse-5: 45.0, 120.0, 10000.0
    test 46 forward-5: -2262331.0, 3918472.2, 4494419.5
    test 47 xyzh-5: -2262331.0, 3918472.2, 4494419.5, 10000.0
    test 48 philam-5: 0.7854, 2.0944
    test 49 reverse-6: 45.0, 120.0, 20000.0
    test 50 forward-6: -2265866.5, 3924595.9, 4501490.5
    test 51 xyzh-6: -2265866.5, 3924595.9, 4501490.5, 20000.0
    test 52 philam-6: 0.7854, 2.0944
    test 53 reverse-7: 45.0, 120.0, 100000.0
    test 54 forward-7: -2294150.8, 3973585.7, 4558059.1
    test 55 xyzh-7: -2294150.8, 3973585.7, 4558059.1, 100000.0
    test 56 philam-7: 0.7854, 2.0944
    test 57 reverse-8: 45.0, 120.0, 800000.0
    test 58 forward-8: -2541638.2, 4402246.4, 5053033.8
    test 59 xyzh-8: -2541638.2, 4402246.4, 5053033.8, 800000.0
    test 60 philam-8: 0.7854, 2.0944
    test 61 reverse-9: 45.0, 120.0, 1000000.0
    test 62 forward-9: -2612348.8, 4524720.9, 5194455.2
    test 63 xyzh-9: -2612348.8, 4524720.9, 5194455.2, 1000000.0
    test 64 philam-9: 0.7854, 2.0944
    test 65 sudano: 45.0, 0.0, 100000.0
    test 66 name: OS-UK
    test 67 forward: 53.61199036, -1.66444222, 299.8
    test 68 forward: 3790644.9, -110149.21, 5111482.97
    test 69 reverse: 3790644.9, -110149.21, 5111482.97
    test 70 reverse: 53.61199036, -1.66444223
    test 71 reverse.lat: 53°36′43.1653″N
    test 72 reverse.lon: 001°39′51.992″W
    test 73 reverse.height: 299.800
    test 74 case: 2

    test 75 EcefCartesian: ...
    test 76 name: Test
    test 77 toStr: EcefCartesian(lat0=33.0, lon0=44.0, height0=20.0, M=Test(_0_0=-0.694658, _0_1=-0.391781, _0_2=0.603289, _1_0=0.71934, _1_1=-0.378338, _1_2=0.58259, _2_0=0, _2_1=0.838671, _2_2=0.544639), ecef=EcefKarney(a=6378137.0, f=0.003352811, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), ellipsoid=Ellipsoid(name='WGS84', a=6378137, b=6356752.31425, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771416667, R2=6371007.180920884, R3=6371000.790010764, Rr=6367449.145825027, Rs=6367435.679718607), name='Test'), name='Test')  FAILED, KNOWN, expected EcefCartesian
    test 78 copy(EcefCartesian): (<class 'pygeodesy.ecef.EcefCartesian'>, True)
    test 79 EcefCartesian.copy(): (<class 'pygeodesy.ecef.EcefCartesian'>, True)
    test 80 forward: 33.3, 44.4, 6000.0
    test 81 forward: 37288.97, 33374.29, 5783.65
    test 82 name: Test
    test 83 reverse: 33.3, 44.4, 6000.0
    test 84 name: Test
    test 85 name: Paris
    test 86 Paris: 48.833, 2.333, 0.0
    test 87 forward: 50.9, 1.8, 0.0
    test 88 forward: -37518.64, 229949.65, -4260.43
    test 89 name: Calais
    test 90 reverse: 50.9, 1.8, -0.0
    test 91 name: Paris
    test 92 reverse: 4028834.2, 126130.9, 4926765.2
    test 93 reverse: 50.9, 1.79, 264.92
    test 94 forward: -38223.7, 229964.2, -4000.0  FAILED, KNOWN, expected -38000.0, 230000.0, -4000.0

    test 95 EcefVeness: ...
    test 96 name: Test
    test 97 toStr: EcefVeness(a=6378137.0, f=0.003352811, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), ellipsoid=Ellipsoid(name='WGS84', a=6378137, b=6356752.31425, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771416667, R2=6371007.180920884, R3=6371000.790010764, Rr=6367449.145825027, Rs=6367435.679718607), name='Test')  FAILED, KNOWN, expected EcefVeness
    test 98 a, f: a=6378137.0, f=0.003352811, datum=None, ellipsoid=Ellipsoid(name='_Test', a=6378137, b=6356752.314245179, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771415059, R2=6371007.180918474, R3=6371000.790009154, Rr=6367449.14582262, Rs=6367435.679716192), name='Test'  FAILED, KNOWN, expected EcefVeness
    test 99 copy(EcefVeness): (<class 'pygeodesy.ecef.EcefVeness'>, True)
    test 100 EcefVeness.copy(): (<class 'pygeodesy.ecef.EcefVeness'>, True)
    test 101 forward: 27.99, 86.93, 8820.0
    test 102 forward: 302271.4, 5635928.4, 2979666.1
    test 103 name: Test
    test 104 reverse: 302271.4, 5635928.4, 2979666.1
    test 105 reverse: 27.99, 86.93, 8820.01
    test 106 case: 1
    test 107 name: Test
    test 108 reverse: 302000.0, 5636000.0, 2980000.0
    test 109 reverse: 27.99, 86.93, 9027.03
    test 110 case: 1
    test 111 forward: 27.99, 86.93, 8820.0
    test 112 forward: 302271.43, 5635928.37, 2979666.13
    test 113 forward: 33.3, 44.4, 6000.0
    test 114 forward: 3816209.6, 3737108.55, 3485109.57
    test 115 reverse: 3816209.6, 3737108.55, 3485109.57
    test 116 reverse: 33.3, 44.4, 5999.996
    test 117 case: 1
    test 118 reverse: 30000.0, 30000.0, 0.0
    test 119 reverse: -180.0, 45.0, -6420563.407  FAILED, KNOWN, expected 6.483, 45.0, -6335709.726
    test 120 case: 1
    test 121 forward: 6.483, 45.0, -6335709.726
    test 122 forward: 30000.0, 30000.0, -0.0
    test 123 reverse-1: 45.0, 120.0, 1000.0
    test 124 forward-1: -2259149.0, 3912960.8, 4488055.5
    test 125 xyzh-1: -2259149.0, 3912960.8, 4488055.5, 1000.0
    test 126 philam-1: 0.7854, 2.0944
    test 127 reverse-2: 45.0, 120.0, 2000.0
    test 128 forward-2: -2259502.5, 3913573.2, 4488762.6
    test 129 xyzh-2: -2259502.5, 3913573.2, 4488762.6, 2000.0
    test 130 philam-2: 0.7854, 2.0944
    test 131 reverse-3: 45.0, 120.0, 3000.0
    test 132 forward-3: -2259856.1, 3914185.6, 4489469.7
    test 133 xyzh-3: -2259856.1, 3914185.6, 4489469.7, 3000.0
    test 134 philam-3: 0.7854, 2.0944
    test 135 reverse-4: 45.0, 120.0, 4000.0
    test 136 forward-4: -2260209.7, 3914798.0, 4490176.8
    test 137 xyzh-4: -2260209.7, 3914798.0, 4490176.8, 4000.0
    test 138 philam-4: 0.7854, 2.0944
    test 139 reverse-5: 45.0, 120.0, 10000.0
    test 140 forward-5: -2262331.0, 3918472.2, 4494419.5
    test 141 xyzh-5: -2262331.0, 3918472.2, 4494419.5, 10000.0
    test 142 philam-5: 0.7854, 2.0944
    test 143 reverse-6: 45.0, 120.0, 20000.0
    test 144 forward-6: -2265866.5, 3924595.9, 4501490.5
    test 145 xyzh-6: -2265866.5, 3924595.9, 4501490.5, 20000.0
    test 146 philam-6: 0.7854, 2.0944
    test 147 reverse-7: 45.0, 120.0, 100000.0
    test 148 forward-7: -2294150.8, 3973585.7, 4558059.1
    test 149 xyzh-7: -2294150.8, 3973585.7, 4558059.1, 100000.0
    test 150 philam-7: 0.7854, 2.0944
    test 151 reverse-8: 45.0, 120.0, 800000.0
    test 152 forward-8: -2541638.2, 4402246.4, 5053033.8
    test 153 xyzh-8: -2541638.2, 4402246.4, 5053033.8, 800000.0
    test 154 philam-8: 0.7854, 2.0944
    test 155 reverse-9: 45.0, 120.0, 1000000.0
    test 156 forward-9: -2612348.8, 4524720.9, 5194455.2
    test 157 xyzh-9: -2612348.8, 4524720.9, 5194455.2, 1000000.0
    test 158 philam-9: 0.7854, 2.0944
    test 159 sudano: 45.0, 0.0, 100000.0
    test 160 name: OS-UK
    test 161 forward: 53.61199036, -1.66444222, 299.8
    test 162 forward: 3790644.9, -110149.21, 5111482.97
    test 163 reverse: 3790644.9, -110149.21, 5111482.97
    test 164 reverse: 53.61199036, -1.66444223
    test 165 reverse.lat: 53°36′43.1653″N
    test 166 reverse.lon: 001°39′51.992″W
    test 167 reverse.height: 299.800
    test 168 case: 1

    test 169 EcefSudano: ...
    test 170 name: Test
    test 171 toStr: EcefSudano(a=6378137.0, f=0.003352811, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), ellipsoid=Ellipsoid(name='WGS84', a=6378137, b=6356752.31425, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771416667, R2=6371007.180920884, R3=6371000.790010764, Rr=6367449.145825027, Rs=6367435.679718607), name='Test')  FAILED, KNOWN, expected EcefSudano
    test 172 a, f: a=6378137.0, f=0.003352811, datum=None, ellipsoid=Ellipsoid(name='_Test', a=6378137, b=6356752.314245179, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771415059, R2=6371007.180918474, R3=6371000.790009154, Rr=6367449.14582262, Rs=6367435.679716192), name='Test'  FAILED, KNOWN, expected EcefSudano
    test 173 copy(EcefSudano): (<class 'pygeodesy.ecef.EcefSudano'>, True)
    test 174 EcefSudano.copy(): (<class 'pygeodesy.ecef.EcefSudano'>, True)
    test 175 forward: 27.99, 86.93, 8820.0
    test 176 forward: 302271.4, 5635928.4, 2979666.1
    test 177 name: Test
    test 178 reverse: 302271.4, 5635928.4, 2979666.1
    test 179 reverse: 28.01, 86.93, 8819.58  FAILED, KNOWN, expected 27.99, 86.93, 8820.01
    test 180 case: 5
    test 181 name: Test
    test 182 reverse: 302000.0, 5636000.0, 2980000.0
    test 183 reverse: 28.01, 86.93, 9026.6  FAILED, KNOWN, expected 27.99, 86.93, 9027.03
    test 184 case: 5
    test 185 forward: 27.99, 86.93, 8820.0
    test 186 forward: 302271.43, 5635928.37, 2979666.13
    test 187 forward: 33.3, 44.4, 6000.0
    test 188 forward: 3816209.6, 3737108.55, 3485109.57
    test 189 reverse: 3816209.6, 3737108.55, 3485109.57
    test 190 reverse: 33.335, 44.4, 5998.836  FAILED, KNOWN, expected 33.3, 44.4, 5999.996
    test 191 case: 5
    test 192 reverse: 30000.0, 30000.0, 0.0
    test 193 reverse: 0.0, 45.0, -6335710.593  FAILED, KNOWN, expected 6.483, 45.0, -6335709.726
    test 194 case: 0
    test 195 forward: 6.483, 45.0, -6335709.726
    test 196 forward: 30000.0, 30000.0, -0.0
    test 197 reverse-1: 45.08, 120.0, 993.852  FAILED, KNOWN, expected 45.0, 120.0, 1000.0
    test 198 forward-1: -2256016.0, 3907534.4, 4494304.0  FAILED, KNOWN, expected -2259149.0, 3912960.8, 4488055.5
    test 199 xyzh-1: -2256016.0, 3907534.4, 4494304.0, 993.9  FAILED, KNOWN, expected -2259149.0, 3912960.8, 4488055.5, 1000.0
    test 200 philam-1: 0.7868, 2.0944
    test 201 reverse-2: 45.08, 120.0, 1993.853  FAILED, KNOWN, expected 45.0, 120.0, 2000.0
    test 202 forward-2: -2256369.6, 3908146.8, 4495011.2  FAILED, KNOWN, expected -2259502.5, 3913573.2, 4488762.6
    test 203 xyzh-2: -2256369.6, 3908146.8, 4495011.2, 1993.9  FAILED, KNOWN, expected -2259502.5, 3913573.2, 4488762.6, 2000.0
    test 204 philam-2: 0.7868, 2.0944
    test 205 reverse-3: 45.08, 120.0, 2993.854  FAILED, KNOWN, expected 45.0, 120.0, 3000.0
    test 206 forward-3: -2256723.1, 3908759.1, 4495718.3  FAILED, KNOWN, expected -2259856.1, 3914185.6, 4489469.7
    test 207 xyzh-3: -2256723.1, 3908759.1, 4495718.3, 2993.9  FAILED, KNOWN, expected -2259856.1, 3914185.6, 4489469.7, 3000.0
    test 208 philam-3: 0.7868, 2.0944
    test 209 reverse-4: 45.08, 120.0, 3993.855  FAILED, KNOWN, expected 45.0, 120.0, 4000.0
    test 210 forward-4: -2257076.7, 3909371.5, 4496425.4  FAILED, KNOWN, expected -2260209.7, 3914798.0, 4490176.8
    test 211 xyzh-4: -2257076.7, 3909371.5, 4496425.4, 3993.9  FAILED, KNOWN, expected -2260209.7, 3914798.0, 4490176.8, 4000.0
    test 212 philam-4: 0.7868, 2.0944
    test 213 reverse-5: 45.08, 120.0, 9993.861  FAILED, KNOWN, expected 45.0, 120.0, 10000.0
    test 214 forward-5: -2259198.0, 3913045.8, 4500668.0  FAILED, KNOWN, expected -2262331.0, 3918472.2, 4494419.5
    test 215 xyzh-5: -2259198.0, 3913045.8, 4500668.0, 9993.9  FAILED, KNOWN, expected -2262331.0, 3918472.2, 4494419.5, 10000.0
    test 216 philam-5: 0.7868, 2.0944
    test 217 reverse-6: 45.079, 120.0, 19993.87  FAILED, KNOWN, expected 45.0, 120.0, 20000.0
    test 218 forward-6: -2262733.6, 3919169.6, 4507739.0  FAILED, KNOWN, expected -2265866.5, 3924595.9, 4501490.5
    test 219 xyzh-6: -2262733.6, 3919169.6, 4507739.0, 19993.9  FAILED, KNOWN, expected -2265866.5, 3924595.9, 4501490.5, 20000.0
    test 220 philam-6: 0.7868, 2.0944
    test 221 reverse-7: 45.078, 120.0, 99993.947  FAILED, KNOWN, expected 45.0, 120.0, 100000.0
    test 222 forward-7: -2291018.1, 3968159.8, 4564307.3  FAILED, KNOWN, expected -2294150.8, 3973585.7, 4558059.1
    test 223 xyzh-7: -2291018.1, 3968159.8, 4564307.3, 99993.9  FAILED, KNOWN, expected -2294150.8, 3973585.7, 4558059.1, 100000.0
    test 224 philam-7: 0.7868, 2.0944
    test 225 reverse-8: 45.071, 120.0, 799994.544  FAILED, KNOWN, expected 45.0, 120.0, 800000.0
    test 226 forward-8: -2538507.3, 4396823.7, 5059280.0  FAILED, KNOWN, expected -2541638.2, 4402246.4, 5053033.8
    test 227 xyzh-8: -2538507.3, 4396823.7, 5059280.0, 799994.5  FAILED, KNOWN, expected -2541638.2, 4402246.4, 5053033.8, 800000.0
    test 228 philam-8: 0.7866, 2.0944
    test 229 reverse-9: 45.069, 120.0, 999994.693  FAILED, KNOWN, expected 45.0, 120.0, 1000000.0
    test 230 forward-9: -2609218.5, 4519299.0, 5200700.9  FAILED, KNOWN, expected -2612348.8, 4524720.9, 5194455.2
    test 231 xyzh-9: -2609218.5, 4519299.0, 5200700.9, 999994.7  FAILED, KNOWN, expected -2612348.8, 4524720.9, 5194455.2, 1000000.0
    test 232 philam-9: 0.7866, 2.0944
    test 233 sudano: 45.078, 0.0, 99993.947  FAILED, KNOWN, expected 45.0, 0.0, 100000.0
    test 234 name: OS-UK
    test 235 forward: 53.61199036, -1.66444222, 299.8
    test 236 forward: 3790644.9, -110149.21, 5111482.97
    test 237 reverse: 3790644.9, -110149.21, 5111482.97
    test 238 reverse: 53.73795244, -1.66444223  FAILED, KNOWN, expected 53.61199036, -1.66444223
    test 239 reverse.lat: 53°44′16.6288″N  FAILED, KNOWN, expected 53°36′43.1653″N
    test 240 reverse.lon: 001°39′51.992″W
    test 241 reverse.height: 284.389  FAILED, KNOWN, expected 299.800
    test 242 case: 6

    test 243 EcefYou: ...
    test 244 name: Test
    test 245 toStr: EcefYou(a=6378137.0, f=0.003352811, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), ellipsoid=Ellipsoid(name='WGS84', a=6378137, b=6356752.31425, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771416667, R2=6371007.180920884, R3=6371000.790010764, Rr=6367449.145825027, Rs=6367435.679718607), name='Test')  FAILED, KNOWN, expected EcefYou
    test 246 a, f: a=6378137.0, f=0.003352811, datum=None, ellipsoid=Ellipsoid(name='_Test', a=6378137, b=6356752.314245179, f_=298.257223563, f=0.003352811, e=0.081819191, e2=0.00669438, e12=0.99330562, e22=0.006739497, n=0.00167922, R1=6371008.771415059, R2=6371007.180918474, R3=6371000.790009154, Rr=6367449.14582262, Rs=6367435.679716192), name='Test'  FAILED, KNOWN, expected EcefYou
    test 247 copy(EcefYou): (<class 'pygeodesy.ecef.EcefYou'>, True)
    test 248 EcefYou.copy(): (<class 'pygeodesy.ecef.EcefYou'>, True)
    test 249 forward: 27.99, 86.93, 8820.0
    test 250 forward: 302271.4, 5635928.4, 2979666.1
    test 251 name: Test
    test 252 reverse: 302271.4, 5635928.4, 2979666.1
    test 253 reverse: 27.99, 86.93, 8820.01
    test 254 case: 1
    test 255 name: Test
    test 256 reverse: 302000.0, 5636000.0, 2980000.0
    test 257 reverse: 27.99, 86.93, 9027.03
    test 258 case: 1
    test 259 forward: 27.99, 86.93, 8820.0
    test 260 forward: 302271.43, 5635928.37, 2979666.13
    test 261 forward: 33.3, 44.4, 6000.0
    test 262 forward: 3816209.6, 3737108.55, 3485109.57
    test 263 reverse: 3816209.6, 3737108.55, 3485109.57
    test 264 reverse: 33.3, 44.4, 5999.996
    test 265 case: 1
    test 266 reverse: 30000.0, 30000.0, 0.0
    test 267 reverse: 0.0, 45.0, -6335710.593  FAILED, KNOWN, expected 6.483, 45.0, -6335709.726
    test 268 case: 1
    test 269 forward: 6.483, 45.0, -6335709.726
    test 270 forward: 30000.0, 30000.0, -0.0
    test 271 reverse-1: 45.0, 120.0, 1000.0
    test 272 forward-1: -2259149.0, 3912960.8, 4488055.5
    test 273 xyzh-1: -2259149.0, 3912960.8, 4488055.5, 1000.0
    test 274 philam-1: 0.7854, 2.0944
    test 275 reverse-2: 45.0, 120.0, 2000.0
    test 276 forward-2: -2259502.5, 3913573.2, 4488762.6
    test 277 xyzh-2: -2259502.5, 3913573.2, 4488762.6, 2000.0
    test 278 philam-2: 0.7854, 2.0944
    test 279 reverse-3: 45.0, 120.0, 3000.0
    test 280 forward-3: -2259856.1, 3914185.6, 4489469.7
    test 281 xyzh-3: -2259856.1, 3914185.6, 4489469.7, 3000.0
    test 282 philam-3: 0.7854, 2.0944
    test 283 reverse-4: 45.0, 120.0, 4000.0
    test 284 forward-4: -2260209.7, 3914798.0, 4490176.8
    test 285 xyzh-4: -2260209.7, 3914798.0, 4490176.8, 4000.0
    test 286 philam-4: 0.7854, 2.0944
    test 287 reverse-5: 45.0, 120.0, 10000.0
    test 288 forward-5: -2262331.0, 3918472.2, 4494419.5
    test 289 xyzh-5: -2262331.0, 3918472.2, 4494419.5, 10000.0
    test 290 philam-5: 0.7854, 2.0944
    test 291 reverse-6: 45.0, 120.0, 20000.0
    test 292 forward-6: -2265866.5, 3924595.9, 4501490.5
    test 293 xyzh-6: -2265866.5, 3924595.9, 4501490.5, 20000.0
    test 294 philam-6: 0.7854, 2.0944
    test 295 reverse-7: 45.0, 120.0, 100000.0
    test 296 forward-7: -2294150.8, 3973585.7, 4558059.1
    test 297 xyzh-7: -2294150.8, 3973585.7, 4558059.1, 100000.0
    test 298 philam-7: 0.7854, 2.0944
    test 299 reverse-8: 45.0, 120.0, 800000.0
    test 300 forward-8: -2541638.2, 4402246.4, 5053033.8
    test 301 xyzh-8: -2541638.2, 4402246.4, 5053033.8, 800000.0
    test 302 philam-8: 0.7854, 2.0944
    test 303 reverse-9: 45.0, 120.0, 1000000.0
    test 304 forward-9: -2612348.8, 4524720.9, 5194455.2
    test 305 xyzh-9: -2612348.8, 4524720.9, 5194455.2, 1000000.0
    test 306 philam-9: 0.7854, 2.0944
    test 307 sudano: 45.0, 0.0, 100000.0
    test 308 name: OS-UK
    test 309 forward: 53.61199036, -1.66444222, 299.8
    test 310 forward: 3790644.9, -110149.21, 5111482.97
    test 311 reverse: 3790644.9, -110149.21, 5111482.97
    test 312 reverse: 53.61199036, -1.66444223
    test 313 reverse.lat: 53°36′43.1653″N
    test 314 reverse.lon: 001°39′51.992″W
    test 315 reverse.height: 299.800
    test 316 case: 1

    test 317 EcefMatrix: ...
    test 318 index: (0, 1, 2, 3, 4, 5, 6, 7, 8)
    test 319 matrix: 0, 1, 2, 3, 4, 5, 6, 7, 8
    test 320 multiply: 45, 54, 63, 54, 66, 78, 63, 78, 93
    test 321 copy(EcefMatrix): (<class 'pygeodesy.ecef.EcefMatrix'>, True)
    test 322 EcefMatrix.copy(): (<class 'pygeodesy.ecef.EcefMatrix'>, True)
    test 323 matrix: 1, 0, 0, 0, 1, 0, 0, 0, 1
    test 324 multiply: 1, 0, 0, 0, 1, 0, 0, 0, 1
    test 325 copy(EcefMatrix): (<class 'pygeodesy.ecef.EcefMatrix'>, True)
    test 326 EcefMatrix.copy(): (<class 'pygeodesy.ecef.EcefMatrix'>, True)

    test 327 pygeodesy.ellipsoidalKarney: LatLon
    test 328 forward: 48.833, 2.333, 0.0
    test 329 forward: 4202946.8, 171232.47, 4778354.17
    test 330 name: Paris
    test 331 reverse: 48.833, 2.333, 0.0
    test 332 name: Paris
    test 333 toLatLon: LatLon(48°49′58.8″N, 002°19′58.8″E, +0.00m)
    test 334 name: Paris
    test 335 to4Tuple: LatLon4Tuple
    test 336 to4Tuple: Paris(lat=48.833, lon=2.333, height=0.0, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84))
    test 337 to3Tuple: LatLon3Tuple
    test 338 to3Tuple: Paris(lat=48.833, lon=2.333, height=0.0)
    test 339 toVector: (4202946.79528, 171232.46613, 4778354.17)
    test 340 name: Paris
    test 341 forward: [4202946.8, 171232.47, 4778354.17]

    test 342 pygeodesy.ellipsoidalNvector: LatLon
    test 343 forward: 48.833, 2.333, 0.0
    test 344 forward: 4202946.8, 171232.47, 4778354.17
    test 345 name: Paris
    test 346 reverse: 48.833, 2.333, 0.0
    test 347 name: Paris
    test 348 toLatLon: LatLon(48°49′58.8″N, 002°19′58.8″E, +0.00m)
    test 349 name: Paris
    test 350 to4Tuple: LatLon4Tuple
    test 351 to4Tuple: Paris(lat=48.833, lon=2.333, height=0.0, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84))
    test 352 to3Tuple: LatLon3Tuple
    test 353 to3Tuple: Paris(lat=48.833, lon=2.333, height=0.0)
    test 354 toVector: (4202946.79528, 171232.46613, 4778354.17)
    test 355 name: Paris
    test 356 forward: [4202946.8, 171232.47, 4778354.17]

    test 357 pygeodesy.ellipsoidalVincenty: LatLon
    test 358 forward: 48.833, 2.333, 0.0
    test 359 forward: 4202946.8, 171232.47, 4778354.17
    test 360 name: Paris
    test 361 reverse: 48.833, 2.333, 0.0
    test 362 name: Paris
    test 363 toLatLon: LatLon(48°49′58.8″N, 002°19′58.8″E, +0.00m)
    test 364 name: Paris
    test 365 to4Tuple: LatLon4Tuple
    test 366 to4Tuple: Paris(lat=48.833, lon=2.333, height=0.0, datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84))
    test 367 to3Tuple: LatLon3Tuple
    test 368 to3Tuple: Paris(lat=48.833, lon=2.333, height=0.0)
    test 369 toVector: (4202946.79528, 171232.46613, 4778354.17)
    test 370 name: Paris
    test 371 forward: [4202946.8, 171232.47, 4778354.17]

    test 372 pygeodesy.sphericalNvector: LatLon
    test 373 forward: 48.833, 2.333, 0.0
    test 374 forward: 4190278.55, 170716.35, 4796058.21
    test 375 name: Paris
    test 376 reverse: 48.833, 2.333, 0.0
    test 377 name: Paris
    test 378 toLatLon: LatLon(48°49′58.8″N, 002°19′58.8″E)
    test 379 name: Paris
    test 380 to4Tuple: LatLon4Tuple
    test 381 to4Tuple: Paris(lat=48.833, lon=2.333, height=0.0, datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84))
    test 382 to3Tuple: LatLon3Tuple
    test 383 to3Tuple: Paris(lat=48.833, lon=2.333, height=0.0)
    test 384 toVector: (4190278.55277, 170716.34863, 4796058.20898)
    test 385 name: Paris
    test 386 forward: [4190278.55, 170716.35, 4796058.21]

    test 387 pygeodesy.sphericalTrigonometry: LatLon
    test 388 forward: 48.833, 2.333, 0.0
    test 389 forward: 4190278.55, 170716.35, 4796058.21
    test 390 name: Paris
    test 391 reverse: 48.833, 2.333, 0.0
    test 392 name: Paris
    test 393 toLatLon: LatLon(48°49′58.8″N, 002°19′58.8″E)
    test 394 name: Paris
    test 395 to4Tuple: LatLon4Tuple
    test 396 to4Tuple: Paris(lat=48.833, lon=2.333, height=0.0, datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84))
    test 397 to3Tuple: LatLon3Tuple
    test 398 to3Tuple: Paris(lat=48.833, lon=2.333, height=0.0)
    test 399 toVector: (4190278.55277, 170716.34863, 4796058.20898)
    test 400 name: Paris
    test 401 forward: [4190278.55, 170716.35, 4796058.21]

    47 of 401 testEcef.py tests (11.7%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 54.165 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testElevations.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.elevation2 from .elevations by PyGeodesy/test/testElevations.py line 11
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testElevations.py line 11
# lazily imported pygeodesy.geoidHeight2 from .elevations by PyGeodesy/test/testElevations.py line 11

    testing testElevations.py 20.02.07 isLazy=3
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testElevations.py line 78
    test 1 elevation2: None  FAILED, KNOWN, expected 1173.79
    test 2 geoidHeight2: -31.699
    test 3 elevation2: None  FAILED, KNOWN, expected 1173.79
    test 4 geodHeight2: -31.699
    test 5 elevation2: None  FAILED, KNOWN, expected 2.03
    test 6 geodHeight2: -27.773
    test 7 elevation2: None  FAILED, KNOWN, expected 199.18
    test 8 geodHeight2: -34.337
    test 9 elevation2: None  FAILED, KNOWN, expected 8.52
    test 10 geodHeight2: -30.000
    test 11 elevation2: None  FAILED, KNOWN, expected 32.79
    test 12 geodHeight2: -31.666
    test 13 elevation2: (None, "<HTTPError 503: 'Service Unavailable'>")  FAILED, KNOWN, expected (None, 'non-CONUS -1000000.00')
    test 14 geoidHeight2: (None, 'no JSON "{}"')  FAILED, KNOWN, expected (None, "<HTTPError 403: 'Forbidden'>")
    test 15 elevation2: (None, "URLError(timeout('timed out'))")
    test 16 geodHeight2: (None, "URLError(timeout('timed out'))")
    test 17 elevation2: None  FAILED, KNOWN, expected 1173.79
    test 18 geoidHeight2: -31.699
    test 19 elevation2: None  FAILED, KNOWN, expected 1173.79
    test 20 geodHeight2: -31.699
    test 21 elevation2: None  FAILED, KNOWN, expected 2.03
    test 22 geodHeight2: -27.773
    test 23 elevation2: None  FAILED, KNOWN, expected 199.18
    test 24 geodHeight2: -34.337
    test 25 elevation2: None  FAILED, KNOWN, expected 8.52
    test 26 geodHeight2: -30.000
    test 27 elevation2: None  FAILED, KNOWN, expected 32.79
    test 28 geodHeight2: -31.666
    test 29 elevation2: (None, "<HTTPError 503: 'Service Unavailable'>")  FAILED, KNOWN, expected (None, 'non-CONUS -1000000.00')
    test 30 geoidHeight2: (None, 'no JSON "{}"')  FAILED, KNOWN, expected (None, "<HTTPError 403: 'Forbidden'>")
    test 31 elevation2: (None, "URLError(timeout('timed out'))")
    test 32 geodHeight2: (None, "URLError(timeout('timed out'))")

    16 of 32 testElevations.py tests (50.0%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 13.129 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testEllipsoidal.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.R_NM from .datum by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isconvex from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isenclosedBy from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.ispolar from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.m2km from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.m2NM from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.F_D__ from .dms by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.bearingDMS from .dms by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.compassDMS from .dms by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.m2SM from .utily by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.wrap360 from .utily by PyGeodesy/test/testEllipsoidal.py line 13
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testEllipsoidal.py line 527
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testEllipsoidal.py line 527

    testing testEllipsoidal.py 20.05.08 isLazy=3

    testEllipsoidal(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 1 isEllipsoidal: True
    test 2 isSpherical: False
    test 3 isEllipsoidal: True
    test 4 isSpherical: False
    test 5 convertDatum: 51.477284°N, 000.00002°E, -45.91m
    test 6 convertDatum: 51.4773°N, 000.0°E, -45.91m
    test 7 convertDatum: 51.4778°N, 000.0016°W
    test 8 parse: 51.477284°N, 000.00002°E, -45.91m
    test 9 reframe: None
    test 10 toCartesian: [3980581.21, -111.159, 4966824.522]
    test 11 toEcef: 3980581.21, -111.159, 4966824.522
    test 12 toEtm: 30 N 916396 5720041
    test 13 toLcc: 5639901 4612638
    test 14 toOsgr: TQ 38876 77320
    test 15 toUtmUps: 30 N 708207 5707224
    test 16 toUtm: 30 N 708207 5707224
    test 17 toWm: -178.111 6672799.209
    test 18 elevation2: None
    test 19 geoidHeight2: None
    test 20 toUtmUps: 30 N 708207 5707224
    test 21 toUtmUps: 30 N 708207 5707224
    test 22 toUtm: 30 N 708207 5707224
    test 23 toUtm: 30 N 708207 5707224
    test 24 toUtmUps: 00 N 2000000 1333272
    test 25 toUtmUps: 00 N 2000000 1333272
    test 26 toUps: 00 N 2000000 1333272
    test 27 toUps: 00 N 2000000 1333272
    test 28 toUps: 00 N 2000000 1555732
    test 29 toUtm: 31 N 459200 9217519
    test 30 toNVector: (0.6228, 0.0, 0.7824, +0.24)
    test 31 toNvector: True
    test 32 toCartesian: [3980581, 97, 4966825]
    test 33 toCartesian: True
    test 34 toVector3D: (0.6228, 0.0, 0.7824)
    test 35 Nvector: (0.5, 0.5, 0.7071)
    test 36 toVector3D: (0.5, 0.5, 0.7071)
    test 37 to3abh: 0.7854, 0.7854, 0.0
    test 38 to3llh: 45.0, 45.0, 0.0
    test 39 to4xyzh: 0.5, 0.5, 0.7, 0.0
    test 40 toCartesian: [3194434.411, 3194434.411, 4487326.82]
    test 41 toCartesian: True
    test 42 toLatLon: 45.0°N, 045.0°E, +0.00m
    test 43 toLatLon: True
    test 44 Nvector: (0.51, 0.512, 0.707, +1.00)
    test 45 sat: 82.545852°N, 059.719736°E, -6353121.71m
    test 46 dop: 51.998889°N, 004.373333°E, +134.64m
    test 47 distance: 3806542.94364687

    testLatLon(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 48 isEllipsoidal: True
    test 49 isSpherical: False
    test 50 lat/lonDMS: 52.20472°N, 000.14056°E
    test 51 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 52 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 53 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 54 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 55 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 56 isequalTo: True
    test 57 isequalTo: True
    test 58 latlon2: 52.20472, 0.14056
    test 59 latlon2: 52.2047, 0.1406
    test 60 latlon2: 52.205, 0.141
    test 61 latlon2: 52.2, 0.14
    test 62 latlon2: 52.2, 0.1
    test 63 latlon2: 52.0, 0.0
    test 64 isequalTo: False
    test 65 antipode1: 52.205°S, 179.881°W
    test 66 antipode2: True
    test 67 antipode3: 52.205°N, 000.119°E
    test 68 antipode4: True
    test 69 antipode5: 52.205°N, 000.119°E
    test 70 copy: True
    test 71 __eq__: True
    test 72 __ne__: False
    test 73 equirectangularTo: 404329.56
    test 74 distanceTo: 404279.720589
    test 75 distanceTo: 404279.720589
    test 76 distanceTo: 3972863
    test 77 distanceTo: 18013602.92
    test 78 distanceTo: 0.00  FAILED, KNOWN, expected 20003931.46
    test 79 intermediateTo: 51.372294°N, 000.707192°E
    test 80 intermediateTo: True
    test 81 intermediateTo: 404279.721
    test 82 intermediateTo+5: 35.560239°N, 008.833512°E
    test 83 intermediateTo+5: 4.885
    test 84 intermediateTo-4: 64.570387°N, 013.156352°W
    test 85 intermediateTo-4: 3.885
    test 86 intermediateTo-h: 125.000
    test 87 cosineAndoyerLambertTo: 125205.962
    test 88 cosineAndoyerLambertTo: 125205.962
    test 89 cosineForsyheAndoyerLambertTo: 125205.965
    test 90 cosineForsyheAndoyerLambertTo: 125205.965
    test 91 cosineLawTo: 124801.098
    test 92 cosineLawTo: 124801.098
    test 93 equirectangularTo: 124804.754
    test 94 equirectangularTo: 124804.754
    test 95 euclideanTo: 131273.287
    test 96 euclideanTo: 131273.287
    test 97 flatLocalTo: 125209.633
    test 98 flatLocalTo: 125209.633
    test 99 flatPolarTo: 133663.257
    test 100 flatPolarTo: 133663.257
    test 101 haversineTo: 124801.098
    test 102 haversineTo: 124801.098
    test 103 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 104 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 105 thomasTo: 125206.188
    test 106 thomasTo: 125206.188
    test 107 vincentysTo: 124801.098
    test 108 vincentysTo: 124801.098
    test 109 isclockwise: False
    test 110 isclockwise*: False
    test 111 isclockwise: True
    test 112 isclockwise*: True
    test 113 isclockwise: points (2): too few
    test 114 isclockwise*: points (2): too few
    test 115 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 116 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 117 isconvex: False
    test 118 isconvex*: False
    test 119 isconvex: True
    test 120 isconvex*: True
    test 121 isconvex: points (2): too few
    test 122 isconvex*: points (2): too few
    test 123 isenclosedBy1: True
    test 124 isenclosedBy1*: True
    test 125 isenclosedBy2: False
    test 126 isenclosedBy2*: False
    test 127 isenclosedBy3: False
    test 128 isenclosedBy3*: False
    test 129 isenclosedBy4: False
    test 130 isenclosedBy4*: False
    test 131 isenclosedBy5: False
    test 132 isenclosedBy5*: False
    test 133 isenclosedBy6: True
    test 134 isenclosedBy6*: True
    test 135 isenclosedBy7: True
    test 136 isenclosedBy7*: True
    test 137 compassAngleTo: 100.017
    test 138 compassAngleTo: 105.599
    test 139 compassAngleTo: 280.017
    test 140 compassAngleTo: 285.599
    test 141 equirectangularTo: 592.185
    test 142 distanceTo: 591.831
    test 143 compassAngleTo: 0.0
    test 144 compassAngleTo: 45.0
    test 145 compassAngleTo: 90.0
    test 146 compassAngleTo: 180.0
    test 147 compassAngleTo: 225.0
    test 148 compassAngleTo: 315.0
    test 149 compassAngleTo: 270.0
    test 150 compassAngleTo: 359.4
    test 151 latlon2: (53.0, 1.0)
    test 152 philam2: (0.93, 0.02)
    test 153 compassAngleTo: 31
    test 154 compassAngleTo: 45
    test 155 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 156 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 157 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 158 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 159 isequalTo: <class 'bool'>
    test 160 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 161 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 162 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 163 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 164 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 165 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 166 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 167 compassAngleTo: <class 'float'>
    test 168 cosineLawTo: <class 'float'>
    test 169 euclideanTo: <class 'float'>
    test 170 flatLocalTo: <class 'float'>
    test 171 flatPolarTo: <class 'float'>
    test 172 haversineTo: <class 'float'>
    test 173 hubenyTo: <class 'float'>
    test 174 vincentysTo: <class 'float'>
    test 175 toVector: (0.615661, 0.0, 0.788011)
    test 176 toVector3d: (0.61566, 0.0, 0.78801)

    testVectorial(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 177 toLatLon: 44.995674°N, 045.0°E
    test 178 toNvector: (0.50004, 0.50004, 0.70705)
    test 179 isequalTo: False
    test 180 isequalTo: True
    test 181 length: 0.99992449715
    test 182 length: 1.0
    test 183 meanOf: 44.995674°N, 045.0°E
    test 184 meanOf: LatLon
    test 185 sumOf: (52.70504, 0.61904, 0.70705)
    test 186 sumOf: Nv
    test 187 sumOf: sumOf
    test 188 length: 52.7134151513
    test 189 copy: True
    test 190 length: 52.2051356286
    test 191 length: 52.2051356286

    testNvector(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 192 sumOf: Nvector
    test 193 ecef.x, .y, .z: 3194659.54086, 3194659.54086, 4487008.4122
    test 194 ecef.lat, .lon: 44.995674, 45.0
    test 195 ecef.height: 0.0  FAILED, KNOWN, expected 0.000002
    test 196 .isEllipsoidal: True
    test 197 .isSpherical: False
    test 198 .latlon: (44.995674, 45.0)
    test 199 .philam: (0.785323, 0.785398)
    test 200 .latlonheight: (44.995674, 45.0, 0.0)
    test 201 .philamheight: (0.785323, 0.785398, 0.0)
    test 202 parse: (0.5, 0.5, 0.707)
    test 203 cmp: 0
    test 204 eq: True
    test 205 ge: True
    test 206 gt: False
    test 207 le: True
    test 208 lt: False
    test 209 ne: False
    test 210 *: (1.0, 1.0, 1.414)
    test 211 +: (1.0, 1.0, 1.414)
    test 212 /: (0.5, 0.5, 0.707)
    test 213 -: (0.5, 0.5, 0.707)
    test 214 @: (0.0, 0.0, 0.0)
    test 215 @: (0.0, 0.0, 0.0)
    test 216 rotate: (0.26268, 0.26268, 0.37143)

    testEllipsoidal(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 217 isEllipsoidal: True
    test 218 isSpherical: False
    test 219 isEllipsoidal: True
    test 220 isSpherical: False
    test 221 convertDatum: 51.477284°N, 000.00002°E, -45.91m
    test 222 convertDatum: 51.4773°N, 000.0°E, -45.91m
    test 223 convertDatum: 51.4778°N, 000.0016°W
    test 224 parse: 51.477284°N, 000.00002°E, -45.91m
    test 225 reframe: None
    test 226 toCartesian: [3980581.21, -111.159, 4966824.522]
    test 227 toEcef: 3980581.21, -111.159, 4966824.522
    test 228 toEtm: 30 N 916396 5720041
    test 229 toLcc: 5639901 4612638
    test 230 toOsgr: TQ 38876 77320
    test 231 toUtmUps: 30 N 708207 5707224
    test 232 toUtm: 30 N 708207 5707224
    test 233 toWm: -178.111 6672799.209
    test 234 elevation2: None
    test 235 geoidHeight2: None
    test 236 toUtmUps: 30 N 708207 5707224
    test 237 toUtmUps: 30 N 708207 5707224
    test 238 toUtm: 30 N 708207 5707224
    test 239 toUtm: 30 N 708207 5707224
    test 240 toUtmUps: 00 N 2000000 1333272
    test 241 toUtmUps: 00 N 2000000 1333272
    test 242 toUps: 00 N 2000000 1333272
    test 243 toUps: 00 N 2000000 1333272
    test 244 toUps: 00 N 2000000 1555732
    test 245 toUtm: 31 N 459200 9217519
    test 246 sat: 82.545852°N, 059.719736°E, -6353121.71m
    test 247 dop: 51.998889°N, 004.373333°E, +134.64m
    test 248 distance: 3817991.07401530

    testLatLon(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 249 isEllipsoidal: True
    test 250 isSpherical: False
    test 251 lat/lonDMS: 52.20472°N, 000.14056°E
    test 252 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 253 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 254 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 255 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 256 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 257 isequalTo: True
    test 258 isequalTo: True
    test 259 latlon2: 52.20472, 0.14056
    test 260 latlon2: 52.2047, 0.1406
    test 261 latlon2: 52.205, 0.141
    test 262 latlon2: 52.2, 0.14
    test 263 latlon2: 52.2, 0.1
    test 264 latlon2: 52.0, 0.0
    test 265 isequalTo: False
    test 266 antipode1: 52.205°S, 179.881°W
    test 267 antipode2: True
    test 268 antipode3: 52.205°N, 000.119°E
    test 269 antipode4: True
    test 270 antipode5: 52.205°N, 000.119°E
    test 271 initialBearingTo: 156.1106
    test 272 finalBearingTo: 157.8345
    test 273 initialBearingTo: 65.9335
    test 274 finalBearingTo: 93.9034
    test 275 bearingTo2: 156.1106, 157.8345
    test 276 ispolar: True
    test 277 copy: True
    test 278 __eq__: True
    test 279 __ne__: False
    test 280 equirectangularTo: 404329.56
    test 281 distanceTo: 404607.805988
    test 282 distanceTo: 404607.805988
    test 283 distanceTo: 3981601
    test 284 antipodal: False
    test 285 distanceTo dateline: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 286 distanceTo unrolled: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 287 antipodal: False
    test 288 distanceTo dateline: 9513998
    test 289 distanceTo unrolled: 9513998
    test 290 distanceTo: 18012714.66
    test 291 distanceTo: ambiguous: LatLon(00°00′00.0″N, 000°00′00.0″E) antipodal to LatLon(00°00′00.0″N, 180°00′00.0″E)  FAILED, KNOWN, expected ambiguous, antipodal ...
    test 292 distanceTo3 dateline: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 293 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 294 distanceTo3 dateline: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 295 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 296 destination: 51.513526°N, 000.098038°W
    test 297 destination: 51°30′49″N, 000°05′53″W
    test 298 destination: 33°57′N, 118°24′W
    test 299 destination: 33.950367°N, 118.399012°W
    test 300 destination: 0.592546N, 2.066453W
    test 301 destination: 32.11195529°N, 064.56074722°E  FAILED, KNOWN, expected 32.11195529°N, 063.95925278°E
    test 302 cosineAndoyerLambertTo: 125205.962
    test 303 cosineAndoyerLambertTo: 125205.962
    test 304 cosineForsyheAndoyerLambertTo: 125205.965
    test 305 cosineForsyheAndoyerLambertTo: 125205.965
    test 306 cosineLawTo: 124801.098
    test 307 cosineLawTo: 124801.098
    test 308 equirectangularTo: 124804.754
    test 309 equirectangularTo: 124804.754
    test 310 euclideanTo: 131273.287
    test 311 euclideanTo: 131273.287
    test 312 flatLocalTo: 125209.633
    test 313 flatLocalTo: 125209.633
    test 314 flatPolarTo: 133663.257
    test 315 flatPolarTo: 133663.257
    test 316 haversineTo: 124801.098
    test 317 haversineTo: 124801.098
    test 318 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 319 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 320 thomasTo: 125206.188
    test 321 thomasTo: 125206.188
    test 322 vincentysTo: 124801.098
    test 323 vincentysTo: 124801.098
    test 324 isclockwise: False
    test 325 isclockwise*: False
    test 326 isclockwise: True
    test 327 isclockwise*: True
    test 328 isclockwise: points (2): too few
    test 329 isclockwise*: points (2): too few
    test 330 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 331 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 332 isconvex: False
    test 333 isconvex*: False
    test 334 isconvex: True
    test 335 isconvex*: True
    test 336 isconvex: points (2): too few
    test 337 isconvex*: points (2): too few
    test 338 isenclosedBy1: True
    test 339 isenclosedBy1*: True
    test 340 isenclosedBy2: False
    test 341 isenclosedBy2*: False
    test 342 isenclosedBy3: False
    test 343 isenclosedBy3*: False
    test 344 isenclosedBy4: False
    test 345 isenclosedBy4*: False
    test 346 isenclosedBy5: False
    test 347 isenclosedBy5*: False
    test 348 isenclosedBy6: True
    test 349 isenclosedBy6*: True
    test 350 isenclosedBy7: True
    test 351 isenclosedBy7*: True
    test 352 initialBearingTo: 102.392291
    test 353 compassAngleTo: 100.017
    test 354 compassAngleTo: 105.599
    test 355 initialBearingTo: 288.676039
    test 356 compassAngleTo: 280.017
    test 357 compassAngleTo: 285.599
    test 358 equirectangularTo: 592.185
    test 359 distanceTo: 593.571
    test 360 bearingTo: 0.0
    test 361 compassAngleTo: 0.0
    test 362 bearingTo: 45.2  FAILED, KNOWN, expected 45.0
    test 363 compassAngleTo: 45.0
    test 364 bearingTo: 90.0
    test 365 compassAngleTo: 90.0
    test 366 bearingTo: 180.0
    test 367 compassAngleTo: 180.0
    test 368 bearingTo: 225.2  FAILED, KNOWN, expected 225.0
    test 369 compassAngleTo: 225.0
    test 370 bearingTo: 314.8  FAILED, KNOWN, expected 315.0
    test 371 compassAngleTo: 315.0
    test 372 bearingTo: 270.0
    test 373 compassAngleTo: 270.0
    test 374 bearingTo: 360.0  FAILED, KNOWN, expected 359.4
    test 375 compassAngleTo: 359.4
    test 376 latlon2: (53.0, 1.0)
    test 377 philam2: (0.93, 0.02)
    test 378 bearingTo: 31
    test 379 compassAngleTo: 31
    test 380 compassAngleTo: 45
    test 381 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 382 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 383 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 384 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 385 isequalTo: <class 'bool'>
    test 386 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 387 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 388 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 389 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 390 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 391 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 392 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 393 compassAngleTo: <class 'float'>
    test 394 cosineLawTo: <class 'float'>
    test 395 euclideanTo: <class 'float'>
    test 396 flatLocalTo: <class 'float'>
    test 397 flatPolarTo: <class 'float'>
    test 398 haversineTo: <class 'float'>
    test 399 hubenyTo: <class 'float'>
    test 400 vincentysTo: <class 'float'>
    test 401 toNvector: (0.615661, 0.0, 0.788011)
    test 402 toVector: (0.615661, 0.0, 0.788011)
    test 403 toVector3d: (0.61566, 0.0, 0.78801)

    testNOAA(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 404 NOAAexample1: 191872.1190, 249 03 16.4237, 67 59 11.1619
    test 405 NOAAexample2: 182009.1679, 254 42 44.6439, 73 09 21.3315
    test 406 NOAAexample3: 123456.7891, 245 00 34.7001, 64 20 24.6864
    test 407 NOAAexample4: 145239.0603, 114 29 26.9586, 295 21 32.6566

    testVincenty(pygeodesy.ellipsoidalVincenty, 20.06.16, datum='WGS84')
    test 408 distanceTo: 866455.43292
    test 409 convertDatum: OSGB36
    test 410 ValueError2: Ellipsoid 'Airy1830': incompatible with Ellipsoid 'WGS84'
    test 411 isEllipsoidal: True
    test 412 isSpherical: False
    test 413 epsilon: 1e-12
    test 414 iterations: 100
    test 415 copy: True
    test 416 isEllipsoidal: True
    test 417 isSpherical: False
    test 418 copy: 37°57′03.7203″S, 144°25′29.5244″E
    test 419 epsilon: 2.220446049250e-16
    test 420 iterations: 200
    test 421 iteration: 0

    testKarneyVincenty(pygeodesy.ellipsoidalVincenty, 20.06.16, datum='WGS84')
    test 422 coincident: 0.0
    test 423 coincident: 0.0, 0.0, 0.0
    test 424 destination: 37.6528°S, 143.9265°E
    test 425 destination: True
    test 426 destination2: 37.652821°S, 143.926496°E, 307.1736°NW
    test 427 destination2: True
    test 428 finalBearingOn: 307.1736°, 307°10′25.07″NW
    test 429 distanceTo: 969954.166
    test 430 distanceTo3: 969954.166314, 9.141877, 11.29722
    test 431 distanceTo2: 972708.16174, 11.22502
    test 432 initialBearingTo: 9.1419°, 9°08′30.76″N
    test 433 destination: 58.64402°N, 003.07009°W
    test 434 finalBearingTo: 11.2972°, 11°17′49.99″NNE
    test 435 finalBearingOn: 11.2972°, 11°17′49.99″NNE
    test 436 distanceTo: 404607.806
    test 437 distanceTo3: 404607.805988, 156.11064, 157.8345
    test 438 distanceTo2: 402574.597287, 157.726344
    test 439 initialBearingTo: 156.1106°, 156°06′38.31″SSE
    test 440 destination: 48.857°N, 002.351°E
    test 441 finalBearingTo: 157.8345°, 157°50′04.2″SSE
    test 442 finalBearingOn: 157.8345°, 157°50′04.2″SSE
    test 443 distanceTo: 54973.295
    test 444 distanceTo3: 54973.29527, 233.13008, 232.82461
    test 445 distanceTo2: 54903.41209, 232.9209
    test 446 initialBearingTo: 233.1301°, 233°07′48.28″SW
    test 447 destination: 37.6528°N, 143.9265°E
    test 448 finalBearingTo: 232.8246°, 232°49′28.59″SW
    test 449 finalBearingOn: 232.8246°, 232°49′28.59″SW
    test 450 distanceToMP: 298396.057
    test 451 distanceToSM: 185.414
    test 452 distanceToMP: 111319.491
    test 453 distanceToMP: 110574.389
    test 454 distanceToKW: 222638.982
    test 455 distanceToKW: 111319.491
    test 456 distanceTo3: 54972.271
    test 457 distanceTo3: 306°52′05.37″
    test 458 distanceTo3: 307°10′25.07″
    test 459 distanceTo2: 54902.390
    test 460 distanceTo2: 307°04′38.41″

    testKarneyVincentyError(pygeodesy.ellipsoidalVincenty, 20.06.16, datum='WGS84')
    test 461 distanceTo/antipodal (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°30′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 462 distanceTo/VincentyError (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°42′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 463 initialBearingTo/VincentyError (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°42′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 464 finalBearingTo/VincentyError (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°42′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 465 distanceTo/equatorial (1): ambiguous: LatLon(00°00′00.0″N, 000°00′00.0″E) antipodal to LatLon(00°00′00.0″N, 180°00′00.0″E)  FAILED, KNOWN, expected ambiguous, ...
    test 466 initialBearingTo/equatorial (1): ambiguous: LatLon(00°00′00.0″N, 000°00′00.0″E) antipodal to LatLon(00°00′00.0″N, 180°00′00.0″E)  FAILED, KNOWN, expected ambiguous, ...
    test 467 distanceTo/coincident (5): 111319.491
    test 468 distanceTo/meridional (1): 10001965.729
    test 469 initialBearingTo/meridional (1): 180.0
    test 470 distanceTo/coincident (1): 0.0
    test 471 initialBearingTo/coincident (1): 0.0
    test 472 finalBearingTo/coincident (1): 0.0
    test 473 destination/coincident (1): 50.06632°N, 005.71475°W
    test 474 distanceTo/anti-meridian (4): 10825924.1
    test 475 distanceTo/quadrants (5): 4015703.02
    test 476 distanceTo/quadrants (5): 4015703.02
    test 477 distanceTo/quadrants (5): 4015703.02
    test 478 distanceTo/quadrants (5): 4015703.02
    test 479 distanceTo/quadrants (5): 4015703.02
    test 480 distanceTo/quadrants (5): 4015703.02
    test 481 distanceTo/quadrants (5): 4015703.02
    test 482 distanceTo/quadrants (5): 4015703.02
    test 483 distanceTo/quadrants (5): 4015703.02
    test 484 distanceTo/quadrants (5): 4015703.02
    test 485 distanceTo/quadrants (5): 4015703.02
    test 486 distanceTo/quadrants (5): 4015703.02
    test 487 distanceTo/quadrants (5): 4015703.02
    test 488 distanceTo/quadrants (5): 4015703.02
    test 489 distanceTo/quadrants (5): 4015703.02
    test 490 distanceTo/quadrants (5): 4015703.02

    testVincenty(pygeodesy.ellipsoidalVincenty, 20.06.16, datum='NAD83')
    test 491 distanceTo: 866455.43292
    test 492 convertDatum: OSGB36
    test 493 ValueError2: Ellipsoid 'Airy1830': incompatible with Ellipsoid 'GRS80'
    test 494 isEllipsoidal: True
    test 495 isSpherical: False
    test 496 epsilon: 1e-12
    test 497 iterations: 100
    test 498 copy: True
    test 499 isEllipsoidal: True
    test 500 isSpherical: False
    test 501 copy: 37°57′03.7203″S, 144°25′29.5244″E
    test 502 epsilon: 2.220446049250e-16
    test 503 iterations: 200
    test 504 iteration: 0

    testKarneyVincenty(pygeodesy.ellipsoidalVincenty, 20.06.16, datum='NAD83')
    test 505 coincident: 0.0
    test 506 coincident: 0.0, 0.0, 0.0
    test 507 destination: 37.6528°S, 143.9265°E
    test 508 destination: True
    test 509 destination2: 37.652821°S, 143.926496°E, 307.1736°NW
    test 510 destination2: True
    test 511 finalBearingOn: 307.1736°, 307°10′25.07″NW
    test 512 distanceTo: 969954.166
    test 513 distanceTo3: 969954.166314, 9.141877, 11.29722
    test 514 distanceTo2: 972708.16174, 11.22502
    test 515 initialBearingTo: 9.1419°, 9°08′30.76″N
    test 516 destination: 58.64402°N, 003.07009°W
    test 517 finalBearingTo: 11.2972°, 11°17′49.99″NNE
    test 518 finalBearingOn: 11.2972°, 11°17′49.99″NNE
    test 519 distanceTo: 404607.806
    test 520 distanceTo3: 404607.805988, 156.11064, 157.8345
    test 521 distanceTo2: 402574.597287, 157.726344
    test 522 initialBearingTo: 156.1106°, 156°06′38.31″SSE
    test 523 destination: 48.857°N, 002.351°E
    test 524 finalBearingTo: 157.8345°, 157°50′04.2″SSE
    test 525 finalBearingOn: 157.8345°, 157°50′04.2″SSE
    test 526 distanceTo: 54973.295
    test 527 distanceTo3: 54973.29527, 233.13008, 232.82461
    test 528 distanceTo2: 54903.41209, 232.9209
    test 529 initialBearingTo: 233.1301°, 233°07′48.28″SW
    test 530 destination: 37.6528°N, 143.9265°E
    test 531 finalBearingTo: 232.8246°, 232°49′28.59″SW
    test 532 finalBearingOn: 232.8246°, 232°49′28.59″SW
    test 533 distanceToMP: 298396.057
    test 534 distanceToSM: 185.414
    test 535 distanceToMP: 111319.491
    test 536 distanceToMP: 110574.389
    test 537 distanceToKW: 222638.982
    test 538 distanceToKW: 111319.491
    test 539 distanceTo3: 54972.271
    test 540 distanceTo3: 306°52′05.37″
    test 541 distanceTo3: 307°10′25.07″
    test 542 distanceTo2: 54902.390
    test 543 distanceTo2: 307°04′38.41″

    testKarneyVincentyError(pygeodesy.ellipsoidalVincenty, 20.06.16, datum='NAD83')
    test 544 distanceTo/antipodal (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°30′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 545 distanceTo/VincentyError (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°42′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 546 initialBearingTo/VincentyError (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°42′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 547 finalBearingTo/VincentyError (100): no convergence: LatLon(00°00′00.0″N, 000°00′00.0″E) to LatLon(00°30′00.0″N, 179°42′00.0″E)  FAILED, KNOWN, expected no convergence: ...
    test 548 distanceTo/equatorial (1): ambiguous: LatLon(00°00′00.0″N, 000°00′00.0″E) antipodal to LatLon(00°00′00.0″N, 180°00′00.0″E)  FAILED, KNOWN, expected ambiguous, ...
    test 549 initialBearingTo/equatorial (1): ambiguous: LatLon(00°00′00.0″N, 000°00′00.0″E) antipodal to LatLon(00°00′00.0″N, 180°00′00.0″E)  FAILED, KNOWN, expected ambiguous, ...
    test 550 distanceTo/coincident (5): 111319.491
    test 551 distanceTo/meridional (1): 10001965.729
    test 552 initialBearingTo/meridional (1): 180.0
    test 553 distanceTo/coincident (1): 0.0
    test 554 initialBearingTo/coincident (1): 0.0
    test 555 finalBearingTo/coincident (1): 0.0
    test 556 destination/coincident (1): 50.06632°N, 005.71475°W
    test 557 distanceTo/anti-meridian (4): 10825924.1
    test 558 distanceTo/quadrants (5): 4015703.02
    test 559 distanceTo/quadrants (5): 4015703.02
    test 560 distanceTo/quadrants (5): 4015703.02
    test 561 distanceTo/quadrants (5): 4015703.02
    test 562 distanceTo/quadrants (5): 4015703.02
    test 563 distanceTo/quadrants (5): 4015703.02
    test 564 distanceTo/quadrants (5): 4015703.02
    test 565 distanceTo/quadrants (5): 4015703.02
    test 566 distanceTo/quadrants (5): 4015703.02
    test 567 distanceTo/quadrants (5): 4015703.02
    test 568 distanceTo/quadrants (5): 4015703.02
    test 569 distanceTo/quadrants (5): 4015703.02
    test 570 distanceTo/quadrants (5): 4015703.02
    test 571 distanceTo/quadrants (5): 4015703.02
    test 572 distanceTo/quadrants (5): 4015703.02
    test 573 distanceTo/quadrants (5): 4015703.02

    testEllipsoidal(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 574 isEllipsoidal: True
    test 575 isSpherical: False
    test 576 isEllipsoidal: True
    test 577 isSpherical: False
    test 578 convertDatum: 51.477284°N, 000.00002°E, -45.91m
    test 579 convertDatum: 51.4773°N, 000.0°E, -45.91m
    test 580 convertDatum: 51.4778°N, 000.0016°W
    test 581 parse: 51.477284°N, 000.00002°E, -45.91m
    test 582 reframe: None
    test 583 toCartesian: [3980581.21, -111.159, 4966824.522]
    test 584 toEcef: 3980581.21, -111.159, 4966824.522
    test 585 toEtm: 30 N 916396 5720041
    test 586 toLcc: 5639901 4612638
    test 587 toOsgr: TQ 38876 77320
    test 588 toUtmUps: 30 N 708207 5707224
    test 589 toUtm: 30 N 708207 5707224
    test 590 toWm: -178.111 6672799.209
    test 591 elevation2: None
    test 592 geoidHeight2: None
    test 593 toUtmUps: 30 N 708207 5707224
    test 594 toUtmUps: 30 N 708207 5707224
    test 595 toUtm: 30 N 708207 5707224
    test 596 toUtm: 30 N 708207 5707224
    test 597 toUtmUps: 00 N 2000000 1333272
    test 598 toUtmUps: 00 N 2000000 1333272
    test 599 toUps: 00 N 2000000 1333272
    test 600 toUps: 00 N 2000000 1333272
    test 601 toUps: 00 N 2000000 1555732
    test 602 toUtm: 31 N 459200 9217519
    test 603 sat: 82.219069°N, 059.719736°E, -6353120.97m
    test 604 dop: 51.998889°N, 004.373333°E, +134.64m
    test 605 distance: 3802238.50498862

    testLatLon(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 606 isEllipsoidal: True
    test 607 isSpherical: False
    test 608 lat/lonDMS: 52.20472°N, 000.14056°E
    test 609 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 610 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 611 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 612 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 613 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 614 isequalTo: True
    test 615 isequalTo: True
    test 616 latlon2: 52.20472, 0.14056
    test 617 latlon2: 52.2047, 0.1406
    test 618 latlon2: 52.205, 0.141
    test 619 latlon2: 52.2, 0.14
    test 620 latlon2: 52.2, 0.1
    test 621 latlon2: 52.0, 0.0
    test 622 isequalTo: False
    test 623 antipode1: 52.205°S, 179.881°W
    test 624 antipode2: True
    test 625 antipode3: 52.205°N, 000.119°E
    test 626 antipode4: True
    test 627 antipode5: 52.205°N, 000.119°E
    test 628 initialBearingTo: 156.1106
    test 629 finalBearingTo: 157.8345
    test 630 initialBearingTo: 65.9335
    test 631 finalBearingTo: 93.9034
    test 632 bearingTo2: 156.1106, 157.8345
    test 633 ispolar: True
    test 634 copy: True
    test 635 __eq__: True
    test 636 __ne__: False
    test 637 equirectangularTo: 404329.56
    test 638 distanceTo: 404607.805988
    test 639 distanceTo: 404607.805988
    test 640 distanceTo: 3981601
    test 641 antipodal: False
    test 642 distanceTo dateline: 19959679.267
    test 643 distanceTo unrolled: 19959679.267
    test 644 antipodal: False
    test 645 distanceTo dateline: 9513998
    test 646 distanceTo unrolled: 9513998
    test 647 distanceTo: 18012714.66
    test 648 distanceTo: 20003931.46
    test 649 distanceTo3 dateline: 19959679.2674, 161.0677, 18.8252
    test 650 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 651 distanceTo3 dateline: 19959679.2674, 161.0677, 18.8252
    test 652 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 653 destination: 51.513526°N, 000.098038°W
    test 654 destination: 51°30′49″N, 000°05′53″W
    test 655 destination: 33°57′N, 118°24′W
    test 656 destination: 33.950367°N, 118.399012°W
    test 657 destination: 0.592546N, 2.066453W
    test 658 destination: 32.11195529°N, 064.56074722°E  FAILED, KNOWN, expected 32.11195529°N, 063.95925278°E
    test 659 cosineAndoyerLambertTo: 125205.962
    test 660 cosineAndoyerLambertTo: 125205.962
    test 661 cosineForsyheAndoyerLambertTo: 125205.965
    test 662 cosineForsyheAndoyerLambertTo: 125205.965
    test 663 cosineLawTo: 124801.098
    test 664 cosineLawTo: 124801.098
    test 665 equirectangularTo: 124804.754
    test 666 equirectangularTo: 124804.754
    test 667 euclideanTo: 131273.287
    test 668 euclideanTo: 131273.287
    test 669 flatLocalTo: 125209.633
    test 670 flatLocalTo: 125209.633
    test 671 flatPolarTo: 133663.257
    test 672 flatPolarTo: 133663.257
    test 673 haversineTo: 124801.098
    test 674 haversineTo: 124801.098
    test 675 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 676 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 677 thomasTo: 125206.188
    test 678 thomasTo: 125206.188
    test 679 vincentysTo: 124801.098
    test 680 vincentysTo: 124801.098
    test 681 isclockwise: False
    test 682 isclockwise*: False
    test 683 isclockwise: True
    test 684 isclockwise*: True
    test 685 isclockwise: points (2): too few
    test 686 isclockwise*: points (2): too few
    test 687 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 688 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 689 isconvex: False
    test 690 isconvex*: False
    test 691 isconvex: True
    test 692 isconvex*: True
    test 693 isconvex: points (2): too few
    test 694 isconvex*: points (2): too few
    test 695 isenclosedBy1: True
    test 696 isenclosedBy1*: True
    test 697 isenclosedBy2: False
    test 698 isenclosedBy2*: False
    test 699 isenclosedBy3: False
    test 700 isenclosedBy3*: False
    test 701 isenclosedBy4: False
    test 702 isenclosedBy4*: False
    test 703 isenclosedBy5: False
    test 704 isenclosedBy5*: False
    test 705 isenclosedBy6: True
    test 706 isenclosedBy6*: True
    test 707 isenclosedBy7: True
    test 708 isenclosedBy7*: True
    test 709 initialBearingTo: 102.392291
    test 710 compassAngleTo: 100.017
    test 711 compassAngleTo: 105.599
    test 712 initialBearingTo: 288.676039
    test 713 compassAngleTo: 280.017
    test 714 compassAngleTo: 285.599
    test 715 equirectangularTo: 592.185
    test 716 distanceTo: 593.571
    test 717 bearingTo: 0.0
    test 718 compassAngleTo: 0.0
    test 719 bearingTo: 45.2  FAILED, KNOWN, expected 45.0
    test 720 compassAngleTo: 45.0
    test 721 bearingTo: 90.0
    test 722 compassAngleTo: 90.0
    test 723 bearingTo: 180.0
    test 724 compassAngleTo: 180.0
    test 725 bearingTo: 225.2  FAILED, KNOWN, expected 225.0
    test 726 compassAngleTo: 225.0
    test 727 bearingTo: 314.8  FAILED, KNOWN, expected 315.0
    test 728 compassAngleTo: 315.0
    test 729 bearingTo: 270.0
    test 730 compassAngleTo: 270.0
    test 731 bearingTo: -0.0  FAILED, KNOWN, expected 359.4
    test 732 compassAngleTo: 359.4
    test 733 latlon2: (53.0, 1.0)
    test 734 philam2: (0.93, 0.02)
    test 735 bearingTo: 31
    test 736 compassAngleTo: 31
    test 737 compassAngleTo: 45
    test 738 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 739 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 740 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 741 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 742 isequalTo: <class 'bool'>
    test 743 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 744 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 745 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 746 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 747 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 748 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 749 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 750 compassAngleTo: <class 'float'>
    test 751 cosineLawTo: <class 'float'>
    test 752 euclideanTo: <class 'float'>
    test 753 flatLocalTo: <class 'float'>
    test 754 flatPolarTo: <class 'float'>
    test 755 haversineTo: <class 'float'>
    test 756 hubenyTo: <class 'float'>
    test 757 vincentysTo: <class 'float'>
    test 758 toNvector: (0.615661, 0.0, 0.788011)
    test 759 toVector: (0.615661, 0.0, 0.788011)
    test 760 toVector3d: (0.61566, 0.0, 0.78801)

    testNOAA(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 761 NOAAexample1: 191872.1190, 249 03 16.4237, 67 59 11.1619
    test 762 NOAAexample2: 182009.1679, 254 42 44.6439, 73 09 21.3315
    test 763 NOAAexample3: 123456.7891, 245 00 34.7001, 64 20 24.6864
    test 764 NOAAexample4: 145239.0603, 114 29 26.9586, 295 21 32.6566

    testKarney(pygeodesy.ellipsoidalKarney, 20.06.16, datum='WGS84')
    test 765 distanceTo: 866455.4329
    test 766 coincident: 0.0
    test 767 convertDatum: OSGB36
    test 768 ValueError2: Ellipsoid 'Airy1830': incompatible with Ellipsoid 'WGS84'
    test 769 isEllipsoidal: True
    test 770 copy: True
    test 771 isEllipsoidal: True
    test 772 isSpherical: False
    test 773 copy: 37°57′03.7203″S, 144°25′29.5244″E

    testKarneyVincenty(pygeodesy.ellipsoidalKarney, 20.06.16, datum='WGS84')
    test 774 coincident: 0.0
    test 775 coincident: 0.0, 0.0, 0.0
    test 776 destination: 37.6528°S, 143.9265°E
    test 777 destination: True
    test 778 destination2: 37.652821°S, 143.926496°E, 307.1736°NW
    test 779 destination2: True
    test 780 finalBearingOn: 307.1736°, 307°10′25.07″NW
    test 781 distanceTo: 969954.166
    test 782 distanceTo3: 969954.166314, 9.141877, 11.29722
    test 783 distanceTo2: 972708.16174, 11.22502
    test 784 initialBearingTo: 9.1419°, 9°08′30.76″N
    test 785 destination: 58.64402°N, 003.07009°W
    test 786 finalBearingTo: 11.2972°, 11°17′49.99″NNE
    test 787 finalBearingOn: 11.2972°, 11°17′49.99″NNE
    test 788 distanceTo: 404607.806
    test 789 distanceTo3: 404607.805988, 156.11064, 157.8345
    test 790 distanceTo2: 402574.597287, 157.726344
    test 791 initialBearingTo: 156.1106°, 156°06′38.31″SSE
    test 792 destination: 48.857°N, 002.351°E
    test 793 finalBearingTo: 157.8345°, 157°50′04.2″SSE
    test 794 finalBearingOn: 157.8345°, 157°50′04.2″SSE
    test 795 distanceTo: 54973.295
    test 796 distanceTo3: 54973.29527, 233.13008, 232.82461
    test 797 distanceTo2: 54903.41209, 232.9209
    test 798 initialBearingTo: 233.1301°, 233°07′48.28″SW
    test 799 destination: 37.6528°N, 143.9265°E
    test 800 finalBearingTo: 232.8246°, 232°49′28.59″SW
    test 801 finalBearingOn: 232.8246°, 232°49′28.59″SW
    test 802 distanceToMP: 298396.057
    test 803 distanceToSM: 185.414
    test 804 distanceToMP: 111319.491
    test 805 distanceToMP: 110574.389
    test 806 distanceToKW: 222638.982
    test 807 distanceToKW: 111319.491
    test 808 distanceTo3: 54972.271
    test 809 distanceTo3: 306°52′05.37″
    test 810 distanceTo3: 307°10′25.07″
    test 811 distanceTo2: 54902.390
    test 812 distanceTo2: 307°04′38.41″

    testKarneyVincentyError(pygeodesy.ellipsoidalKarney, 20.06.16, datum='WGS84')
    test 813 distanceTo/antipodal (None): 19936288.579
    test 814 distanceTo/VincentyError (None): 19944127.421
    test 815 initialBearingTo/VincentyError (None): 15.556883
    test 816 finalBearingTo/VincentyError (None): 164.442514
    test 817 distanceTo/equatorial (None): 20003931.46
    test 818 initialBearingTo/equatorial (None): 0.0
    test 819 distanceTo/coincident (None): 111319.491
    test 820 distanceTo/meridional (None): 10001965.729
    test 821 initialBearingTo/meridional (None): 180.0
    test 822 distanceTo/coincident (None): 0.0
    test 823 initialBearingTo/coincident (None): 180.0
    test 824 finalBearingTo/coincident (None): 180.0
    test 825 destination/coincident (None): 50.06632°N, 005.71475°W
    test 826 distanceTo/anti-meridian (None): 10825924.1
    test 827 distanceTo/quadrants (None): 4015703.02
    test 828 distanceTo/quadrants (None): 4015703.02
    test 829 distanceTo/quadrants (None): 4015703.02
    test 830 distanceTo/quadrants (None): 4015703.02
    test 831 distanceTo/quadrants (None): 4015703.02
    test 832 distanceTo/quadrants (None): 4015703.02
    test 833 distanceTo/quadrants (None): 4015703.02
    test 834 distanceTo/quadrants (None): 4015703.02
    test 835 distanceTo/quadrants (None): 4015703.02
    test 836 distanceTo/quadrants (None): 4015703.02
    test 837 distanceTo/quadrants (None): 4015703.02
    test 838 distanceTo/quadrants (None): 4015703.02
    test 839 distanceTo/quadrants (None): 4015703.02
    test 840 distanceTo/quadrants (None): 4015703.02
    test 841 distanceTo/quadrants (None): 4015703.02
    test 842 distanceTo/quadrants (None): 4015703.02

    testKarney(pygeodesy.ellipsoidalKarney, 20.06.16, datum='NAD83')
    test 843 distanceTo: 866455.4329
    test 844 coincident: 0.0
    test 845 convertDatum: OSGB36
    test 846 ValueError2: Ellipsoid 'Airy1830': incompatible with Ellipsoid 'GRS80'
    test 847 isEllipsoidal: True
    test 848 copy: True
    test 849 isEllipsoidal: True
    test 850 isSpherical: False
    test 851 copy: 37°57′03.7203″S, 144°25′29.5244″E

    testKarneyVincenty(pygeodesy.ellipsoidalKarney, 20.06.16, datum='NAD83')
    test 852 coincident: 0.0
    test 853 coincident: 0.0, 0.0, 0.0
    test 854 destination: 37.6528°S, 143.9265°E
    test 855 destination: True
    test 856 destination2: 37.652821°S, 143.926496°E, 307.1736°NW
    test 857 destination2: True
    test 858 finalBearingOn: 307.1736°, 307°10′25.07″NW
    test 859 distanceTo: 969954.166
    test 860 distanceTo3: 969954.166314, 9.141877, 11.29722
    test 861 distanceTo2: 972708.16174, 11.22502
    test 862 initialBearingTo: 9.1419°, 9°08′30.76″N
    test 863 destination: 58.64402°N, 003.07009°W
    test 864 finalBearingTo: 11.2972°, 11°17′49.99″NNE
    test 865 finalBearingOn: 11.2972°, 11°17′49.99″NNE
    test 866 distanceTo: 404607.806
    test 867 distanceTo3: 404607.805988, 156.11064, 157.8345
    test 868 distanceTo2: 402574.597287, 157.726344
    test 869 initialBearingTo: 156.1106°, 156°06′38.31″SSE
    test 870 destination: 48.857°N, 002.351°E
    test 871 finalBearingTo: 157.8345°, 157°50′04.2″SSE
    test 872 finalBearingOn: 157.8345°, 157°50′04.2″SSE
    test 873 distanceTo: 54973.295
    test 874 distanceTo3: 54973.29527, 233.13008, 232.82461
    test 875 distanceTo2: 54903.41209, 232.9209
    test 876 initialBearingTo: 233.1301°, 233°07′48.28″SW
    test 877 destination: 37.6528°N, 143.9265°E
    test 878 finalBearingTo: 232.8246°, 232°49′28.59″SW
    test 879 finalBearingOn: 232.8246°, 232°49′28.59″SW
    test 880 distanceToMP: 298396.057
    test 881 distanceToSM: 185.414
    test 882 distanceToMP: 111319.491
    test 883 distanceToMP: 110574.389
    test 884 distanceToKW: 222638.982
    test 885 distanceToKW: 111319.491
    test 886 distanceTo3: 54972.271
    test 887 distanceTo3: 306°52′05.37″
    test 888 distanceTo3: 307°10′25.07″
    test 889 distanceTo2: 54902.390
    test 890 distanceTo2: 307°04′38.41″

    testKarneyVincentyError(pygeodesy.ellipsoidalKarney, 20.06.16, datum='NAD83')
    test 891 distanceTo/antipodal (None): 19936288.579
    test 892 distanceTo/VincentyError (None): 19944127.421
    test 893 initialBearingTo/VincentyError (None): 15.556883
    test 894 finalBearingTo/VincentyError (None): 164.442514
    test 895 distanceTo/equatorial (None): 20003931.46
    test 896 initialBearingTo/equatorial (None): 0.0
    test 897 distanceTo/coincident (None): 111319.491
    test 898 distanceTo/meridional (None): 10001965.729
    test 899 initialBearingTo/meridional (None): 180.0
    test 900 distanceTo/coincident (None): 0.0
    test 901 initialBearingTo/coincident (None): 180.0
    test 902 finalBearingTo/coincident (None): 180.0
    test 903 destination/coincident (None): 50.06632°N, 005.71475°W
    test 904 distanceTo/anti-meridian (None): 10825924.1
    test 905 distanceTo/quadrants (None): 4015703.02
    test 906 distanceTo/quadrants (None): 4015703.02
    test 907 distanceTo/quadrants (None): 4015703.02
    test 908 distanceTo/quadrants (None): 4015703.02
    test 909 distanceTo/quadrants (None): 4015703.02
    test 910 distanceTo/quadrants (None): 4015703.02
    test 911 distanceTo/quadrants (None): 4015703.02
    test 912 distanceTo/quadrants (None): 4015703.02
    test 913 distanceTo/quadrants (None): 4015703.02
    test 914 distanceTo/quadrants (None): 4015703.02
    test 915 distanceTo/quadrants (None): 4015703.02
    test 916 distanceTo/quadrants (None): 4015703.02
    test 917 distanceTo/quadrants (None): 4015703.02
    test 918 distanceTo/quadrants (None): 4015703.02
    test 919 distanceTo/quadrants (None): 4015703.02
    test 920 distanceTo/quadrants (None): 4015703.02

    testKarneyPython(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 921 .lat1: -41.320
    test 922 .lon1: 174.810
    test 923 .azi1: 161.067669986160
    test 924 .lat2: 40.960
    test 925 .lon2: -5.500
    test 926 .azi2: 18.825195123247
    test 927 .s12: 19959679.267353821546
    test 928 distanceTo3: 19959679.267353821546, 161.06766998616, 18.825195123247
    test 929 destination2: 40.96, -5.5, 18.825195123247
    test 930 areaOf: 1.366270368e+13
    test 931 perimeterOf: 1.683106789e+07
    test 932 isclockwise: True
    test 933 isclockwise: False

    35 of 933 testEllipsoidal.py tests (3.8%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 1.438 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testEllipsoidalGeodTest.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testEllipsoidalGeodTest.py line 16
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testEllipsoidalGeodTest.py line 16
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testEllipsoidalGeodTest.py line 16
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testEllipsoidalGeodTest.py line 16

    testing testEllipsoidalGeodTest.py 19.04.08 (module pygeodesy.ellipsoidalKarney 20.06.16) isLazy=3
    test 1 line 1 lat: -48.164271
    test 2 line 1 lon: 5.762345
    test 3 line 1 fb: 175.334308
    test 4 line 1 lat2: -48.164270779098
    test 5 line 1 lon2: 5.762344694676  FAILED, KNOWN, expected 5.762344694677
    test 6 line 1 azi2: 175.334308316285
    test 7 line 2 lat: -23.186513
    test 8 line 2 lon: 68.567247
    test 9 line 2 fb: 154.287114
    test 10 line 2 lat2: -23.186512533703
    test 11 line 2 lon2: 68.567247430960
    test 12 line 2 azi2: 154.287114123872
    test 13 line 3 lat: 53.997072
    test 14 line 3 lon: 44.520619
    test 15 line 3 fb: 52.159487
    test 16 line 3 lat2: 53.997072295385
    test 17 line 3 lon2: 44.520619105668
    test 18 line 3 azi2: 52.159486739948
    test 19 line 4 lat: -49.416672
    test 20 line 4 lon: 166.828083
    test 21 line 4 fb: 22.033031
    test 22 line 4 lat2: -49.416672064706
    test 23 line 4 lon2: 166.828083210689
    test 24 line 4 azi2: 22.033030848249
    test 25 line 5 lat: -60.405136
    test 26 line 5 lon: 110.581140
    test 27 line 5 fb: 75.518296
    test 28 line 5 lat2: -60.405136414530
    test 29 line 5 lon2: 110.581139538777
    test 30 line 5 azi2: 75.518295964649
    test 31 line 6 lat: -11.212600
    test 32 line 6 lon: 144.177077
    test 33 line 6 fb: 133.027766
    test 34 line 6 lat2: -11.212600121556
    test 35 line 6 lon2: 144.177076511360
    test 36 line 6 azi2: 133.027766301029
    test 37 line 7 lat: -6.529067
    test 38 line 7 lon: 2.895924
    test 39 line 7 fb: 178.740350
    test 40 line 7 lat2: -6.529066987956
    test 41 line 7 lon2: 2.895923948125
    test 42 line 7 azi2: 178.740350145954
    test 43 line 8 lat: -8.855512
    test 44 line 8 lon: 112.749196
    test 45 line 8 fb: 119.512004
    test 46 line 8 lat2: -8.855512357257
    test 47 line 8 lon2: 112.749196494485
    test 48 line 8 azi2: 119.512003891282
    test 49 line 9 lat: 29.866967
    test 50 line 9 lon: 171.726893
    test 51 line 9 fb: 171.662245
    test 52 line 9 lat2: 29.866967483293
    test 53 line 9 lon2: 171.726892560963
    test 54 line 9 azi2: 171.662244609397
    test 55 line 10 lat: -29.238404
    test 56 line 10 lon: 133.459814
    test 57 line 10 fb: 69.814124
    test 58 line 10 lat2: -29.238404337998
    test 59 line 10 lon2: 133.459813533284
    test 60 line 10 azi2: 69.814124320813
    test 61 line 11 lat: 55.600487
    test 62 line 11 lon: 75.128743
    test 63 line 11 fb: 153.896689
    test 64 line 11 lat2: 55.600487151983
    test 65 line 11 lon2: 75.128743229495
    test 66 line 11 azi2: 153.896688535572
    test 67 line 12 lat: -22.858435
    test 68 line 12 lon: 67.207513
    test 69 line 12 fb: 142.939529
    test 70 line 12 lat2: -22.858434825399
    test 71 line 12 lon2: 67.207513019332
    test 72 line 12 azi2: 142.939529056687
    test 73 line 13 lat: -32.634475
    test 74 line 13 lon: 22.238523
    test 75 line 13 fb: 172.112993
    test 76 line 13 lat2: -32.634475461067
    test 77 line 13 lon2: 22.238523021935
    test 78 line 13 azi2: 172.112992582333
    test 79 line 14 lat: 62.224985
    test 80 line 14 lon: 47.119133
    test 81 line 14 fb: 54.318105
    test 82 line 14 lat2: 62.224984867045
    test 83 line 14 lon2: 47.119133304525
    test 84 line 14 azi2: 54.318105291965
    test 85 line 15 lat: 33.069613
    test 86 line 15 lon: 5.796996
    test 87 line 15 fb: 17.403845
    test 88 line 15 lat2: 33.069613195450
    test 89 line 15 lon2: 5.796995960186
    test 90 line 15 azi2: 17.403844642346
    test 91 line 16 lat: 53.760900
    test 92 line 16 lon: 119.204306
    test 93 line 16 fb: 141.069793
    test 94 line 16 lat2: 53.760899500985
    test 95 line 16 lon2: 119.204305898518
    test 96 line 16 azi2: 141.069793254983
    test 97 line 17 lat: -3.225632
    test 98 line 17 lon: 103.742354
    test 99 line 17 fb: 127.880328
    test 100 line 17 lat2: -3.225632004245
    test 101 line 17 lon2: 103.742354347526
    test 102 line 17 azi2: 127.880328388524
    test 103 line 18 lat: 47.108712
    test 104 line 18 lon: 99.934107
    test 105 line 18 fb: 104.103491
    test 106 line 18 lat2: 47.108712008353
    test 107 line 18 lon2: 99.934107358387
    test 108 line 18 azi2: 104.103491123038
    test 109 line 19 lat: 5.399363
    test 110 line 19 lon: 135.250064
    test 111 line 19 fb: 102.177018
    test 112 line 19 lat2: 5.399363208349
    test 113 line 19 lon2: 135.250063670790
    test 114 line 19 azi2: 102.177017677370
    test 115 line 20 lat: -58.669225
    test 116 line 20 lon: 54.875015
    test 117 line 20 fb: 131.345308
    test 118 line 20 lat2: -58.669224697403
    test 119 line 20 lon2: 54.875014559502
    test 120 line 20 azi2: 131.345308028428
    test 121 line 21 lat: 9.184229
    test 122 line 21 lon: 151.302637
    test 123 line 21 fb: 128.175105
    test 124 line 21 lat2: 9.184228666560
    test 125 line 21 lon2: 151.302636871911
    test 126 line 21 azi2: 128.175105446048
    test 127 line 22 lat: 53.467940
    test 128 line 22 lon: 67.724192
    test 129 line 22 fb: 78.863492
    test 130 line 22 lat2: 53.467939714247
    test 131 line 22 lon2: 67.724192258333
    test 132 line 22 azi2: 78.863492168727
    test 133 line 23 lat: 39.699456
    test 134 line 23 lon: 67.156325
    test 135 line 23 fb: 85.276830
    test 136 line 23 lat2: 39.699455912449
    test 137 line 23 lon2: 67.156324625647
    test 138 line 23 azi2: 85.276829539878
    test 139 line 24 lat: 70.942602
    test 140 line 24 lon: 17.379214
    test 141 line 24 fb: 21.869008
    test 142 line 24 lat2: 70.942602144324
    test 143 line 24 lon2: 17.379213644124
    test 144 line 24 azi2: 21.869008256312
    test 145 line 25 lat: 69.633349
    test 146 line 25 lon: 110.601933
    test 147 line 25 fb: 138.575193
    test 148 line 25 lat2: 69.633349004538
    test 149 line 25 lon2: 110.601933261211
    test 150 line 25 azi2: 138.575192608514
    test 151 line 26 lat: 16.190815
    test 152 line 26 lon: 87.606993
    test 153 line 26 fb: 131.929410
    test 154 line 26 lat2: 16.190814826165
    test 155 line 26 lon2: 87.606993293114
    test 156 line 26 azi2: 131.929409507039
    test 157 line 27 lat: 54.774905
    test 158 line 27 lon: 52.952507
    test 159 line 27 fb: 85.904051
    test 160 line 27 lat2: 54.774904542264
    test 161 line 27 lon2: 52.952506835523
    test 162 line 27 azi2: 85.904050867676
    test 163 line 28 lat: -62.008569
    test 164 line 28 lon: 172.274877
    test 165 line 28 fb: 21.992601
    test 166 line 28 lat2: -62.008568677307
    test 167 line 28 lon2: 172.274876714260
    test 168 line 28 azi2: 21.992601380429
    test 169 line 29 lat: 27.303730
    test 170 line 29 lon: 159.184451
    test 171 line 29 fb: 150.697920
    test 172 line 29 lat2: 27.303729660018
    test 173 line 29 lon2: 159.184451093393
    test 174 line 29 azi2: 150.697920369703
    test 175 line 30 lat: 31.979897
    test 176 line 30 lon: 55.946759
    test 177 line 30 fb: 87.398293
    test 178 line 30 lat2: 31.979897342658
    test 179 line 30 lon2: 55.946758945497
    test 180 line 30 azi2: 87.398292964767
    test 181 line 31 lat: 49.991468
    test 182 line 31 lon: 133.962411
    test 183 line 31 fb: 142.016540
    test 184 line 31 lat2: 49.991467522545
    test 185 line 31 lon2: 133.962411191467
    test 186 line 31 azi2: 142.016540226251
    test 187 line 32 lat: 2.818559
    test 188 line 32 lon: 7.234774
    test 189 line 32 fb: 168.804029
    test 190 line 32 lat2: 2.818558842278
    test 191 line 32 lon2: 7.234774421859
    test 192 line 32 azi2: 168.804029404993
    test 193 line 33 lat: -38.118071
    test 194 line 33 lon: 93.395971
    test 195 line 33 fb: 117.017377
    test 196 line 33 lat2: -38.118070550305
    test 197 line 33 lon2: 93.395971367720
    test 198 line 33 azi2: 117.017376985228
    test 199 line 34 lat: 3.377824
    test 200 line 34 lon: 65.294746
    test 201 line 34 fb: 138.982544
    test 202 line 34 lat2: 3.377824468035
    test 203 line 34 lon2: 65.294745963255
    test 204 line 34 azi2: 138.982543784560
    test 205 line 35 lat: 4.631157
    test 206 line 35 lon: 84.335045
    test 207 line 35 fb: 132.120804
    test 208 line 35 lat2: 4.631157299024
    test 209 line 35 lon2: 84.335044694540
    test 210 line 35 azi2: 132.120804319474
    test 211 line 36 lat: 38.952215
    test 212 line 36 lon: 133.416463
    test 213 line 36 fb: 160.690586
    test 214 line 36 lat2: 38.952215219507
    test 215 line 36 lon2: 133.416463103113
    test 216 line 36 azi2: 160.690585690749
    test 217 line 37 lat: -39.013297
    test 218 line 37 lon: 160.302849
    test 219 line 37 fb: 115.363715
    test 220 line 37 lat2: -39.013296805131
    test 221 line 37 lon2: 160.302849365986
    test 222 line 37 azi2: 115.363714797610
    test 223 line 38 lat: -48.456093
    test 224 line 38 lon: 38.613822
    test 225 line 38 fb: 137.651668
    test 226 line 38 lat2: -48.456093143589
    test 227 line 38 lon2: 38.613821719886
    test 228 line 38 azi2: 137.651668464815
    test 229 line 39 lat: -13.861956
    test 230 line 39 lon: 74.250572
    test 231 line 39 fb: 143.968262
    test 232 line 39 lat2: -13.861956131519
    test 233 line 39 lon2: 74.250571564776
    test 234 line 39 azi2: 143.968262419705
    test 235 line 40 lat: 25.289202
    test 236 line 40 lon: 47.063579
    test 237 line 40 fb: 78.672533
    test 238 line 40 lat2: 25.289201968371
    test 239 line 40 lon2: 47.063578519727
    test 240 line 40 azi2: 78.672532588106
    test 241 line 41 lat: 49.498121
    test 242 line 41 lon: 131.993365
    test 243 line 41 fb: 157.425605
    test 244 line 41 lat2: 49.498121110507
    test 245 line 41 lon2: 131.993365399320
    test 246 line 41 azi2: 157.425605424890
    test 247 line 42 lat: -2.104242
    test 248 line 42 lon: 56.532079
    test 249 line 42 fb: 129.406955
    test 250 line 42 lat2: -2.104241718494
    test 251 line 42 lon2: 56.532079408825
    test 252 line 42 azi2: 129.406954892035
    test 253 line 43 lat: -39.997315
    test 254 line 43 lon: 49.004259
    test 255 line 43 fb: 135.432995
    test 256 line 43 lat2: -39.997315471629
    test 257 line 43 lon2: 49.004258662721
    test 258 line 43 azi2: 135.432994751523
    test 259 line 44 lat: 9.333272
    test 260 line 44 lon: 98.670857
    test 261 line 44 fb: 120.694280
    test 262 line 44 lat2: 9.333271992381
    test 263 line 44 lon2: 98.670857333200
    test 264 line 44 azi2: 120.694280236304
    test 265 line 45 lat: 38.653646
    test 266 line 45 lon: 136.060468
    test 267 line 45 fb: 152.489416
    test 268 line 45 lat2: 38.653646179484
    test 269 line 45 lon2: 136.060467518677
    test 270 line 45 azi2: 152.489415748331
    test 271 line 46 lat: -4.564995
    test 272 line 46 lon: 166.894968
    test 273 line 46 fb: 127.520036
    test 274 line 46 lat2: -4.564994956240
    test 275 line 46 lon2: 166.894968092836
    test 276 line 46 azi2: 127.520036113641
    test 277 line 47 lat: -38.522500
    test 278 line 47 lon: 178.679307
    test 279 line 47 fb: 176.468685
    test 280 line 47 lat2: -38.522500159620
    test 281 line 47 lon2: 178.679306959466
    test 282 line 47 azi2: 176.468684587438
    test 283 line 48 lat: 45.529796
    test 284 line 48 lon: 145.048738
    test 285 line 48 fb: 160.706227
    test 286 line 48 lat2: 45.529795503687  FAILED, KNOWN, expected 45.529795503688
    test 287 line 48 lon2: 145.048737846273
    test 288 line 48 azi2: 160.706226714169
    test 289 line 49 lat: -2.968925
    test 290 line 49 lon: 5.044083
    test 291 line 49 fb: 174.913528
    test 292 line 49 lat2: -2.968924563433
    test 293 line 49 lon2: 5.044082955485
    test 294 line 49 azi2: 174.913527615338
    test 295 line 50 lat: 1.618184
    test 296 line 50 lon: 163.262955
    test 297 line 50 fb: 161.097730
    test 298 line 50 lat2: 1.618184178387
    test 299 line 50 lon2: 163.262955108028
    test 300 line 50 azi2: 161.097729713868
    test 301 line 51 lat: 25.179740
    test 302 line 51 lon: 107.504992
    test 303 line 51 fb: 154.055552
    test 304 line 51 lat2: 25.179740339437
    test 305 line 51 lon2: 107.504991932892
    test 306 line 51 azi2: 154.055552232572
    test 307 line 52 lat: 57.391251
    test 308 line 52 lon: 89.082271
    test 309 line 52 fb: 101.276115
    test 310 line 52 lat2: 57.391251345244
    test 311 line 52 lon2: 89.082271206722
    test 312 line 52 azi2: 101.276114553753
    test 313 line 53 lat: -11.470673
    test 314 line 53 lon: 48.285095
    test 315 line 53 fb: 148.389696
    test 316 line 53 lat2: -11.470672507979
    test 317 line 53 lon2: 48.285094684225
    test 318 line 53 azi2: 148.389695684750
    test 319 line 54 lat: 27.356639
    test 320 line 54 lon: 84.391682
    test 321 line 54 fb: 104.661818
    test 322 line 54 lat2: 27.356639349123
    test 323 line 54 lon2: 84.391681754671
    test 324 line 54 azi2: 104.661818309238
    test 325 line 55 lat: -40.533598
    test 326 line 55 lon: 103.488381
    test 327 line 55 fb: 132.398259
    test 328 line 55 lat2: -40.533597900971
    test 329 line 55 lon2: 103.488381204009
    test 330 line 55 azi2: 132.398259207371
    test 331 line 56 lat: 52.337949
    test 332 line 56 lon: 149.908279
    test 333 line 56 fb: 162.333474
    test 334 line 56 lat2: 52.337949466457
    test 335 line 56 lon2: 149.908278798430
    test 336 line 56 azi2: 162.333474334205
    test 337 line 57 lat: -58.474076
    test 338 line 57 lon: 78.718606
    test 339 line 57 fb: 117.457565
    test 340 line 57 lat2: -58.474075605820
    test 341 line 57 lon2: 78.718605560533
    test 342 line 57 azi2: 117.457565115569
    test 343 line 58 lat: -35.840568
    test 344 line 58 lon: 4.157534
    test 345 line 58 fb: 174.451067
    test 346 line 58 lat2: -35.840568348239
    test 347 line 58 lon2: 4.157534199470
    test 348 line 58 azi2: 174.451066901814
    test 349 line 59 lat: 15.629163
    test 350 line 59 lon: 102.677417
    test 351 line 59 fb: 103.482103
    test 352 line 59 lat2: 15.629163409998
    test 353 line 59 lon2: 102.677417064290  FAILED, KNOWN, expected 102.677417064289
    test 354 line 59 azi2: 103.482102722183
    test 355 line 60 lat: -1.256180
    test 356 line 60 lon: 133.625255
    test 357 line 60 fb: 104.470489
    test 358 line 60 lat2: -1.256179633151
    test 359 line 60 lon2: 133.625254783633
    test 360 line 60 azi2: 104.470489013739
    test 361 line 61 lat: -40.558253
    test 362 line 61 lon: 112.897054
    test 363 line 61 fb: 90.226134
    test 364 line 61 lat2: -40.558252601871
    test 365 line 61 lon2: 112.897053867085
    test 366 line 61 azi2: 90.226134266467
    test 367 line 62 lat: 86.193596
    test 368 line 62 lon: 116.956880
    test 369 line 62 fb: 117.618329
    test 370 line 62 lat2: 86.193595821107
    test 371 line 62 lon2: 116.956880430711
    test 372 line 62 azi2: 117.618329340274
    test 373 line 63 lat: 6.874181
    test 374 line 63 lon: 54.891199
    test 375 line 63 fb: 90.820790
    test 376 line 63 lat2: 6.874181093562
    test 377 line 63 lon2: 54.891198619261
    test 378 line 63 azi2: 90.820789878786
    test 379 line 64 lat: -2.554657
    test 380 line 64 lon: 71.539549
    test 381 line 64 fb: 105.722921
    test 382 line 64 lat2: -2.554657243385
    test 383 line 64 lon2: 71.539549368441
    test 384 line 64 azi2: 105.722921401613
    test 385 line 65 lat: 1.329645
    test 386 line 65 lon: 138.134969
    test 387 line 65 fb: 150.465118
    test 388 line 65 lat2: 1.329645321136
    test 389 line 65 lon2: 138.134968538140
    test 390 line 65 azi2: 150.465118219879
    test 391 line 66 lat: -44.026427
    test 392 line 66 lon: 121.367591
    test 393 line 66 fb: 123.975227
    test 394 line 66 lat2: -44.026426573446
    test 395 line 66 lon2: 121.367591215510
    test 396 line 66 azi2: 123.975227063718
    test 397 line 67 lat: -3.399081
    test 398 line 67 lon: 138.655764
    test 399 line 67 fb: 98.994343
    test 400 line 67 lat2: -3.399080708673
    test 401 line 67 lon2: 138.655764270175
    test 402 line 67 azi2: 98.994343217447
    test 403 line 68 lat: -26.776985
    test 404 line 68 lon: 67.020055
    test 405 line 68 fb: 119.394665
    test 406 line 68 lat2: -26.776984673364
    test 407 line 68 lon2: 67.020054548341
    test 408 line 68 azi2: 119.394664651636
    test 409 line 69 lat: 52.057239
    test 410 line 69 lon: 151.887270
    test 411 line 69 fb: 161.537826
    test 412 line 69 lat2: 52.057239269050
    test 413 line 69 lon2: 151.887270484247
    test 414 line 69 azi2: 161.537826425477
    test 415 line 70 lat: 3.784724
    test 416 line 70 lon: 102.727745
    test 417 line 70 fb: 116.453155
    test 418 line 70 lat2: 3.784724165483
    test 419 line 70 lon2: 102.727744934481
    test 420 line 70 azi2: 116.453155405439
    test 421 line 71 lat: -40.409299
    test 422 line 71 lon: 86.033195
    test 423 line 71 fb: 121.080298
    test 424 line 71 lat2: -40.409298772797
    test 425 line 71 lon2: 86.033195335657
    test 426 line 71 azi2: 121.080297615268
    test 427 line 72 lat: 73.013460
    test 428 line 72 lon: 76.188125
    test 429 line 72 fb: 78.877769
    test 430 line 72 lat2: 73.013460186926
    test 431 line 72 lon2: 76.188125151657
    test 432 line 72 azi2: 78.877769459629
    test 433 line 73 lat: 52.870132
    test 434 line 73 lon: 51.020900
    test 435 line 73 fb: 102.113351
    test 436 line 73 lat2: 52.870131799667
    test 437 line 73 lon2: 51.020900069545
    test 438 line 73 azi2: 102.113351369331
    test 439 line 74 lat: 28.909632
    test 440 line 74 lon: 17.071526
    test 441 line 74 fb: 103.660711
    test 442 line 74 lat2: 28.909631785857
    test 443 line 74 lon2: 17.071526465331
    test 444 line 74 azi2: 103.660711362255
    test 445 line 75 lat: -58.257855
    test 446 line 75 lon: 15.812862
    test 447 line 75 fb: 169.606337
    test 448 line 75 lat2: -58.257854831091
    test 449 line 75 lon2: 15.812862089412
    test 450 line 75 azi2: 169.606337169070
    test 451 line 76 lat: -58.869445
    test 452 line 76 lon: 132.036795
    test 453 line 76 fb: 53.946549
    test 454 line 76 lat2: -58.869445004289
    test 455 line 76 lon2: 132.036794965086
    test 456 line 76 azi2: 53.946549037654
    test 457 line 77 lat: -45.547043
    test 458 line 77 lon: 77.540664
    test 459 line 77 fb: 126.917177
    test 460 line 77 lat2: -45.547042598505
    test 461 line 77 lon2: 77.540663933413
    test 462 line 77 azi2: 126.917177154676
    test 463 line 78 lat: 45.046385
    test 464 line 78 lon: 149.382429
    test 465 line 78 fb: 162.117474
    test 466 line 78 lat2: 45.046384823604
    test 467 line 78 lon2: 149.382428769460
    test 468 line 78 azi2: 162.117474447248
    test 469 line 79 lat: -74.853338
    test 470 line 79 lon: 96.072097
    test 471 line 79 fb: 85.425493
    test 472 line 79 lat2: -74.853338324199
    test 473 line 79 lon2: 96.072096720955
    test 474 line 79 azi2: 85.425493305289
    test 475 line 80 lat: -13.205775
    test 476 line 80 lon: 57.532285
    test 477 line 80 fb: 122.358040
    test 478 line 80 lat2: -13.205775181752
    test 479 line 80 lon2: 57.532285422140
    test 480 line 80 azi2: 122.358040028964
    test 481 line 81 lat: -5.135864
    test 482 line 81 lon: 115.048833
    test 483 line 81 fb: 93.168400
    test 484 line 81 lat2: -5.135863872649
    test 485 line 81 lon2: 115.048832990097
    test 486 line 81 azi2: 93.168399576996
    test 487 line 82 lat: 13.355453
    test 488 line 82 lon: 19.253946
    test 489 line 82 fb: 143.568719
    test 490 line 82 lat2: 13.355452912310
    test 491 line 82 lon2: 19.253945880531
    test 492 line 82 azi2: 143.568718864193
    test 493 line 83 lat: 0.766426
    test 494 line 83 lon: 147.485817
    test 495 line 83 fb: 144.982274
    test 496 line 83 lat2: 0.766426443892
    test 497 line 83 lon2: 147.485816830606
    test 498 line 83 azi2: 144.982273873382
    test 499 line 84 lat: 10.228416
    test 500 line 84 lon: 159.204118
    test 501 line 84 fb: 173.111973
    test 502 line 84 lat2: 10.228416314659
    test 503 line 84 lon2: 159.204118025562
    test 504 line 84 azi2: 173.111973027488
    test 505 line 85 lat: 73.178089
    test 506 line 85 lon: 131.762700
    test 507 line 85 fb: 135.271161
    test 508 line 85 lat2: 73.178089048974
    test 509 line 85 lon2: 131.762699581940
    test 510 line 85 azi2: 135.271161440271
    test 511 line 86 lat: -16.908717
    test 512 line 86 lon: 149.240494
    test 513 line 86 fb: 90.725082
    test 514 line 86 lat2: -16.908717231321
    test 515 line 86 lon2: 149.240493850337
    test 516 line 86 azi2: 90.725082091932
    test 517 line 87 lat: -23.440025
    test 518 line 87 lon: 98.819595
    test 519 line 87 fb: 154.388320
    test 520 line 87 lat2: -23.440025289757
    test 521 line 87 lon2: 98.819595131759
    test 522 line 87 azi2: 154.388319751570
    test 523 line 88 lat: -51.344465
    test 524 line 88 lon: 54.299399
    test 525 line 88 fb: 139.903236
    test 526 line 88 lat2: -51.344465279371
    test 527 line 88 lon2: 54.299399477396
    test 528 line 88 azi2: 139.903236261795
    test 529 line 89 lat: 33.922320
    test 530 line 89 lon: 143.463070
    test 531 line 89 fb: 132.788230
    test 532 line 89 lat2: 33.922319712554
    test 533 line 89 lon2: 143.463070326988
    test 534 line 89 azi2: 132.788229856713
    test 535 line 90 lat: -83.333068
    test 536 line 90 lon: 177.611925
    test 537 line 90 fb: 2.633769
    test 538 line 90 lat2: -83.333068057524
    test 539 line 90 lon2: 177.611924577958
    test 540 line 90 azi2: 2.633768744582
    test 541 line 91 lat: 20.587333
    test 542 line 91 lon: 164.201962
    test 543 line 91 fb: 166.991083
    test 544 line 91 lat2: 20.587333492522
    test 545 line 91 lon2: 164.201962479604
    test 546 line 91 azi2: 166.991083245940
    test 547 line 92 lat: 52.612815
    test 548 line 92 lon: 110.766184
    test 549 line 92 fb: 168.281486
    test 550 line 92 lat2: 52.612815386144
    test 551 line 92 lon2: 110.766184475279
    test 552 line 92 azi2: 168.281485715811
    test 553 line 93 lat: -41.681373
    test 554 line 93 lon: 82.150183
    test 555 line 93 fb: 107.012959
    test 556 line 93 lat2: -41.681372899642
    test 557 line 93 lon2: 82.150183233451
    test 558 line 93 azi2: 107.012959072514
    test 559 line 94 lat: 27.082807
    test 560 line 94 lon: 171.332531
    test 561 line 94 fb: 174.934340
    test 562 line 94 lat2: 27.082807052702
    test 563 line 94 lon2: 171.332530862401
    test 564 line 94 azi2: 174.934339881142
    test 565 line 95 lat: 57.992299
    test 566 line 95 lon: 15.128357
    test 567 line 95 fb: 62.342982
    test 568 line 95 lat2: 57.992299464191
    test 569 line 95 lon2: 15.128356773547
    test 570 line 95 azi2: 62.342982084737
    test 571 line 96 lat: -10.526000
    test 572 line 96 lon: 33.778702
    test 573 line 96 fb: 165.687804
    test 574 line 96 lat2: -10.526000344959
    test 575 line 96 lon2: 33.778701722506
    test 576 line 96 azi2: 165.687803859941
    test 577 line 97 lat: 25.802395
    test 578 line 97 lon: 98.502531
    test 579 line 97 fb: 97.837271
    test 580 line 97 lat2: 25.802394934787
    test 581 line 97 lon2: 98.502531199301
    test 582 line 97 azi2: 97.837270592496
    test 583 line 98 lat: 47.163255
    test 584 line 98 lon: 156.720176
    test 585 line 98 fb: 160.291022
    test 586 line 98 lat2: 47.163255465769
    test 587 line 98 lon2: 156.720176105542
    test 588 line 98 azi2: 160.291021678921
    test 589 line 99 lat: 47.932063
    test 590 line 99 lon: 35.094714
    test 591 line 99 fb: 137.545065
    test 592 line 99 lat2: 47.932062978964
    test 593 line 99 lon2: 35.094714092217
    test 594 line 99 azi2: 137.545065115425
    test 595 line 100 lat: -60.204340
    test 596 line 100 lon: 117.726218
    test 597 line 100 fb: 72.585011
    test 598 line 100 lat2: -60.204339807984
    test 599 line 100 lon2: 117.726217548610
    test 600 line 100 azi2: 72.585010656772
    test 601 line 101 lat: 35.247411
    test 602 line 101 lon: 59.471562
    test 603 line 101 fb: 81.179468
    test 604 line 101 lat2: 35.247410984329
    test 605 line 101 lon2: 59.471562388985
    test 606 line 101 azi2: 81.179468094302
    test 607 line 102 lat: 19.218268
    test 608 line 102 lon: 165.507915
    test 609 line 102 fb: 167.452074
    test 610 line 102 lat2: 19.218268047706
    test 611 line 102 lon2: 165.507915017643
    test 612 line 102 azi2: 167.452074301867
    test 613 line 103 lat: 55.428809
    test 614 line 103 lon: 121.956541
    test 615 line 103 fb: 154.501481
    test 616 line 103 lat2: 55.428809300888
    test 617 line 103 lon2: 121.956541206929
    test 618 line 103 azi2: 154.501481394521
    test 619 line 104 lat: 49.294374
    test 620 line 104 lon: 119.661420
    test 621 line 104 fb: 157.209489
    test 622 line 104 lat2: 49.294374468687
    test 623 line 104 lon2: 119.661419832789
    test 624 line 104 azi2: 157.209488754087
    test 625 line 105 lat: -32.534872
    test 626 line 105 lon: 152.280610
    test 627 line 105 fb: 45.281812
    test 628 line 105 lat2: -32.534872085863
    test 629 line 105 lon2: 152.280609797481
    test 630 line 105 azi2: 45.281812386148
    test 631 line 106 lat: -1.097899
    test 632 line 106 lon: 104.697360
    test 633 line 106 fb: 126.298489
    test 634 line 106 lat2: -1.097899218947
    test 635 line 106 lon2: 104.697359959629
    test 636 line 106 azi2: 126.298488917783
    test 637 line 107 lat: -18.034366
    test 638 line 107 lon: 28.460388
    test 639 line 107 fb: 129.520364
    test 640 line 107 lat2: -18.034366293950
    test 641 line 107 lon2: 28.460387638999
    test 642 line 107 azi2: 129.520363751001
    test 643 line 108 lat: 76.310833
    test 644 line 108 lon: 80.110525
    test 645 line 108 fb: 106.655922
    test 646 line 108 lat2: 76.310832995825
    test 647 line 108 lon2: 80.110524683625
    test 648 line 108 azi2: 106.655921818336
    test 649 line 109 lat: 39.838034
    test 650 line 109 lon: 42.989610
    test 651 line 109 fb: 69.695281
    test 652 line 109 lat2: 39.838033717901
    test 653 line 109 lon2: 42.989610477861
    test 654 line 109 azi2: 69.695281464222
    test 655 line 110 lat: -56.710166
    test 656 line 110 lon: 125.242287
    test 657 line 110 fb: 60.118756
    test 658 line 110 lat2: -56.710165877845
    test 659 line 110 lon2: 125.242287231675
    test 660 line 110 azi2: 60.118756013168
    test 661 line 111 lat: 55.796062
    test 662 line 111 lon: 59.736599
    test 663 line 111 fb: 73.536728
    test 664 line 111 lat2: 55.796061639165
    test 665 line 111 lon2: 59.736598787303
    test 666 line 111 azi2: 73.536727826063
    test 667 line 112 lat: -36.553675
    test 668 line 112 lon: 38.656806
    test 669 line 112 fb: 134.414837
    test 670 line 112 lat2: -36.553675319553
    test 671 line 112 lon2: 38.656806212281
    test 672 line 112 azi2: 134.414836606696
    test 673 line 113 lat: -36.798456
    test 674 line 113 lon: 163.588375
    test 675 line 113 fb: 147.324204
    test 676 line 113 lat2: -36.798455994877
    test 677 line 113 lon2: 163.588375017283
    test 678 line 113 azi2: 147.324204021436
    test 679 line 114 lat: -15.952937
    test 680 line 114 lon: 55.126807
    test 681 line 114 fb: 134.743426
    test 682 line 114 lat2: -15.952937085211
    test 683 line 114 lon2: 55.126807113658
    test 684 line 114 azi2: 134.743426025963
    test 685 line 115 lat: -34.573087
    test 686 line 115 lon: 69.304064
    test 687 line 115 fb: 111.515973
    test 688 line 115 lat2: -34.573086586710
    test 689 line 115 lon2: 69.304064202466
    test 690 line 115 azi2: 111.515973223076
    test 691 line 116 lat: 26.643499
    test 692 line 116 lon: 1.500481
    test 693 line 116 fb: 7.958966
    test 694 line 116 lat2: 26.643498959841
    test 695 line 116 lon2: 1.500480924882
    test 696 line 116 azi2: 7.958966071178
    test 697 line 117 lat: 60.891878
    test 698 line 117 lon: 91.543410
    test 699 line 117 fb: 92.273095
    test 700 line 117 lat2: 60.891878271763
    test 701 line 117 lon2: 91.543409983653
    test 702 line 117 azi2: 92.273095036246
    test 703 line 118 lat: 64.148187
    test 704 line 118 lon: 136.552579
    test 705 line 118 fb: 147.193229
    test 706 line 118 lat2: 64.148186913822
    test 707 line 118 lon2: 136.552579389353
    test 708 line 118 azi2: 147.193228706030
    test 709 line 119 lat: 62.311678
    test 710 line 119 lon: 39.238630
    test 711 line 119 fb: 53.785893
    test 712 line 119 lat2: 62.311677748693
    test 713 line 119 lon2: 39.238629619778
    test 714 line 119 azi2: 53.785893324444
    test 715 line 120 lat: 27.239733
    test 716 line 120 lon: 136.649227
    test 717 line 120 fb: 162.935700
    test 718 line 120 lat2: 27.239733033115
    test 719 line 120 lon2: 136.649227320518
    test 720 line 120 azi2: 162.935700444146
    test 721 line 121 lat: 6.562844
    test 722 line 121 lon: 170.159007
    test 723 line 121 fb: 174.851345
    test 724 line 121 lat2: 6.562844367534
    test 725 line 121 lon2: 170.159007094343
    test 726 line 121 azi2: 174.851345174583
    test 727 line 122 lat: -29.537259
    test 728 line 122 lon: 105.350044
    test 729 line 122 fb: 141.393876
    test 730 line 122 lat2: -29.537259231420
    test 731 line 122 lon2: 105.350044044462
    test 732 line 122 azi2: 141.393876478962
    test 733 line 123 lat: -66.447700
    test 734 line 123 lon: 83.741961
    test 735 line 123 fb: 129.422490
    test 736 line 123 lat2: -66.447699831143
    test 737 line 123 lon2: 83.741960628420
    test 738 line 123 azi2: 129.422490051758
    test 739 line 124 lat: 56.926818
    test 740 line 124 lon: 20.197117
    test 741 line 124 fb: 37.960006
    test 742 line 124 lat2: 56.926817599968
    test 743 line 124 lon2: 20.197117058896
    test 744 line 124 azi2: 37.960006049295
    test 745 line 125 lat: 55.018266
    test 746 line 125 lon: 83.735441
    test 747 line 125 fb: 130.766515
    test 748 line 125 lat2: 55.018265995959
    test 749 line 125 lon2: 83.735441278691
    test 750 line 125 azi2: 130.766514657995
    test 751 line 126 lat: -78.131054
    test 752 line 126 lon: 56.098176
    test 753 line 126 fb: 127.132203
    test 754 line 126 lat2: -78.131053729786
    test 755 line 126 lon2: 56.098176359327  FAILED, KNOWN, expected 56.098176359326
    test 756 line 126 azi2: 127.132203471256  FAILED, KNOWN, expected 127.132203471257
    test 757 line 127 lat: -18.223027
    test 758 line 127 lon: 86.221345
    test 759 line 127 fb: 114.875019
    test 760 line 127 lat2: -18.223027345294
    test 761 line 127 lon2: 86.221345156045
    test 762 line 127 azi2: 114.875019395396
    test 763 line 128 lat: -16.100413
    test 764 line 128 lon: 54.195260
    test 765 line 128 fb: 126.748474
    test 766 line 128 lat2: -16.100412777565
    test 767 line 128 lon2: 54.195259657284
    test 768 line 128 azi2: 126.748473963924
    test 769 line 129 lat: -15.192944
    test 770 line 129 lon: 85.057605
    test 771 line 129 fb: 133.468781
    test 772 line 129 lat2: -15.192944143354
    test 773 line 129 lon2: 85.057605312625
    test 774 line 129 azi2: 133.468780913302
    test 775 line 130 lat: -1.279757
    test 776 line 130 lon: 93.430943
    test 777 line 130 fb: 128.545662
    test 778 line 130 lat2: -1.279756550061
    test 779 line 130 lon2: 93.430943123745
    test 780 line 130 azi2: 128.545661704820
    test 781 line 131 lat: -29.465713
    test 782 line 131 lon: 79.050046
    test 783 line 131 fb: 109.482097
    test 784 line 131 lat2: -29.465712645249
    test 785 line 131 lon2: 79.050045796725
    test 786 line 131 azi2: 109.482097420926
    test 787 line 132 lat: 31.819596
    test 788 line 132 lon: 88.251997
    test 789 line 132 fb: 91.173935
    test 790 line 132 lat2: 31.819596255581
    test 791 line 132 lon2: 88.251997328019
    test 792 line 132 azi2: 91.173935030538
    test 793 line 133 lat: -63.260477
    test 794 line 133 lon: 96.535465
    test 795 line 133 fb: 84.208873
    test 796 line 133 lat2: -63.260477387265
    test 797 line 133 lon2: 96.535465277415
    test 798 line 133 azi2: 84.208873088521
    test 799 line 134 lat: 12.908849
    test 800 line 134 lon: 116.734308
    test 801 line 134 fb: 110.313866
    test 802 line 134 lat2: 12.908849199388
    test 803 line 134 lon2: 116.734308245854
    test 804 line 134 azi2: 110.313865884978
    test 805 line 135 lat: -73.345839
    test 806 line 135 lon: 99.753937
    test 807 line 135 fb: 89.074642
    test 808 line 135 lat2: -73.345839080078
    test 809 line 135 lon2: 99.753937450114
    test 810 line 135 azi2: 89.074641755279
    test 811 line 136 lat: -58.777033
    test 812 line 136 lon: 161.963990
    test 813 line 136 fb: 21.998889
    test 814 line 136 lat2: -58.777033293076
    test 815 line 136 lon2: 161.963989905489
    test 816 line 136 azi2: 21.998888971548
    test 817 line 137 lat: 5.093069
    test 818 line 137 lon: 53.687921
    test 819 line 137 fb: 124.015842
    test 820 line 137 lat2: 5.093068996651
    test 821 line 137 lon2: 53.687921438754
    test 822 line 137 azi2: 124.015842231205
    test 823 line 138 lat: 35.659489
    test 824 line 138 lon: 111.729315
    test 825 line 138 fb: 133.697281
    test 826 line 138 lat2: 35.659488664161
    test 827 line 138 lon2: 111.729315023485
    test 828 line 138 azi2: 133.697281357224
    test 829 line 139 lat: -24.330784
    test 830 line 139 lon: 71.666568
    test 831 line 139 fb: 106.278062
    test 832 line 139 lat2: -24.330783755994
    test 833 line 139 lon2: 71.666567863169  FAILED, KNOWN, expected 71.666567863170
    test 834 line 139 azi2: 106.278062394907
    test 835 line 140 lat: -46.218742
    test 836 line 140 lon: 91.580078
    test 837 line 140 fb: 106.279111
    test 838 line 140 lat2: -46.218742288678
    test 839 line 140 lon2: 91.580077788700
    test 840 line 140 azi2: 106.279110700398
    test 841 line 141 lat: 50.143353
    test 842 line 141 lon: 101.322503
    test 843 line 141 fb: 154.314496
    test 844 line 141 lat2: 50.143352562968
    test 845 line 141 lon2: 101.322502529615
    test 846 line 141 azi2: 154.314496467352
    test 847 line 142 lat: -16.604376
    test 848 line 142 lon: 134.279201
    test 849 line 142 fb: 106.895990
    test 850 line 142 lat2: -16.604375537699
    test 851 line 142 lon2: 134.279201209117
    test 852 line 142 azi2: 106.895989785632
    test 853 line 143 lat: 54.031290
    test 854 line 143 lon: 144.862702
    test 855 line 143 fb: 152.937010
    test 856 line 143 lat2: 54.031289901242
    test 857 line 143 lon2: 144.862701667601
    test 858 line 143 azi2: 152.937009701639
    test 859 line 144 lat: 0.616911
    test 860 line 144 lon: 110.974662
    test 861 line 144 fb: 115.206118
    test 862 line 144 lat2: 0.616910921892
    test 863 line 144 lon2: 110.974662272005
    test 864 line 144 azi2: 115.206118431862
    test 865 line 145 lat: -6.243779
    test 866 line 145 lon: 175.658895
    test 867 line 145 fb: 177.520147
    test 868 line 145 lat2: -6.243779047728
    test 869 line 145 lon2: 175.658894820006
    test 870 line 145 azi2: 177.520147377315
    test 871 line 146 lat: -70.416699
    test 872 line 146 lon: 169.642468
    test 873 line 146 fb: 11.978943
    test 874 line 146 lat2: -70.416698815769
    test 875 line 146 lon2: 169.642468357274
    test 876 line 146 azi2: 11.978943348082
    test 877 line 147 lat: 19.558617
    test 878 line 147 lon: 88.645709
    test 879 line 147 fb: 113.578814
    test 880 line 147 lat2: 19.558616692495
    test 881 line 147 lon2: 88.645708539223
    test 882 line 147 azi2: 113.578814362497
    test 883 line 148 lat: -23.555114
    test 884 line 148 lon: 162.457529
    test 885 line 148 fb: 147.104331
    test 886 line 148 lat2: -23.555114207892
    test 887 line 148 lon2: 162.457529431664
    test 888 line 148 azi2: 147.104330772141
    test 889 line 149 lat: -51.275738
    test 890 line 149 lon: 103.747943
    test 891 line 149 fb: 115.235374
    test 892 line 149 lat2: -51.275737933996
    test 893 line 149 lon2: 103.747943009536
    test 894 line 149 azi2: 115.235373813929
    test 895 line 150 lat: 25.374602
    test 896 line 150 lon: 143.135783
    test 897 line 150 fb: 126.548735
    test 898 line 150 lat2: 25.374601552526
    test 899 line 150 lon2: 143.135783283239
    test 900 line 150 azi2: 126.548735117003
    test 901 line 151 lat: 23.967825
    test 902 line 151 lon: 153.611116
    test 903 line 151 fb: 149.714116
    test 904 line 151 lat2: 23.967824782385
    test 905 line 151 lon2: 153.611115762587
    test 906 line 151 azi2: 149.714116426025
    test 907 line 152 lat: -22.787507
    test 908 line 152 lon: 111.258647
    test 909 line 152 fb: 86.335100
    test 910 line 152 lat2: -22.787506689568
    test 911 line 152 lon2: 111.258646767306
    test 912 line 152 azi2: 86.335099650483
    test 913 line 153 lat: -59.789842
    test 914 line 153 lon: 114.054983
    test 915 line 153 fb: 75.612605
    test 916 line 153 lat2: -59.789841532294
    test 917 line 153 lon2: 114.054983422255
    test 918 line 153 azi2: 75.612605242726
    test 919 line 154 lat: -2.802505
    test 920 line 154 lon: 126.245955
    test 921 line 154 fb: 150.100576
    test 922 line 154 lat2: -2.802505438545
    test 923 line 154 lon2: 126.245955176418
    test 924 line 154 azi2: 150.100575968176
    test 925 line 155 lat: 35.735653
    test 926 line 155 lon: 102.768725
    test 927 line 155 fb: 99.024702
    test 928 line 155 lat2: 35.735653026165
    test 929 line 155 lon2: 102.768725495110
    test 930 line 155 azi2: 99.024701978369
    test 931 line 156 lat: 15.906682
    test 932 line 156 lon: 117.446654
    test 933 line 156 fb: 130.449965
    test 934 line 156 lat2: 15.906681603252
    test 935 line 156 lon2: 117.446653873860
    test 936 line 156 azi2: 130.449965412147
    test 937 line 157 lat: -54.375988
    test 938 line 157 lon: 33.243363
    test 939 line 157 fb: 144.361175
    test 940 line 157 lat2: -54.375987804166
    test 941 line 157 lon2: 33.243362594038
    test 942 line 157 azi2: 144.361175098783
    test 943 line 158 lat: 3.588251
    test 944 line 158 lon: 156.659583
    test 945 line 158 fb: 112.153293
    test 946 line 158 lat2: 3.588250783960
    test 947 line 158 lon2: 156.659583234995
    test 948 line 158 azi2: 112.153293017228
    test 949 line 159 lat: -51.719977
    test 950 line 159 lon: 134.141061
    test 951 line 159 fb: 129.170451
    test 952 line 159 lat2: -51.719977004790
    test 953 line 159 lon2: 134.141060992499
    test 954 line 159 azi2: 129.170451102958
    test 955 line 160 lat: 22.935153
    test 956 line 160 lon: 109.461291
    test 957 line 160 fb: 120.676556
    test 958 line 160 lat2: 22.935153219965
    test 959 line 160 lon2: 109.461291078917
    test 960 line 160 azi2: 120.676555897336
    test 961 line 161 lat: -5.314690
    test 962 line 161 lon: 70.995225
    test 963 line 161 fb: 129.681273
    test 964 line 161 lat2: -5.314689990173
    test 965 line 161 lon2: 70.995224692450
    test 966 line 161 azi2: 129.681272635794
    test 967 line 162 lat: 49.147134
    test 968 line 162 lon: 16.182514
    test 969 line 162 fb: 38.926644
    test 970 line 162 lat2: 49.147133873971
    test 971 line 162 lon2: 16.182514450690
    test 972 line 162 azi2: 38.926644196248
    test 973 line 163 lat: -55.079363
    test 974 line 163 lon: 93.170898
    test 975 line 163 fb: 97.017492
    test 976 line 163 lat2: -55.079363368717
    test 977 line 163 lon2: 93.170898482121
    test 978 line 163 azi2: 97.017491592293
    test 979 line 164 lat: 26.410771
    test 980 line 164 lon: 109.934003
    test 981 line 164 fb: 103.660846
    test 982 line 164 lat2: 26.410770923895
    test 983 line 164 lon2: 109.934003168641
    test 984 line 164 azi2: 103.660846029906
    test 985 line 165 lat: -2.539670
    test 986 line 165 lon: 138.682325
    test 987 line 165 fb: 100.016568
    test 988 line 165 lat2: -2.539669792389
    test 989 line 165 lon2: 138.682325493918
    test 990 line 165 azi2: 100.016568432752
    test 991 line 166 lat: 10.563299
    test 992 line 166 lon: 50.532119
    test 993 line 166 fb: 126.356066
    test 994 line 166 lat2: 10.563299452649
    test 995 line 166 lon2: 50.532119480076
    test 996 line 166 azi2: 126.356065708364
    test 997 line 167 lat: 51.443871
    test 998 line 167 lon: 88.799162
    test 999 line 167 fb: 145.239198
    test 1000 line 167 lat2: 51.443871023711
    test 1001 line 167 lon2: 88.799161779253
    test 1002 line 167 azi2: 145.239198135633
    test 1003 line 168 lat: -80.240756
    test 1004 line 168 lon: 170.591261
    test 1005 line 168 fb: 19.402427
    test 1006 line 168 lat2: -80.240756380896
    test 1007 line 168 lon2: 170.591260542730
    test 1008 line 168 azi2: 19.402427357239
    test 1009 line 169 lat: 51.976040
    test 1010 line 169 lon: 165.045244
    test 1011 line 169 fb: 167.962110
    test 1012 line 169 lat2: 51.976039799074
    test 1013 line 169 lon2: 165.045244285456
    test 1014 line 169 azi2: 167.962110268433
    test 1015 line 170 lat: 29.365655
    test 1016 line 170 lon: 91.354349
    test 1017 line 170 fb: 135.101279
    test 1018 line 170 lat2: 29.365654873524
    test 1019 line 170 lon2: 91.354349089561
    test 1020 line 170 azi2: 135.101278715212
    test 1021 line 171 lat: 61.745486
    test 1022 line 171 lon: 142.333199
    test 1023 line 171 fb: 139.666209
    test 1024 line 171 lat2: 61.745485817368
    test 1025 line 171 lon2: 142.333198773096
    test 1026 line 171 azi2: 139.666208757008
    test 1027 line 172 lat: 13.414523
    test 1028 line 172 lon: 39.322993
    test 1029 line 172 fb: 144.276516
    test 1030 line 172 lat2: 13.414522997032
    test 1031 line 172 lon2: 39.322992706733
    test 1032 line 172 azi2: 144.276515542083
    test 1033 line 173 lat: -49.831353
    test 1034 line 173 lon: 72.426738
    test 1035 line 173 fb: 126.251620
    test 1036 line 173 lat2: -49.831353332108
    test 1037 line 173 lon2: 72.426737728887
    test 1038 line 173 azi2: 126.251620412456
    test 1039 line 174 lat: 1.822589
    test 1040 line 174 lon: 53.589208
    test 1041 line 174 fb: 97.925176
    test 1042 line 174 lat2: 1.822589208021
    test 1043 line 174 lon2: 53.589207810481
    test 1044 line 174 azi2: 97.925176229124
    test 1045 line 175 lat: -7.987194
    test 1046 line 175 lon: 49.318809
    test 1047 line 175 fb: 128.386595
    test 1048 line 175 lat2: -7.987193900849
    test 1049 line 175 lon2: 49.318809304076
    test 1050 line 175 azi2: 128.386594768748
    test 1051 line 176 lat: -56.807375
    test 1052 line 176 lon: 4.521802
    test 1053 line 176 fb: 176.806063
    test 1054 line 176 lat2: -56.807375049864
    test 1055 line 176 lon2: 4.521801986353
    test 1056 line 176 azi2: 176.806062785470
    test 1057 line 177 lat: -25.969834
    test 1058 line 177 lon: 64.903749
    test 1059 line 177 fb: 124.103844
    test 1060 line 177 lat2: -25.969833883721
    test 1061 line 177 lon2: 64.903749477059
    test 1062 line 177 azi2: 124.103844353942
    test 1063 line 178 lat: 32.807360
    test 1064 line 178 lon: 65.107962
    test 1065 line 178 fb: 124.577990
    test 1066 line 178 lat2: 32.807359742667
    test 1067 line 178 lon2: 65.107961864983
    test 1068 line 178 azi2: 124.577990419073
    test 1069 line 179 lat: -21.552138
    test 1070 line 179 lon: 102.466022
    test 1071 line 179 fb: 109.640197
    test 1072 line 179 lat2: -21.552137872353
    test 1073 line 179 lon2: 102.466021945025
    test 1074 line 179 azi2: 109.640197455958
    test 1075 line 180 lat: -26.271741
    test 1076 line 180 lon: 158.321581
    test 1077 line 180 fb: 165.993649
    test 1078 line 180 lat2: -26.271741383677
    test 1079 line 180 lon2: 158.321581345077
    test 1080 line 180 azi2: 165.993649158305
    test 1081 line 181 lat: 41.023069
    test 1082 line 181 lon: 155.562542
    test 1083 line 181 fb: 153.407414
    test 1084 line 181 lat2: 41.023069113496
    test 1085 line 181 lon2: 155.562542134179
    test 1086 line 181 azi2: 153.407413608014
    test 1087 line 182 lat: 16.445471
    test 1088 line 182 lon: 165.261461
    test 1089 line 182 fb: 165.424806
    test 1090 line 182 lat2: 16.445470954340
    test 1091 line 182 lon2: 165.261461448873
    test 1092 line 182 azi2: 165.424806257119
    test 1093 line 183 lat: -3.222107
    test 1094 line 183 lon: 84.129727
    test 1095 line 183 fb: 154.083851
    test 1096 line 183 lat2: -3.222107095788
    test 1097 line 183 lon2: 84.129726900596
    test 1098 line 183 azi2: 154.083851495688
    test 1099 line 184 lat: 7.811710
    test 1100 line 184 lon: 123.143308
    test 1101 line 184 fb: 123.998106
    test 1102 line 184 lat2: 7.811709739638
    test 1103 line 184 lon2: 123.143308309660
    test 1104 line 184 azi2: 123.998105582525
    test 1105 line 185 lat: -45.235922
    test 1106 line 185 lon: 129.419283
    test 1107 line 185 fb: 91.493406
    test 1108 line 185 lat2: -45.235922276879
    test 1109 line 185 lon2: 129.419282696458
    test 1110 line 185 azi2: 91.493405946969  FAILED, KNOWN, expected 91.493405946970
    test 1111 line 186 lat: -43.047563
    test 1112 line 186 lon: 121.565541
    test 1113 line 186 fb: 99.850543
    test 1114 line 186 lat2: -43.047563118772
    test 1115 line 186 lon2: 121.565540573788
    test 1116 line 186 azi2: 99.850542926816
    test 1117 line 187 lat: -22.881002
    test 1118 line 187 lon: 159.765030
    test 1119 line 187 fb: 60.474878
    test 1120 line 187 lat2: -22.881001889671
    test 1121 line 187 lon2: 159.765030106650
    test 1122 line 187 azi2: 60.474878214384
    test 1123 line 188 lat: -15.011946
    test 1124 line 188 lon: 55.594746
    test 1125 line 188 fb: 121.838839
    test 1126 line 188 lat2: -15.011946251300
    test 1127 line 188 lon2: 55.594746074667
    test 1128 line 188 azi2: 121.838839080255
    test 1129 line 189 lat: -29.011142
    test 1130 line 189 lon: 0.856639
    test 1131 line 189 fb: 178.744943
    test 1132 line 189 lat2: -29.011142183887
    test 1133 line 189 lon2: 0.856639457160
    test 1134 line 189 azi2: 178.744943180805
    test 1135 line 190 lat: -0.353001
    test 1136 line 190 lon: 48.401255
    test 1137 line 190 fb: 95.612551
    test 1138 line 190 lat2: -0.353000909367
    test 1139 line 190 lon2: 48.401254652488  FAILED, KNOWN, expected 48.401254652487
    test 1140 line 190 azi2: 95.612551044908
    test 1141 line 191 lat: 18.843341
    test 1142 line 191 lon: 105.405456
    test 1143 line 191 fb: 145.215722
    test 1144 line 191 lat2: 18.843340962664
    test 1145 line 191 lon2: 105.405456105476
    test 1146 line 191 azi2: 145.215722323742
    test 1147 line 192 lat: 19.672225
    test 1148 line 192 lon: 64.132980
    test 1149 line 192 fb: 131.894863
    test 1150 line 192 lat2: 19.672224913225
    test 1151 line 192 lon2: 64.132979510420
    test 1152 line 192 azi2: 131.894863434272
    test 1153 line 193 lat: -44.315074
    test 1154 line 193 lon: 132.711860
    test 1155 line 193 fb: 57.236875
    test 1156 line 193 lat2: -44.315073617889
    test 1157 line 193 lon2: 132.711860436437
    test 1158 line 193 azi2: 57.236875169148
    test 1159 line 194 lat: 71.956294
    test 1160 line 194 lon: 23.707587
    test 1161 line 194 fb: 28.235947
    test 1162 line 194 lat2: 71.956293555096
    test 1163 line 194 lon2: 23.707587498943
    test 1164 line 194 azi2: 28.235946630177
    test 1165 line 195 lat: -1.372652
    test 1166 line 195 lon: 37.704231
    test 1167 line 195 fb: 92.737862
    test 1168 line 195 lat2: -1.372652195171
    test 1169 line 195 lon2: 37.704230798676
    test 1170 line 195 azi2: 92.737862264368
    test 1171 line 196 lat: 32.377148
    test 1172 line 196 lon: 148.638709
    test 1173 line 196 fb: 164.415210
    test 1174 line 196 lat2: 32.377147634362
    test 1175 line 196 lon2: 148.638709383249
    test 1176 line 196 azi2: 164.415210005459
    test 1177 line 197 lat: 77.876832
    test 1178 line 197 lon: 86.074591
    test 1179 line 197 fb: 93.017705
    test 1180 line 197 lat2: 77.876831887051
    test 1181 line 197 lon2: 86.074590642864
    test 1182 line 197 azi2: 93.017704501543
    test 1183 line 198 lat: -7.405195
    test 1184 line 198 lon: 11.962469
    test 1185 line 198 fb: 123.788484
    test 1186 line 198 lat2: -7.405194804958
    test 1187 line 198 lon2: 11.962468510681
    test 1188 line 198 azi2: 123.788484407208
    test 1189 line 199 lat: -75.001311
    test 1190 line 199 lon: 173.334144
    test 1191 line 199 fb: 8.916523
    test 1192 line 199 lat2: -75.001310556015
    test 1193 line 199 lon2: 173.334144385512
    test 1194 line 199 azi2: 8.916523271572
    test 1195 line 200 lat: -33.145967
    test 1196 line 200 lon: 32.349241
    test 1197 line 200 fb: 154.035798
    test 1198 line 200 lat2: -33.145966631435
    test 1199 line 200 lon2: 32.349240627001
    test 1200 line 200 azi2: 154.035798269631
    test 1201 line 201 lat: 32.938605
    test 1202 line 201 lon: 98.042857
    test 1203 line 201 fb: 124.954750
    test 1204 line 201 lat2: 32.938605083648
    test 1205 line 201 lon2: 98.042857137838
    test 1206 line 201 azi2: 124.954750401990
    test 1207 line 202 lat: 18.924315
    test 1208 line 202 lon: 20.712136
    test 1209 line 202 fb: 118.058457
    test 1210 line 202 lat2: 18.924314631117
    test 1211 line 202 lon2: 20.712135699713
    test 1212 line 202 azi2: 118.058457437327
    test 1213 line 203 lat: 34.281652
    test 1214 line 203 lon: 66.815398
    test 1215 line 203 fb: 147.693080
    test 1216 line 203 lat2: 34.281652047931
    test 1217 line 203 lon2: 66.815398066147
    test 1218 line 203 azi2: 147.693079659533
    test 1219 line 204 lat: -56.830635
    test 1220 line 204 lon: 2.137046
    test 1221 line 204 fb: 178.041562
    test 1222 line 204 lat2: -56.830634769513
    test 1223 line 204 lon2: 2.137046322217
    test 1224 line 204 azi2: 178.041562126305
    test 1225 line 205 lat: -68.481893
    test 1226 line 205 lon: 107.036720
    test 1227 line 205 fb: 152.384477
    test 1228 line 205 lat2: -68.481892540174
    test 1229 line 205 lon2: 107.036720123074
    test 1230 line 205 azi2: 152.384476595412
    test 1231 line 206 lat: -22.502042
    test 1232 line 206 lon: 171.827566
    test 1233 line 206 fb: 158.834328
    test 1234 line 206 lat2: -22.502042312255
    test 1235 line 206 lon2: 171.827566033608
    test 1236 line 206 azi2: 158.834327972407
    test 1237 line 207 lat: -4.504199
    test 1238 line 207 lon: 138.544338
    test 1239 line 207 fb: 123.633526
    test 1240 line 207 lat2: -4.504199404775
    test 1241 line 207 lon2: 138.544338028736
    test 1242 line 207 azi2: 123.633526406205
    test 1243 line 208 lat: -9.226343
    test 1244 line 208 lon: 120.310050
    test 1245 line 208 fb: 142.789186
    test 1246 line 208 lat2: -9.226343110712
    test 1247 line 208 lon2: 120.310050148004
    test 1248 line 208 azi2: 142.789186422068
    test 1249 line 209 lat: -51.684044
    test 1250 line 209 lon: 137.764140
    test 1251 line 209 fb: 56.844891
    test 1252 line 209 lat2: -51.684044075582
    test 1253 line 209 lon2: 137.764139808689
    test 1254 line 209 azi2: 56.844890846790
    test 1255 line 210 lat: 19.467357
    test 1256 line 210 lon: 93.870087
    test 1257 line 210 fb: 129.125491
    test 1258 line 210 lat2: 19.467357090193
    test 1259 line 210 lon2: 93.870087361293
    test 1260 line 210 azi2: 129.125490840370
    test 1261 line 211 lat: 33.594608
    test 1262 line 211 lon: 58.324143
    test 1263 line 211 fb: 101.975372
    test 1264 line 211 lat2: 33.594607695347
    test 1265 line 211 lon2: 58.324143410893
    test 1266 line 211 azi2: 101.975372004111
    test 1267 line 212 lat: -1.184701
    test 1268 line 212 lon: 92.834285
    test 1269 line 212 fb: 134.201097
    test 1270 line 212 lat2: -1.184701423910
    test 1271 line 212 lon2: 92.834285031504
    test 1272 line 212 azi2: 134.201097217000
    test 1273 line 213 lat: 5.878639
    test 1274 line 213 lon: 90.756173
    test 1275 line 213 fb: 156.936699
    test 1276 line 213 lat2: 5.878638801092
    test 1277 line 213 lon2: 90.756172727682
    test 1278 line 213 azi2: 156.936698928215
    test 1279 line 214 lat: 47.611646
    test 1280 line 214 lon: 131.482218
    test 1281 line 214 fb: 152.077667
    test 1282 line 214 lat2: 47.611646039058
    test 1283 line 214 lon2: 131.482217984255
    test 1284 line 214 azi2: 152.077667341138
    test 1285 line 215 lat: 13.906234
    test 1286 line 215 lon: 115.526238
    test 1287 line 215 fb: 130.769627
    test 1288 line 215 lat2: 13.906233945801
    test 1289 line 215 lon2: 115.526238064488
    test 1290 line 215 azi2: 130.769627488545
    test 1291 line 216 lat: 3.675485
    test 1292 line 216 lon: 80.781862
    test 1293 line 216 fb: 94.188426
    test 1294 line 216 lat2: 3.675485213596
    test 1295 line 216 lon2: 80.781861923838
    test 1296 line 216 azi2: 94.188426367881
    test 1297 line 217 lat: 68.665600
    test 1298 line 217 lon: 21.503123
    test 1299 line 217 fb: 107.667810
    test 1300 line 217 lat2: 68.665599857810
    test 1301 line 217 lon2: 21.503123449290
    test 1302 line 217 azi2: 107.667809564608
    test 1303 line 218 lat: -60.791732
    test 1304 line 218 lon: 82.476063
    test 1305 line 218 fb: 117.665953
    test 1306 line 218 lat2: -60.791732218314
    test 1307 line 218 lon2: 82.476062801971
    test 1308 line 218 azi2: 117.665952598924
    test 1309 line 219 lat: -33.122376
    test 1310 line 219 lon: 89.871476
    test 1311 line 219 fb: 124.068098
    test 1312 line 219 lat2: -33.122375734012
    test 1313 line 219 lon2: 89.871476211443
    test 1314 line 219 azi2: 124.068098444465
    test 1315 line 220 lat: -34.085934
    test 1316 line 220 lon: 117.886549
    test 1317 line 220 fb: 93.366647
    test 1318 line 220 lat2: -34.085934037207
    test 1319 line 220 lon2: 117.886548615401
    test 1320 line 220 azi2: 93.366647127153
    test 1321 line 221 lat: -43.746811
    test 1322 line 221 lon: 107.199939
    test 1323 line 221 fb: 101.218435
    test 1324 line 221 lat2: -43.746811413059
    test 1325 line 221 lon2: 107.199938541143
    test 1326 line 221 azi2: 101.218434581373
    test 1327 line 222 lat: -44.514857
    test 1328 line 222 lon: 19.560361
    test 1329 line 222 fb: 166.449925
    test 1330 line 222 lat2: -44.514857277517
    test 1331 line 222 lon2: 19.560360617266
    test 1332 line 222 azi2: 166.449925135617
    test 1333 line 223 lat: -18.049262
    test 1334 line 223 lon: 42.099193
    test 1335 line 223 fb: 158.127141
    test 1336 line 223 lat2: -18.049261796697
    test 1337 line 223 lon2: 42.099193394607
    test 1338 line 223 azi2: 158.127140901909
    test 1339 line 224 lat: 9.832902
    test 1340 line 224 lon: 51.448057
    test 1341 line 224 fb: 114.348703
    test 1342 line 224 lat2: 9.832901687662
    test 1343 line 224 lon2: 51.448057387281
    test 1344 line 224 azi2: 114.348702917675
    test 1345 line 225 lat: -57.516443
    test 1346 line 225 lon: 64.700933
    test 1347 line 225 fb: 137.459801
    test 1348 line 225 lat2: -57.516443280706
    test 1349 line 225 lon2: 64.700933124813
    test 1350 line 225 azi2: 137.459801078685
    test 1351 line 226 lat: -23.072600
    test 1352 line 226 lon: 95.392602
    test 1353 line 226 fb: 140.119143
    test 1354 line 226 lat2: -23.072599811854
    test 1355 line 226 lon2: 95.392601883769
    test 1356 line 226 azi2: 140.119143469104
    test 1357 line 227 lat: -45.117254
    test 1358 line 227 lon: 97.361647
    test 1359 line 227 fb: 97.339041
    test 1360 line 227 lat2: -45.117253614100
    test 1361 line 227 lon2: 97.361647352714
    test 1362 line 227 azi2: 97.339040559115
    test 1363 line 228 lat: -11.277328
    test 1364 line 228 lon: 19.602358
    test 1365 line 228 fb: 156.779730
    test 1366 line 228 lat2: -11.277328262947
    test 1367 line 228 lon2: 19.602358024471
    test 1368 line 228 azi2: 156.779729902321
    test 1369 line 229 lat: -4.823524
    test 1370 line 229 lon: 164.626842
    test 1371 line 229 fb: 151.314797
    test 1372 line 229 lat2: -4.823524348693
    test 1373 line 229 lon2: 164.626841855534
    test 1374 line 229 azi2: 151.314796841238
    test 1375 line 230 lat: 36.317088
    test 1376 line 230 lon: 89.326155
    test 1377 line 230 fb: 94.589052
    test 1378 line 230 lat2: 36.317087922282
    test 1379 line 230 lon2: 89.326155365943
    test 1380 line 230 azi2: 94.589051951235
    test 1381 line 231 lat: 3.975433
    test 1382 line 231 lon: 105.460359
    test 1383 line 231 fb: 126.257925
    test 1384 line 231 lat2: 3.975432760073
    test 1385 line 231 lon2: 105.460358584149
    test 1386 line 231 azi2: 126.257925455058
    test 1387 line 232 lat: 28.815984
    test 1388 line 232 lon: 89.807394
    test 1389 line 232 fb: 116.984375
    test 1390 line 232 lat2: 28.815983592511
    test 1391 line 232 lon2: 89.807393686834
    test 1392 line 232 azi2: 116.984374981602
    test 1393 line 233 lat: 66.161717
    test 1394 line 233 lon: 63.218655
    test 1395 line 233 fb: 88.869959
    test 1396 line 233 lat2: 66.161716765270
    test 1397 line 233 lon2: 63.218655052918
    test 1398 line 233 azi2: 88.869959091488
    test 1399 line 234 lat: 74.859972
    test 1400 line 234 lon: 53.523361
    test 1401 line 234 fb: 58.125008
    test 1402 line 234 lat2: 74.859971601090
    test 1403 line 234 lon2: 53.523360738831
    test 1404 line 234 azi2: 58.125008091802
    test 1405 line 235 lat: -0.265481
    test 1406 line 235 lon: 79.537677
    test 1407 line 235 fb: 112.945830
    test 1408 line 235 lat2: -0.265481234322
    test 1409 line 235 lon2: 79.537677388981
    test 1410 line 235 azi2: 112.945829781102
    test 1411 line 236 lat: -12.099598
    test 1412 line 236 lon: 155.371356
    test 1413 line 236 fb: 76.454292
    test 1414 line 236 lat2: -12.099598021004
    test 1415 line 236 lon2: 155.371356164845
    test 1416 line 236 azi2: 76.454291606612
    test 1417 line 237 lat: -6.746465
    test 1418 line 237 lon: 19.102484
    test 1419 line 237 fb: 149.342236
    test 1420 line 237 lat2: -6.746464854112
    test 1421 line 237 lon2: 19.102484309526
    test 1422 line 237 azi2: 149.342236428405
    test 1423 line 238 lat: 0.663830
    test 1424 line 238 lon: 101.295721
    test 1425 line 238 fb: 133.862626
    test 1426 line 238 lat2: 0.663830251510
    test 1427 line 238 lon2: 101.295720736944
    test 1428 line 238 azi2: 133.862626019473
    test 1429 line 239 lat: -61.764624
    test 1430 line 239 lon: 148.537522
    test 1431 line 239 fb: 149.298772
    test 1432 line 239 lat2: -61.764623993813
    test 1433 line 239 lon2: 148.537521922087
    test 1434 line 239 azi2: 149.298771734214
    test 1435 line 240 lat: 14.505122
    test 1436 line 240 lon: 111.665519
    test 1437 line 240 fb: 97.740222
    test 1438 line 240 lat2: 14.505121777043
    test 1439 line 240 lon2: 111.665518774379
    test 1440 line 240 azi2: 97.740221959573
    test 1441 line 241 lat: -24.713205
    test 1442 line 241 lon: 34.159384
    test 1443 line 241 fb: 125.866132
    test 1444 line 241 lat2: -24.713205327375
    test 1445 line 241 lon2: 34.159384140577
    test 1446 line 241 azi2: 125.866132443875
    test 1447 line 242 lat: 50.480262
    test 1448 line 242 lon: 42.263850
    test 1449 line 242 fb: 153.395659
    test 1450 line 242 lat2: 50.480261762893
    test 1451 line 242 lon2: 42.263849601327
    test 1452 line 242 azi2: 153.395658919028
    test 1453 line 243 lat: 11.787247
    test 1454 line 243 lon: 49.506460
    test 1455 line 243 fb: 120.836778
    test 1456 line 243 lat2: 11.787247309610
    test 1457 line 243 lon2: 49.506459509702
    test 1458 line 243 azi2: 120.836778496206
    test 1459 line 244 lat: -19.956674
    test 1460 line 244 lon: 14.599479
    test 1461 line 244 fb: 177.883855
    test 1462 line 244 lat2: -19.956673621927
    test 1463 line 244 lon2: 14.599479227718
    test 1464 line 244 azi2: 177.883855088778
    test 1465 line 245 lat: 0.738566
    test 1466 line 245 lon: 12.600972
    test 1467 line 245 fb: 176.085445
    test 1468 line 245 lat2: 0.738565517815
    test 1469 line 245 lon2: 12.600972006927
    test 1470 line 245 azi2: 176.085445031797
    test 1471 line 246 lat: 25.799128
    test 1472 line 246 lon: 9.800259
    test 1473 line 246 fb: 166.282764
    test 1474 line 246 lat2: 25.799128425384
    test 1475 line 246 lon2: 9.800259258495
    test 1476 line 246 azi2: 166.282764024264
    test 1477 line 247 lat: -3.897277
    test 1478 line 247 lon: 16.693319
    test 1479 line 247 fb: 168.780736
    test 1480 line 247 lat2: -3.897277132184
    test 1481 line 247 lon2: 16.693318601970
    test 1482 line 247 azi2: 168.780736094343
    test 1483 line 248 lat: 2.479585
    test 1484 line 248 lon: 72.317321
    test 1485 line 248 fb: 126.935932
    test 1486 line 248 lat2: 2.479585385319
    test 1487 line 248 lon2: 72.317321261259
    test 1488 line 248 azi2: 126.935932221711
    test 1489 line 249 lat: -0.836621
    test 1490 line 249 lon: 2.490193
    test 1491 line 249 fb: 150.640498
    test 1492 line 249 lat2: -0.836621274662
    test 1493 line 249 lon2: 2.490192836679
    test 1494 line 249 azi2: 150.640498065221
    test 1495 line 250 lat: -69.098227
    test 1496 line 250 lon: 43.929874
    test 1497 line 250 fb: 143.378404
    test 1498 line 250 lat2: -69.098226894675
    test 1499 line 250 lon2: 43.929873562507
    test 1500 line 250 azi2: 143.378403982035
    test 1501 line 251 lat: 19.156121
    test 1502 line 251 lon: 130.658473
    test 1503 line 251 fb: 136.204475
    test 1504 line 251 lat2: 19.156121137418
    test 1505 line 251 lon2: 130.658473280949
    test 1506 line 251 azi2: 136.204475163250
    test 1507 line 252 lat: 68.881949
    test 1508 line 252 lon: 79.375865
    test 1509 line 252 fb: 99.052732
    test 1510 line 252 lat2: 68.881948915820
    test 1511 line 252 lon2: 79.375865154433
    test 1512 line 252 azi2: 99.052731550675
    test 1513 line 253 lat: -23.509016
    test 1514 line 253 lon: 122.232226
    test 1515 line 253 fb: 90.354604
    test 1516 line 253 lat2: -23.509015988874
    test 1517 line 253 lon2: 122.232226283491
    test 1518 line 253 azi2: 90.354603607380
    test 1519 line 254 lat: -64.950636
    test 1520 line 254 lon: 70.184354
    test 1521 line 254 fb: 122.478937
    test 1522 line 254 lat2: -64.950635804577
    test 1523 line 254 lon2: 70.184354384370
    test 1524 line 254 azi2: 122.478937039089
    test 1525 line 255 lat: 4.931109
    test 1526 line 255 lon: 176.100221
    test 1527 line 255 fb: 175.754221
    test 1528 line 255 lat2: 4.931108669549
    test 1529 line 255 lon2: 176.100220910178
    test 1530 line 255 azi2: 175.754221027085
    test 1531 line 256 lat: -35.503236
    test 1532 line 256 lon: 122.767107
    test 1533 line 256 fb: 94.201020
    test 1534 line 256 lat2: -35.503236005727
    test 1535 line 256 lon2: 122.767107174014
    test 1536 line 256 azi2: 94.201020059324
    test 1537 line 257 lat: 58.728016
    test 1538 line 257 lon: 76.607531
    test 1539 line 257 fb: 114.353509
    test 1540 line 257 lat2: 58.728016150448
    test 1541 line 257 lon2: 76.607530844045
    test 1542 line 257 azi2: 114.353508957613
    test 1543 line 258 lat: 13.725793
    test 1544 line 258 lon: 60.384503
    test 1545 line 258 fb: 102.783242
    test 1546 line 258 lat2: 13.725792757601
    test 1547 line 258 lon2: 60.384502867486
    test 1548 line 258 azi2: 102.783241874789
    test 1549 line 259 lat: 40.298524
    test 1550 line 259 lon: 59.957993
    test 1551 line 259 fb: 90.056366
    test 1552 line 259 lat2: 40.298523592677
    test 1553 line 259 lon2: 59.957993458231
    test 1554 line 259 azi2: 90.056365696933
    test 1555 line 260 lat: 21.526222
    test 1556 line 260 lon: 19.836420
    test 1557 line 260 fb: 89.081274
    test 1558 line 260 lat2: 21.526221960544
    test 1559 line 260 lon2: 19.836419824899
    test 1560 line 260 azi2: 89.081274273400
    test 1561 line 261 lat: -65.269872
    test 1562 line 261 lon: 134.049515
    test 1563 line 261 fb: 54.613515
    test 1564 line 261 lat2: -65.269872123888
    test 1565 line 261 lon2: 134.049514626723
    test 1566 line 261 azi2: 54.613514542799
    test 1567 line 262 lat: -47.687068
    test 1568 line 262 lon: 86.855941
    test 1569 line 262 fb: 115.133532
    test 1570 line 262 lat2: -47.687068378110
    test 1571 line 262 lon2: 86.855941174728
    test 1572 line 262 azi2: 115.133531572693
    test 1573 line 263 lat: -56.637273
    test 1574 line 263 lon: 158.001121
    test 1575 line 263 fb: 35.013276
    test 1576 line 263 lat2: -56.637272907294
    test 1577 line 263 lon2: 158.001120751267
    test 1578 line 263 azi2: 35.013276119319
    test 1579 line 264 lat: 6.880772
    test 1580 line 264 lon: 36.289125
    test 1581 line 264 fb: 144.499557
    test 1582 line 264 lat2: 6.880771895178
    test 1583 line 264 lon2: 36.289124705135
    test 1584 line 264 azi2: 144.499557452454
    test 1585 line 265 lat: 59.205527
    test 1586 line 265 lon: 115.787268
    test 1587 line 265 fb: 116.793619
    test 1588 line 265 lat2: 59.205526512430
    test 1589 line 265 lon2: 115.787267608171
    test 1590 line 265 azi2: 116.793618855456
    test 1591 line 266 lat: 29.463206
    test 1592 line 266 lon: 68.742710
    test 1593 line 266 fb: 113.906069
    test 1594 line 266 lat2: 29.463206450868
    test 1595 line 266 lon2: 68.742710218988
    test 1596 line 266 azi2: 113.906069374400
    test 1597 line 267 lat: 5.507960
    test 1598 line 267 lon: 2.913367
    test 1599 line 267 fb: 175.225892
    test 1600 line 267 lat2: 5.507959555355
    test 1601 line 267 lon2: 2.913367209347
    test 1602 line 267 azi2: 175.225891805562
    test 1603 line 268 lat: 32.568215
    test 1604 line 268 lon: 107.814340
    test 1605 line 268 fb: 126.321687
    test 1606 line 268 lat2: 32.568215067951
    test 1607 line 268 lon2: 107.814340389788
    test 1608 line 268 azi2: 126.321687264203
    test 1609 line 269 lat: 48.941036
    test 1610 line 269 lon: 170.309380
    test 1611 line 269 fb: 170.816057
    test 1612 line 269 lat2: 48.941036400994
    test 1613 line 269 lon2: 170.309379989564
    test 1614 line 269 azi2: 170.816056872564
    test 1615 line 270 lat: 32.657811
    test 1616 line 270 lon: 174.401372
    test 1617 line 270 fb: 173.967029
    test 1618 line 270 lat2: 32.657810935795
    test 1619 line 270 lon2: 174.401372292954
    test 1620 line 270 azi2: 173.967029189838
    test 1621 line 271 lat: -30.959342
    test 1622 line 271 lon: 144.596945
    test 1623 line 271 fb: 157.635539
    test 1624 line 271 lat2: -30.959341511189
    test 1625 line 271 lon2: 144.596944855700
    test 1626 line 271 azi2: 157.635538872114
    test 1627 line 272 lat: 52.180060
    test 1628 line 272 lon: 68.363538
    test 1629 line 272 fb: 82.619820
    test 1630 line 272 lat2: 52.180060488771
    test 1631 line 272 lon2: 68.363538073511
    test 1632 line 272 azi2: 82.619819936898
    test 1633 line 273 lat: -49.230655
    test 1634 line 273 lon: 119.085123
    test 1635 line 273 fb: 81.553785
    test 1636 line 273 lat2: -49.230654785601
    test 1637 line 273 lon2: 119.085122995371
    test 1638 line 273 azi2: 81.553785297210
    test 1639 line 274 lat: 12.315309
    test 1640 line 274 lon: 21.800337
    test 1641 line 274 fb: 86.572317
    test 1642 line 274 lat2: 12.315308710130
    test 1643 line 274 lon2: 21.800336803956
    test 1644 line 274 azi2: 86.572316548512
    test 1645 line 275 lat: 0.074875
    test 1646 line 275 lon: 122.092567
    test 1647 line 275 fb: 93.940324
    test 1648 line 275 lat2: 0.074874782626
    test 1649 line 275 lon2: 122.092567299352
    test 1650 line 275 azi2: 93.940323652996
    test 1651 line 276 lat: -32.420609
    test 1652 line 276 lon: 80.147417
    test 1653 line 276 fb: 123.183256
    test 1654 line 276 lat2: -32.420609134175
    test 1655 line 276 lon2: 80.147416945184
    test 1656 line 276 azi2: 123.183256201588
    test 1657 line 277 lat: 82.600418
    test 1658 line 277 lon: 34.418367
    test 1659 line 277 fb: 35.057122
    test 1660 line 277 lat2: 82.600418456713
    test 1661 line 277 lon2: 34.418367124569
    test 1662 line 277 azi2: 35.057122384192
    test 1663 line 278 lat: 26.274633
    test 1664 line 278 lon: 93.043032
    test 1665 line 278 fb: 114.480069
    test 1666 line 278 lat2: 26.274632977288
    test 1667 line 278 lon2: 93.043031668414
    test 1668 line 278 azi2: 114.480069066657
    test 1669 line 279 lat: 28.433986
    test 1670 line 279 lon: 132.962042
    test 1671 line 279 fb: 118.817242
    test 1672 line 279 lat2: 28.433985598740
    test 1673 line 279 lon2: 132.962041543078
    test 1674 line 279 azi2: 118.817241997246
    test 1675 line 280 lat: 32.426459
    test 1676 line 280 lon: 65.171889
    test 1677 line 280 fb: 113.230923
    test 1678 line 280 lat2: 32.426458512822
    test 1679 line 280 lon2: 65.171889395963
    test 1680 line 280 azi2: 113.230923394172
    test 1681 line 281 lat: 8.427284
    test 1682 line 281 lon: 20.342496
    test 1683 line 281 fb: 140.993359
    test 1684 line 281 lat2: 8.427284359102
    test 1685 line 281 lon2: 20.342496251702
    test 1686 line 281 azi2: 140.993359066103
    test 1687 line 282 lat: -16.412702
    test 1688 line 282 lon: 47.392542
    test 1689 line 282 fb: 167.389705
    test 1690 line 282 lat2: -16.412702228950
    test 1691 line 282 lon2: 47.392541669265
    test 1692 line 282 azi2: 167.389704666322
    test 1693 line 283 lat: -54.082376
    test 1694 line 283 lon: 159.985466
    test 1695 line 283 fb: 56.023710
    test 1696 line 283 lat2: -54.082375801659
    test 1697 line 283 lon2: 159.985465829683
    test 1698 line 283 azi2: 56.023710499162
    test 1699 line 284 lat: 38.704319
    test 1700 line 284 lon: 78.307551
    test 1701 line 284 fb: 106.582126
    test 1702 line 284 lat2: 38.704318557557
    test 1703 line 284 lon2: 78.307550831333
    test 1704 line 284 azi2: 106.582125725743
    test 1705 line 285 lat: 15.206275
    test 1706 line 285 lon: 59.878378
    test 1707 line 285 fb: 114.460428
    test 1708 line 285 lat2: 15.206274688849
    test 1709 line 285 lon2: 59.878378252292
    test 1710 line 285 azi2: 114.460428216582
    test 1711 line 286 lat: -62.789550
    test 1712 line 286 lon: 66.649185
    test 1713 line 286 fb: 119.232672
    test 1714 line 286 lat2: -62.789549909136
    test 1715 line 286 lon2: 66.649184622337
    test 1716 line 286 azi2: 119.232671643971
    test 1717 line 287 lat: 31.235252
    test 1718 line 287 lon: 19.933468
    test 1719 line 287 fb: 145.488470
    test 1720 line 287 lat2: 31.235252170087
    test 1721 line 287 lon2: 19.933467970517
    test 1722 line 287 azi2: 145.488469796544
    test 1723 line 288 lat: 11.983236
    test 1724 line 288 lon: 145.307369
    test 1725 line 288 fb: 151.192641
    test 1726 line 288 lat2: 11.983236088753
    test 1727 line 288 lon2: 145.307368849730
    test 1728 line 288 azi2: 151.192640854621
    test 1729 line 289 lat: 27.629694
    test 1730 line 289 lon: 16.148459
    test 1731 line 289 fb: 63.008012
    test 1732 line 289 lat2: 27.629693628283
    test 1733 line 289 lon2: 16.148459400244
    test 1734 line 289 azi2: 63.008012267521
    test 1735 line 290 lat: 34.077784
    test 1736 line 290 lon: 115.693210
    test 1737 line 290 fb: 112.252264
    test 1738 line 290 lat2: 34.077783768135
    test 1739 line 290 lon2: 115.693209573427
    test 1740 line 290 azi2: 112.252263721679
    test 1741 line 291 lat: 17.100340
    test 1742 line 291 lon: 26.538643
    test 1743 line 291 fb: 131.391925
    test 1744 line 291 lat2: 17.100339523444
    test 1745 line 291 lon2: 26.538642768875
    test 1746 line 291 azi2: 131.391925094902
    test 1747 line 292 lat: -8.128040
    test 1748 line 292 lon: 28.609615
    test 1749 line 292 fb: 144.189095
    test 1750 line 292 lat2: -8.128039572354
    test 1751 line 292 lon2: 28.609615412806
    test 1752 line 292 azi2: 144.189095481788
    test 1753 line 293 lat: 17.307082
    test 1754 line 293 lon: 150.748550
    test 1755 line 293 fb: 172.334611
    test 1756 line 293 lat2: 17.307081581668
    test 1757 line 293 lon2: 150.748549863580
    test 1758 line 293 azi2: 172.334611079260
    test 1759 line 294 lat: 4.135230
    test 1760 line 294 lon: 142.094814
    test 1761 line 294 fb: 170.513214
    test 1762 line 294 lat2: 4.135229575811
    test 1763 line 294 lon2: 142.094814225629
    test 1764 line 294 azi2: 170.513213518678
    test 1765 line 295 lat: -61.544041
    test 1766 line 295 lon: 167.154866
    test 1767 line 295 fb: 51.415676
    test 1768 line 295 lat2: -61.544040804472
    test 1769 line 295 lon2: 167.154866481811
    test 1770 line 295 azi2: 51.415675504866
    test 1771 line 296 lat: 27.782466
    test 1772 line 296 lon: 53.844550
    test 1773 line 296 fb: 78.357665
    test 1774 line 296 lat2: 27.782465760718
    test 1775 line 296 lon2: 53.844549799795
    test 1776 line 296 azi2: 78.357665271795
    test 1777 line 297 lat: -30.157337
    test 1778 line 297 lon: 14.759636
    test 1779 line 297 fb: 157.487063
    test 1780 line 297 lat2: -30.157336788088
    test 1781 line 297 lon2: 14.759635614931
    test 1782 line 297 azi2: 157.487063280783
    test 1783 line 298 lat: -16.819268
    test 1784 line 298 lon: 22.734618
    test 1785 line 298 fb: 167.761663
    test 1786 line 298 lat2: -16.819268371139
    test 1787 line 298 lon2: 22.734618221531
    test 1788 line 298 azi2: 167.761663436059
    test 1789 line 299 lat: 58.190743
    test 1790 line 299 lon: 15.576363
    test 1791 line 299 fb: 71.213972
    test 1792 line 299 lat2: 58.190742593673
    test 1793 line 299 lon2: 15.576363250416
    test 1794 line 299 azi2: 71.213972172079
    test 1795 line 300 lat: 57.214981
    test 1796 line 300 lon: 163.530752
    test 1797 line 300 fb: 162.056064
    test 1798 line 300 lat2: 57.214981133823
    test 1799 line 300 lon2: 163.530751680014
    test 1800 line 300 azi2: 162.056064225923
    test 1801 line 301 lat: 31.811818
    test 1802 line 301 lon: 81.663494
    test 1803 line 301 fb: 112.546404
    test 1804 line 301 lat2: 31.811817748936
    test 1805 line 301 lon2: 81.663494432962
    test 1806 line 301 azi2: 112.546403824977
    test 1807 line 302 lat: -11.315727
    test 1808 line 302 lon: 48.409490
    test 1809 line 302 fb: 121.434574
    test 1810 line 302 lat2: -11.315726799012
    test 1811 line 302 lon2: 48.409489590525
    test 1812 line 302 azi2: 121.434573764585
    test 1813 line 303 lat: 6.119956
    test 1814 line 303 lon: 5.687908
    test 1815 line 303 fb: 94.977171
    test 1816 line 303 lat2: 6.119956010623
    test 1817 line 303 lon2: 5.687908365969
    test 1818 line 303 azi2: 94.977170961146
    test 1819 line 304 lat: -13.455263
    test 1820 line 304 lon: 92.797729
    test 1821 line 304 fb: 125.067595
    test 1822 line 304 lat2: -13.455262906771
    test 1823 line 304 lon2: 92.797729354548
    test 1824 line 304 azi2: 125.067595131171
    test 1825 line 305 lat: -61.258454
    test 1826 line 305 lon: 32.464613
    test 1827 line 305 fb: 153.578300
    test 1828 line 305 lat2: -61.258454070259
    test 1829 line 305 lon2: 32.464613321886
    test 1830 line 305 azi2: 153.578299580216
    test 1831 line 306 lat: 76.656194
    test 1832 line 306 lon: 147.658262
    test 1833 line 306 fb: 154.870277
    test 1834 line 306 lat2: 76.656194303754
    test 1835 line 306 lon2: 147.658261698859
    test 1836 line 306 azi2: 154.870276891567
    test 1837 line 307 lat: 38.020470
    test 1838 line 307 lon: 22.502210
    test 1839 line 307 fb: 164.603876
    test 1840 line 307 lat2: 38.020470355438
    test 1841 line 307 lon2: 22.502210018002
    test 1842 line 307 azi2: 164.603876406614
    test 1843 line 308 lat: -28.475186
    test 1844 line 308 lon: 125.031589
    test 1845 line 308 fb: 71.946314
    test 1846 line 308 lat2: -28.475185707347
    test 1847 line 308 lon2: 125.031589334958
    test 1848 line 308 azi2: 71.946313988393
    test 1849 line 309 lat: 33.123700
    test 1850 line 309 lon: 47.796870
    test 1851 line 309 fb: 66.233041
    test 1852 line 309 lat2: 33.123699771125
    test 1853 line 309 lon2: 47.796870281285
    test 1854 line 309 azi2: 66.233040505915
    test 1855 line 310 lat: 36.967606
    test 1856 line 310 lon: 91.462107
    test 1857 line 310 fb: 113.555931
    test 1858 line 310 lat2: 36.967605507925
    test 1859 line 310 lon2: 91.462107367844
    test 1860 line 310 azi2: 113.555931272414
    test 1861 line 311 lat: -3.784112
    test 1862 line 311 lon: 75.465096
    test 1863 line 311 fb: 146.940895
    test 1864 line 311 lat2: -3.784112064078
    test 1865 line 311 lon2: 75.465096433718
    test 1866 line 311 azi2: 146.940895363525
    test 1867 line 312 lat: 10.772454
    test 1868 line 312 lon: 162.137695
    test 1869 line 312 fb: 176.774643
    test 1870 line 312 lat2: 10.772454234710
    test 1871 line 312 lon2: 162.137694811372
    test 1872 line 312 azi2: 176.774642770857
    test 1873 line 313 lat: 23.928740
    test 1874 line 313 lon: 28.953169
    test 1875 line 313 fb: 143.614710
    test 1876 line 313 lat2: 23.928739648982
    test 1877 line 313 lon2: 28.953169497861
    test 1878 line 313 azi2: 143.614709768381
    test 1879 line 314 lat: 5.199377
    test 1880 line 314 lon: 162.802668
    test 1881 line 314 fb: 146.857520
    test 1882 line 314 lat2: 5.199376594428
    test 1883 line 314 lon2: 162.802668362269
    test 1884 line 314 azi2: 146.857519761344
    test 1885 line 315 lat: 6.285334
    test 1886 line 315 lon: 164.204548
    test 1887 line 315 fb: 159.451359
    test 1888 line 315 lat2: 6.285334322282
    test 1889 line 315 lon2: 164.204548022855
    test 1890 line 315 azi2: 159.451359223111
    test 1891 line 316 lat: -8.151874
    test 1892 line 316 lon: 43.923539
    test 1893 line 316 fb: 121.501273
    test 1894 line 316 lat2: -8.151873580306
    test 1895 line 316 lon2: 43.923539410568
    test 1896 line 316 azi2: 121.501272690158
    test 1897 line 317 lat: 20.145480
    test 1898 line 317 lon: 92.310645
    test 1899 line 317 fb: 97.369333
    test 1900 line 317 lat2: 20.145480383316
    test 1901 line 317 lon2: 92.310644735772
    test 1902 line 317 azi2: 97.369333245027
    test 1903 line 318 lat: 38.715579
    test 1904 line 318 lon: 89.141427
    test 1905 line 318 fb: 100.831087
    test 1906 line 318 lat2: 38.715578802658
    test 1907 line 318 lon2: 89.141426830360
    test 1908 line 318 azi2: 100.831086703170
    test 1909 line 319 lat: -25.760685
    test 1910 line 319 lon: 145.864001
    test 1911 line 319 fb: 142.714674
    test 1912 line 319 lat2: -25.760685020607
    test 1913 line 319 lon2: 145.864001048187
    test 1914 line 319 azi2: 142.714673928912
    test 1915 line 320 lat: 49.387283
    test 1916 line 320 lon: 28.917044
    test 1917 line 320 fb: 61.545235
    test 1918 line 320 lat2: 49.387283074155
    test 1919 line 320 lon2: 28.917043656754
    test 1920 line 320 azi2: 61.545235148403
    test 1921 line 321 lat: 10.120685
    test 1922 line 321 lon: 2.869738
    test 1923 line 321 fb: 176.526916
    test 1924 line 321 lat2: 10.120685293027
    test 1925 line 321 lon2: 2.869737593886
    test 1926 line 321 azi2: 176.526915822865
    test 1927 line 322 lat: 2.463216
    test 1928 line 322 lon: 102.917600
    test 1929 line 322 fb: 170.609004
    test 1930 line 322 lat2: 2.463216066166
    test 1931 line 322 lon2: 102.917599852202  FAILED, KNOWN, expected 102.917599852201
    test 1932 line 322 azi2: 170.609003610639
    test 1933 line 323 lat: 58.201294
    test 1934 line 323 lon: 155.022079
    test 1935 line 323 fb: 153.181269
    test 1936 line 323 lat2: 58.201293688923
    test 1937 line 323 lon2: 155.022079105501
    test 1938 line 323 azi2: 153.181268692773
    test 1939 line 324 lat: 3.089608
    test 1940 line 324 lon: 20.686800
    test 1941 line 324 fb: 144.857820
    test 1942 line 324 lat2: 3.089607756265
    test 1943 line 324 lon2: 20.686800266169
    test 1944 line 324 azi2: 144.857820265585
    test 1945 line 325 lat: 48.232274
    test 1946 line 325 lon: 18.567244
    test 1947 line 325 fb: 24.556438
    test 1948 line 325 lat2: 48.232274219515
    test 1949 line 325 lon2: 18.567244222293
    test 1950 line 325 azi2: 24.556437713520
    test 1951 line 326 lat: 30.265261
    test 1952 line 326 lon: 7.440738
    test 1953 line 326 fb: 142.022972
    test 1954 line 326 lat2: 30.265261486767
    test 1955 line 326 lon2: 7.440737656545
    test 1956 line 326 azi2: 142.022971576270
    test 1957 line 327 lat: -11.166197
    test 1958 line 327 lon: 176.728934
    test 1959 line 327 fb: 24.287273
    test 1960 line 327 lat2: -11.166197413148
    test 1961 line 327 lon2: 176.728933575636
    test 1962 line 327 azi2: 24.287272842989
    test 1963 line 328 lat: 84.645539
    test 1964 line 328 lon: 90.023922
    test 1965 line 328 fb: 92.786262
    test 1966 line 328 lat2: 84.645539196082
    test 1967 line 328 lon2: 90.023922499395
    test 1968 line 328 azi2: 92.786261566827
    test 1969 line 329 lat: 61.618717
    test 1970 line 329 lon: 162.510959
    test 1971 line 329 fb: 160.923940
    test 1972 line 329 lat2: 61.618716728051
    test 1973 line 329 lon2: 162.510958917359
    test 1974 line 329 azi2: 160.923939760553
    test 1975 line 330 lat: 27.643242
    test 1976 line 330 lon: 45.376215
    test 1977 line 330 fb: 147.964522
    test 1978 line 330 lat2: 27.643242341173
    test 1979 line 330 lon2: 45.376215094118
    test 1980 line 330 azi2: 147.964522484664
    test 1981 line 331 lat: 2.218750
    test 1982 line 331 lon: 170.358342
    test 1983 line 331 fb: 141.658474
    test 1984 line 331 lat2: 2.218749985364
    test 1985 line 331 lon2: 170.358342078292
    test 1986 line 331 azi2: 141.658474129787
    test 1987 line 332 lat: 26.019142
    test 1988 line 332 lon: 32.534760
    test 1989 line 332 fb: 128.159784
    test 1990 line 332 lat2: 26.019142329663
    test 1991 line 332 lon2: 32.534760195963
    test 1992 line 332 azi2: 128.159784291645
    test 1993 line 333 lat: 10.049636
    test 1994 line 333 lon: 72.205347
    test 1995 line 333 fb: 143.602160
    test 1996 line 333 lat2: 10.049636247749
    test 1997 line 333 lon2: 72.205346955818
    test 1998 line 333 azi2: 143.602159725306
    test 1999 line 334 lat: -31.030497
    test 2000 line 334 lon: 91.539195
    test 2001 line 334 fb: 109.891398
    test 2002 line 334 lat2: -31.030496743715
    test 2003 line 334 lon2: 91.539195292896
    test 2004 line 334 azi2: 109.891398221790
    test 2005 line 335 lat: 30.113796
    test 2006 line 335 lon: 109.096982
    test 2007 line 335 fb: 146.779343
    test 2008 line 335 lat2: 30.113795853671
    test 2009 line 335 lon2: 109.096981631502
    test 2010 line 335 azi2: 146.779343066541
    test 2011 line 336 lat: -73.967996
    test 2012 line 336 lon: 65.944243
    test 2013 line 336 fb: 120.592999
    test 2014 line 336 lat2: -73.967996185770
    test 2015 line 336 lon2: 65.944242524678
    test 2016 line 336 azi2: 120.592998665529
    test 2017 line 337 lat: 52.211150
    test 2018 line 337 lon: 168.054185
    test 2019 line 337 fb: 172.425992
    test 2020 line 337 lat2: 52.211149755494
    test 2021 line 337 lon2: 168.054184827868
    test 2022 line 337 azi2: 172.425991612467
    test 2023 line 338 lat: -64.497146
    test 2024 line 338 lon: 72.073419
    test 2025 line 338 fb: 114.249129
    test 2026 line 338 lat2: -64.497146189688
    test 2027 line 338 lon2: 72.073418936581
    test 2028 line 338 azi2: 114.249128850219
    test 2029 line 339 lat: -25.711399
    test 2030 line 339 lon: 6.036423
    test 2031 line 339 fb: 169.464098
    test 2032 line 339 lat2: -25.711398997503
    test 2033 line 339 lon2: 6.036423474639
    test 2034 line 339 azi2: 169.464098294263
    test 2035 line 340 lat: 33.904613
    test 2036 line 340 lon: 30.989094
    test 2037 line 340 fb: 124.896016
    test 2038 line 340 lat2: 33.904613360449
    test 2039 line 340 lon2: 30.989094387217
    test 2040 line 340 azi2: 124.896016003640
    test 2041 line 341 lat: -25.053080
    test 2042 line 341 lon: 137.078639
    test 2043 line 341 fb: 115.960750
    test 2044 line 341 lat2: -25.053079543516
    test 2045 line 341 lon2: 137.078638665495
    test 2046 line 341 azi2: 115.960750169086
    test 2047 line 342 lat: 10.298031
    test 2048 line 342 lon: 27.737374
    test 2049 line 342 fb: 142.265457
    test 2050 line 342 lat2: 10.298031202629
    test 2051 line 342 lon2: 27.737373649973
    test 2052 line 342 azi2: 142.265457288483
    test 2053 line 343 lat: -0.738692
    test 2054 line 343 lon: 150.933627
    test 2055 line 343 fb: 174.004688
    test 2056 line 343 lat2: -0.738692377457
    test 2057 line 343 lon2: 150.933627031610
    test 2058 line 343 azi2: 174.004687728765
    test 2059 line 344 lat: 50.619289
    test 2060 line 344 lon: 67.178203
    test 2061 line 344 fb: 105.177353
    test 2062 line 344 lat2: 50.619289349009
    test 2063 line 344 lon2: 67.178203328135
    test 2064 line 344 azi2: 105.177353051107
    test 2065 line 345 lat: -2.127739
    test 2066 line 345 lon: 38.604245
    test 2067 line 345 fb: 118.657849
    test 2068 line 345 lat2: -2.127739360728
    test 2069 line 345 lon2: 38.604245449983
    test 2070 line 345 azi2: 118.657849063154
    test 2071 line 346 lat: 37.188367
    test 2072 line 346 lon: 90.865255
    test 2073 line 346 fb: 104.826548
    test 2074 line 346 lat2: 37.188366752551
    test 2075 line 346 lon2: 90.865255121714
    test 2076 line 346 azi2: 104.826548310924
    test 2077 line 347 lat: 46.019257
    test 2078 line 347 lon: 20.402591
    test 2079 line 347 fb: 31.068588
    test 2080 line 347 lat2: 46.019256998097
    test 2081 line 347 lon2: 20.402590686048
    test 2082 line 347 azi2: 31.068587858373
    test 2083 line 348 lat: 9.023356
    test 2084 line 348 lon: 106.678645
    test 2085 line 348 fb: 141.375490
    test 2086 line 348 lat2: 9.023355647006
    test 2087 line 348 lon2: 106.678645473545
    test 2088 line 348 azi2: 141.375490245645
    test 2089 line 349 lat: -1.321473
    test 2090 line 349 lon: 67.418879
    test 2091 line 349 fb: 105.590913
    test 2092 line 349 lat2: -1.321473235187
    test 2093 line 349 lon2: 67.418878731595
    test 2094 line 349 azi2: 105.590912857546
    test 2095 line 350 lat: 7.459339
    test 2096 line 350 lon: 30.150648
    test 2097 line 350 fb: 109.667752
    test 2098 line 350 lat2: 7.459338626177
    test 2099 line 350 lon2: 30.150648477470
    test 2100 line 350 azi2: 109.667751753912
    test 2101 line 351 lat: 16.344755
    test 2102 line 351 lon: 146.829160
    test 2103 line 351 fb: 128.666192
    test 2104 line 351 lat2: 16.344755038185
    test 2105 line 351 lon2: 146.829159972334
    test 2106 line 351 azi2: 128.666191953616
    test 2107 line 352 lat: -55.785670
    test 2108 line 352 lon: 158.086173
    test 2109 line 352 fb: 33.903277
    test 2110 line 352 lat2: -55.785670347270
    test 2111 line 352 lon2: 158.086173376809
    test 2112 line 352 azi2: 33.903276835071
    test 2113 line 353 lat: -74.409604
    test 2114 line 353 lon: 111.280935
    test 2115 line 353 fb: 78.510830
    test 2116 line 353 lat2: -74.409603561050
    test 2117 line 353 lon2: 111.280934985965
    test 2118 line 353 azi2: 78.510830028461
    test 2119 line 354 lat: 9.922204
    test 2120 line 354 lon: 138.538334
    test 2121 line 354 fb: 125.268473
    test 2122 line 354 lat2: 9.922203731557
    test 2123 line 354 lon2: 138.538333703571
    test 2124 line 354 azi2: 125.268473410634
    test 2125 line 355 lat: -27.082389
    test 2126 line 355 lon: 91.425844
    test 2127 line 355 fb: 153.267616
    test 2128 line 355 lat2: -27.082389068807
    test 2129 line 355 lon2: 91.425843733185
    test 2130 line 355 azi2: 153.267616113653
    test 2131 line 356 lat: 14.627508
    test 2132 line 356 lon: 74.629605
    test 2133 line 356 fb: 159.825211
    test 2134 line 356 lat2: 14.627507744773
    test 2135 line 356 lon2: 74.629604673488
    test 2136 line 356 azi2: 159.825210987464
    test 2137 line 357 lat: 46.941087
    test 2138 line 357 lon: 18.833436
    test 2139 line 357 fb: 63.924917
    test 2140 line 357 lat2: 46.941086934169
    test 2141 line 357 lon2: 18.833435620675
    test 2142 line 357 azi2: 63.924916745148
    test 2143 line 358 lat: 42.371666
    test 2144 line 358 lon: 126.270074
    test 2145 line 358 fb: 117.352107
    test 2146 line 358 lat2: 42.371665615782
    test 2147 line 358 lon2: 126.270074354353
    test 2148 line 358 azi2: 117.352106840236
    test 2149 line 359 lat: 60.888684
    test 2150 line 359 lon: 106.363657
    test 2151 line 359 fb: 108.973271
    test 2152 line 359 lat2: 60.888683732870
    test 2153 line 359 lon2: 106.363656697522
    test 2154 line 359 azi2: 108.973271101790
    test 2155 line 360 lat: 53.972090
    test 2156 line 360 lon: 136.000658
    test 2157 line 360 fb: 138.361589
    test 2158 line 360 lat2: 53.972089572795
    test 2159 line 360 lon2: 136.000657911062
    test 2160 line 360 azi2: 138.361588598638
    test 2161 line 361 lat: 47.850867
    test 2162 line 361 lon: 25.277934
    test 2163 line 361 fb: 71.284668
    test 2164 line 361 lat2: 47.850866585267
    test 2165 line 361 lon2: 25.277933660114
    test 2166 line 361 azi2: 71.284667717290
    test 2167 line 362 lat: 64.280614
    test 2168 line 362 lon: 16.447697
    test 2169 line 362 fb: 35.692750
    test 2170 line 362 lat2: 64.280614171157
    test 2171 line 362 lon2: 16.447696559380
    test 2172 line 362 azi2: 35.692750218622
    test 2173 line 363 lat: -3.339044
    test 2174 line 363 lon: 91.646260
    test 2175 line 363 fb: 95.928001
    test 2176 line 363 lat2: -3.339044133285
    test 2177 line 363 lon2: 91.646260438368
    test 2178 line 363 azi2: 95.928000721064
    test 2179 line 364 lat: -46.029875
    test 2180 line 364 lon: 30.599197
    test 2181 line 364 fb: 146.810525
    test 2182 line 364 lat2: -46.029874698950
    test 2183 line 364 lon2: 30.599196661458
    test 2184 line 364 azi2: 146.810525207719
    test 2185 line 365 lat: 25.605076
    test 2186 line 365 lon: 14.382003
    test 2187 line 365 fb: 116.566847
    test 2188 line 365 lat2: 25.605076391429
    test 2189 line 365 lon2: 14.382002787798
    test 2190 line 365 azi2: 116.566847403824
    test 2191 line 366 lat: -15.052413
    test 2192 line 366 lon: 150.673460
    test 2193 line 366 fb: 64.906721
    test 2194 line 366 lat2: -15.052412502534
    test 2195 line 366 lon2: 150.673460237577
    test 2196 line 366 azi2: 64.906720897603
    test 2197 line 367 lat: -24.631882
    test 2198 line 367 lon: 170.403348
    test 2199 line 367 fb: 38.497784
    test 2200 line 367 lat2: -24.631881773331
    test 2201 line 367 lon2: 170.403348095216
    test 2202 line 367 azi2: 38.497783925432
    test 2203 line 368 lat: 84.347730
    test 2204 line 368 lon: 37.352130
    test 2205 line 368 fb: 38.599794
    test 2206 line 368 lat2: 84.347730272741
    test 2207 line 368 lon2: 37.352130023033
    test 2208 line 368 azi2: 38.599794179850
    test 2209 line 369 lat: 11.680773
    test 2210 line 369 lon: 170.552617
    test 2211 line 369 fb: 174.460436
    test 2212 line 369 lat2: 11.680772997529
    test 2213 line 369 lon2: 170.552617119135
    test 2214 line 369 azi2: 174.460435573783
    test 2215 line 370 lat: -4.129058
    test 2216 line 370 lon: 136.743627
    test 2217 line 370 fb: 142.147604
    test 2218 line 370 lat2: -4.129057873299
    test 2219 line 370 lon2: 136.743626644380
    test 2220 line 370 azi2: 142.147603954035
    test 2221 line 371 lat: 22.191782
    test 2222 line 371 lon: 164.962392
    test 2223 line 371 fb: 163.266967
    test 2224 line 371 lat2: 22.191782097783
    test 2225 line 371 lon2: 164.962391587580
    test 2226 line 371 azi2: 163.266967353376
    test 2227 line 372 lat: -20.517212
    test 2228 line 372 lon: 128.116444
    test 2229 line 372 fb: 110.769757
    test 2230 line 372 lat2: -20.517212185628
    test 2231 line 372 lon2: 128.116443546305
    test 2232 line 372 azi2: 110.769757212730
    test 2233 line 373 lat: -71.269219
    test 2234 line 373 lon: 117.744329
    test 2235 line 373 fb: 81.341006
    test 2236 line 373 lat2: -71.269218648518
    test 2237 line 373 lon2: 117.744328537214
    test 2238 line 373 azi2: 81.341005509003
    test 2239 line 374 lat: -28.381893
    test 2240 line 374 lon: 4.526029
    test 2241 line 374 fb: 176.348678
    test 2242 line 374 lat2: -28.381892766057
    test 2243 line 374 lon2: 4.526028955177
    test 2244 line 374 azi2: 176.348678015377
    test 2245 line 375 lat: -28.786090
    test 2246 line 375 lon: 25.937634
    test 2247 line 375 fb: 147.973102
    test 2248 line 375 lat2: -28.786089606638
    test 2249 line 375 lon2: 25.937634058027
    test 2250 line 375 azi2: 147.973102126478
    test 2251 line 376 lat: -37.872672
    test 2252 line 376 lon: 116.904193
    test 2253 line 376 fb: 88.568636
    test 2254 line 376 lat2: -37.872671755645
    test 2255 line 376 lon2: 116.904192578457
    test 2256 line 376 azi2: 88.568636418662
    test 2257 line 377 lat: -26.321447
    test 2258 line 377 lon: 85.206987
    test 2259 line 377 fb: 112.408109
    test 2260 line 377 lat2: -26.321446841940
    test 2261 line 377 lon2: 85.206986852002  FAILED, KNOWN, expected 85.206986852001
    test 2262 line 377 azi2: 112.408108683681
    test 2263 line 378 lat: -54.824260
    test 2264 line 378 lon: 156.561574
    test 2265 line 378 fb: 45.534810
    test 2266 line 378 lat2: -54.824260467184
    test 2267 line 378 lon2: 156.561573965853
    test 2268 line 378 azi2: 45.534810497878
    test 2269 line 379 lat: -16.423550
    test 2270 line 379 lon: 36.685134
    test 2271 line 379 fb: 149.426790
    test 2272 line 379 lat2: -16.423550298805
    test 2273 line 379 lon2: 36.685133578511
    test 2274 line 379 azi2: 149.426789575292
    test 2275 line 380 lat: -16.806591
    test 2276 line 380 lon: 149.738610
    test 2277 line 380 fb: 108.898472
    test 2278 line 380 lat2: -16.806590952462
    test 2279 line 380 lon2: 149.738610286185
    test 2280 line 380 azi2: 108.898472198507
    test 2281 line 381 lat: 61.200095
    test 2282 line 381 lon: 179.666196
    test 2283 line 381 fb: 179.746894
    test 2284 line 381 lat2: 61.200095175201
    test 2285 line 381 lon2: 179.666196014679
    test 2286 line 381 azi2: 179.746893753530
    test 2287 line 382 lat: 66.474418
    test 2288 line 382 lon: 1.552183
    test 2289 line 382 fb: 2.088868
    test 2290 line 382 lat2: 66.474418401288
    test 2291 line 382 lon2: 1.552183188407
    test 2292 line 382 azi2: 2.088868324926
    test 2293 line 383 lat: -75.177220
    test 2294 line 383 lon: 158.741597
    test 2295 line 383 fb: 24.127094
    test 2296 line 383 lat2: -75.177219719926
    test 2297 line 383 lon2: 158.741596988185
    test 2298 line 383 azi2: 24.127093846134
    test 2299 line 384 lat: 43.592977
    test 2300 line 384 lon: 90.684526
    test 2301 line 384 fb: 91.539242
    test 2302 line 384 lat2: 43.592976578444
    test 2303 line 384 lon2: 90.684525887486
    test 2304 line 384 azi2: 91.539242394540
    test 2305 line 385 lat: -5.075415
    test 2306 line 385 lon: 101.127103
    test 2307 line 385 fb: 107.948022
    test 2308 line 385 lat2: -5.075415464229
    test 2309 line 385 lon2: 101.127103351067
    test 2310 line 385 azi2: 107.948021613622
    test 2311 line 386 lat: 50.406166
    test 2312 line 386 lon: 135.501939
    test 2313 line 386 fb: 162.003144
    test 2314 line 386 lat2: 50.406165949083
    test 2315 line 386 lon2: 135.501938931444
    test 2316 line 386 azi2: 162.003144394969
    test 2317 line 387 lat: -17.207733
    test 2318 line 387 lon: 43.634692
    test 2319 line 387 fb: 136.506793
    test 2320 line 387 lat2: -17.207732564306
    test 2321 line 387 lon2: 43.634692466982
    test 2322 line 387 azi2: 136.506792603897
    test 2323 line 388 lat: -28.917723
    test 2324 line 388 lon: 163.486470
    test 2325 line 388 fb: 38.990274
    test 2326 line 388 lat2: -28.917723347931
    test 2327 line 388 lon2: 163.486470248682
    test 2328 line 388 azi2: 38.990273918754
    test 2329 line 389 lat: -32.592414
    test 2330 line 389 lon: 76.048812
    test 2331 line 389 fb: 98.024249
    test 2332 line 389 lat2: -32.592414472935
    test 2333 line 389 lon2: 76.048812057267
    test 2334 line 389 azi2: 98.024248734062
    test 2335 line 390 lat: 50.602735
    test 2336 line 390 lon: 49.792893
    test 2337 line 390 fb: 110.500761
    test 2338 line 390 lat2: 50.602735331532
    test 2339 line 390 lon2: 49.792893095354
    test 2340 line 390 azi2: 110.500760610103
    test 2341 line 391 lat: -4.912232
    test 2342 line 391 lon: 142.681744
    test 2343 line 391 fb: 119.428358
    test 2344 line 391 lat2: -4.912231564840
    test 2345 line 391 lon2: 142.681743549937
    test 2346 line 391 azi2: 119.428358444443
    test 2347 line 392 lat: -45.213515
    test 2348 line 392 lon: 131.987859
    test 2349 line 392 fb: 96.014100
    test 2350 line 392 lat2: -45.213514932524
    test 2351 line 392 lon2: 131.987859404857
    test 2352 line 392 azi2: 96.014100177112
    test 2353 line 393 lat: -27.151096
    test 2354 line 393 lon: 127.729463
    test 2355 line 393 fb: 85.960623
    test 2356 line 393 lat2: -27.151095883523
    test 2357 line 393 lon2: 127.729463064736
    test 2358 line 393 azi2: 85.960623495334
    test 2359 line 394 lat: 8.000358
    test 2360 line 394 lon: 144.233747
    test 2361 line 394 fb: 142.364017
    test 2362 line 394 lat2: 8.000357843774
    test 2363 line 394 lon2: 144.233746766535
    test 2364 line 394 azi2: 142.364016793767
    test 2365 line 395 lat: -6.431774
    test 2366 line 395 lon: 170.549196
    test 2367 line 395 fb: 122.180851
    test 2368 line 395 lat2: -6.431773707290
    test 2369 line 395 lon2: 170.549196384306
    test 2370 line 395 azi2: 122.180850600243
    test 2371 line 396 lat: 62.834146
    test 2372 line 396 lon: 171.218298
    test 2373 line 396 fb: 175.117433
    test 2374 line 396 lat2: 62.834146216572
    test 2375 line 396 lon2: 171.218297548713
    test 2376 line 396 azi2: 175.117432600362
    test 2377 line 397 lat: 22.902814
    test 2378 line 397 lon: 70.233438
    test 2379 line 397 fb: 120.935912
    test 2380 line 397 lat2: 22.902813652262
    test 2381 line 397 lon2: 70.233438162142
    test 2382 line 397 azi2: 120.935911762169
    test 2383 line 398 lat: 22.584853
    test 2384 line 398 lon: 31.616865
    test 2385 line 398 fb: 107.124038
    test 2386 line 398 lat2: 22.584853282541
    test 2387 line 398 lon2: 31.616864803984
    test 2388 line 398 azi2: 107.124038156545
    test 2389 line 399 lat: 31.269173
    test 2390 line 399 lon: 65.399306
    test 2391 line 399 fb: 151.892600
    test 2392 line 399 lat2: 31.269173344204
    test 2393 line 399 lon2: 65.399305777763
    test 2394 line 399 azi2: 151.892599739667
    test 2395 line 400 lat: 35.519614
    test 2396 line 400 lon: 143.165122
    test 2397 line 400 fb: 161.479891
    test 2398 line 400 lat2: 35.519613515115
    test 2399 line 400 lon2: 143.165121509798
    test 2400 line 400 azi2: 161.479891246031
    test 2401 line 401 lat: -53.741922
    test 2402 line 401 lon: 67.121402
    test 2403 line 401 fb: 130.871188
    test 2404 line 401 lat2: -53.741921506580
    test 2405 line 401 lon2: 67.121402135047
    test 2406 line 401 azi2: 130.871188003209
    test 2407 line 402 lat: 9.046227
    test 2408 line 402 lon: 35.933737
    test 2409 line 402 fb: 175.770789
    test 2410 line 402 lat2: 9.046227267580
    test 2411 line 402 lon2: 35.933736921417
    test 2412 line 402 azi2: 175.770788535406
    test 2413 line 403 lat: 75.917034
    test 2414 line 403 lon: 125.150808
    test 2415 line 403 fb: 135.354467
    test 2416 line 403 lat2: 75.917034235438
    test 2417 line 403 lon2: 125.150808062636
    test 2418 line 403 azi2: 135.354466840051
    test 2419 line 404 lat: -39.724826
    test 2420 line 404 lon: 77.372087
    test 2421 line 404 fb: 111.852577
    test 2422 line 404 lat2: -39.724825618504  FAILED, KNOWN, expected -39.724825618503
    test 2423 line 404 lon2: 77.372086855267
    test 2424 line 404 azi2: 111.852577362108
    test 2425 line 405 lat: 3.917212
    test 2426 line 405 lon: 142.621752
    test 2427 line 405 fb: 124.176952
    test 2428 line 405 lat2: 3.917212154431
    test 2429 line 405 lon2: 142.621751764236
    test 2430 line 405 azi2: 124.176952499321
    test 2431 line 406 lat: 60.230364
    test 2432 line 406 lon: 26.245689
    test 2433 line 406 fb: 48.509486
    test 2434 line 406 lat2: 60.230364486607
    test 2435 line 406 lon2: 26.245688508507
    test 2436 line 406 azi2: 48.509486474608
    test 2437 line 407 lat: 29.597322
    test 2438 line 407 lon: 29.129808
    test 2439 line 407 fb: 79.288539
    test 2440 line 407 lat2: 29.597322070518
    test 2441 line 407 lon2: 29.129807944898
    test 2442 line 407 azi2: 79.288538667829
    test 2443 line 408 lat: -62.913760
    test 2444 line 408 lon: 14.845859
    test 2445 line 408 fb: 165.794536
    test 2446 line 408 lat2: -62.913759669564
    test 2447 line 408 lon2: 14.845859018930
    test 2448 line 408 azi2: 165.794535940950
    test 2449 line 409 lat: 15.360446
    test 2450 line 409 lon: 161.450680
    test 2451 line 409 fb: 164.457024
    test 2452 line 409 lat2: 15.360445685187
    test 2453 line 409 lon2: 161.450680426049
    test 2454 line 409 azi2: 164.457024354600
    test 2455 line 410 lat: -58.330109
    test 2456 line 410 lon: 17.628134
    test 2457 line 410 fb: 161.349788
    test 2458 line 410 lat2: -58.330108507597
    test 2459 line 410 lon2: 17.628133627705
    test 2460 line 410 azi2: 161.349788081184
    test 2461 line 411 lat: -68.514277
    test 2462 line 411 lon: 19.958792
    test 2463 line 411 fb: 162.262811
    test 2464 line 411 lat2: -68.514276940652
    test 2465 line 411 lon2: 19.958792438281
    test 2466 line 411 azi2: 162.262811488702
    test 2467 line 412 lat: -23.686766
    test 2468 line 412 lon: 77.544158
    test 2469 line 412 fb: 97.517041
    test 2470 line 412 lat2: -23.686765736999
    test 2471 line 412 lon2: 77.544158137101
    test 2472 line 412 azi2: 97.517041033585
    test 2473 line 413 lat: -50.843575
    test 2474 line 413 lon: 118.404202
    test 2475 line 413 fb: 75.928950
    test 2476 line 413 lat2: -50.843574559525
    test 2477 line 413 lon2: 118.404202153051
    test 2478 line 413 azi2: 75.928950296488
    test 2479 line 414 lat: 44.438742
    test 2480 line 414 lon: 152.028260
    test 2481 line 414 fb: 156.092336
    test 2482 line 414 lat2: 44.438741945021
    test 2483 line 414 lon2: 152.028260148130
    test 2484 line 414 azi2: 156.092336139519
    test 2485 line 415 lat: 33.820395
    test 2486 line 415 lon: 178.008342
    test 2487 line 415 fb: 177.679586
    test 2488 line 415 lat2: 33.820395378014
    test 2489 line 415 lon2: 178.008341908011
    test 2490 line 415 azi2: 177.679585823345
    test 2491 line 416 lat: 27.506735
    test 2492 line 416 lon: 153.242452
    test 2493 line 416 fb: 150.262824
    test 2494 line 416 lat2: 27.506735286152
    test 2495 line 416 lon2: 153.242452449881
    test 2496 line 416 azi2: 150.262824421351
    test 2497 line 417 lat: -31.250437
    test 2498 line 417 lon: 179.014499
    test 2499 line 417 fb: 178.103046
    test 2500 line 417 lat2: -31.250436707468
    test 2501 line 417 lon2: 179.014498940190
    test 2502 line 417 azi2: 178.103045898455
    test 2503 line 418 lat: 40.341542
    test 2504 line 418 lon: 109.605984
    test 2505 line 418 fb: 105.401958
    test 2506 line 418 lat2: 40.341542234586
    test 2507 line 418 lon2: 109.605984313079
    test 2508 line 418 azi2: 105.401958406556
    test 2509 line 419 lat: 48.318632
    test 2510 line 419 lon: 92.282799
    test 2511 line 419 fb: 111.987482
    test 2512 line 419 lat2: 48.318632112439
    test 2513 line 419 lon2: 92.282799489208
    test 2514 line 419 azi2: 111.987482299261
    test 2515 line 420 lat: 0.675299
    test 2516 line 420 lon: 6.789301
    test 2517 line 420 fb: 164.921926
    test 2518 line 420 lat2: 0.675299289459
    test 2519 line 420 lon2: 6.789300798072
    test 2520 line 420 azi2: 164.921926385405
    test 2521 line 421 lat: 33.232812
    test 2522 line 421 lon: 170.163205
    test 2523 line 421 fb: 175.445424
    test 2524 line 421 lat2: 33.232811536179
    test 2525 line 421 lon2: 170.163205247232  FAILED, KNOWN, expected 170.163205247231
    test 2526 line 421 azi2: 175.445424087910
    test 2527 line 422 lat: 51.425532
    test 2528 line 422 lon: 167.128188
    test 2529 line 422 fb: 169.431307
    test 2530 line 422 lat2: 51.425532151818
    test 2531 line 422 lon2: 167.128188073883
    test 2532 line 422 azi2: 169.431306547043
    test 2533 line 423 lat: 72.043795
    test 2534 line 423 lon: 23.320161
    test 2535 line 423 fb: 85.002463
    test 2536 line 423 lat2: 72.043794732818
    test 2537 line 423 lon2: 23.320160820556
    test 2538 line 423 azi2: 85.002463342037
    test 2539 line 424 lat: 55.279253
    test 2540 line 424 lon: 148.483684
    test 2541 line 424 fb: 155.614243
    test 2542 line 424 lat2: 55.279252586695
    test 2543 line 424 lon2: 148.483684405588
    test 2544 line 424 azi2: 155.614243012977
    test 2545 line 425 lat: 50.054601
    test 2546 line 425 lon: 43.609545
    test 2547 line 425 fb: 100.758451
    test 2548 line 425 lat2: 50.054601019930
    test 2549 line 425 lon2: 43.609545475731
    test 2550 line 425 azi2: 100.758450815354
    test 2551 line 426 lat: 31.194436
    test 2552 line 426 lon: 31.458476
    test 2553 line 426 fb: 92.204244
    test 2554 line 426 lat2: 31.194436445411
    test 2555 line 426 lon2: 31.458476146984
    test 2556 line 426 azi2: 92.204244235305
    test 2557 line 427 lat: 57.758262
    test 2558 line 427 lon: 164.499274
    test 2559 line 427 fb: 162.877999
    test 2560 line 427 lat2: 57.758262113137
    test 2561 line 427 lon2: 164.499274258053
    test 2562 line 427 azi2: 162.877999232894
    test 2563 line 428 lat: 27.006898
    test 2564 line 428 lon: 173.173812
    test 2565 line 428 fb: 177.878074
    test 2566 line 428 lat2: 27.006897756516
    test 2567 line 428 lon2: 173.173811781657
    test 2568 line 428 azi2: 177.878073603766
    test 2569 line 429 lat: -62.917581
    test 2570 line 429 lon: 18.990464
    test 2571 line 429 fb: 169.629168
    test 2572 line 429 lat2: -62.917580953804
    test 2573 line 429 lon2: 18.990464058493
    test 2574 line 429 azi2: 169.629168390979
    test 2575 line 430 lat: -43.128167
    test 2576 line 430 lon: 61.680974
    test 2577 line 430 fb: 135.269008
    test 2578 line 430 lat2: -43.128166633902
    test 2579 line 430 lon2: 61.680974170546
    test 2580 line 430 azi2: 135.269008366092
    test 2581 line 431 lat: -49.314417
    test 2582 line 431 lon: 55.826072
    test 2583 line 431 fb: 131.974574
    test 2584 line 431 lat2: -49.314417365795
    test 2585 line 431 lon2: 55.826071541563
    test 2586 line 431 azi2: 131.974573587520
    test 2587 line 432 lat: -24.322411
    test 2588 line 432 lon: 103.867391
    test 2589 line 432 fb: 139.458674
    test 2590 line 432 lat2: -24.322411486444
    test 2591 line 432 lon2: 103.867391100271
    test 2592 line 432 azi2: 139.458674175181
    test 2593 line 433 lat: -19.557319
    test 2594 line 433 lon: 81.358495
    test 2595 line 433 fb: 134.029610
    test 2596 line 433 lat2: -19.557318635270
    test 2597 line 433 lon2: 81.358494523202
    test 2598 line 433 azi2: 134.029609915778
    test 2599 line 434 lat: 7.830115
    test 2600 line 434 lon: 5.114172
    test 2601 line 434 fb: 175.025641
    test 2602 line 434 lat2: 7.830115253087
    test 2603 line 434 lon2: 5.114172330857
    test 2604 line 434 azi2: 175.025640902819
    test 2605 line 435 lat: -65.834623
    test 2606 line 435 lon: 41.772796
    test 2607 line 435 fb: 143.178050
    test 2608 line 435 lat2: -65.834622858584
    test 2609 line 435 lon2: 41.772796000787
    test 2610 line 435 azi2: 143.178050120951
    test 2611 line 436 lat: -7.997604
    test 2612 line 436 lon: 31.723397
    test 2613 line 436 fb: 153.896388
    test 2614 line 436 lat2: -7.997604143032
    test 2615 line 436 lon2: 31.723396618974
    test 2616 line 436 azi2: 153.896387549518
    test 2617 line 437 lat: -22.173130
    test 2618 line 437 lon: 164.896770
    test 2619 line 437 fb: 152.675597
    test 2620 line 437 lat2: -22.173129586699
    test 2621 line 437 lon2: 164.896770399383
    test 2622 line 437 azi2: 152.675596916021
    test 2623 line 438 lat: 35.085786
    test 2624 line 438 lon: 173.892271
    test 2625 line 438 fb: 171.931231
    test 2626 line 438 lat2: 35.085785799083
    test 2627 line 438 lon2: 173.892270533009
    test 2628 line 438 azi2: 171.931230872910
    test 2629 line 439 lat: -25.378865
    test 2630 line 439 lon: 2.197740
    test 2631 line 439 fb: 178.756775
    test 2632 line 439 lat2: -25.378865450268
    test 2633 line 439 lon2: 2.197739985587
    test 2634 line 439 azi2: 178.756775063163
    test 2635 line 440 lat: -13.782608
    test 2636 line 440 lon: 143.084799
    test 2637 line 440 fb: 141.818572
    test 2638 line 440 lat2: -13.782608118540
    test 2639 line 440 lon2: 143.084798779239
    test 2640 line 440 azi2: 141.818572490275
    test 2641 line 441 lat: -16.657589
    test 2642 line 441 lon: 100.829440
    test 2643 line 441 fb: 94.804409
    test 2644 line 441 lat2: -16.657588778768
    test 2645 line 441 lon2: 100.829440071396
    test 2646 line 441 azi2: 94.804408628371
    test 2647 line 442 lat: 23.629666
    test 2648 line 442 lon: 148.675531
    test 2649 line 442 fb: 169.091767
    test 2650 line 442 lat2: 23.629665922502
    test 2651 line 442 lon2: 148.675530832608
    test 2652 line 442 azi2: 169.091766635020
    test 2653 line 443 lat: 4.022724
    test 2654 line 443 lon: 161.803702
    test 2655 line 443 fb: 141.272785
    test 2656 line 443 lat2: 4.022724409294
    test 2657 line 443 lon2: 161.803702045621
    test 2658 line 443 azi2: 141.272784545678
    test 2659 line 444 lat: 13.280168
    test 2660 line 444 lon: 20.120413
    test 2661 line 444 fb: 158.170551
    test 2662 line 444 lat2: 13.280167579164
    test 2663 line 444 lon2: 20.120413486875
    test 2664 line 444 azi2: 158.170551379189
    test 2665 line 445 lat: -47.521450
    test 2666 line 445 lon: 150.549196
    test 2667 line 445 fb: 44.718791
    test 2668 line 445 lat2: -47.521449956879
    test 2669 line 445 lon2: 150.549196046351
    test 2670 line 445 azi2: 44.718791294775
    test 2671 line 446 lat: 17.790615
    test 2672 line 446 lon: 141.461006
    test 2673 line 446 fb: 115.746784
    test 2674 line 446 lat2: 17.790615163216
    test 2675 line 446 lon2: 141.461005551791
    test 2676 line 446 azi2: 115.746784352318
    test 2677 line 447 lat: -26.519374
    test 2678 line 447 lon: 98.067906
    test 2679 line 447 fb: 113.253929
    test 2680 line 447 lat2: -26.519374288386
    test 2681 line 447 lon2: 98.067906321718
    test 2682 line 447 azi2: 113.253928642653
    test 2683 line 448 lat: -12.401139
    test 2684 line 448 lon: 73.327970
    test 2685 line 448 fb: 124.879499
    test 2686 line 448 lat2: -12.401138571717
    test 2687 line 448 lon2: 73.327969848986
    test 2688 line 448 azi2: 124.879499241464
    test 2689 line 449 lat: 61.619396
    test 2690 line 449 lon: 99.785406
    test 2691 line 449 fb: 107.998380
    test 2692 line 449 lat2: 61.619396375102
    test 2693 line 449 lon2: 99.785406498835
    test 2694 line 449 azi2: 107.998379654880
    test 2695 line 450 lat: 36.997252
    test 2696 line 450 lon: 56.015643
    test 2697 line 450 fb: 103.921663
    test 2698 line 450 lat2: 36.997252125041
    test 2699 line 450 lon2: 56.015642631106
    test 2700 line 450 azi2: 103.921662760483
    test 2701 line 451 lat: 37.824447
    test 2702 line 451 lon: 83.438440
    test 2703 line 451 fb: 89.229164
    test 2704 line 451 lat2: 37.824446788544
    test 2705 line 451 lon2: 83.438439603294
    test 2706 line 451 azi2: 89.229164462127
    test 2707 line 452 lat: 78.387864
    test 2708 line 452 lon: 118.814812
    test 2709 line 452 fb: 133.706108
    test 2710 line 452 lat2: 78.387863550790
    test 2711 line 452 lon2: 118.814812128945
    test 2712 line 452 azi2: 133.706108131229
    test 2713 line 453 lat: -21.219381
    test 2714 line 453 lon: 53.544400
    test 2715 line 453 fb: 108.462517
    test 2716 line 453 lat2: -21.219381398156
    test 2717 line 453 lon2: 53.544399883561
    test 2718 line 453 azi2: 108.462517491505
    test 2719 line 454 lat: 63.304502
    test 2720 line 454 lon: 132.034926
    test 2721 line 454 fb: 139.912627
    test 2722 line 454 lat2: 63.304502042590
    test 2723 line 454 lon2: 132.034925840674
    test 2724 line 454 azi2: 139.912627269623
    test 2725 line 455 lat: 13.515663
    test 2726 line 455 lon: 8.989766
    test 2727 line 455 fb: 35.949535
    test 2728 line 455 lat2: 13.515662875313
    test 2729 line 455 lon2: 8.989765670730
    test 2730 line 455 azi2: 35.949534634702
    test 2731 line 456 lat: -6.742624
    test 2732 line 456 lon: 4.531931
    test 2733 line 456 fb: 171.306863
    test 2734 line 456 lat2: -6.742624347861
    test 2735 line 456 lon2: 4.531931315168
    test 2736 line 456 azi2: 171.306863155411
    test 2737 line 457 lat: -24.910509
    test 2738 line 457 lon: 128.137682
    test 2739 line 457 fb: 121.711631
    test 2740 line 457 lat2: -24.910509138681
    test 2741 line 457 lon2: 128.137681811633
    test 2742 line 457 azi2: 121.711631340407
    test 2743 line 458 lat: -40.687591
    test 2744 line 458 lon: 76.389897
    test 2745 line 458 fb: 116.394433
    test 2746 line 458 lat2: -40.687590598372
    test 2747 line 458 lon2: 76.389897347637
    test 2748 line 458 azi2: 116.394432846311
    test 2749 line 459 lat: 50.593808
    test 2750 line 459 lon: 155.175630
    test 2751 line 459 fb: 149.533910
    test 2752 line 459 lat2: 50.593807692461
    test 2753 line 459 lon2: 155.175629862288
    test 2754 line 459 azi2: 149.533910451363
    test 2755 line 460 lat: 12.198222
    test 2756 line 460 lon: 165.839456
    test 2757 line 460 fb: 172.783459
    test 2758 line 460 lat2: 12.198221826512
    test 2759 line 460 lon2: 165.839456381799
    test 2760 line 460 azi2: 172.783459292833
    test 2761 line 461 lat: 34.436568
    test 2762 line 461 lon: 7.117338
    test 2763 line 461 fb: 169.786492
    test 2764 line 461 lat2: 34.436568298724
    test 2765 line 461 lon2: 7.117337693395
    test 2766 line 461 azi2: 169.786491850891
    test 2767 line 462 lat: -3.145255
    test 2768 line 462 lon: 30.502293
    test 2769 line 462 fb: 103.563749
    test 2770 line 462 lat2: -3.145254788627
    test 2771 line 462 lon2: 30.502293345016
    test 2772 line 462 azi2: 103.563748974525
    test 2773 line 463 lat: 16.264722
    test 2774 line 463 lon: 85.497207
    test 2775 line 463 fb: 116.933863
    test 2776 line 463 lat2: 16.264722156696
    test 2777 line 463 lon2: 85.497207496626
    test 2778 line 463 azi2: 116.933862512764  FAILED, KNOWN, expected 116.933862512763
    test 2779 line 464 lat: 1.433605
    test 2780 line 464 lon: 4.165940
    test 2781 line 464 fb: 170.272462
    test 2782 line 464 lat2: 1.433605151882
    test 2783 line 464 lon2: 4.165940219923
    test 2784 line 464 azi2: 170.272462365963
    test 2785 line 465 lat: -43.326676
    test 2786 line 465 lon: 153.148367
    test 2787 line 465 fb: 42.921394
    test 2788 line 465 lat2: -43.326676023438
    test 2789 line 465 lon2: 153.148366512832
    test 2790 line 465 azi2: 42.921393854868
    test 2791 line 466 lat: 20.405242
    test 2792 line 466 lon: 178.247549
    test 2793 line 466 fb: 178.801033
    test 2794 line 466 lat2: 20.405242225208
    test 2795 line 466 lon2: 178.247549230810
    test 2796 line 466 azi2: 178.801032702563
    test 2797 line 467 lat: -22.482832
    test 2798 line 467 lon: 140.761211
    test 2799 line 467 fb: 82.371737
    test 2800 line 467 lat2: -22.482831544520
    test 2801 line 467 lon2: 140.761210729739
    test 2802 line 467 azi2: 82.371736722715
    test 2803 line 468 lat: -41.151672
    test 2804 line 468 lon: 38.419124
    test 2805 line 468 fb: 148.221356
    test 2806 line 468 lat2: -41.151672070525
    test 2807 line 468 lon2: 38.419124284860
    test 2808 line 468 azi2: 148.221356053664
    test 2809 line 469 lat: -63.212817
    test 2810 line 469 lon: 15.714998
    test 2811 line 469 fb: 166.777356
    test 2812 line 469 lat2: -63.212816746477
    test 2813 line 469 lon2: 15.714998156904
    test 2814 line 469 azi2: 166.777356149473
    test 2815 line 470 lat: -33.892681
    test 2816 line 470 lon: 120.971496
    test 2817 line 470 fb: 170.404814
    test 2818 line 470 lat2: -33.892680517408
    test 2819 line 470 lon2: 120.971495805190
    test 2820 line 470 azi2: 170.404813772447
    test 2821 line 471 lat: -17.570093
    test 2822 line 471 lon: 137.259693
    test 2823 line 471 fb: 175.973637
    test 2824 line 471 lat2: -17.570092516031
    test 2825 line 471 lon2: 137.259693182063
    test 2826 line 471 azi2: 175.973637230107
    test 2827 line 472 lat: -24.221028
    test 2828 line 472 lon: 33.960052
    test 2829 line 472 fb: 130.753279
    test 2830 line 472 lat2: -24.221027716301  FAILED, KNOWN, expected -24.221027716300
    test 2831 line 472 lon2: 33.960051796001
    test 2832 line 472 azi2: 130.753279335550
    test 2833 line 473 lat: -48.849133
    test 2834 line 473 lon: 176.601435
    test 2835 line 473 fb: 5.037779
    test 2836 line 473 lat2: -48.849132604777
    test 2837 line 473 lon2: 176.601435366477
    test 2838 line 473 azi2: 5.037779120578
    test 2839 line 474 lat: -50.620233
    test 2840 line 474 lon: 22.061011
    test 2841 line 474 fb: 159.730881
    test 2842 line 474 lat2: -50.620232529081
    test 2843 line 474 lon2: 22.061010504617
    test 2844 line 474 azi2: 159.730880799186
    test 2845 line 475 lat: -11.354875
    test 2846 line 475 lon: 76.258812
    test 2847 line 475 fb: 104.014357
    test 2848 line 475 lat2: -11.354875472483
    test 2849 line 475 lon2: 76.258812283705
    test 2850 line 475 azi2: 104.014356938495
    test 2851 line 476 lat: -19.640051
    test 2852 line 476 lon: 105.698979
    test 2853 line 476 fb: 156.650619
    test 2854 line 476 lat2: -19.640050782646
    test 2855 line 476 lon2: 105.698978700604
    test 2856 line 476 azi2: 156.650619021389
    test 2857 line 477 lat: 83.855267
    test 2858 line 477 lon: 112.674858
    test 2859 line 477 fb: 122.383784
    test 2860 line 477 lat2: 83.855266840098
    test 2861 line 477 lon2: 112.674858066810
    test 2862 line 477 azi2: 122.383784147681
    test 2863 line 478 lat: 48.296558
    test 2864 line 478 lon: 34.072463
    test 2865 line 478 fb: 61.415867
    test 2866 line 478 lat2: 48.296557545891
    test 2867 line 478 lon2: 34.072462542900
    test 2868 line 478 azi2: 61.415867309157
    test 2869 line 479 lat: 20.173772
    test 2870 line 479 lon: 12.682422
    test 2871 line 479 fb: 165.220898
    test 2872 line 479 lat2: 20.173772376863
    test 2873 line 479 lon2: 12.682422408956
    test 2874 line 479 azi2: 165.220897942891
    test 2875 line 480 lat: 47.501521
    test 2876 line 480 lon: 54.338775
    test 2877 line 480 fb: 80.572388
    test 2878 line 480 lat2: 47.501521345953
    test 2879 line 480 lon2: 54.338775236773
    test 2880 line 480 azi2: 80.572387690286
    test 2881 line 481 lat: -34.023172
    test 2882 line 481 lon: 174.310259
    test 2883 line 481 fb: 123.138509
    test 2884 line 481 lat2: -34.023171607796
    test 2885 line 481 lon2: 174.310258612178
    test 2886 line 481 azi2: 123.138509441522
    test 2887 line 482 lat: -31.540913
    test 2888 line 482 lon: 52.441924
    test 2889 line 482 fb: 155.194513
    test 2890 line 482 lat2: -31.540912691186
    test 2891 line 482 lon2: 52.441923606881  FAILED, KNOWN, expected 52.441923606882
    test 2892 line 482 azi2: 155.194512958367
    test 2893 line 483 lat: 64.121649
    test 2894 line 483 lon: 21.295234
    test 2895 line 483 fb: 51.966943
    test 2896 line 483 lat2: 64.121648788158
    test 2897 line 483 lon2: 21.295234110583
    test 2898 line 483 azi2: 51.966943039534
    test 2899 line 484 lat: -4.599613
    test 2900 line 484 lon: 107.727091
    test 2901 line 484 fb: 109.270070
    test 2902 line 484 lat2: -4.599612537190
    test 2903 line 484 lon2: 107.727090701893
    test 2904 line 484 azi2: 109.270070124629
    test 2905 line 485 lat: -16.799515
    test 2906 line 485 lon: 43.675397
    test 2907 line 485 fb: 144.940350
    test 2908 line 485 lat2: -16.799514501718
    test 2909 line 485 lon2: 43.675397103786  FAILED, KNOWN, expected 43.675397103785
    test 2910 line 485 azi2: 144.940350340820
    test 2911 line 486 lat: -16.337411
    test 2912 line 486 lon: 13.110283
    test 2913 line 486 fb: 167.467077
    test 2914 line 486 lat2: -16.337410785184
    test 2915 line 486 lon2: 13.110282576579
    test 2916 line 486 azi2: 167.467077049713
    test 2917 line 487 lat: -26.145379
    test 2918 line 487 lon: 9.977868
    test 2919 line 487 fb: 171.929335
    test 2920 line 487 lat2: -26.145378737931
    test 2921 line 487 lon2: 9.977868070750
    test 2922 line 487 azi2: 171.929335050809
    test 2923 line 488 lat: -3.245748
    test 2924 line 488 lon: 71.931981
    test 2925 line 488 fb: 124.120047
    test 2926 line 488 lat2: -3.245748416402
    test 2927 line 488 lon2: 71.931980979620
    test 2928 line 488 azi2: 124.120046609527
    test 2929 line 489 lat: 72.975644
    test 2930 line 489 lon: 36.459313
    test 2931 line 489 fb: 49.411324
    test 2932 line 489 lat2: 72.975644407376
    test 2933 line 489 lon2: 36.459312843012
    test 2934 line 489 azi2: 49.411324496539
    test 2935 line 490 lat: 50.342418
    test 2936 line 490 lon: 35.445910
    test 2937 line 490 fb: 43.087650
    test 2938 line 490 lat2: 50.342417843481
    test 2939 line 490 lon2: 35.445910446930
    test 2940 line 490 azi2: 43.087650398316
    test 2941 line 491 lat: -22.878804
    test 2942 line 491 lon: 69.376306
    test 2943 line 491 fb: 102.211558
    test 2944 line 491 lat2: -22.878804028267
    test 2945 line 491 lon2: 69.376306288000
    test 2946 line 491 azi2: 102.211557813582
    test 2947 line 492 lat: 21.254912
    test 2948 line 492 lon: 21.899215
    test 2949 line 492 fb: 92.966926
    test 2950 line 492 lat2: 21.254912121078
    test 2951 line 492 lon2: 21.899214754868
    test 2952 line 492 azi2: 92.966926161390
    test 2953 line 493 lat: 26.486641
    test 2954 line 493 lon: 19.097603
    test 2955 line 493 fb: 158.053447
    test 2956 line 493 lat2: 26.486640906235
    test 2957 line 493 lon2: 19.097602913800
    test 2958 line 493 azi2: 158.053446850267
    test 2959 line 494 lat: 43.041538
    test 2960 line 494 lon: 114.186950
    test 2961 line 494 fb: 155.795323
    test 2962 line 494 lat2: 43.041538374784
    test 2963 line 494 lon2: 114.186949886941
    test 2964 line 494 azi2: 155.795322500736
    test 2965 line 495 lat: -10.570764
    test 2966 line 495 lon: 107.625834
    test 2967 line 495 fb: 98.142401
    test 2968 line 495 lat2: -10.570763915882
    test 2969 line 495 lon2: 107.625834147204
    test 2970 line 495 azi2: 98.142400502747
    test 2971 line 496 lat: 12.624313
    test 2972 line 496 lon: 139.841077
    test 2973 line 496 fb: 148.385662
    test 2974 line 496 lat2: 12.624313141297
    test 2975 line 496 lon2: 139.841076840613
    test 2976 line 496 azi2: 148.385661923898
    test 2977 line 497 lat: -25.169999
    test 2978 line 497 lon: 33.175749
    test 2979 line 497 fb: 169.905377
    test 2980 line 497 lat2: -25.169998746665
    test 2981 line 497 lon2: 33.175749310362
    test 2982 line 497 azi2: 169.905376778384
    test 2983 line 498 lat: -41.360282
    test 2984 line 498 lon: 147.341948
    test 2985 line 498 fb: 136.551910
    test 2986 line 498 lat2: -41.360281944908
    test 2987 line 498 lon2: 147.341948469937
    test 2988 line 498 azi2: 136.551910060918
    test 2989 line 499 lat: 39.182099
    test 2990 line 499 lon: 150.590705
    test 2991 line 499 fb: 165.522951
    test 2992 line 499 lat2: 39.182099298590
    test 2993 line 499 lon2: 150.590705311219
    test 2994 line 499 azi2: 165.522950851635
    test 2995 line 500 lat: -57.494441
    test 2996 line 500 lon: 113.054057
    test 2997 line 500 fb: 130.988277
    test 2998 line 500 lat2: -57.494440629886
    test 2999 line 500 lon2: 113.054056725195
    test 3000 line 500 azi2: 130.988276746436
    test 3001 WGS84.KsOrder: 8

    16 of 3001 testEllipsoidalGeodTest.py tests (0.5%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 515.002 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testElliptic.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.elliptic by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.EllipticError from .elliptic by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.PI_2 from .basics by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.PI_4 from .basics by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.radians from .utily by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.Scalar from .units by PyGeodesy/test/testElliptic.py line 12
# lazily imported pygeodesy.sincos2 from .utily by PyGeodesy/test/testElliptic.py line 12

    testing testElliptic.py 20.05.05 isLazy=3
    test 1 eps4: 8.881784197e-16
    test 2 _RC, _RF(0.020, ...): 3.914361830671
    test 3 _RC, _RF(0.030, ...): 6.584789484624
    test 4 _RC, _RF(0.040, ...): 5.493061443341
    test 5 _RC, _RF(0.050, ...): 4.812118250596
    test 6 _RC, _RF(0.060, ...): 4.335073632453
    test 7 _RC, _RF(0.070, ...): 3.976827306120
    test 8 _RC, _RF(0.080, ...): 3.694989719259
    test 9 _RC, _RF(0.090, ...): 3.465735902800
    test 10 _RC, _RF(0.100, ...): 3.274501502373
    test 11 _RC, _RF(0.110, ...): 3.111812518574
    test 12 _RC, _RF(0.120, ...): 2.971203516685
    test 13 _RC, _RF(0.130, ...): 2.848090500183
    test 14 _RC, _RF(0.140, ...): 2.739120555165
    test 15 _RC, _RF(0.150, ...): 2.641776814832
    test 16 _RC, _RF(0.160, ...): 2.554128118830
    test 17 _RC, _RF(0.170, ...): 2.474664615473
    test 18 _RC, _RF(0.180, ...): 2.402186472893
    test 19 _RC, _RF(0.190, ...): 2.335726540516
    test 20 _RC, _RF(0.200, ...): 2.274495360058
    test 21 _RC, _RF(0.210, ...): 2.217841271926
    test 22 _RC, _RF(0.220, ...): 2.165220951174
    test 23 _RC, _RF(0.230, ...): 2.116177296054
    test 24 _RC, _RF(0.240, ...): 2.070322594382
    test 25 _RC, _RF(0.250, ...): 2.027325540541
    test 26 _RC, _RF(0.260, ...): 1.986901103492
    test 27 _RC, _RF(0.270, ...): 1.948802534199
    test 28 _RC, _RF(0.280, ...): 1.912814998209
    test 29 _RC, _RF(0.290, ...): 1.878750456745
    test 30 _RC, _RF(0.300, ...): 1.846443516895
    test 31 _RC, _RF(0.310, ...): 1.815748041271
    test 32 _RC, _RF(0.320, ...): 1.786534358134
    test 33 _RC, _RF(0.330, ...): 1.758686950216
    test 34 _RC, _RF(0.340, ...): 1.732102528083
    test 35 _RC, _RF(0.350, ...): 1.706688414643
    test 36 _RC, _RF(0.360, ...): 1.682361183106
    test 37 _RC, _RF(0.370, ...): 1.659045502693
    test 38 _RC, _RF(0.380, ...): 1.636673155658
    test 39 _RC, _RF(0.390, ...): 1.615182196359
    test 40 _RC, _RF(0.400, ...): 1.594516228743
    test 41 _RC, _RF(0.410, ...): 1.574623783019
    test 42 _RC, _RF(0.420, ...): 1.555457775830
    test 43 _RC, _RF(0.430, ...): 1.536975041007
    test 44 _RC, _RF(0.440, ...): 1.519135920258
    test 45 _RC, _RF(0.450, ...): 1.501903904951
    test 46 _RC, _RF(0.460, ...): 1.485245321610
    test 47 _RC, _RF(0.470, ...): 1.469129054970
    test 48 _RC, _RF(0.480, ...): 1.453526303390
    test 49 _RC, _RF(0.490, ...): 1.438410362259
    test 50 _RC, _RF(0.500, ...): 1.423756431678
    test 51 _RC, _RF(0.510, ...): 1.409541445271
    test 52 _RC, _RF(0.520, ...): 1.395743917431
    test 53 _RC, _RF(0.530, ...): 1.382343806706
    test 54 _RC, _RF(0.540, ...): 1.369322393343
    test 55 _RC, _RF(0.550, ...): 1.356662169284
    test 56 _RC, _RF(0.560, ...): 1.344346739158
    test 57 _RC, _RF(0.570, ...): 1.332360730978
    test 58 _RC, _RF(0.580, ...): 1.320689715446
    test 59 _RC, _RF(0.590, ...): 1.309320132904
    test 60 _RC, _RF(0.600, ...): 1.298239227085
    test 61 _RC, _RF(0.610, ...): 1.287434984930
    test 62 _RC, _RF(0.620, ...): 1.276896081822
    test 63 _RC, _RF(0.630, ...): 1.266611831682
    test 64 _RC, _RF(0.640, ...): 1.256572141405
    test 65 _RC, _RF(0.650, ...): 1.246767469214
    test 66 _RC, _RF(0.660, ...): 1.237188786540
    test 67 _RC, _RF(0.670, ...): 1.227827543058
    test 68 _RC, _RF(0.680, ...): 1.218675634611
    test 69 _RC, _RF(0.690, ...): 1.209725373708
    test 70 _RC, _RF(0.700, ...): 1.200969462383
    test 71 _RC, _RF(0.710, ...): 1.192400967179
    test 72 _RC, _RF(0.720, ...): 1.184013296070
    test 73 _RC, _RF(0.730, ...): 1.175800177139
    test 74 _RC, _RF(0.740, ...): 1.167755638871
    test 75 _RC, _RF(0.750, ...): 1.159873991901
    test 76 _RC, _RF(0.760, ...): 1.152149812097
    test 77 _RC, _RF(0.770, ...): 1.144577924881
    test 78 _RC, _RF(0.780, ...): 1.137153390647
    test 79 _RC, _RF(0.790, ...): 1.129871491226
    test 80 _RC, _RF(0.800, ...): 1.122727717281
    test 81 _RC, _RF(0.810, ...): 1.115717756571
    test 82 _RC, _RF(0.820, ...): 1.108837483013
    test 83 _RC, _RF(0.830, ...): 1.102082946473
    test 84 _RC, _RF(0.840, ...): 1.095450363236
    test 85 _RC, _RF(0.850, ...): 1.088936107101
    test 86 _RC, _RF(0.860, ...): 1.082536701044
    test 87 _RC, _RF(0.870, ...): 1.076248809425
    test 88 _RC, _RF(0.880, ...): 1.070069230678
    test 89 _RC, _RF(0.890, ...): 1.063994890459
    test 90 _RC, _RF(0.900, ...): 1.058022835225
    test 91 _RC, _RF(0.910, ...): 1.052150226192
    test 92 _RC, _RF(0.920, ...): 1.046374333669
    test 93 _RC, _RF(0.930, ...): 1.040692531726
    test 94 _RC, _RF(0.940, ...): 1.035102293176
    test 95 _RC, _RF(0.950, ...): 1.029601184852
    test 96 _RC, _RF(0.960, ...): 1.024186863158
    test 97 _RC, _RF(0.970, ...): 1.018857069872
    test 98 _RC, _RF(0.980, ...): 1.013609628192
    test 99 _RC, _RF(0.990, ...): 1.008442438994
    test 100 _RD, _RJ(0.010, ...): 8.120132781711
    test 101 _RD, _RJ(0.020, ...): 7.119021204087
    test 102 _RD, _RJ(0.030, ...): 6.544107485563
    test 103 _RD, _RJ(0.040, ...): 6.142532079666
    test 104 _RD, _RJ(0.050, ...): 5.835358486352
    test 105 _RD, _RJ(0.060, ...): 5.587552234737
    test 106 _RD, _RJ(0.070, ...): 5.380489023690
    test 107 _RD, _RJ(0.080, ...): 5.203088814832
    test 108 _RD, _RJ(0.090, ...): 5.048227960523
    test 109 _RD, _RJ(0.100, ...): 4.911057935480
    test 110 _RD, _RJ(0.110, ...): 4.788131254930
    test 111 _RD, _RJ(0.120, ...): 4.676910208210
    test 112 _RD, _RJ(0.130, ...): 4.575473423301
    test 113 _RD, _RJ(0.140, ...): 4.482331804788
    test 114 _RD, _RJ(0.150, ...): 4.396308333326
    test 115 _RD, _RJ(0.160, ...): 4.316456874863
    test 116 _RD, _RJ(0.170, ...): 4.242005741804
    test 117 _RD, _RJ(0.180, ...): 4.172317477477
    test 118 _RD, _RJ(0.190, ...): 4.106859576449
    test 119 _RD, _RJ(0.200, ...): 4.045182759349
    test 120 _RD, _RJ(0.210, ...): 3.986904580308
    test 121 _RD, _RJ(0.220, ...): 3.931696871490
    test 122 _RD, _RJ(0.230, ...): 3.879275996390
    test 123 _RD, _RJ(0.240, ...): 3.829395191121
    test 124 _RD, _RJ(0.250, ...): 3.781838479725
    test 125 _RD, _RJ(0.260, ...): 3.736415791191
    test 126 _RD, _RJ(0.270, ...): 3.692959004641
    test 127 _RD, _RJ(0.280, ...): 3.651318719062
    test 128 _RD, _RJ(0.290, ...): 3.611361594199
    test 129 _RD, _RJ(0.300, ...): 3.572968145771
    test 130 _RD, _RJ(0.310, ...): 3.536030905108
    test 131 _RD, _RJ(0.320, ...): 3.500452873386
    test 132 _RD, _RJ(0.330, ...): 3.466146215741
    test 133 _RD, _RJ(0.340, ...): 3.433031152013
    test 134 _RD, _RJ(0.350, ...): 3.401035009727
    test 135 _RD, _RJ(0.360, ...): 3.370091411694
    test 136 _RD, _RJ(0.370, ...): 3.340139575961
    test 137 _RD, _RJ(0.380, ...): 3.311123710009
    test 138 _RD, _RJ(0.390, ...): 3.282992484411
    test 139 _RD, _RJ(0.400, ...): 3.255698573796
    test 140 _RD, _RJ(0.410, ...): 3.229198255060
    test 141 _RD, _RJ(0.420, ...): 3.203451054514
    test 142 _RD, _RJ(0.430, ...): 3.178419436977
    test 143 _RD, _RJ(0.440, ...): 3.154068531006
    test 144 _RD, _RJ(0.450, ...): 3.130365885345
    test 145 _RD, _RJ(0.460, ...): 3.107281252437
    test 146 _RD, _RJ(0.470, ...): 3.084786395490
    test 147 _RD, _RJ(0.480, ...): 3.062854916088
    test 148 _RD, _RJ(0.490, ...): 3.041462099793
    test 149 _RD, _RJ(0.500, ...): 3.020584777522
    test 150 _RD, _RJ(0.510, ...): 3.000201200833
    test 151 _RD, _RJ(0.520, ...): 2.980290929460
    test 152 _RD, _RJ(0.530, ...): 2.960834729701
    test 153 _RD, _RJ(0.540, ...): 2.941814482427
    test 154 _RD, _RJ(0.550, ...): 2.923213099639
    test 155 _RD, _RJ(0.560, ...): 2.905014448642
    test 156 _RD, _RJ(0.570, ...): 2.887203283023
    test 157 _RD, _RJ(0.580, ...): 2.869765179714
    test 158 _RD, _RJ(0.590, ...): 2.852686481504
    test 159 _RD, _RJ(0.600, ...): 2.835954244454
    test 160 _RD, _RJ(0.610, ...): 2.819556189720
    test 161 _RD, _RJ(0.620, ...): 2.803480659351
    test 162 _RD, _RJ(0.630, ...): 2.787716575666
    test 163 _RD, _RJ(0.640, ...): 2.772253403892
    test 164 _RD, _RJ(0.650, ...): 2.757081117726
    test 165 _RD, _RJ(0.660, ...): 2.742190167580
    test 166 _RD, _RJ(0.670, ...): 2.727571451237
    test 167 _RD, _RJ(0.680, ...): 2.713216286727
    test 168 _RD, _RJ(0.690, ...): 2.699116387203
    test 169 _RD, _RJ(0.700, ...): 2.685263837661
    test 170 _RD, _RJ(0.710, ...): 2.671651073335
    test 171 _RD, _RJ(0.720, ...): 2.658270859623
    test 172 _RD, _RJ(0.730, ...): 2.645116273430
    test 173 _RD, _RJ(0.740, ...): 2.632180685789
    test 174 _RD, _RJ(0.750, ...): 2.619457745678
    test 175 _RD, _RJ(0.760, ...): 2.606941364924
    test 176 _RD, _RJ(0.770, ...): 2.594625704104
    test 177 _RD, _RJ(0.780, ...): 2.582505159384
    test 178 _RD, _RJ(0.790, ...): 2.570574350197
    test 179 _RD, _RJ(0.800, ...): 2.558828107720
    test 180 _RD, _RJ(0.810, ...): 2.547261464073
    test 181 _RD, _RJ(0.820, ...): 2.535869642198
    test 182 _RD, _RJ(0.830, ...): 2.524648046356
    test 183 _RD, _RJ(0.840, ...): 2.513592253209
    test 184 _RD, _RJ(0.850, ...): 2.502698003435
    test 185 _RD, _RJ(0.860, ...): 2.491961193848
    test 186 _RD, _RJ(0.870, ...): 2.481377869975
    test 187 _RD, _RJ(0.880, ...): 2.470944219069
    test 188 _RD, _RJ(0.890, ...): 2.460656563526
    test 189 _RD, _RJ(0.900, ...): 2.450511354674
    test 190 _RD, _RJ(0.910, ...): 2.440505166909
    test 191 _RD, _RJ(0.920, ...): 2.430634692166
    test 192 _RD, _RJ(0.930, ...): 2.420896734686
    test 193 _RD, _RJ(0.940, ...): 2.411288206073
    test 194 _RD, _RJ(0.950, ...): 2.401806120619
    test 195 _RD, _RJ(0.960, ...): 2.392447590873
    test 196 _RD, _RJ(0.970, ...): 2.383209823448
    test 197 _RD, _RJ(0.980, ...): 2.374090115050
    test 198 _RD, _RJ(0.990, ...): 2.365085848706
    test 199 eps4: 8.881784197e-16
    test 200 cK: 1.612441349
    test 201 cE: 1.530757637
    test 202 eps: 0.0263340
    test 203 fE(phi): 0.348372822
    test 204 fDelta(sn, cn): 0.994133906
    test 205 fD(sn, cn, dn): 0.013885234
    test 206 fE(sn, cn, dn): 0.348372822
    test 207 fEd(PI_2): 0.027415224
    test 208 fEinv(PI_2): 1.612999420
    test 209 fF(sn, cn, dn): 0.349761345
    test 210 fG(sn, cn, dn): 0.348372822
    test 211 fH(sn, cn, dn): 0.363646580
    test 212 fPi(sn, cn, dn): 0.349761345
    test 213 fPi(sn, None, dn): invokation Elliptic.fPi(0, None, 1): invalid
    test 214 fPi(sn, dn, None): invokation Elliptic.fPi(0, 1, None): invalid
    test 215 deltaD(sn, cn, dn): -0.3223642
    test 216 deltaE(sn, cn, dn): 0.0084191
    test 217 deltaEinv(sn, cn): -0.0082518
    test 218 deltaF(sn, cn, dn): -0.0083379
    test 219 deltaG(sn, cn, dn): 0.0084191
    test 220 deltaH(sn, cn, dn): 0.3688975
    test 221 deltaPi(sn, cn, dn): -0.0083379
    test 222 deltaPi(sn, None, dn): invokation Elliptic.deltaPi(0, None, 1): invalid
    test 223 deltaPi(sn, dn, None): invokation Elliptic.deltaPi(0, 1, None): invalid
    test 224 _RF(1, 2, 0): 1.311028777
    test 225 _RF(2, 3, 4): 0.584082842
    test 226 _RC(0, 1/4): 3.141592654
    test 227 _RC(9/4, 2): 0.693147181
    test 228 _RC(1/4,-2): 0.231049060
    test 229 _RJ(0, 1, 2, 3): 0.776886238
    test 230 _RJ(2, 3, 4, 5): 0.142975797
    test 231 _RD(0, 2, 1): 1.797210352
    test 232 _RD(2, 3, 4): 0.165105273
    test 233 _RG(0, 16, 16): 3.141592654
    test 234 _RG(2,  3,  4): 1.725503028
    test 235 _RG(0,  0.0796, 4): 1.028475809
    test 236 sncndn(x): 0.0, 1.0, 1.0
    test 237 sncndn(x): 1.0, -0.0, 1.0
    test 238 sncndn(x): 0.0, 1.0, 1.0
    test 239 sncndn(x): 0.917152336, 0.398536815, 0.398536815
    test 240 sncndn(x): <class 'pygeodesy.elliptic.Elliptic3Tuple'>
    test 241 copy(Elliptic): (<class 'pygeodesy.elliptic.Elliptic'>, True)
    test 242 Elliptic.copy(): (<class 'pygeodesy.elliptic.Elliptic'>, True)
    test 243 k2 alpha2 kp2 alphap2: (0.0, 0.0, 0.0, 0.0)
    test 244 k2 alpha2 kp2 alphap2: (0.25, 0.25, 0.25, 0.25)
    test 245 k2 alpha2 kp2 alphap2: (0.5, 0.5, 0.5, 0.5)
    test 246 k2 alpha2 kp2 alphap2: (0.75, 0.75, 0.75, 0.75)

    all 246 testElliptic.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 230.520 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testEpsg.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.decodeEPSG2 from .deprecated by PyGeodesy/test/testEpsg.py line 11
# lazily imported pygeodesy.encodeEPSG from .deprecated by PyGeodesy/test/testEpsg.py line 11
# lazily imported pygeodesy.Epsg from .epsg by PyGeodesy/test/testEpsg.py line 11
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testEpsg.py line 11
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testTMcoords.py line 15

    testing testEpsg.py 20.01.17 isLazy=3
    test 1 Epsg: 32661
    test 2 0 N: (0, 'N')
    test 3 1 N: (1, 'N')
    test 4 2 N: (2, 'N')
    test 5 3 N: (3, 'N')
    test 6 4 N: (4, 'N')
    test 7 5 N: (5, 'N')
    test 8 6 N: (6, 'N')
    test 9 7 N: (7, 'N')
    test 10 8 N: (8, 'N')
    test 11 9 N: (9, 'N')
    test 12 10 N: (10, 'N')
    test 13 11 N: (11, 'N')
    test 14 12 N: (12, 'N')
    test 15 13 N: (13, 'N')
    test 16 14 N: (14, 'N')
    test 17 15 N: (15, 'N')
    test 18 16 N: (16, 'N')
    test 19 17 N: (17, 'N')
    test 20 18 N: (18, 'N')
    test 21 19 N: (19, 'N')
    test 22 20 N: (20, 'N')
    test 23 21 N: (21, 'N')
    test 24 22 N: (22, 'N')
    test 25 23 N: (23, 'N')
    test 26 24 N: (24, 'N')
    test 27 25 N: (25, 'N')
    test 28 26 N: (26, 'N')
    test 29 27 N: (27, 'N')
    test 30 28 N: (28, 'N')
    test 31 29 N: (29, 'N')
    test 32 30 N: (30, 'N')
    test 33 31 N: (31, 'N')
    test 34 32 N: (32, 'N')
    test 35 33 N: (33, 'N')
    test 36 34 N: (34, 'N')
    test 37 35 N: (35, 'N')
    test 38 36 N: (36, 'N')
    test 39 37 N: (37, 'N')
    test 40 38 N: (38, 'N')
    test 41 39 N: (39, 'N')
    test 42 40 N: (40, 'N')
    test 43 41 N: (41, 'N')
    test 44 42 N: (42, 'N')
    test 45 43 N: (43, 'N')
    test 46 44 N: (44, 'N')
    test 47 45 N: (45, 'N')
    test 48 46 N: (46, 'N')
    test 49 47 N: (47, 'N')
    test 50 48 N: (48, 'N')
    test 51 49 N: (49, 'N')
    test 52 50 N: (50, 'N')
    test 53 51 N: (51, 'N')
    test 54 52 N: (52, 'N')
    test 55 53 N: (53, 'N')
    test 56 54 N: (54, 'N')
    test 57 55 N: (55, 'N')
    test 58 56 N: (56, 'N')
    test 59 57 N: (57, 'N')
    test 60 58 N: (58, 'N')
    test 61 59 N: (59, 'N')
    test 62 60 N: (60, 'N')
    test 63 Epsg: 32761
    test 64 0 S: (0, 'S')
    test 65 1 S: (1, 'S')
    test 66 2 S: (2, 'S')
    test 67 3 S: (3, 'S')
    test 68 4 S: (4, 'S')
    test 69 5 S: (5, 'S')
    test 70 6 S: (6, 'S')
    test 71 7 S: (7, 'S')
    test 72 8 S: (8, 'S')
    test 73 9 S: (9, 'S')
    test 74 10 S: (10, 'S')
    test 75 11 S: (11, 'S')
    test 76 12 S: (12, 'S')
    test 77 13 S: (13, 'S')
    test 78 14 S: (14, 'S')
    test 79 15 S: (15, 'S')
    test 80 16 S: (16, 'S')
    test 81 17 S: (17, 'S')
    test 82 18 S: (18, 'S')
    test 83 19 S: (19, 'S')
    test 84 20 S: (20, 'S')
    test 85 21 S: (21, 'S')
    test 86 22 S: (22, 'S')
    test 87 23 S: (23, 'S')
    test 88 24 S: (24, 'S')
    test 89 25 S: (25, 'S')
    test 90 26 S: (26, 'S')
    test 91 27 S: (27, 'S')
    test 92 28 S: (28, 'S')
    test 93 29 S: (29, 'S')
    test 94 30 S: (30, 'S')
    test 95 31 S: (31, 'S')
    test 96 32 S: (32, 'S')
    test 97 33 S: (33, 'S')
    test 98 34 S: (34, 'S')
    test 99 35 S: (35, 'S')
    test 100 36 S: (36, 'S')
    test 101 37 S: (37, 'S')
    test 102 38 S: (38, 'S')
    test 103 39 S: (39, 'S')
    test 104 40 S: (40, 'S')
    test 105 41 S: (41, 'S')
    test 106 42 S: (42, 'S')
    test 107 43 S: (43, 'S')
    test 108 44 S: (44, 'S')
    test 109 45 S: (45, 'S')
    test 110 46 S: (46, 'S')
    test 111 47 S: (47, 'S')
    test 112 48 S: (48, 'S')
    test 113 49 S: (49, 'S')
    test 114 50 S: (50, 'S')
    test 115 51 S: (51, 'S')
    test 116 52 S: (52, 'S')
    test 117 53 S: (53, 'S')
    test 118 54 S: (54, 'S')
    test 119 55 S: (55, 'S')
    test 120 56 S: (56, 'S')
    test 121 57 S: (57, 'S')
    test 122 58 S: (58, 'S')
    test 123 59 S: (59, 'S')
    test 124 60 S: (60, 'S')
    test 125 Ups: 32761
    test 126 Ups: 00A S
    test 127 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 128 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 129 Ups: 32761
    test 130 Ups: 00B S
    test 131 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 132 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 133 Ups: 32661
    test 134 Ups: 00Y N
    test 135 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 136 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 137 Ups: 32661
    test 138 Ups: 00Z N
    test 139 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 140 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 141 Epsg: 32661
    test 142 0 N: (0, 'N')
    test 143 1 N: (1, 'N')
    test 144 2 N: (2, 'N')
    test 145 3 N: (3, 'N')
    test 146 4 N: (4, 'N')
    test 147 5 N: (5, 'N')
    test 148 6 N: (6, 'N')
    test 149 7 N: (7, 'N')
    test 150 8 N: (8, 'N')
    test 151 9 N: (9, 'N')
    test 152 10 N: (10, 'N')
    test 153 11 N: (11, 'N')
    test 154 12 N: (12, 'N')
    test 155 13 N: (13, 'N')
    test 156 14 N: (14, 'N')
    test 157 15 N: (15, 'N')
    test 158 16 N: (16, 'N')
    test 159 17 N: (17, 'N')
    test 160 18 N: (18, 'N')
    test 161 19 N: (19, 'N')
    test 162 20 N: (20, 'N')
    test 163 21 N: (21, 'N')
    test 164 22 N: (22, 'N')
    test 165 23 N: (23, 'N')
    test 166 24 N: (24, 'N')
    test 167 25 N: (25, 'N')
    test 168 26 N: (26, 'N')
    test 169 27 N: (27, 'N')
    test 170 28 N: (28, 'N')
    test 171 29 N: (29, 'N')
    test 172 30 N: (30, 'N')
    test 173 31 N: (31, 'N')
    test 174 32 N: (32, 'N')
    test 175 33 N: (33, 'N')
    test 176 34 N: (34, 'N')
    test 177 35 N: (35, 'N')
    test 178 36 N: (36, 'N')
    test 179 37 N: (37, 'N')
    test 180 38 N: (38, 'N')
    test 181 39 N: (39, 'N')
    test 182 40 N: (40, 'N')
    test 183 41 N: (41, 'N')
    test 184 42 N: (42, 'N')
    test 185 43 N: (43, 'N')
    test 186 44 N: (44, 'N')
    test 187 45 N: (45, 'N')
    test 188 46 N: (46, 'N')
    test 189 47 N: (47, 'N')
    test 190 48 N: (48, 'N')
    test 191 49 N: (49, 'N')
    test 192 50 N: (50, 'N')
    test 193 51 N: (51, 'N')
    test 194 52 N: (52, 'N')
    test 195 53 N: (53, 'N')
    test 196 54 N: (54, 'N')
    test 197 55 N: (55, 'N')
    test 198 56 N: (56, 'N')
    test 199 57 N: (57, 'N')
    test 200 58 N: (58, 'N')
    test 201 59 N: (59, 'N')
    test 202 60 N: (60, 'N')
    test 203 Epsg: 32761
    test 204 0 S: (0, 'S')
    test 205 1 S: (1, 'S')
    test 206 2 S: (2, 'S')
    test 207 3 S: (3, 'S')
    test 208 4 S: (4, 'S')
    test 209 5 S: (5, 'S')
    test 210 6 S: (6, 'S')
    test 211 7 S: (7, 'S')
    test 212 8 S: (8, 'S')
    test 213 9 S: (9, 'S')
    test 214 10 S: (10, 'S')
    test 215 11 S: (11, 'S')
    test 216 12 S: (12, 'S')
    test 217 13 S: (13, 'S')
    test 218 14 S: (14, 'S')
    test 219 15 S: (15, 'S')
    test 220 16 S: (16, 'S')
    test 221 17 S: (17, 'S')
    test 222 18 S: (18, 'S')
    test 223 19 S: (19, 'S')
    test 224 20 S: (20, 'S')
    test 225 21 S: (21, 'S')
    test 226 22 S: (22, 'S')
    test 227 23 S: (23, 'S')
    test 228 24 S: (24, 'S')
    test 229 25 S: (25, 'S')
    test 230 26 S: (26, 'S')
    test 231 27 S: (27, 'S')
    test 232 28 S: (28, 'S')
    test 233 29 S: (29, 'S')
    test 234 30 S: (30, 'S')
    test 235 31 S: (31, 'S')
    test 236 32 S: (32, 'S')
    test 237 33 S: (33, 'S')
    test 238 34 S: (34, 'S')
    test 239 35 S: (35, 'S')
    test 240 36 S: (36, 'S')
    test 241 37 S: (37, 'S')
    test 242 38 S: (38, 'S')
    test 243 39 S: (39, 'S')
    test 244 40 S: (40, 'S')
    test 245 41 S: (41, 'S')
    test 246 42 S: (42, 'S')
    test 247 43 S: (43, 'S')
    test 248 44 S: (44, 'S')
    test 249 45 S: (45, 'S')
    test 250 46 S: (46, 'S')
    test 251 47 S: (47, 'S')
    test 252 48 S: (48, 'S')
    test 253 49 S: (49, 'S')
    test 254 50 S: (50, 'S')
    test 255 51 S: (51, 'S')
    test 256 52 S: (52, 'S')
    test 257 53 S: (53, 'S')
    test 258 54 S: (54, 'S')
    test 259 55 S: (55, 'S')
    test 260 56 S: (56, 'S')
    test 261 57 S: (57, 'S')
    test 262 58 S: (58, 'S')
    test 263 59 S: (59, 'S')
    test 264 60 S: (60, 'S')
    test 265 Ups: 32761
    test 266 Ups: 00A S
    test 267 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 268 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 269 Ups: 32761
    test 270 Ups: 00B S
    test 271 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 272 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 273 Ups: 32661
    test 274 Ups: 00Y N
    test 275 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 276 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 277 Ups: 32661
    test 278 Ups: 00Z N
    test 279 copy(Epsg): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 280 Epsg.copy(): (<class 'pygeodesy.epsg.Epsg'>, True)
    test 281 TMcoord 1: 38W N
    test 282 TMcoord 2: 34P N
    test 283 TMcoord 3: 43Q N
    test 284 TMcoord 4: 35Q N
    test 285 TMcoord 5: 37N N
    test 286 TMcoord 6: 34W N
    test 287 TMcoord 7: 40V N
    test 288 TMcoord 8: 34P N
    test 289 TMcoord 9: 41S N
    test 290 TMcoord 10: 41X N
    test 291 TMcoord 11: 43X N
    test 292 TMcoord 12: 44Q N
    test 293 TMcoord 13: 44R N
    test 294 TMcoord 14: 39U N
    test 295 TMcoord 15: 44P N
    test 296 TMcoord 16: 39R N
    test 297 TMcoord 17: 41W N
    test 298 TMcoord 18: 45U N
    test 299 TMcoord 19: 32R N
    test 300 TMcoord 20: 44X N
    test 301 TMcoord 21: 35T N
    test 302 TMcoord 22: 32T N
    test 303 TMcoord 23: 31T N
    test 304 TMcoord 24: 35N N
    test 305 TMcoord 25: 45P N
    test 306 TMcoord 26: 33V N
    test 307 TMcoord 27: 41Q N
    test 308 TMcoord 28: 40X N
    test 309 TMcoord 29: 33P N
    test 310 TMcoord 30: 40S N
    test 311 TMcoord 31: 37T N
    test 312 TMcoord 32: 33X N
    test 313 TMcoord 33: 41U N
    test 314 TMcoord 34: 43Q N
    test 315 TMcoord 35: 42S N
    test 316 TMcoord 36: 33S N
    test 317 TMcoord 37: 35X N
    test 318 TMcoord 38: 38N N
    test 319 TMcoord 39: 44P N
    test 320 TMcoord 40: 33U N
    test 321 TMcoord 41: 37W N
    test 322 TMcoord 42: 36T N
    test 323 TMcoord 43: 36Q N
    test 324 TMcoord 44: 34S N
    test 325 TMcoord 45: 37S N
    test 326 TMcoord 46: 34N N
    test 327 TMcoord 47: 34T N
    test 328 TMcoord 48: 43Q N
    test 329 TMcoord 49: 32N N
    test 330 TMcoord 50: 31Q N
    test 331 TMcoord 51: 45R N
    test 332 TMcoord 52: 45R N
    test 333 TMcoord 53: 34W N
    test 334 TMcoord 54: 44V N
    test 335 TMcoord 55: 44S N
    test 336 TMcoord 56: 39R N
    test 337 TMcoord 57: 00Z N
    test 338 TMcoord 58: 36R N
    test 339 TMcoord 59: 41V N
    test 340 TMcoord 60: 42N N
    test 341 TMcoord 61: 43S N
    test 342 TMcoord 62: 34N N
    test 343 TMcoord 63: 34U N
    test 344 TMcoord 64: 38V N
    test 345 TMcoord 65: 34Q N
    test 346 TMcoord 66: 38P N
    test 347 TMcoord 67: 42S N
    test 348 TMcoord 68: 44S N
    test 349 TMcoord 69: 31Q N
    test 350 TMcoord 70: 40W N
    test 351 TMcoord 71: 35X N
    test 352 TMcoord 72: 32T N
    test 353 TMcoord 73: 45U N
    test 354 TMcoord 74: 40Q N
    test 355 TMcoord 75: 31T N
    test 356 TMcoord 76: 44R N
    test 357 TMcoord 77: 34U N
    test 358 TMcoord 78: 38P N
    test 359 TMcoord 79: 38Q N
    test 360 TMcoord 80: 45N N
    test 361 TMcoord 81: 31S N
    test 362 TMcoord 82: 41U N
    test 363 TMcoord 83: 40V N
    test 364 TMcoord 84: 43X N
    test 365 TMcoord 85: 35N N
    test 366 TMcoord 86: 44P N
    test 367 TMcoord 87: 41N N
    test 368 TMcoord 88: 38Q N
    test 369 TMcoord 89: 43X N
    test 370 TMcoord 90: 36V N
    test 371 TMcoord 91: 34Q N
    test 372 TMcoord 92: 35W N
    test 373 TMcoord 93: 45U N
    test 374 TMcoord 94: 40R N
    test 375 TMcoord 95: 36R N
    test 376 TMcoord 96: 35S N
    test 377 TMcoord 97: 41R N
    test 378 TMcoord 98: 39Q N
    test 379 TMcoord 99: 37T N
    test 380 TMcoord 100: 42P N
    test 381 TMcoord 101: 35T N
    test 382 TMcoord 102: 34Q N
    test 383 TMcoord 103: 41T N
    test 384 TMcoord 104: 43R N
    test 385 TMcoord 105: 34Q N
    test 386 TMcoord 106: 45P N
    test 387 TMcoord 107: 31P N
    test 388 TMcoord 108: 44V N
    test 389 TMcoord 109: 42X N
    test 390 TMcoord 110: 33R N
    test 391 TMcoord 111: 37W N
    test 392 TMcoord 112: 31S N
    test 393 TMcoord 113: 42N N
    test 394 TMcoord 114: 39N N
    test 395 TMcoord 115: 39T N
    test 396 TMcoord 116: 39P N
    test 397 TMcoord 117: 34U N
    test 398 TMcoord 118: 41P N
    test 399 TMcoord 119: 37R N
    test 400 TMcoord 120: 44Q N
    test 401 TMcoord 121: 32V N
    test 402 TMcoord 122: 41R N
    test 403 TMcoord 123: 36T N
    test 404 TMcoord 124: 42U N
    test 405 TMcoord 125: 42U N
    test 406 TMcoord 126: 39T N
    test 407 TMcoord 127: 32T N
    test 408 TMcoord 128: 32Q N
    test 409 TMcoord 129: 38P N
    test 410 TMcoord 130: 34Q N
    test 411 TMcoord 131: 36V N
    test 412 TMcoord 132: 36T N
    test 413 TMcoord 133: 43T N
    test 414 TMcoord 134: 41W N
    test 415 TMcoord 135: 32V N
    test 416 TMcoord 136: 39X N
    test 417 TMcoord 137: 32U N
    test 418 TMcoord 138: 37X N
    test 419 TMcoord 139: 35N N
    test 420 TMcoord 140: 36P N
    test 421 TMcoord 141: 31S N
    test 422 TMcoord 142: 36N N
    test 423 TMcoord 143: 42S N
    test 424 TMcoord 144: 44N N
    test 425 TMcoord 145: 44P N
    test 426 TMcoord 146: 39U N
    test 427 TMcoord 147: 45Q N
    test 428 TMcoord 148: 41W N
    test 429 TMcoord 149: 41N N
    test 430 TMcoord 150: 32S N
    test 431 TMcoord 151: 32N N
    test 432 TMcoord 152: 32T N
    test 433 TMcoord 153: 38R N
    test 434 TMcoord 154: 32V N
    test 435 TMcoord 155: 37Q N
    test 436 TMcoord 156: 44N N
    test 437 TMcoord 157: 34W N
    test 438 TMcoord 158: 45N N
    test 439 TMcoord 159: 42S N
    test 440 TMcoord 160: 40T N
    test 441 TMcoord 161: 31U N
    test 442 TMcoord 162: 45Q N
    test 443 TMcoord 163: 40U N
    test 444 TMcoord 164: 45T N
    test 445 TMcoord 165: 40R N
    test 446 TMcoord 166: 31V N
    test 447 TMcoord 167: 45P N
    test 448 TMcoord 168: 43W N
    test 449 TMcoord 169: 43U N
    test 450 TMcoord 170: 44V N
    test 451 TMcoord 171: 40P N
    test 452 TMcoord 172: 36Q N
    test 453 TMcoord 173: 42Q N
    test 454 TMcoord 174: 41Q N
    test 455 TMcoord 175: 32S N
    test 456 TMcoord 176: 39P N
    test 457 TMcoord 177: 39Q N
    test 458 TMcoord 178: 39T N
    test 459 TMcoord 179: 34U N
    test 460 TMcoord 180: 32W N
    test 461 TMcoord 181: 41U N
    test 462 TMcoord 182: 31Q N
    test 463 TMcoord 183: 40N N
    test 464 TMcoord 184: 40T N
    test 465 TMcoord 185: 38P N
    test 466 TMcoord 186: 44P N
    test 467 TMcoord 187: 40N N
    test 468 TMcoord 188: 44V N
    test 469 TMcoord 189: 41V N
    test 470 TMcoord 190: 43Q N
    test 471 TMcoord 191: 43X N
    test 472 TMcoord 192: 39N N
    test 473 TMcoord 193: 38T N
    test 474 TMcoord 194: 32R N
    test 475 TMcoord 195: 37S N
    test 476 TMcoord 196: 44W N
    test 477 TMcoord 197: 43V N
    test 478 TMcoord 198: 35T N
    test 479 TMcoord 199: 44W N
    test 480 TMcoord 200: 44X N
    test 481 TMcoord 201: 33Q N
    test 482 TMcoord 202: 40W N
    test 483 TMcoord 203: 43S N
    test 484 TMcoord 204: 32U N
    test 485 TMcoord 205: 33V N
    test 486 TMcoord 206: 34R N
    test 487 TMcoord 207: 39S N
    test 488 TMcoord 208: 43W N
    test 489 TMcoord 209: 39T N
    test 490 TMcoord 210: 31W N
    test 491 TMcoord 211: 45R N
    test 492 TMcoord 212: 34W N
    test 493 TMcoord 213: 32T N
    test 494 TMcoord 214: 31P N
    test 495 TMcoord 215: 44V N
    test 496 TMcoord 216: 45U N
    test 497 TMcoord 217: 43R N
    test 498 TMcoord 218: 31N N
    test 499 TMcoord 219: 43T N
    test 500 TMcoord 220: 45R N
    test 501 TMcoord 221: 39N N
    test 502 TMcoord 222: 37S N
    test 503 TMcoord 223: 31R N
    test 504 TMcoord 224: 38Q N
    test 505 TMcoord 225: 40V N
    test 506 TMcoord 226: 45N N
    test 507 TMcoord 227: 44R N
    test 508 TMcoord 228: 43P N
    test 509 TMcoord 229: 42P N
    test 510 TMcoord 230: 45S N
    test 511 TMcoord 231: 42N N
    test 512 TMcoord 232: 38S N
    test 513 TMcoord 233: 32T N
    test 514 TMcoord 234: 41T N
    test 515 TMcoord 235: 34S N
    test 516 TMcoord 236: 40R N
    test 517 TMcoord 237: 35V N
    test 518 TMcoord 238: 38N N
    test 519 TMcoord 239: 40V N
    test 520 TMcoord 240: 36R N
    test 521 TMcoord 241: 37W N
    test 522 TMcoord 242: 45R N
    test 523 TMcoord 243: 37V N
    test 524 TMcoord 244: 33P N
    test 525 TMcoord 245: 32U N
    test 526 TMcoord 246: 38T N
    test 527 TMcoord 247: 37N N
    test 528 TMcoord 248: 36R N
    test 529 TMcoord 249: 44R N
    test 530 TMcoord 250: 44Q N
    test 531 TMcoord 251: 45R N
    test 532 TMcoord 252: 34N N
    test 533 TMcoord 253: 43S N
    test 534 TMcoord 254: 40Q N
    test 535 TMcoord 255: 33T N
    test 536 TMcoord 256: 44P N
    test 537 TMcoord 257: 39N N
    test 538 TMcoord 258: 40Q N

    all 538 testEpsg.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 221.489 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testErrors.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.crosserrors from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.exception_chaining from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.LenError from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.LimitError from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.limiterrors from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.rangerrors from .errors by PyGeodesy/test/testErrors.py line 11
# lazily imported pygeodesy.ClipError from .clipy by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.CrossError from .errors by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.CSSError from .css by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.EcefError from .ecef by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.EllipticError from .elliptic by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.EPSGError from .epsg by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.ETMError from .etm by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.FrechetError from .frechet by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.GARSError from .gars by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.GeohashError from .geohash by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.GeoidError from .geoids by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.HausdorffError from .hausdorff by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.HeightError from .heights by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.LCCError from .lcc by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.MGRSError from .mgrs by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.OSGRError from .osgr by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.PGMError from .geoids by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.PointsError from .errors by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.RefFrameError from .deprecated by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.SciPyError from .errors by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.SciPyWarning from .errors by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.TRFError from .trf by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.UnitError from .units by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.UPSError from .ups by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.UTMError from .utm by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.UTMUPSError from .utmups by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.VectorError from .vector3d by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.WebMercatorError from .webmercator by PyGeodesy/test/testErrors.py line 91
# lazily imported pygeodesy.WGRSError from .wgrs by PyGeodesy/test/testErrors.py line 91

    testing testErrors.py 20.05.15 (module pygeodesy.errors 20.07.01) isLazy=3
    test 1 AssertionError: name ('value'): test1 txt
    test 2 AssertionError: missing 'name[, value]': test2 txt
    test 3 AttributeError: name ('value'): test1 txt
    test 4 AttributeError: missing 'name[, value]': test2 txt
    test 5 IndexError: name ('value'): test1 txt
    test 6 IndexError: missing 'name[, value]': test2 txt
    test 7 LimitError: name ('value'): test1 txt
    test 8 LimitError: missing 'name[, value]': test2 txt
    test 9 NameError: name ('value'): test1 txt
    test 10 NameError: missing 'name[, value]': test2 txt
    test 11 ParseError: name ('value'): test1 txt
    test 12 ParseError: missing 'name[, value]': test2 txt
    test 13 TypeError: type(name) ('value'): test1 txt
    test 14 TypeError: missing 'name[, value]': test2 txt
    test 15 ClipError: name ('value'): test1 txt
    test 16 ClipError: missing 'name[, value]': test2 txt
    test 17 CrossError: name ('value'): test1 txt
    test 18 CrossError: missing 'name[, value]': test2 txt
    test 19 CSSError: name ('value'): test1 txt
    test 20 CSSError: missing 'name[, value]': test2 txt
    test 21 EcefError: name ('value'): test1 txt
    test 22 EcefError: missing 'name[, value]': test2 txt
    test 23 EllipticError: name ('value'): test1 txt
    test 24 EllipticError: missing 'name[, value]': test2 txt
    test 25 EPSGError: name ('value'): test1 txt
    test 26 EPSGError: missing 'name[, value]': test2 txt
    test 27 ETMError: name ('value'): test1 txt
    test 28 ETMError: missing 'name[, value]': test2 txt
    test 29 FrechetError: name ('value'): test1 txt
    test 30 FrechetError: missing 'name[, value]': test2 txt
    test 31 GARSError: name ('value'): test1 txt
    test 32 GARSError: missing 'name[, value]': test2 txt
    test 33 GeohashError: name ('value'): test1 txt
    test 34 GeohashError: missing 'name[, value]': test2 txt
    test 35 GeoidError: name ('value'): test1 txt
    test 36 GeoidError: missing 'name[, value]': test2 txt
    test 37 HausdorffError: name ('value'): test1 txt
    test 38 HausdorffError: missing 'name[, value]': test2 txt
    test 39 HeightError: name ('value'): test1 txt
    test 40 HeightError: missing 'name[, value]': test2 txt
    test 41 LazyImportError: name ('value'): test1 txt
    test 42 LazyImportError: missing 'name[, value]': test2 txt
    test 43 LCCError: name ('value'): test1 txt
    test 44 LCCError: missing 'name[, value]': test2 txt
    test 45 MGRSError: name ('value'): test1 txt
    test 46 MGRSError: missing 'name[, value]': test2 txt
    test 47 OSGRError: name ('value'): test1 txt
    test 48 OSGRError: missing 'name[, value]': test2 txt
    test 49 PGMError: name ('value'): test1 txt
    test 50 PGMError: missing 'name[, value]': test2 txt
    test 51 PointsError: name ('value'): test1 txt
    test 52 PointsError: missing 'name[, value]': test2 txt
    test 53 RefFrameError: name ('value'): test1 txt
    test 54 RefFrameError: missing 'name[, value]': test2 txt
    test 55 SciPyError: name ('value'): test1 txt
    test 56 SciPyError: missing 'name[, value]': test2 txt
    test 57 SciPyWarning: name ('value'): test1 txt
    test 58 SciPyWarning: missing 'name[, value]': test2 txt
    test 59 TRFError: name ('value'): test1 txt
    test 60 TRFError: missing 'name[, value]': test2 txt
    test 61 UnitError: name ('value'): test1 txt
    test 62 UnitError: missing 'name[, value]': test2 txt
    test 63 UPSError: name ('value'): test1 txt
    test 64 UPSError: missing 'name[, value]': test2 txt
    test 65 UTMError: name ('value'): test1 txt
    test 66 UTMError: missing 'name[, value]': test2 txt
    test 67 UTMUPSError: name ('value'): test1 txt
    test 68 UTMUPSError: missing 'name[, value]': test2 txt
    test 69 VectorError: name ('value'): test1 txt
    test 70 VectorError: missing 'name[, value]': test2 txt
    test 71 VincentyError: name ('value'): test1 txt
    test 72 VincentyError: missing 'name[, value]': test2 txt
    test 73 WebMercatorError: name ('value'): test1 txt
    test 74 WebMercatorError: missing 'name[, value]': test2 txt
    test 75 WGRSError: name ('value'): test1 txt
    test 76 WGRSError: missing 'name[, value]': test2 txt
    test 77 _InvalidError: zero (1): invalid
    test 78 _InvalidError: ValueError('zero (1): invalid')
    test 79 _InvalidError: zero (1) or one (2): outside
    test 80 _InvalidError: ValueError('zero (1) or one (2): outside')
    test 81 _InvalidError: zero (1) or one (2): outside
    test 82 _InvalidError: RangeError('zero (1) or one (2): outside')
    test 83 _IsnotError: _None (None) not an int or float
    test 84 _IsnotError: TypeError('_None (None) not an int or float')
    test 85 _IsnotError: _None (None) not scalar
    test 86 _IsnotError: TypeError('_None (None) not scalar')
    test 87 _IsnotError: _None (None) not scalar: invalid
    test 88 _IsnotError: LimitError('_None (None) not scalar: invalid')
    test 89 LenError: LenError(a, b, c, d) len 1 vs 2 vs 3 vs 4: invalid
    test 90 crosserrors: True
    test 91 crosserrors: False
    test 92 limiterrors: True
    test 93 limiterrors: False
    test 94 rangerrors: True
    test 95 rangerrors: False
    test 96 exception_chaining: False
    test 97 exception_chaining: None
    test 98 exception_chaining: None
    test 99 _xkwds_get: test1
    test 100 _xkwds_get: test2
    test 101 _xkwds_get: _xkwds_get({}): no name=default kwargs
    test 102 _xkwds_get: _xkwds_get({}, n1='d1', n2='d2'): multiple name=default kwargs
    test 103 _xkwds_pop: test1
    test 104 _xkwds_pop: test2
    test 105 _xkwds_pop: _xkwds_pop({}): no name=default kwargs
    test 106 _xkwds_pop: _xkwds_pop({}, n1='d1', n2='d2'): multiple name=default kwargs

    all 106 testErrors.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 5.575 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testEtm.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.etm by PyGeodesy/test/testEtm.py line 12
# lazily imported pygeodesy.ExactTransverseMercator from .etm by PyGeodesy/test/testEtm.py line 12
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testEtm.py line 105
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testEtm.py line 105

    testing testEtm.py 20.04.04 (module pygeodesy.etm 20.05.14) isLazy=3

    testExactTransverseMercator(pygeodesy.etm, 20.05.14)
    test 1 toStr: datum='WGS84', extendp=True, k0=0.9996, lon0=0.0
    test 2 easting: -59401.921148
    test 3 northing: 4472390.031129
    test 4 gamma: -0.453697
    test 5 scale: 0.999643
    test 6 lat: 40.400000
    test 7 lon: -3.700000
    test 8 gamma: -0.453697
    test 9 scale: 0.999643
    test 10 easting: -59401.921148
    test 11 northing: 4472390.031129
    test 12 gamma: -0.453697
    test 13 scale: 0.999643
    test 14 easting: 25495.511523
    test 15 northing: 4461098.320889
    test 16 gamma: 0.194038
    test 17 scale: 0.999608
    test 18 lat: 40.300000
    test 19 lon: -74.700000
    test 20 gamma: 0.194038
    test 21 scale: 0.999608
    test 22 easting: 25495.511523
    test 23 northing: 4461098.320889
    test 24 gamma: 0.194038
    test 25 scale: 0.999608
    test 26 lat: -2.00000000
    test 27 lon: 88.00000000
    test 28 gamma: 67.63332900
    test 29 scale: 26.33699547
    test 30 easting: 29735142.37835701
    test 31 northing: 4235043.60793304
    test 32 gamma: 67.63332900
    test 33 scale: 26.33699547
    test 34 copy(ExactTransverseMercator): (<class 'pygeodesy.etm.ExactTransverseMercator'>, True)
    test 35 ExactTransverseMercator.copy(): (<class 'pygeodesy.etm.ExactTransverseMercator'>, True)

    testExactTransverseMercator(pygeodesy.etm, 20.05.14)
    test 36 toStr: datum='WGS84', extendp=False, k0=0.9996, lon0=0.0
    test 37 easting: -59401.921148
    test 38 northing: 4472390.031129
    test 39 gamma: -0.453697
    test 40 scale: 0.999643
    test 41 lat: 40.400000
    test 42 lon: -3.700000
    test 43 gamma: -0.453697
    test 44 scale: 0.999643
    test 45 easting: -59401.921148
    test 46 northing: 4472390.031129
    test 47 gamma: -0.453697
    test 48 scale: 0.999643
    test 49 easting: 25495.511523
    test 50 northing: 4461098.320889
    test 51 gamma: 0.194038
    test 52 scale: 0.999608
    test 53 lat: 40.300000
    test 54 lon: -74.700000
    test 55 gamma: 0.194038
    test 56 scale: 0.999608
    test 57 easting: 25495.511523
    test 58 northing: 4461098.320889
    test 59 gamma: 0.194038
    test 60 scale: 0.999608
    test 61 lat: -2.00000000
    test 62 lon: 88.00000000
    test 63 gamma: 67.63332900
    test 64 scale: 26.33699547
    test 65 easting: -0.000
    test 66 northing: -9997964.943
    test 67 gamma: 120.000
    test 68 scale: 1.000
    test 69 lat: -90.000
    test 70 lon: 0.000
    test 71 gamma: 0.000
    test 72 scale: 1.000
    test 73 copy(ExactTransverseMercator): (<class 'pygeodesy.etm.ExactTransverseMercator'>, True)
    test 74 ExactTransverseMercator.copy(): (<class 'pygeodesy.etm.ExactTransverseMercator'>, True)

    testLatLon(pygeodesy.etm, 20.05.14)
    test 75 toEtm8: 45 S -20297797 5336899
    test 76 toUtm: 45 S -20297797 5336899
    test 77 toETM5: 45 S -20297797 5336899
    test 78 copy(Etm): (<class 'pygeodesy.etm.Etm'>, True)
    test 79 Etm.copy(): (<class 'pygeodesy.etm.Etm'>, True)

    testLatLon(pygeodesy.etm, 20.05.14)
    test 80 toEtm8: 45 S -20297797 5336899
    test 81 toUtm: 45 S -20297797 5336899
    test 82 toETM5: 45 S -20297797 5336899
    test 83 copy(Etm): (<class 'pygeodesy.etm.Etm'>, True)
    test 84 Etm.copy(): (<class 'pygeodesy.etm.Etm'>, True)

    all 84 testEtm.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 99.313 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testEtmTMcoords.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.etm by PyGeodesy/test/testEtmTMcoords.py line 18
# lazily imported pygeodesy.Etm from .etm by PyGeodesy/test/testEtmTMcoords.py line 18
# lazily imported pygeodesy.toEtm8 from .etm by PyGeodesy/test/testEtmTMcoords.py line 18

    testing testEtmTMcoords.py 19.05.23 (module pygeodesy.etm 20.05.14) isLazy=3
    test 1 line 1 toEtm8.easting: 1548706.791619
    test 2 line 1 toEtm8.northing: 8451449.198772
    test 3 line 1 toEtm8.convergence: 43.922790
    test 4 line 1 toEtm8.scale: 1.029060
    test 5 line 1 toEtm8.lat: 70.579277
    test 6 line 1 toEtm8.lon: 45.599420
    test 7 line 2 toEtm8.easting: 2624150.740929
    test 8 line 2 toEtm8.northing: 1204434.041605
    test 9 line 2 toEtm8.convergence: 4.292619
    test 10 line 2 toEtm8.scale: 1.086051
    test 11 line 2 toEtm8.lat: 10.018894
    test 12 line 2 toEtm8.lon: 23.313324
    test 13 line 3 toEtm8.easting: 9855841.232935
    test 14 line 3 toEtm8.northing: 6145496.115155
    test 15 line 3 toEtm8.convergence: 53.348315
    test 16 line 3 toEtm8.scale: 2.445098
    test 17 line 3 toEtm8.lat: 19.479896
    test 18 line 3 toEtm8.lon: 75.662049
    test 19 line 4 toEtm8.easting: 3206390.691996
    test 20 line 4 toEtm8.northing: 2650745.400406
    test 21 line 4 toEtm8.convergence: 11.666950
    test 22 line 4 toEtm8.scale: 1.129359
    test 23 line 4 toEtm8.lat: 21.072465
    test 24 line 4 toEtm8.lon: 29.828684
    test 25 line 5 toEtm8.easting: 4328154.083501
    test 26 line 5 toEtm8.northing: 749647.623690
    test 27 line 5 toEtm8.convergence: 4.024317
    test 28 line 5 toEtm8.scale: 1.240829
    test 29 line 5 toEtm8.lat: 5.458957
    test 30 line 5 toEtm8.lon: 36.385237
    test 31 line 6 toEtm8.easting: 847598.266514
    test 32 line 6 toEtm8.northing: 7947180.962440
    test 33 line 6 toEtm8.convergence: 21.639091
    test 34 line 6 toEtm8.scale: 1.008399
    test 35 line 6 toEtm8.lat: 70.175454
    test 36 line 6 toEtm8.lon: 22.865350
    test 37 line 7 toEtm8.easting: 2727657.337974
    test 38 line 7 toEtm8.northing: 8283916.696410
    test 39 line 7 toEtm8.convergence: 55.690909
    test 40 line 7 toEtm8.scale: 1.091942
    test 41 line 7 toEtm8.lat: 61.965605
    test 42 line 7 toEtm8.lon: 58.931371
    test 43 line 8 toEtm8.easting: 2331001.751890
    test 44 line 8 toEtm8.northing: 1313608.224751
    test 45 line 8 toEtm8.convergence: 4.214690
    test 46 line 8 toEtm8.scale: 1.067599
    test 47 line 8 toEtm8.lat: 11.116050
    test 48 line 8 toEtm8.lon: 20.901069
    test 49 line 9 toEtm8.easting: 6035557.239480
    test 50 line 9 toEtm8.northing: 5791770.791879
    test 51 line 9 toEtm8.convergence: 43.698170
    test 52 line 9 toEtm8.scale: 1.481260
    test 53 line 9 toEtm8.lat: 32.210543
    test 54 line 9 toEtm8.lon: 60.705849
    test 55 line 10 toEtm8.easting: 1064553.125852
    test 56 line 10 toEtm8.northing: 9417273.737208
    test 57 line 10 toEtm8.convergence: 61.100380
    test 58 line 10 toEtm8.scale: 1.013475
    test 59 line 10 toEtm8.lat: 79.187451
    test 60 line 10 toEtm8.lon: 61.532382
    test 61 line 11 toEtm8.easting: 1400137.116164
    test 62 line 11 toEtm8.northing: 9616907.017686
    test 63 line 11 toEtm8.convergence: 74.527087
    test 64 line 11 toEtm8.scale: 1.023640
    test 65 line 11 toEtm8.lat: 77.103759
    test 66 line 11 toEtm8.lon: 74.899105
    test 67 line 12 toEtm8.easting: 9860691.016626
    test 68 line 12 toEtm8.northing: 7433039.143328
    test 69 line 12 toEtm8.convergence: 65.357693
    test 70 line 12 toEtm8.scale: 2.438973
    test 71 line 12 toEtm8.lat: 21.889514
    test 72 line 12 toEtm8.lon: 80.019886
    test 73 line 13 toEtm8.easting: 8076501.833695
    test 74 line 13 toEtm8.northing: 8561614.174782
    test 75 line 13 toEtm8.convergence: 75.073393
    test 76 line 13 toEtm8.scale: 1.906202
    test 77 line 13 toEtm8.lat: 30.536296
    test 78 line 13 toEtm8.lon: 82.186178
    test 79 line 14 toEtm8.easting: 3335099.866623
    test 80 line 14 toEtm8.northing: 6740519.084015
    test 81 line 14 toEtm8.convergence: 40.611821
    test 82 line 14 toEtm8.scale: 1.139021
    test 83 line 14 toEtm8.lat: 49.990485
    test 84 line 14 toEtm8.lon: 48.203179
    test 85 line 15 toEtm8.easting: 12051574.928500
    test 86 line 15 toEtm8.northing: 6587213.051951
    test 87 line 15 toEtm8.convergence: 59.033237
    test 88 line 15 toEtm8.scale: 3.357469
    test 89 line 15 toEtm8.lat: 14.486312
    test 90 line 15 toEtm8.lon: 80.905137
    test 91 line 16 toEtm8.easting: 5387578.735298
    test 92 line 16 toEtm8.northing: 4111216.907168
    test 93 line 16 toEtm8.convergence: 27.574337
    test 94 line 16 toEtm8.scale: 1.379357
    test 95 line 16 toEtm8.lat: 25.936824
    test 96 line 16 toEtm8.lon: 49.913598
    test 97 line 17 toEtm8.easting: 2622214.380233
    test 98 line 17 toEtm8.northing: 8678923.984567
    test 99 line 17 toEtm8.convergence: 61.697275
    test 100 line 17 toEtm8.scale: 1.084810
    test 101 line 17 toEtm8.lat: 64.402196
    test 102 line 17 toEtm8.lon: 64.091395
    test 103 line 18 toEtm8.easting: 5068474.169633
    test 104 line 18 toEtm8.northing: 9492066.993709
    test 105 line 18 toEtm8.convergence: 83.156740
    test 106 line 18 toEtm8.scale: 1.329990
    test 107 line 18 toEtm8.lat: 48.451354
    test 108 line 18 toEtm8.lon: 84.856198
    test 109 line 19 toEtm8.easting: 738062.047779
    test 110 line 19 toEtm8.northing: 3031007.074116
    test 111 line 19 toEtm8.convergence: 3.416802
    test 112 line 19 toEtm8.scale: 1.006332
    test 113 line 19 toEtm8.lat: 27.203895
    test 114 line 19 toEtm8.lon: 7.440229
    test 115 line 20 toEtm8.easting: 1944413.834565
    test 116 line 20 toEtm8.northing: 9613299.224493
    test 117 line 20 toEtm8.convergence: 78.462831
    test 118 line 20 toEtm8.scale: 1.046134
    test 119 line 20 toEtm8.lat: 72.509000
    test 120 line 20 toEtm8.lon: 78.982283
    test 121 line 21 toEtm8.easting: 2114521.418406
    test 122 line 21 toEtm8.northing: 4954077.440098
    test 123 line 21 toEtm8.convergence: 17.571878
    test 124 line 21 toEtm8.scale: 1.055093
    test 125 line 21 toEtm8.lat: 41.824954
    test 126 line 21 toEtm8.lon: 25.392744
    test 127 line 22 toEtm8.easting: 620365.905090
    test 128 line 22 toEtm8.northing: 4755542.026562
    test 129 line 22 toEtm8.convergence: 5.152022
    test 130 line 22 toEtm8.scale: 1.004338
    test 131 line 22 toEtm8.lat: 42.701376
    test 132 line 22 toEtm8.lon: 7.572738
    test 133 line 23 toEtm8.easting: 263004.770989
    test 134 line 23 toEtm8.northing: 4493669.762451
    test 135 line 23 toEtm8.convergence: 2.020523
    test 136 line 23 toEtm8.scale: 1.000452
    test 137 line 23 toEtm8.lat: 40.552052
    test 138 line 23 toEtm8.lon: 3.106056
    test 139 line 24 toEtm8.easting: 3217221.739462
    test 140 line 24 toEtm8.northing: 437776.119161
    test 141 line 24 toEtm8.convergence: 1.848169
    test 142 line 24 toEtm8.scale: 1.130558
    test 143 line 24 toEtm8.lat: 3.501242
    test 144 line 24 toEtm8.lon: 27.806507
    test 145 line 25 toEtm8.easting: 14661142.444961
    test 146 line 25 toEtm8.northing: 7476100.824185
    test 147 line 25 toEtm8.convergence: 68.376669
    test 148 line 25 toEtm8.scale: 4.896650
    test 149 line 25 toEtm8.lat: 10.148715
    test 150 line 25 toEtm8.lon: 85.373768
    test 151 line 26 toEtm8.easting: 967777.158554
    test 152 line 26 toEtm8.northing: 6615684.266592
    test 153 line 26 toEtm8.convergence: 14.410044
    test 154 line 26 toEtm8.scale: 1.011100
    test 155 line 26 toEtm8.lat: 58.582623
    test 156 line 26 toEtm8.lon: 16.755558
    test 157 line 27 toEtm8.easting: 7558840.728461
    test 158 line 27 toEtm8.northing: 4144728.130764
    test 159 line 27 toEtm8.convergence: 32.557264
    test 160 line 27 toEtm8.scale: 1.791490
    test 161 line 27 toEtm8.lat: 19.793004
    test 162 line 27 toEtm8.lon: 61.746763
    test 163 line 28 toEtm8.easting: 1056008.314161
    test 164 line 28 toEtm8.northing: 9290799.692669
    test 165 line 28 toEtm8.convergence: 55.843278
    test 166 line 28 toEtm8.scale: 1.013253
    test 167 line 28 toEtm8.lat: 78.666776
    test 168 line 28 toEtm8.lon: 56.365355
    test 169 line 29 toEtm8.easting: 1943965.134687
    test 170 line 29 toEtm8.northing: 1389972.228690
    test 171 line 29 toEtm8.convergence: 3.774869
    test 172 line 29 toEtm8.scale: 1.046724
    test 173 line 29 toEtm8.lat: 11.998788
    test 174 line 29 toEtm8.lon: 17.597873
    test 175 line 30 toEtm8.easting: 5803077.072902
    test 176 line 30 toEtm8.northing: 5649957.943659
    test 177 line 30 toEtm8.convergence: 41.717943
    test 178 line 30 toEtm8.scale: 1.442572
    test 179 line 30 toEtm8.lat: 32.540378
    test 180 line 30 toEtm8.lon: 58.764613
    test 181 line 31 toEtm8.easting: 2928716.986009
    test 182 line 31 toEtm8.northing: 5731835.058317
    test 183 line 31 toEtm8.convergence: 28.538550
    test 184 line 31 toEtm8.scale: 1.106780
    test 185 line 31 toEtm8.lat: 45.160356
    test 186 line 31 toEtm8.lon: 37.465285
    test 187 line 32 toEtm8.easting: 326141.975756
    test 188 line 32 toEtm8.northing: 8881325.164543
    test 189 line 32 toEtm8.convergence: 16.111415
    test 190 line 32 toEtm8.scale: 1.000900
    test 191 line 32 toEtm8.lat: 79.584190
    test 192 line 32 toEtm8.lon: 16.367006
    test 193 line 33 toEtm8.easting: 3933015.267450
    test 194 line 33 toEtm8.northing: 7932373.909512
    test 195 line 33 toEtm8.convergence: 58.577424
    test 196 line 33 toEtm8.scale: 1.194811
    test 197 line 33 toEtm8.lat: 52.470664
    test 198 line 33 toEtm8.lon: 64.125580
    test 199 line 34 toEtm8.easting: 8598926.983213
    test 200 line 34 toEtm8.northing: 6214135.167503
    test 201 line 34 toEtm8.convergence: 52.612878
    test 202 line 34 toEtm8.scale: 2.051367
    test 203 line 34 toEtm8.lat: 23.702673
    test 204 line 34 toEtm8.lon: 72.630363
    test 205 line 35 toEtm8.easting: 6620553.333772
    test 206 line 35 toEtm8.northing: 6540527.122948
    test 207 line 35 toEtm8.convergence: 52.350140
    test 208 line 35 toEtm8.scale: 1.586614
    test 209 line 35 toEtm8.lat: 32.603520
    test 210 line 35 toEtm8.lon: 67.280123
    test 211 line 36 toEtm8.easting: 1515136.758292
    test 212 line 36 toEtm8.northing: 3858996.087537
    test 213 line 36 toEtm8.convergence: 9.225127
    test 214 line 36 toEtm8.scale: 1.028029
    test 215 line 36 toEtm8.lat: 33.776224
    test 216 line 36 toEtm8.lon: 16.280993
    test 217 line 37 toEtm8.easting: 479854.373445
    test 218 line 37 toEtm8.northing: 8980501.389896
    test 219 line 37 toEtm8.convergence: 25.021222
    test 220 line 37 toEtm8.scale: 1.002415
    test 221 line 37 toEtm8.lat: 79.932747
    test 222 line 37 toEtm8.lon: 25.363622
    test 223 line 38 toEtm8.easting: 5243446.564940
    test 224 line 38 toEtm8.northing: 140657.213960
    test 225 line 38 toEtm8.convergence: 0.862817
    test 226 line 38 toEtm8.scale: 1.360358
    test 227 line 38 toEtm8.lat: 0.935056
    test 228 line 38 toEtm8.lon: 42.538824
    test 229 line 39 toEtm8.easting: 12806457.923218
    test 230 line 39 toEtm8.northing: 7170118.684675
    test 231 line 39 toEtm8.convergence: 64.708921
    test 232 line 39 toEtm8.scale: 3.740588
    test 233 line 39 toEtm8.lat: 13.490862
    test 234 line 39 toEtm8.lon: 83.178380
    test 235 line 40 toEtm8.easting: 1202993.459158
    test 236 line 40 toEtm8.northing: 5557316.053599
    test 237 line 40 toEtm8.convergence: 12.579061
    test 238 line 40 toEtm8.scale: 1.017426
    test 239 line 40 toEtm8.lat: 48.979057
    test 240 line 40 toEtm8.lon: 16.474542
    test 241 line 41 toEtm8.easting: 1729088.710196
    test 242 line 41 toEtm8.northing: 7770874.289954
    test 243 line 41 toEtm8.convergence: 36.021783
    test 244 line 41 toEtm8.scale: 1.036397
    test 245 line 41 toEtm8.lat: 65.036016
    test 246 line 41 toEtm8.lon: 38.729091
    test 247 line 42 toEtm8.easting: 2437301.517425
    test 248 line 42 toEtm8.northing: 5539327.748318
    test 249 line 42 toEtm8.convergence: 23.461879
    test 250 line 42 toEtm8.scale: 1.073459
    test 251 line 42 toEtm8.lat: 45.510091
    test 252 line 42 toEtm8.lon: 31.303729
    test 253 line 43 toEtm8.easting: 3647186.135066
    test 254 line 43 toEtm8.northing: 2086412.330983
    test 255 line 43 toEtm8.convergence: 10.023991
    test 256 line 43 toEtm8.scale: 1.168707
    test 257 line 43 toEtm8.lat: 16.058010
    test 258 line 43 toEtm8.lon: 32.520026
    test 259 line 44 toEtm8.easting: 1818497.243556
    test 260 line 44 toEtm8.northing: 4275471.745057
    test 261 line 44 toEtm8.convergence: 12.499656
    test 262 line 44 toEtm8.scale: 1.040604
    test 263 line 44 toEtm8.lat: 36.845200
    test 264 line 44 toEtm8.lon: 20.282283
    test 265 line 45 toEtm8.easting: 3751304.113783
    test 266 line 45 toEtm8.northing: 5130454.001592
    test 267 line 45 toEtm8.convergence: 28.959707
    test 268 line 45 toEtm8.scale: 1.177681
    test 269 line 45 toEtm8.lat: 37.865481
    test 270 line 45 toEtm8.lon: 41.990402
    test 271 line 46 toEtm8.easting: 2616733.138544
    test 272 line 46 toEtm8.northing: 394644.463815
    test 273 line 46 toEtm8.convergence: 1.390425
    test 274 line 46 toEtm8.scale: 1.085595
    test 275 line 46 toEtm8.lat: 3.287272
    test 276 line 46 toEtm8.lon: 22.917604
    test 277 line 47 toEtm8.easting: 1756506.573942
    test 278 line 47 toEtm8.northing: 5570393.986394
    test 279 line 47 toEtm8.convergence: 17.897894
    test 280 line 47 toEtm8.scale: 1.037732
    test 281 line 47 toEtm8.lat: 47.813686
    test 282 line 47 toEtm8.lon: 23.545092
    test 283 line 48 toEtm8.easting: 8752461.894711
    test 284 line 48 toEtm8.northing: 6087728.152284
    test 285 line 48 toEtm8.convergence: 51.628465
    test 286 line 48 toEtm8.scale: 2.095465
    test 287 line 48 toEtm8.lat: 22.836853
    test 288 line 48 toEtm8.lon: 72.604385
    test 289 line 49 toEtm8.easting: 1309272.216432
    test 290 line 49 toEtm8.northing: 59520.028899
    test 291 line 49 toEtm8.convergence: 0.109069
    test 292 line 49 toEtm8.scale: 1.020897
    test 293 line 49 toEtm8.lat: 0.527262
    test 294 line 49 toEtm8.lon: 11.684209
    test 295 line 50 toEtm8.easting: 328652.277129
    test 296 line 50 toEtm8.northing: 2233043.958874
    test 297 line 50 toEtm8.convergence: 1.084863
    test 298 line 50 toEtm8.scale: 1.000935
    test 299 line 50 toEtm8.lat: 20.166742
    test 300 line 50 toEtm8.lon: 3.143948
    test 301 line 51 toEtm8.easting: 8637959.716447
    test 302 line 51 toEtm8.northing: 9190635.156031
    test 303 line 51 toEtm8.convergence: 81.802563
    test 304 line 51 toEtm8.scale: 2.054329
    test 305 line 51 toEtm8.lat: 28.604629
    test 306 line 51 toEtm8.lon: 85.988721
    test 307 line 52 toEtm8.easting: 8548521.455147
    test 308 line 52 toEtm8.northing: 9172410.943282
    test 309 line 52 toEtm8.convergence: 81.583928
    test 310 line 52 toEtm8.scale: 2.029641
    test 311 line 52 toEtm8.lat: 28.984048
    test 312 line 52 toEtm8.lon: 85.833448
    test 313 line 53 toEtm8.easting: 796987.281104
    test 314 line 53 toEtm8.northing: 7677446.357675
    test 315 line 53 toEtm8.convergence: 18.084472
    test 316 line 53 toEtm8.scale: 1.007381
    test 317 line 53 toEtm8.lat: 68.071020
    test 318 line 53 toEtm8.lon: 19.392823
    test 319 line 54 toEtm8.easting: 3291036.496762
    test 320 line 54 toEtm8.northing: 9513199.600666
    test 321 line 54 toEtm8.convergence: 80.890254
    test 322 line 54 toEtm8.scale: 1.134826
    test 323 line 54 toEtm8.lat: 61.416576
    test 324 line 54 toEtm8.lon: 81.981611
    test 325 line 55 toEtm8.easting: 7087225.330906
    test 326 line 55 toEtm8.northing: 8382823.855822
    test 327 line 55 toEtm8.convergence: 72.253756
    test 328 line 55 toEtm8.scale: 1.678070
    test 329 line 55 toEtm8.lat: 35.074753
    test 330 line 55 toEtm8.lon: 79.496003
    test 331 line 56 toEtm8.easting: 5090358.125724
    test 332 line 56 toEtm8.northing: 4318294.133489
    test 333 line 56 toEtm8.convergence: 28.266280
    test 334 line 56 toEtm8.scale: 1.336264
    test 335 line 56 toEtm8.lat: 28.078790
    test 336 line 56 toEtm8.lon: 48.684350
    test skipped (1): line 57 toEtm8.'84.986930137199 2.067177857261 20163.0752214330146 9438635.9888499043815 2.059277291707588222 .99960496589466017622'
    test 337 line 58 toEtm8.easting: 3447670.550785
    test 338 line 58 toEtm8.northing: 3680238.888223
    test 339 line 58 toEtm8.convergence: 17.934948
    test 340 line 58 toEtm8.scale: 1.149831
    test 341 line 58 toEtm8.lat: 28.473948
    test 342 line 58 toEtm8.lon: 34.127306
    test 343 line 59 toEtm8.easting: 3396522.906798
    test 344 line 59 toEtm8.northing: 8093659.687593
    test 345 line 59 toEtm8.convergence: 57.747117
    test 346 line 59 toEtm8.scale: 1.144006
    test 347 line 59 toEtm8.lat: 56.629354
    test 348 line 59 toEtm8.lon: 62.196474
    test 349 line 60 toEtm8.easting: 11249894.100784
    test 350 line 60 toEtm8.northing: 1619226.506299
    test 351 line 60 toEtm8.convergence: 14.210358
    test 352 line 60 toEtm8.scale: 3.048347
    test 353 line 60 toEtm8.lat: 4.747762
    test 354 line 60 toEtm8.lon: 70.932555
    test 355 line 61 toEtm8.easting: 6808805.230950
    test 356 line 61 toEtm8.northing: 8044779.777369
    test 357 line 61 toEtm8.convergence: 68.242008
    test 358 line 61 toEtm8.scale: 1.621464
    test 359 line 61 toEtm8.lat: 35.882113
    test 360 line 61 toEtm8.lon: 76.741849
    test 361 line 62 toEtm8.easting: 2306021.556506
    test 362 line 62 toEtm8.northing: 757191.592866
    test 363 line 62 toEtm8.convergence: 2.385686
    test 364 line 62 toEtm8.scale: 1.066159
    test 365 line 62 toEtm8.lat: 6.420705
    test 366 line 62 toEtm8.lon: 20.416028
    test 367 line 63 toEtm8.easting: 1547406.313862
    test 368 line 63 toEtm8.northing: 6048712.751824
    test 369 line 63 toEtm8.convergence: 18.474372
    test 370 line 63 toEtm8.scale: 1.029123
    test 371 line 63 toEtm8.lat: 52.335248
    test 372 line 63 toEtm8.lon: 22.879294
    test 373 line 64 toEtm8.easting: 2430467.650383
    test 374 line 64 toEtm8.northing: 7557167.613972
    test 375 line 64 toEtm8.convergence: 42.110021
    test 376 line 64 toEtm8.scale: 1.072759
    test 377 line 64 toEtm8.lat: 59.846391
    test 378 line 64 toEtm8.lon: 46.262536
    test 379 line 65 toEtm8.easting: 2334053.905830
    test 380 line 65 toEtm8.northing: 1948076.966582
    test 381 line 65 toEtm8.convergence: 6.353185
    test 382 line 65 toEtm8.scale: 1.067733
    test 383 line 65 toEtm8.lat: 16.461790
    test 384 line 65 toEtm8.lon: 21.433269
    test 385 line 66 toEtm8.easting: 5564175.186737
    test 386 line 66 toEtm8.northing: 1836851.660412
    test 387 line 66 toEtm8.convergence: 11.870682
    test 388 line 66 toEtm8.scale: 1.408265
    test 389 line 66 toEtm8.lat: 11.707905
    test 390 line 66 toEtm8.lon: 45.827075
    test 391 line 67 toEtm8.easting: 6118505.590359
    test 392 line 67 toEtm8.northing: 7631684.552421
    test 393 line 67 toEtm8.convergence: 62.477323
    test 394 line 67 toEtm8.scale: 1.493420
    test 395 line 67 toEtm8.lat: 38.519075
    test 396 line 67 toEtm8.lon: 71.935918
    test 397 line 68 toEtm8.easting: 7365359.294665
    test 398 line 68 toEtm8.northing: 8818194.451531
    test 399 line 68 toEtm8.convergence: 77.207042
    test 400 line 68 toEtm8.scale: 1.737639
    test 401 line 68 toEtm8.lat: 34.264007
    test 402 line 68 toEtm8.lon: 82.647878
    test 403 line 69 toEtm8.easting: 36187.342415
    test 404 line 69 toEtm8.northing: 2142565.324802
    test 405 line 69 toEtm8.convergence: 0.114334
    test 406 line 69 toEtm8.scale: 0.999616
    test 407 line 69 toEtm8.lat: 19.376880
    test 408 line 69 toEtm8.lon: 0.344605
    test 409 line 70 toEtm8.easting: 2380328.546851
    test 410 line 70 toEtm8.northing: 8440109.872384
    test 411 line 70 toEtm8.convergence: 55.076067
    test 412 line 70 toEtm8.scale: 1.069658
    test 413 line 70 toEtm8.lat: 65.075805
    test 414 line 70 toEtm8.lon: 57.653438
    test 415 line 71 toEtm8.easting: 582511.608826
    test 416 line 71 toEtm8.northing: 8876047.217071
    test 417 line 71 toEtm8.convergence: 27.133300
    test 418 line 71 toEtm8.scale: 1.003749
    test 419 line 71 toEtm8.lat: 78.691870
    test 420 line 71 toEtm8.lon: 27.591736
    test 421 line 72 toEtm8.easting: 899441.350477
    test 422 line 72 toEtm8.northing: 4582046.430516
    test 423 line 72 toEtm8.convergence: 7.031211
    test 424 line 72 toEtm8.scale: 1.009573
    test 425 line 72 toEtm8.lat: 40.893022
    test 426 line 72 toEtm8.lon: 10.668804
    test 427 line 73 toEtm8.easting: 5022485.124337
    test 428 line 73 toEtm8.northing: 9741774.933721
    test 429 line 73 toEtm8.convergence: 86.505947
    test 430 line 73 toEtm8.scale: 1.323700
    test 431 line 73 toEtm8.lat: 48.914279
    test 432 line 73 toEtm8.lon: 87.359268
    test 433 line 74 toEtm8.easting: 6701004.587204
    test 434 line 74 toEtm8.northing: 2954368.258231
    test 435 line 74 toEtm8.convergence: 21.560153
    test 436 line 74 toEtm8.scale: 1.608554
    test 437 line 74 toEtm8.lat: 16.208377
    test 438 line 74 toEtm8.lon: 54.494282
    test 439 line 75 toEtm8.easting: 454986.218897
    test 440 line 75 toEtm8.northing: 4885087.887884
    test 441 line 75 toEtm8.convergence: 3.945648
    test 442 line 75 toEtm8.scale: 1.002147
    test 443 line 75 toEtm8.lat: 43.977936
    test 444 line 75 toEtm8.lon: 5.672541
    test 445 line 76 toEtm8.easting: 8903956.140311
    test 446 line 76 toEtm8.northing: 8470608.577482
    test 447 line 76 toEtm8.convergence: 74.723116
    test 448 line 76 toEtm8.scale: 2.131311
    test 449 line 76 toEtm8.lat: 26.850861
    test 450 line 76 toEtm8.lon: 82.834480
    test 451 line 77 toEtm8.easting: 1547627.594741
    test 452 line 77 toEtm8.northing: 6036584.538347
    test 453 line 77 toEtm8.convergence: 18.407629
    test 454 line 77 toEtm8.scale: 1.029132
    test 455 line 77 toEtm8.lat: 52.234165
    test 456 line 77 toEtm8.lon: 22.827655
    test 457 line 78 toEtm8.easting: 5221488.778597
    test 458 line 78 toEtm8.northing: 1762592.044392
    test 459 line 78 toEtm8.convergence: 10.927880
    test 460 line 78 toEtm8.scale: 1.356721
    test 461 line 78 toEtm8.lat: 11.674646
    test 462 line 78 toEtm8.lon: 43.500147
    test 463 line 79 toEtm8.easting: 4880570.297161
    test 464 line 79 toEtm8.northing: 3325433.988867
    test 465 line 79 toEtm8.convergence: 20.469862
    test 466 line 79 toEtm8.scale: 1.308476
    test 467 line 79 toEtm8.lat: 22.492753
    test 468 line 79 toEtm8.lon: 44.179153
    test 469 line 80 toEtm8.easting: 23930680.082694
    test 470 line 80 toEtm8.northing: 7491462.099038
    test 471 line 80 toEtm8.convergence: 75.937628
    test 472 line 80 toEtm8.scale: 15.556365
    test 473 line 80 toEtm8.lat: 0.910999
    test 474 line 80 toEtm8.lon: 88.548823
    test 475 line 81 toEtm8.easting: 71519.450458
    test 476 line 81 toEtm8.northing: 3654740.444852
    test 477 line 81 toEtm8.convergence: 0.417448
    test 478 line 81 toEtm8.scale: 0.999663
    test 479 line 81 toEtm8.lat: 33.028802
    test 480 line 81 toEtm8.lon: 0.765843
    test 481 line 82 toEtm8.easting: 4152797.795220
    test 482 line 82 toEtm8.northing: 7823098.502751
    test 483 line 82 toEtm8.convergence: 58.238901
    test 484 line 82 toEtm8.scale: 1.218052
    test 485 line 82 toEtm8.lat: 50.649195
    test 486 line 82 toEtm8.lon: 64.389076
    test 487 line 83 toEtm8.easting: 2926725.707639
    test 488 line 83 toEtm8.northing: 7904918.072844
    test 489 line 83 toEtm8.convergence: 51.592748
    test 490 line 83 toEtm8.scale: 1.106206
    test 491 line 83 toEtm8.lat: 58.820640
    test 492 line 83 toEtm8.lon: 55.841048
    test 493 line 84 toEtm8.easting: 1325509.113869
    test 494 line 84 toEtm8.northing: 9675214.948213
    test 495 line 84 toEtm8.convergence: 76.116213
    test 496 line 84 toEtm8.scale: 1.021136
    test 497 line 84 toEtm8.lat: 77.865762
    test 498 line 84 toEtm8.lon: 76.414618
    test 499 line 85 toEtm8.easting: 3045296.448926
    test 500 line 85 toEtm8.northing: 542153.443280
    test 501 line 85 toEtm8.convergence: 2.185095
    test 502 line 85 toEtm8.scale: 1.116664
    test 503 line 85 toEtm8.lat: 4.389639
    test 504 line 85 toEtm8.lon: 26.458976
    test 505 line 86 toEtm8.easting: 11843870.887518
    test 506 line 86 toEtm8.northing: 5912803.073343
    test 507 line 86 toEtm8.convergence: 52.814259
    test 508 line 86 toEtm8.scale: 3.267256
    test 509 line 86 toEtm8.lat: 13.924448
    test 510 line 86 toEtm8.lon: 79.017873
    test 511 line 87 toEtm8.easting: 8891099.704936
    test 512 line 87 toEtm8.northing: 162160.142227
    test 513 line 87 toEtm8.convergence: 1.312094
    test 514 line 87 toEtm8.scale: 2.157363
    test 515 line 87 toEtm8.lat: 0.679713
    test 516 line 87 toEtm8.lon: 62.036792
    test 517 line 88 toEtm8.easting: 4784814.214449
    test 518 line 88 toEtm8.northing: 2984497.432580
    test 519 line 88 toEtm8.convergence: 17.946545
    test 520 line 88 toEtm8.scale: 1.296116
    test 521 line 88 toEtm8.lat: 20.478281
    test 522 line 88 toEtm8.lon: 42.678234
    test 523 line 89 toEtm8.easting: 1772074.682154
    test 524 line 89 toEtm8.northing: 9491552.560143
    test 525 line 89 toEtm8.convergence: 73.634830
    test 526 line 89 toEtm8.scale: 1.038202
    test 527 line 89 toEtm8.lat: 73.695703
    test 528 line 89 toEtm8.lon: 74.259097
    test 529 line 90 toEtm8.easting: 1907649.782106
    test 530 line 90 toEtm8.northing: 6994232.429379
    test 531 line 90 toEtm8.convergence: 29.718929
    test 532 line 90 toEtm8.scale: 1.044503
    test 533 line 90 toEtm8.lat: 58.569370
    test 534 line 90 toEtm8.lon: 33.777549
    test 535 line 91 toEtm8.easting: 2084423.818962
    test 536 line 91 toEtm8.northing: 2211816.035619
    test 537 line 91 toEtm8.convergence: 6.556448
    test 538 line 91 toEtm8.scale: 1.053793
    test 539 line 91 toEtm8.lat: 18.933881
    test 540 line 91 toEtm8.lon: 19.492695
    test 541 line 92 toEtm8.easting: 1064373.671729
    test 542 line 92 toEtm8.northing: 7812482.547461
    test 543 line 92 toEtm8.convergence: 24.874124
    test 544 line 92 toEtm8.scale: 1.013490
    test 545 line 92 toEtm8.lat: 68.317934
    test 546 line 92 toEtm8.lon: 26.515687
    test 547 line 93 toEtm8.easting: 4770385.479297
    test 548 line 93 toEtm8.northing: 9734318.902980
    test 549 line 93 toEtm8.convergence: 86.273119
    test 550 line 93 toEtm8.scale: 1.290553
    test 551 line 93 toEtm8.lat: 50.641941
    test 552 line 93 toEtm8.lon: 87.111557
    test 553 line 94 toEtm8.easting: 6398096.677297
    test 554 line 94 toEtm8.northing: 4410894.752104
    test 555 line 94 toEtm8.convergence: 32.558023
    test 556 line 94 toEtm8.scale: 1.548004
    test 557 line 94 toEtm8.lat: 24.411298
    test 558 line 94 toEtm8.lon: 56.881823
    test 559 line 95 toEtm8.easting: 3138623.300415
    test 560 line 95 toEtm8.northing: 3082960.600798
    test 561 line 95 toEtm8.convergence: 13.557672
    test 562 line 95 toEtm8.scale: 1.123724
    test 563 line 95 toEtm8.lat: 24.571871
    test 564 line 95 toEtm8.lon: 30.073097
    test 565 line 96 toEtm8.easting: 2748325.794651
    test 566 line 96 toEtm8.northing: 4202811.912668
    test 567 line 96 toEtm8.convergence: 17.578706
    test 568 line 96 toEtm8.scale: 1.094102
    test 569 line 96 toEtm8.lat: 34.202576
    test 570 line 96 toEtm8.lon: 29.383166
    test 571 line 97 toEtm8.easting: 6677830.630367
    test 572 line 97 toEtm8.northing: 5350071.837395
    test 573 line 97 toEtm8.convergence: 41.306641
    test 574 line 97 toEtm8.scale: 1.599774
    test 575 line 97 toEtm8.lat: 27.756285
    test 576 line 97 toEtm8.lon: 61.881905
    test 577 line 98 toEtm8.easting: 5941536.667431
    test 578 line 98 toEtm8.northing: 3293112.175140
    test 579 line 98 toEtm8.convergence: 22.752845
    test 580 line 98 toEtm8.scale: 1.468473
    test 581 line 98 toEtm8.lat: 19.742270
    test 582 line 98 toEtm8.lon: 50.957821
    test 583 line 99 toEtm8.easting: 3152481.792567
    test 584 line 99 toEtm8.northing: 5903048.837978
    test 585 line 99 toEtm8.convergence: 31.494606
    test 586 line 99 toEtm8.scale: 1.124085
    test 587 line 99 toEtm8.lat: 45.453582
    test 588 line 99 toEtm8.lon: 40.659833
    test 589 line 100 toEtm8.easting: 10460475.897730
    test 590 line 100 toEtm8.northing: 2553463.624391
    test 591 line 100 toEtm8.convergence: 21.965869
    test 592 line 100 toEtm8.scale: 2.700296
    test 593 line 100 toEtm8.lat: 8.322144
    test 594 line 100 toEtm8.lon: 69.488157
    test 595 line 101 toEtm8.easting: 1964010.778021
    test 596 line 101 toEtm8.northing: 5634042.923056
    test 597 line 101 toEtm8.convergence: 20.117800
    test 598 line 101 toEtm8.scale: 1.047344
    test 599 line 101 toEtm8.lat: 47.749831
    test 600 line 101 toEtm8.lon: 26.322002
    test 601 line 102 toEtm8.easting: 2065306.424934
    test 602 line 102 toEtm8.northing: 2135008.468651
    test 603 line 102 toEtm8.convergence: 6.258981
    test 604 line 102 toEtm8.scale: 1.052800
    test 605 line 102 toEtm8.lat: 18.297493
    test 606 line 102 toEtm8.lon: 19.244669
    test 607 line 103 toEtm8.easting: 5127738.132976
    test 608 line 103 toEtm8.northing: 6793804.304411
    test 609 line 103 toEtm8.convergence: 50.557915
    test 610 line 103 toEtm8.scale: 1.339412
    test 611 line 103 toEtm8.lat: 40.834541
    test 612 line 103 toEtm8.lon: 61.650750
    test 613 line 104 toEtm8.easting: 8385525.148166
    test 614 line 104 toEtm8.northing: 6924932.344306
    test 615 line 104 toEtm8.convergence: 59.087561
    test 616 line 104 toEtm8.scale: 1.990364
    test 617 line 104 toEtm8.lat: 26.273247
    test 618 line 104 toEtm8.lon: 74.926694
    test 619 line 105 toEtm8.easting: 2297510.791909
    test 620 line 105 toEtm8.northing: 2805666.962834
    test 621 line 105 toEtm8.convergence: 9.301553
    test 622 line 105 toEtm8.scale: 1.065508
    test 623 line 105 toEtm8.lat: 23.698347
    test 624 line 105 toEtm8.lon: 22.155657
    test 625 line 106 toEtm8.easting: 13749544.917635
    test 626 line 106 toEtm8.northing: 8288728.384650
    test 627 line 106 toEtm8.convergence: 75.033970
    test 628 line 106 toEtm8.scale: 4.270588
    test 629 line 106 toEtm8.lat: 12.364113
    test 630 line 106 toEtm8.lon: 86.348578
    test 631 line 107 toEtm8.easting: 317518.455546
    test 632 line 107 toEtm8.northing: 1097517.583745
    test 633 line 107 toEtm8.convergence: 0.499004
    test 634 line 107 toEtm8.scale: 1.000848
    test 635 line 107 toEtm8.lat: 9.916091
    test 636 line 107 toEtm8.lon: 2.895277
    test 637 line 108 toEtm8.easting: 3856035.184888
    test 638 line 108 toEtm8.northing: 9141364.450290
    test 639 line 108 toEtm8.convergence: 75.972763
    test 640 line 108 toEtm8.scale: 1.186786
    test 641 line 108 toEtm8.lat: 56.553876
    test 642 line 108 toEtm8.lon: 78.215077
    test 643 line 109 toEtm8.easting: 1457484.942823
    test 644 line 109 toEtm8.northing: 9385297.101973
    test 645 line 109 toEtm8.convergence: 66.784662
    test 646 line 109 toEtm8.scale: 1.025660
    test 647 line 109 toEtm8.lat: 75.957631
    test 648 line 109 toEtm8.lon: 67.407383
    test 649 line 110 toEtm8.easting: 1304934.901841
    test 650 line 110 toEtm8.northing: 3604655.155715
    test 651 line 110 toEtm8.convergence: 7.343989
    test 652 line 110 toEtm8.scale: 1.020672
    test 653 line 110 toEtm8.lat: 31.826531
    test 654 line 110 toEtm8.lon: 13.731050
    test 655 line 111 toEtm8.easting: 1399093.491792
    test 656 line 111 toEtm8.northing: 8314607.120342
    test 657 line 111 toEtm8.convergence: 38.630161
    test 658 line 111 toEtm8.scale: 1.023625
    test 659 line 111 toEtm8.lat: 70.542985
    test 660 line 111 toEtm8.lon: 40.282055
    test 661 line 112 toEtm8.easting: 356983.618540
    test 662 line 112 toEtm8.northing: 4282309.048994
    test 663 line 112 toEtm8.convergence: 2.561485
    test 664 line 112 toEtm8.scale: 1.001170
    test 665 line 112 toEtm8.lat: 38.617487
    test 666 line 112 toEtm8.lon: 4.099838
    test 667 line 113 toEtm8.easting: 9952911.325091
    test 668 line 113 toEtm8.northing: 1510288.212229
    test 669 line 113 toEtm8.convergence: 12.752154
    test 670 line 113 toEtm8.scale: 2.511357
    test 671 line 113 toEtm8.lat: 5.389447
    test 672 line 113 toEtm8.lon: 66.729612
    test 673 line 114 toEtm8.easting: 6367592.504007
    test 674 line 114 toEtm8.northing: 1200437.077672
    test 675 line 114 toEtm8.convergence: 8.338041
    test 676 line 114 toEtm8.scale: 1.546210
    test 677 line 114 toEtm8.lat: 6.995168
    test 678 line 114 toEtm8.lon: 50.014763
    test 679 line 115 toEtm8.easting: 4391263.676460
    test 680 line 115 toEtm8.northing: 6325455.989408
    test 681 line 115 toEtm8.convergence: 42.653541
    test 682 line 115 toEtm8.scale: 1.245560
    test 683 line 115 toEtm8.lat: 42.321894
    test 684 line 115 toEtm8.lon: 53.784040
    test 685 line 116 toEtm8.easting: 6209880.527527
    test 686 line 116 toEtm8.northing: 2154754.449747
    test 687 line 116 toEtm8.convergence: 14.919512
    test 688 line 116 toEtm8.scale: 1.516560
    test 689 line 116 toEtm8.lat: 12.698515
    test 690 line 116 toEtm8.lon: 50.242047
    test 691 line 117 toEtm8.easting: 1507053.688772
    test 692 line 117 toEtm8.northing: 6261383.513280
    test 693 line 117 toEtm8.convergence: 19.280373
    test 694 line 117 toEtm8.scale: 1.027584
    test 695 line 117 toEtm8.lat: 54.207636
    test 696 line 117 toEtm8.lon: 23.325731
    test 697 line 118 toEtm8.easting: 8332725.003777
    test 698 line 118 toEtm8.northing: 3002712.329753
    test 699 line 118 toEtm8.convergence: 24.059212
    test 700 line 118 toEtm8.scale: 1.990450
    test 701 line 118 toEtm8.lat: 13.224787
    test 702 line 118 toEtm8.lon: 62.426698
    test 703 line 119 toEtm8.easting: 3958910.085235
    test 704 line 119 toEtm8.northing: 3462284.926102
    test 705 line 119 toEtm8.convergence: 18.546398
    test 706 line 119 toEtm8.scale: 1.199351
    test 707 line 119 toEtm8.lat: 25.650282
    test 708 line 119 toEtm8.lon: 37.710391
    test 709 line 120 toEtm8.easting: 10452892.282083
    test 710 line 120 toEtm8.northing: 8000059.605114
    test 711 line 120 toEtm8.convergence: 71.075240
    test 712 line 120 toEtm8.scale: 2.650111
    test 713 line 120 toEtm8.lat: 20.684773
    test 714 line 120 toEtm8.lon: 82.849734
    test 715 line 121 toEtm8.easting: 496148.253731
    test 716 line 121 toEtm8.northing: 6388503.365043
    test 717 line 121 toEtm8.convergence: 6.970955
    test 718 line 121 toEtm8.scale: 1.002620
    test 719 line 121 toEtm8.lat: 57.367533
    test 720 line 121 toEtm8.lon: 8.260866
    test 721 line 122 toEtm8.easting: 7375792.085850
    test 722 line 122 toEtm8.northing: 5544624.072155
    test 723 line 122 toEtm8.convergence: 44.510851
    test 724 line 122 toEtm8.scale: 1.745898
    test 725 line 122 toEtm8.lat: 25.958757
    test 726 line 122 toEtm8.lon: 65.760477
    test 727 line 123 toEtm8.easting: 2826258.041979
    test 728 line 123 toEtm8.northing: 5167759.816959
    test 729 line 123 toEtm8.convergence: 23.783897
    test 730 line 123 toEtm8.scale: 1.099415
    test 731 line 123 toEtm8.lat: 41.395848
    test 732 line 123 toEtm8.lon: 33.661790
    test 733 line 124 toEtm8.easting: 3958563.378851
    test 734 line 124 toEtm8.northing: 8499923.231243
    test 735 line 124 toEtm8.convergence: 66.570945
    test 736 line 124 toEtm8.scale: 1.197296
    test 737 line 124 toEtm8.lat: 54.266617
    test 738 line 124 toEtm8.lon: 70.602199
    test 739 line 125 toEtm8.easting: 4408189.533462
    test 740 line 125 toEtm8.northing: 8046312.003642
    test 741 line 125 toEtm8.convergence: 62.216959
    test 742 line 125 toEtm8.scale: 1.246750
    test 743 line 125 toEtm8.lat: 49.840393
    test 744 line 125 toEtm8.lon: 68.036728
    test 745 line 126 toEtm8.easting: 3629225.627512
    test 746 line 126 toEtm8.northing: 6371258.454645
    test 747 line 126 toEtm8.convergence: 38.881675
    test 748 line 126 toEtm8.scale: 1.165511
    test 749 line 126 toEtm8.lat: 46.306035
    test 750 line 126 toEtm8.lon: 48.085828
    test 751 line 127 toEtm8.easting: 602838.450710
    test 752 line 127 toEtm8.northing: 4851370.637205
    test 753 line 127 toEtm8.convergence: 5.160395
    test 754 line 127 toEtm8.scale: 1.004073
    test 755 line 127 toEtm8.lat: 43.570988
    test 756 line 127 toEtm8.lon: 7.464494
    test 757 line 128 toEtm8.easting: 764616.665051
    test 758 line 128 toEtm8.northing: 2164299.337945
    test 759 line 128 toEtm8.convergence: 2.429300
    test 760 line 128 toEtm8.scale: 1.006835
    test 761 line 128 toEtm8.lat: 19.427290
    test 762 line 128 toEtm8.lon: 7.268247
    test 763 line 129 toEtm8.easting: 5048953.021931
    test 764 line 129 toEtm8.northing: 1885974.057398
    test 765 line 129 toEtm8.convergence: 11.459804
    test 766 line 129 toEtm8.scale: 1.332207
    test 767 line 129 toEtm8.lat: 12.713794
    test 768 line 129 toEtm8.lon: 42.507018
    test 769 line 130 toEtm8.easting: 2293996.601155
    test 770 line 130 toEtm8.northing: 2392408.644221
    test 771 line 130 toEtm8.convergence: 7.791838
    test 772 line 130 toEtm8.scale: 1.065348
    test 773 line 130 toEtm8.lat: 20.238782
    test 774 line 130 toEtm8.lon: 21.566068
    test 775 line 131 toEtm8.easting: 1530603.839418
    test 776 line 131 toEtm8.northing: 7287841.459898
    test 777 line 131 toEtm8.convergence: 27.502921
    test 778 line 131 toEtm8.scale: 1.028416
    test 779 line 131 toEtm8.lat: 62.367847
    test 780 line 131 toEtm8.lon: 30.438849
    test 781 line 132 toEtm8.easting: 2660000.093152
    test 782 line 132 toEtm8.northing: 5161982.213248
    test 783 line 132 toEtm8.convergence: 22.629836
    test 784 line 132 toEtm8.scale: 1.087851
    test 785 line 132 toEtm8.lat: 41.891569
    test 786 line 132 toEtm8.lon: 31.959547
    test 787 line 133 toEtm8.easting: 5037478.329414
    test 788 line 133 toEtm8.northing: 8768172.379908
    test 789 line 133 toEtm8.convergence: 73.511182
    test 790 line 133 toEtm8.scale: 1.325919
    test 791 line 133 toEtm8.lat: 47.664248
    test 792 line 133 toEtm8.lon: 77.630062
    test 793 line 134 toEtm8.easting: 2289650.957799
    test 794 line 134 toEtm8.northing: 8784328.593607
    test 795 line 134 toEtm8.convergence: 60.786067
    test 796 line 134 toEtm8.scale: 1.064346
    test 797 line 134 toEtm8.lat: 67.259559
    test 798 line 134 toEtm8.lon: 62.715293
    test 799 line 135 toEtm8.easting: 647913.889744
    test 800 line 135 toEtm8.northing: 6742382.228217
    test 801 line 135 toEtm8.convergence: 10.252667
    test 802 line 135 toEtm8.scale: 1.004748
    test 803 line 135 toEtm8.lat: 60.295381
    test 804 line 135 toEtm8.lon: 11.763097
    test 805 line 136 toEtm8.easting: 1118372.698566
    test 806 line 136 toEtm8.northing: 9040627.942263
    test 807 line 136 toEtm8.convergence: 48.936803
    test 808 line 136 toEtm8.scale: 1.014920
    test 809 line 136 toEtm8.lat: 76.878914
    test 810 line 136 toEtm8.lon: 49.685773
    test 811 line 137 toEtm8.easting: 440696.510070
    test 812 line 137 toEtm8.northing: 5500355.826297
    test 813 line 137 toEtm8.convergence: 4.636104
    test 814 line 137 toEtm8.scale: 1.001986
    test 815 line 137 toEtm8.lat: 49.495349
    test 816 line 137 toEtm8.lon: 6.087551
    test 817 line 138 toEtm8.easting: 601728.149727
    test 818 line 138 toEtm8.northing: 9095352.048149
    test 819 line 138 toEtm8.convergence: 33.435771
    test 820 line 138 toEtm8.scale: 1.004027
    test 821 line 138 toEtm8.lat: 80.297265
    test 822 line 138 toEtm8.lon: 33.816372
    test 823 line 139 toEtm8.easting: 3481444.777827
    test 824 line 139 toEtm8.northing: 291665.708749
    test 825 line 139 toEtm8.convergence: 1.314726
    test 826 line 139 toEtm8.scale: 1.153534
    test 827 line 139 toEtm8.lat: 2.286437
    test 828 line 139 toEtm8.lon: 29.855149
    test 829 line 140 toEtm8.easting: 3515304.901524
    test 830 line 140 toEtm8.northing: 1443981.882918
    test 831 line 140 toEtm8.convergence: 6.641638
    test 832 line 140 toEtm8.scale: 1.156509
    test 833 line 140 toEtm8.lat: 11.264457
    test 834 line 140 toEtm8.lon: 30.743907
    test 835 line 141 toEtm8.easting: 160012.186959
    test 836 line 141 toEtm8.northing: 3922609.253231
    test 837 line 141 toEtm8.convergence: 1.022225
    test 838 line 141 toEtm8.scale: 0.999916
    test 839 line 141 toEtm8.lat: 35.434073
    test 840 line 141 toEtm8.lon: 1.762795
    test 841 line 142 toEtm8.easting: 4163744.245622
    test 842 line 142 toEtm8.northing: 936884.674804
    test 843 line 142 toEtm8.convergence: 4.892559
    test 844 line 142 toEtm8.scale: 1.222164
    test 845 line 142 toEtm8.lat: 6.923695
    test 846 line 142 toEtm8.lon: 35.289456
    test 847 line 143 toEtm8.easting: 6155200.017926
    test 848 line 143 toEtm8.northing: 6926306.628390
    test 849 line 143 toEtm8.convergence: 55.103258
    test 850 line 143 toEtm8.scale: 1.500556
    test 851 line 143 toEtm8.lat: 36.129672
    test 852 line 143 toEtm8.lon: 67.533176
    test 853 line 144 toEtm8.easting: 16263383.285440
    test 854 line 144 toEtm8.northing: 3591296.731341
    test 855 line 144 toEtm8.convergence: 36.040254
    test 856 line 144 toEtm8.scale: 6.589288
    test 857 line 144 toEtm8.lat: 4.406529
    test 858 line 144 toEtm8.lon: 81.965734
    test 859 line 145 toEtm8.easting: 14220995.515398
    test 860 line 145 toEtm8.northing: 5100587.457503
    test 861 line 145 toEtm8.convergence: 47.314258
    test 862 line 145 toEtm8.scale: 4.693202
    test 863 line 145 toEtm8.lat: 8.474589
    test 864 line 145 toEtm8.lon: 81.129945
    test 865 line 146 toEtm8.easting: 3173034.802372
    test 866 line 146 toEtm8.northing: 7263421.942957
    test 867 line 146 toEtm8.convergence: 45.215808
    test 868 line 146 toEtm8.scale: 1.125410
    test 869 line 146 toEtm8.lat: 53.907276
    test 870 line 146 toEtm8.lon: 51.252904
    test 871 line 147 toEtm8.easting: 10253274.092204
    test 872 line 147 toEtm8.northing: 8867574.299792
    test 873 line 147 toEtm8.convergence: 79.198250
    test 874 line 147 toEtm8.scale: 2.572372
    test 875 line 147 toEtm8.lat: 22.120545
    test 876 line 147 toEtm8.lon: 85.756782
    test 877 line 148 toEtm8.easting: 2415561.483230
    test 878 line 148 toEtm8.northing: 8813225.217097
    test 879 line 148 toEtm8.convergence: 62.548978
    test 880 line 148 toEtm8.scale: 1.071748
    test 881 line 148 toEtm8.lat: 66.444100
    test 882 line 148 toEtm8.lon: 64.532960
    test 883 line 149 toEtm8.easting: 9589179.293295
    test 884 line 149 toEtm8.northing: 1777680.784143
    test 885 line 149 toEtm8.convergence: 14.838483
    test 886 line 149 toEtm8.scale: 2.380716
    test 887 line 149 toEtm8.lat: 6.670965
    test 888 line 149 toEtm8.lon: 65.660408
    test 889 line 150 toEtm8.easting: 727939.438391
    test 890 line 150 toEtm8.northing: 3684363.236810
    test 891 line 150 toEtm8.convergence: 4.266227
    test 892 line 150 toEtm8.scale: 1.006140
    test 893 line 150 toEtm8.lat: 33.054057
    test 894 line 150 toEtm8.lon: 7.787458
    test 895 line 151 toEtm8.easting: 1250765.991085
    test 896 line 151 toEtm8.northing: 792869.242719
    test 897 line 151 toEtm8.convergence: 1.396497
    test 898 line 151 toEtm8.scale: 1.019026
    test 899 line 151 toEtm8.lat: 7.035525
    test 900 line 151 toEtm8.lon: 11.253707
    test 901 line 152 toEtm8.easting: 710421.705887
    test 902 line 152 toEtm8.northing: 5019406.075928
    test 903 line 152 toEtm8.convergence: 6.393949
    test 904 line 152 toEtm8.scale: 1.005812
    test 905 line 152 toEtm8.lat: 44.971340
    test 906 line 152 toEtm8.lon: 9.009304
    test 907 line 153 toEtm8.easting: 4600995.074643
    test 908 line 153 toEtm8.northing: 4505712.084593
    test 909 line 153 toEtm8.convergence: 27.997458
    test 910 line 153 toEtm8.scale: 1.271841
    test 911 line 153 toEtm8.lat: 30.821397
    test 912 line 153 toEtm8.lon: 45.970577
    test 913 line 154 toEtm8.easting: 557642.627782
    test 914 line 154 toEtm8.northing: 7006911.251644
    test 915 line 154 toEtm8.convergence: 9.769903
    test 916 line 154 toEtm8.scale: 1.003411
    test 917 line 154 toEtm8.lat: 62.763886
    test 918 line 154 toEtm8.lon: 10.960144
    test 919 line 155 toEtm8.easting: 4635062.294291
    test 920 line 155 toEtm8.northing: 2702556.153311
    test 921 line 155 toEtm8.convergence: 15.779547
    test 922 line 155 toEtm8.scale: 1.277178
    test 923 line 155 toEtm8.lat: 18.888611
    test 924 line 155 toEtm8.lon: 41.009871
    test 925 line 156 toEtm8.easting: 14554962.255919
    test 926 line 156 toEtm8.northing: 4716639.908572
    test 927 line 156 toEtm8.convergence: 44.192751
    test 928 line 156 toEtm8.scale: 4.960020
    test 929 line 156 toEtm8.lat: 7.524119
    test 930 line 156 toEtm8.lon: 81.050715
    test 931 line 157 toEtm8.easting: 882126.661736
    test 932 line 157 toEtm8.northing: 7947612.369506
    test 933 line 157 toEtm8.convergence: 22.429487
    test 934 line 157 toEtm8.scale: 1.009132
    test 935 line 157 toEtm8.lat: 70.063902
    test 936 line 157 toEtm8.lon: 23.705255
    test 937 line 158 toEtm8.easting: 20262021.645983
    test 938 line 158 toEtm8.northing: 8113827.820796
    test 939 line 158 toEtm8.convergence: 76.936057
    test 940 line 158 toEtm8.scale: 10.349092
    test 941 line 158 toEtm8.lat: 3.556526
    test 942 line 158 toEtm8.lon: 88.363529
    test 943 line 159 toEtm8.easting: 6500508.399850
    test 944 line 159 toEtm8.northing: 6956476.342368
    test 945 line 159 toEtm8.convergence: 56.237116
    test 946 line 159 toEtm8.scale: 1.563162
    test 947 line 159 toEtm8.lat: 34.551257
    test 948 line 159 toEtm8.lon: 69.111091
    test 949 line 160 toEtm8.easting: 3884036.641314
    test 950 line 160 toEtm8.northing: 6890167.411733
    test 951 line 160 toEtm8.convergence: 45.760130
    test 952 line 160 toEtm8.scale: 1.190167
    test 953 line 160 toEtm8.lat: 47.929051
    test 954 line 160 toEtm8.lon: 54.103418
    test 955 line 161 toEtm8.easting: 217855.546078
    test 956 line 161 toEtm8.northing: 6184108.122568
    test 957 line 161 toEtm8.convergence: 2.870993
    test 958 line 161 toEtm8.scale: 1.000182
    test 959 line 161 toEtm8.lat: 55.753536
    test 960 line 161 toEtm8.lon: 3.471798
    test 961 line 162 toEtm8.easting: 11384139.290402
    test 962 line 162 toEtm8.northing: 8893889.949556
    test 963 line 162 toEtm8.convergence: 79.774854
    test 964 line 162 toEtm8.scale: 3.024672
    test 965 line 162 toEtm8.lat: 18.530847
    test 966 line 162 toEtm8.lon: 86.555312
    test 967 line 163 toEtm8.easting: 3469855.989805
    test 968 line 163 toEtm8.northing: 7723193.799228
    test 969 line 163 toEtm8.convergence: 53.114700
    test 970 line 163 toEtm8.scale: 1.150540
    test 971 line 163 toEtm8.lat: 54.510125
    test 972 line 163 toEtm8.lon: 58.556056
    test 973 line 164 toEtm8.easting: 5926165.994939
    test 974 line 164 toEtm8.northing: 9385463.732747
    test 975 line 164 toEtm8.convergence: 82.506981
    test 976 line 164 toEtm8.scale: 1.459758
    test 977 line 164 toEtm8.lat: 42.864162
    test 978 line 164 toEtm8.lon: 84.866326
    test 979 line 165 toEtm8.easting: 5798639.662224
    test 980 line 165 toEtm8.northing: 5305387.640916
    test 981 line 165 toEtm8.convergence: 38.617257
    test 982 line 165 toEtm8.scale: 1.442263
    test 983 line 165 toEtm8.lat: 30.911943
    test 984 line 165 toEtm8.lon: 57.114102
    test 985 line 166 toEtm8.easting: 9464.934388
    test 986 line 166 toEtm8.northing: 6489121.624944
    test 987 line 166 toEtm8.convergence: 0.138696
    test 988 line 166 toEtm8.scale: 0.999601
    test 989 line 166 toEtm8.lat: 58.542493
    test 990 line 166 toEtm8.lon: 0.162593
    test 991 line 167 toEtm8.easting: 12575834.275614
    test 992 line 167 toEtm8.northing: 8356610.895486
    test 993 line 167 toEtm8.convergence: 75.235223
    test 994 line 167 toEtm8.scale: 3.599442
    test 995 line 167 toEtm8.lat: 15.022689
    test 996 line 167 toEtm8.lon: 85.792615
    test 997 line 168 toEtm8.easting: 2719653.543469
    test 998 line 168 toEtm8.northing: 9362389.163495
    test 999 line 168 toEtm8.convergence: 76.049670
    test 1000 line 168 toEtm8.scale: 1.091315
    test 1001 line 168 toEtm8.lat: 65.692275
    test 1002 line 168 toEtm8.lon: 77.241377
    test 1003 line 169 toEtm8.easting: 4845341.924698
    test 1004 line 169 toEtm8.northing: 8710522.326901
    test 1005 line 169 toEtm8.convergence: 72.320942
    test 1006 line 169 toEtm8.scale: 1.300382
    test 1007 line 169 toEtm8.lat: 48.806211
    test 1008 line 169 toEtm8.lon: 76.486365
    test 1009 line 170 toEtm8.easting: 3935261.522763
    test 1010 line 170 toEtm8.northing: 9454271.649062
    test 1011 line 170 toEtm8.convergence: 81.162334
    test 1012 line 170 toEtm8.scale: 1.194767
    test 1013 line 170 toEtm8.lat: 56.436025
    test 1014 line 170 toEtm8.lon: 82.611568
    test 1015 line 171 toEtm8.easting: 7074299.823000
    test 1016 line 171 toEtm8.northing: 1648736.065055
    test 1017 line 171 toEtm8.convergence: 12.145925
    test 1018 line 171 toEtm8.scale: 1.687551
    test 1019 line 171 toEtm8.lat: 8.766053
    test 1020 line 171 toEtm8.lon: 54.367539
    test 1021 line 172 toEtm8.easting: 3689072.579308
    test 1022 line 172 toEtm8.northing: 2230802.665211
    test 1023 line 172 toEtm8.convergence: 10.856248
    test 1024 line 172 toEtm8.scale: 1.172689
    test 1025 line 172 toEtm8.lat: 17.095495
    test 1026 line 172 toEtm8.lon: 33.059128
    test 1027 line 173 toEtm8.easting: 8102565.885587
    test 1028 line 173 toEtm8.northing: 5167396.617580
    test 1029 line 173 toEtm8.convergence: 42.324886
    test 1030 line 173 toEtm8.scale: 1.921927
    test 1031 line 173 toEtm8.lat: 22.142861
    test 1032 line 173 toEtm8.lon: 67.200684
    test 1033 line 174 toEtm8.easting: 8181271.353564
    test 1034 line 174 toEtm8.northing: 4425436.547185
    test 1035 line 174 toEtm8.convergence: 35.900845
    test 1036 line 174 toEtm8.scale: 1.945017
    test 1037 line 174 toEtm8.lat: 19.222623
    test 1038 line 174 toEtm8.lon: 65.180785
    test 1039 line 175 toEtm8.easting: 767067.394003
    test 1040 line 175 toEtm8.northing: 3701745.857296
    test 1041 line 175 toEtm8.convergence: 4.519201
    test 1042 line 175 toEtm8.scale: 1.006863
    test 1043 line 175 toEtm8.lat: 33.182474
    test 1044 line 175 toEtm8.lon: 8.216952
    test 1045 line 176 toEtm8.easting: 6688114.168572
    test 1046 line 176 toEtm8.northing: 2052857.299639
    test 1047 line 176 toEtm8.convergence: 14.766191
    test 1048 line 176 toEtm8.scale: 1.607200
    test 1049 line 176 toEtm8.lat: 11.417963
    test 1050 line 176 toEtm8.lon: 52.808691
    test 1051 line 177 toEtm8.easting: 5608408.773761
    test 1052 line 177 toEtm8.northing: 3859055.659110
    test 1053 line 177 toEtm8.convergence: 26.244151
    test 1054 line 177 toEtm8.scale: 1.413463
    test 1055 line 177 toEtm8.lat: 23.836688
    test 1056 line 177 toEtm8.lon: 50.500180
    test 1057 line 178 toEtm8.easting: 3836942.765275
    test 1058 line 178 toEtm8.northing: 6415467.634326
    test 1059 line 178 toEtm8.convergence: 40.575885
    test 1060 line 178 toEtm8.scale: 1.185615
    test 1061 line 178 toEtm8.lat: 45.550020
    test 1062 line 178 toEtm8.lon: 50.148036
    test 1063 line 179 toEtm8.easting: 1298730.366025
    test 1064 line 179 toEtm8.northing: 6021453.000792
    test 1065 line 179 toEtm8.convergence: 15.613320
    test 1066 line 179 toEtm8.scale: 1.020367
    test 1067 line 179 toEtm8.lat: 52.746079
    test 1068 line 179 toEtm8.lon: 19.343926
    test 1069 line 180 toEtm8.easting: 416934.289208
    test 1070 line 180 toEtm8.northing: 7295683.451705
    test 1071 line 180 toEtm8.convergence: 8.238232
    test 1072 line 180 toEtm8.scale: 1.001729
    test 1073 line 180 toEtm8.lat: 65.513348
    test 1074 line 180 toEtm8.lon: 9.039529
    test 1075 line 181 toEtm8.easting: 4336076.850889
    test 1076 line 181 toEtm8.northing: 7617975.722779
    test 1077 line 181 toEtm8.convergence: 56.537088
    test 1078 line 181 toEtm8.scale: 1.238582
    test 1079 line 181 toEtm8.lat: 48.709795
    test 1080 line 181 toEtm8.lon: 63.554005
    test 1081 line 182 toEtm8.easting: 168047.336980
    test 1082 line 182 toEtm8.northing: 2185000.046530
    test 1083 line 182 toEtm8.convergence: 0.542187
    test 1084 line 182 toEtm8.scale: 0.999949
    test 1085 line 182 toEtm8.lat: 19.753509
    test 1086 line 182 toEtm8.lon: 1.603846
    test 1087 line 183 toEtm8.easting: 8276281.328790
    test 1088 line 183 toEtm8.northing: 263444.350545
    test 1089 line 183 toEtm8.convergence: 2.071435
    test 1090 line 183 toEtm8.scale: 1.980314
    test 1091 line 183 toEtm8.lat: 1.202816
    test 1092 line 183 toEtm8.lon: 59.377276
    test 1093 line 184 toEtm8.easting: 4772573.810710
    test 1094 line 184 toEtm8.northing: 6765710.336002
    test 1095 line 184 toEtm8.convergence: 48.857561
    test 1096 line 184 toEtm8.scale: 1.291911
    test 1097 line 184 toEtm8.lat: 42.564975
    test 1098 line 184 toEtm8.lon: 59.356947
    test 1099 line 185 toEtm8.easting: 5427755.074639
    test 1100 line 185 toEtm8.northing: 1556055.820924
    test 1101 line 185 toEtm8.convergence: 9.862178
    test 1102 line 185 toEtm8.scale: 1.387394
    test 1103 line 185 toEtm8.lat: 10.090572
    test 1104 line 185 toEtm8.lon: 44.604132
    test 1105 line 186 toEtm8.easting: 11588458.616041
    test 1106 line 186 toEtm8.northing: 5707993.922613
    test 1107 line 186 toEtm8.convergence: 50.784827
    test 1108 line 186 toEtm8.scale: 3.149567
    test 1109 line 186 toEtm8.lat: 14.133028
    test 1110 line 186 toEtm8.lon: 78.097533
    test 1111 line 187 toEtm8.easting: 7152433.802688
    test 1112 line 187 toEtm8.northing: 761390.695844
    test 1113 line 187 toEtm8.convergence: 5.607350
    test 1114 line 187 toEtm8.scale: 1.705261
    test 1115 line 187 toEtm8.lat: 4.031123
    test 1116 line 187 toEtm8.lon: 54.048782
    test 1117 line 188 toEtm8.easting: 3105651.390901
    test 1118 line 188 toEtm8.northing: 9426026.169064
    test 1119 line 188 toEtm8.convergence: 78.750206
    test 1120 line 188 toEtm8.scale: 1.119737
    test 1121 line 188 toEtm8.lat: 62.746603
    test 1122 line 188 toEtm8.lon: 79.968641
    test 1123 line 189 toEtm8.easting: 2959009.639022
    test 1124 line 189 toEtm8.northing: 8339242.269282
    test 1125 line 189 toEtm8.convergence: 58.460865
    test 1126 line 189 toEtm8.scale: 1.108554
    test 1127 line 189 toEtm8.lat: 60.626429
    test 1128 line 189 toEtm8.lon: 61.851551
    test 1129 line 190 toEtm8.easting: 8640472.267145
    test 1130 line 190 toEtm8.northing: 6230320.417931
    test 1131 line 190 toEtm8.convergence: 52.816810
    test 1132 line 190 toEtm8.scale: 2.062973
    test 1133 line 190 toEtm8.lat: 23.600626
    test 1134 line 190 toEtm8.lon: 72.811634
    test 1135 line 191 toEtm8.easting: 811352.108932
    test 1136 line 191 toEtm8.northing: 9816129.813481
    test 1137 line 191 toEtm8.convergence: 77.299184
    test 1138 line 191 toEtm8.scale: 1.007651
    test 1139 line 191 toEtm8.lat: 82.572236
    test 1140 line 191 toEtm8.lon: 77.402323
    test 1141 line 192 toEtm8.easting: 6521874.973458
    test 1142 line 192 toEtm8.northing: 1053612.479744
    test 1143 line 192 toEtm8.convergence: 7.407328
    test 1144 line 192 toEtm8.scale: 1.575529
    test 1145 line 192 toEtm8.lat: 6.030051
    test 1146 line 192 toEtm8.lon: 50.783505
    test 1147 line 193 toEtm8.easting: 3477983.997875
    test 1148 line 193 toEtm8.northing: 5651613.325947
    test 1149 line 193 toEtm8.convergence: 31.530673
    test 1150 line 193 toEtm8.scale: 1.151875
    test 1151 line 193 toEtm8.lat: 42.411523
    test 1152 line 193 toEtm8.lon: 42.258009
    test 1153 line 194 toEtm8.easting: 629892.822243
    test 1154 line 194 toEtm8.northing: 3283914.910451
    test 1155 line 194 toEtm8.convergence: 3.210482
    test 1156 line 194 toEtm8.scale: 1.004499
    test 1157 line 194 toEtm8.lat: 29.526120
    test 1158 line 194 toEtm8.lon: 6.493069
    test 1159 line 195 toEtm8.easting: 3381879.687227
    test 1160 line 195 toEtm8.northing: 5103629.325665
    test 1161 line 195 toEtm8.convergence: 26.748108
    test 1162 line 195 toEtm8.scale: 1.143559
    test 1163 line 195 toEtm8.lat: 39.021853
    test 1164 line 195 toEtm8.lon: 38.641779
    test 1165 line 196 toEtm8.easting: 2815986.534177
    test 1166 line 196 toEtm8.northing: 9387029.120718
    test 1167 line 196 toEtm8.convergence: 76.967262
    test 1168 line 196 toEtm8.scale: 1.098032
    test 1169 line 196 toEtm8.lat: 64.971850
    test 1170 line 196 toEtm8.lon: 78.151893
    test 1171 line 197 toEtm8.easting: 3398195.889603
    test 1172 line 197 toEtm8.northing: 9138936.031490
    test 1173 line 197 toEtm8.convergence: 74.477499
    test 1174 line 197 toEtm8.scale: 1.144009
    test 1175 line 197 toEtm8.lat: 59.961819
    test 1176 line 197 toEtm8.lon: 76.473422
    test 1177 line 198 toEtm8.easting: 2421734.754637
    test 1178 line 198 toEtm8.northing: 5002372.094991
    test 1179 line 198 toEtm8.convergence: 20.017082
    test 1180 line 198 toEtm8.scale: 1.072592
    test 1181 line 198 toEtm8.lat: 41.374040
    test 1182 line 198 toEtm8.lon: 28.848343
    test 1183 line 199 toEtm8.easting: 2360869.895525
    test 1184 line 199 toEtm8.northing: 9553298.449536
    test 1185 line 199 toEtm8.convergence: 78.848205
    test 1186 line 199 toEtm8.scale: 1.068453
    test 1187 line 199 toEtm8.lat: 68.946087
    test 1188 line 199 toEtm8.lon: 79.574523
    test 1189 line 200 toEtm8.easting: 1196539.972194
    test 1190 line 200 toEtm8.northing: 9861920.836230
    test 1191 line 200 toEtm8.convergence: 83.437668
    test 1192 line 200 toEtm8.scale: 1.017137
    test 1193 line 200 toEtm8.lat: 79.275096
    test 1194 line 200 toEtm8.lon: 83.551272
    test 1195 line 201 toEtm8.easting: 1327758.704795
    test 1196 line 201 toEtm8.northing: 2375509.241683
    test 1197 line 201 toEtm8.convergence: 4.617572
    test 1198 line 201 toEtm8.scale: 1.021465
    test 1199 line 201 toEtm8.lat: 21.000252
    test 1200 line 201 toEtm8.lon: 12.697444
    test 1201 line 202 toEtm8.easting: 2070860.327644
    test 1202 line 202 toEtm8.northing: 8604500.719581
    test 1203 line 202 toEtm8.convergence: 54.722761
    test 1204 line 202 toEtm8.scale: 1.052469
    test 1205 line 202 toEtm8.lat: 68.015227
    test 1206 line 202 toEtm8.lon: 56.732419
    test 1207 line 203 toEtm8.easting: 6564776.654864
    test 1208 line 203 toEtm8.northing: 8171207.177379
    test 1209 line 203 toEtm8.convergence: 69.237523
    test 1210 line 203 toEtm8.scale: 1.573894
    test 1211 line 203 toEtm8.lat: 37.423675
    test 1212 line 203 toEtm8.lon: 76.947359
    test 1213 line 204 toEtm8.easting: 592653.553821
    test 1214 line 204 toEtm8.northing: 6125529.810052
    test 1215 line 204 toEtm8.convergence: 7.600785
    test 1216 line 204 toEtm8.scale: 1.003912
    test 1217 line 204 toEtm8.lat: 54.922707
    test 1218 line 204 toEtm8.lon: 9.260818
    test 1219 line 205 toEtm8.easting: 693459.671821
    test 1220 line 205 toEtm8.northing: 6943779.991032
    test 1221 line 205 toEtm8.convergence: 11.787587
    test 1222 line 205 toEtm8.scale: 1.005496
    test 1223 line 205 toEtm8.lat: 61.982810
    test 1224 line 205 toEtm8.lon: 13.299659
    test 1225 line 206 toEtm8.easting: 1838956.187625
    test 1226 line 206 toEtm8.northing: 3511959.612381
    test 1227 line 206 toEtm8.convergence: 9.844313
    test 1228 line 206 toEtm8.scale: 1.041603
    test 1229 line 206 toEtm8.lat: 30.324214
    test 1230 line 206 toEtm8.lon: 18.959769
    test 1231 line 207 toEtm8.easting: 4460690.884597
    test 1232 line 207 toEtm8.northing: 5541873.235403
    test 1233 line 207 toEtm8.convergence: 35.768613
    test 1234 line 207 toEtm8.scale: 1.254179
    test 1235 line 207 toEtm8.lat: 37.629667
    test 1236 line 207 toEtm8.lon: 49.649131
    test 1237 line 208 toEtm8.easting: 2311168.998941
    test 1238 line 208 toEtm8.northing: 9480561.869119
    test 1239 line 208 toEtm8.convergence: 76.828257
    test 1240 line 208 toEtm8.scale: 1.065556
    test 1241 line 208 toEtm8.lat: 69.225574
    test 1242 line 208 toEtm8.lon: 77.656135
    test 1243 line 209 toEtm8.easting: 4111775.114451
    test 1244 line 209 toEtm8.northing: 6509014.348792
    test 1245 line 209 toEtm8.convergence: 43.052130
    test 1246 line 209 toEtm8.scale: 1.214125
    test 1247 line 209 toEtm8.lat: 44.698478
    test 1248 line 209 toEtm8.lon: 52.979304
    test 1249 line 210 toEtm8.easting: 75358.261962
    test 1250 line 210 toEtm8.northing: 7711258.662251
    test 1251 line 210 toEtm8.convergence: 1.806297
    test 1252 line 210 toEtm8.scale: 0.999669
    test 1253 line 210 toEtm8.lat: 69.499594
    test 1254 line 210 toEtm8.lon: 1.928336
    test 1255 line 211 toEtm8.easting: 8781885.229116
    test 1256 line 211 toEtm8.northing: 9184776.452211
    test 1257 line 211 toEtm8.convergence: 81.795539
    test 1258 line 211 toEtm8.scale: 2.094908
    test 1259 line 211 toEtm8.lat: 27.981364
    test 1260 line 211 toEtm8.lon: 86.061113
    test 1261 line 212 toEtm8.easting: 954378.415174
    test 1262 line 212 toEtm8.northing: 7449110.669807
    test 1263 line 212 toEtm8.convergence: 19.380657
    test 1264 line 212 toEtm8.scale: 1.010768
    test 1265 line 212 toEtm8.lat: 65.699839
    test 1266 line 212 toEtm8.lon: 21.104725
    test 1267 line 213 toEtm8.easting: 720971.793706
    test 1268 line 213 toEtm8.northing: 5265195.121555
    test 1269 line 213 toEtm8.convergence: 7.002995
    test 1270 line 213 toEtm8.scale: 1.005995
    test 1271 line 213 toEtm8.lat: 47.143648
    test 1272 line 213 toEtm8.lon: 9.512189
    test 1273 line 214 toEtm8.easting: 561561.493937
    test 1274 line 214 toEtm8.northing: 989910.236221
    test 1275 line 214 toEtm8.convergence: 0.793118
    test 1276 line 214 toEtm8.scale: 1.003505
    test 1277 line 214 toEtm8.lat: 8.920167
    test 1278 line 214 toEtm8.lon: 5.101513
    test 1279 line 215 toEtm8.easting: 3446829.634468
    test 1280 line 215 toEtm8.northing: 9232868.155664
    test 1281 line 215 toEtm8.convergence: 76.279075
    test 1282 line 215 toEtm8.scale: 1.148263
    test 1283 line 215 toEtm8.lat: 59.778971
    test 1284 line 215 toEtm8.lon: 78.080322
    test 1285 line 216 toEtm8.easting: 4048307.545909
    test 1286 line 216 toEtm8.northing: 9800416.422998
    test 1287 line 216 toEtm8.convergence: 86.843918
    test 1288 line 216 toEtm8.scale: 1.206495
    test 1289 line 216 toEtm8.lat: 55.865310
    test 1290 line 216 toEtm8.lon: 87.384288
    test 1291 line 217 toEtm8.easting: 8973188.480293
    test 1292 line 217 toEtm8.northing: 7042230.087021
    test 1293 line 217 toEtm8.convergence: 60.872456
    test 1294 line 217 toEtm8.scale: 2.156098
    test 1295 line 217 toEtm8.lat: 24.310973
    test 1296 line 217 toEtm8.lon: 76.823777
    test 1297 line 218 toEtm8.easting: 126314.191618
    test 1298 line 218 toEtm8.northing: 396006.687921
    test 1299 line 218 toEtm8.convergence: 0.071065
    test 1300 line 218 toEtm8.scale: 0.999798
    test 1301 line 218 toEtm8.lat: 3.582041
    test 1302 line 218 toEtm8.lon: 1.137286
    test 1303 line 219 toEtm8.easting: 5247652.345647
    test 1304 line 219 toEtm8.northing: 8670513.359752
    test 1305 line 219 toEtm8.convergence: 72.700498
    test 1306 line 219 toEtm8.scale: 1.355272
    test 1307 line 219 toEtm8.lat: 46.124233
    test 1308 line 219 toEtm8.lon: 77.313118
    test 1309 line 220 toEtm8.easting: 8103656.838119
    test 1310 line 220 toEtm8.northing: 9469794.014737
    test 1311 line 220 toEtm8.convergence: 84.490673
    test 1312 line 220 toEtm8.scale: 1.912164
    test 1313 line 220 toEtm8.lat: 31.171391
    test 1314 line 220 toEtm8.lon: 87.104504
    test 1315 line 221 toEtm8.easting: 6300112.758236
    test 1316 line 221 toEtm8.northing: 93835.917364
    test 1317 line 221 toEtm8.convergence: 0.644805
    test 1318 line 221 toEtm8.scale: 1.534073
    test 1319 line 221 toEtm8.lat: 0.553171
    test 1320 line 221 toEtm8.lon: 49.117104
    test 1321 line 222 toEtm8.easting: 3894813.593782
    test 1322 line 222 toEtm8.northing: 4833832.341027
    test 1323 line 222 toEtm8.convergence: 27.453298
    test 1324 line 222 toEtm8.scale: 1.192135
    test 1325 line 222 toEtm8.lat: 35.361587
    test 1326 line 222 toEtm8.lon: 41.860599
    test 1327 line 223 toEtm8.easting: 402511.346712
    test 1328 line 223 toEtm8.northing: 3520621.561911
    test 1329 line 223 toEtm8.convergence: 2.238474
    test 1330 line 223 toEtm8.scale: 1.001599
    test 1331 line 223 toEtm8.lat: 31.750314
    test 1332 line 223 toEtm8.lon: 4.248167
    test 1333 line 224 toEtm8.easting: 5357378.503148
    test 1334 line 224 toEtm8.northing: 2772997.602234
    test 1335 line 224 toEtm8.convergence: 17.823560
    test 1336 line 224 toEtm8.scale: 1.376031
    test 1337 line 224 toEtm8.lat: 17.924336
    test 1338 line 224 toEtm8.lon: 46.096402
    test 1339 line 225 toEtm8.easting: 2807553.985866
    test 1340 line 225 toEtm8.northing: 8177847.980275
    test 1341 line 225 toEtm8.convergence: 54.680045
    test 1342 line 225 toEtm8.scale: 1.097531
    test 1343 line 225 toEtm8.lat: 60.931488
    test 1344 line 225 toEtm8.lon: 58.221214
    test 1345 line 226 toEtm8.easting: 18289045.166501
    test 1346 line 226 toEtm8.northing: 7792942.339604
    test 1347 line 226 toEtm8.convergence: 73.216494
    test 1348 line 226 toEtm8.scale: 8.098009
    test 1349 line 226 toEtm8.lat: 5.358151
    test 1350 line 226 toEtm8.lon: 87.556213
    test 1351 line 227 toEtm8.easting: 8376822.459538
    test 1352 line 227 toEtm8.northing: 8128174.623878
    test 1353 line 227 toEtm8.convergence: 70.920117
    test 1354 line 227 toEtm8.scale: 1.984873
    test 1355 line 227 toEtm8.lat: 28.616673
    test 1356 line 227 toEtm8.lon: 80.452426
    test 1357 line 228 toEtm8.easting: 11898068.353272
    test 1358 line 228 toEtm8.northing: 4772439.493697
    test 1359 line 228 toEtm8.convergence: 42.613968
    test 1360 line 228 toEtm8.scale: 3.314412
    test 1361 line 228 toEtm8.lat: 11.709763
    test 1362 line 228 toEtm8.lon: 76.760295
    test 1363 line 229 toEtm8.easting: 10550946.939050
    test 1364 line 229 toEtm8.northing: 3851968.815295
    test 1365 line 229 toEtm8.convergence: 33.383025
    test 1366 line 229 toEtm8.scale: 2.724754
    test 1367 line 229 toEtm8.lat: 12.009498
    test 1368 line 229 toEtm8.lon: 71.782351
    test 1369 line 230 toEtm8.easting: 6828299.123607
    test 1370 line 230 toEtm8.northing: 9394803.227463
    test 1371 line 230 toEtm8.convergence: 83.181386
    test 1372 line 230 toEtm8.scale: 1.624359
    test 1373 line 230 toEtm8.lat: 37.629784
    test 1374 line 230 toEtm8.lon: 85.795687
    test 1375 line 231 toEtm8.easting: 11162550.334022
    test 1376 line 231 toEtm8.northing: 2640267.279593
    test 1377 line 231 toEtm8.convergence: 23.145404
    test 1378 line 231 toEtm8.scale: 2.998408
    test 1379 line 231 toEtm8.lat: 7.721128
    test 1380 line 231 toEtm8.lon: 71.662731
    test 1381 line 232 toEtm8.easting: 4411584.447941
    test 1382 line 232 toEtm8.northing: 4956173.694407
    test 1383 line 232 toEtm8.convergence: 30.713919
    test 1384 line 232 toEtm8.scale: 1.248736
    test 1385 line 232 toEtm8.lat: 34.295026
    test 1386 line 232 toEtm8.lon: 46.442191
    test 1387 line 233 toEtm8.easting: 672108.897905
    test 1388 line 233 toEtm8.northing: 4751554.657054
    test 1389 line 233 toEtm8.convergence: 5.569178
    test 1390 line 233 toEtm8.scale: 1.005162
    test 1391 line 233 toEtm8.lat: 42.622496
    test 1392 line 233 toEtm8.lon: 8.193605
    test 1393 line 234 toEtm8.easting: 5022964.290579
    test 1394 line 234 toEtm8.northing: 6860418.199502
    test 1395 line 234 toEtm8.convergence: 50.862230
    test 1396 line 234 toEtm8.scale: 1.324925
    test 1397 line 234 toEtm8.lat: 41.667780
    test 1398 line 234 toEtm8.lon: 61.518288
    test 1399 line 235 toEtm8.easting: 1669655.595207
    test 1400 line 235 toEtm8.northing: 4152086.537021
    test 1401 line 235 toEtm8.convergence: 11.110237
    test 1402 line 235 toEtm8.scale: 1.034138
    test 1403 line 235 toEtm8.lat: 36.060369
    test 1404 line 235 toEtm8.lon: 18.444112
    test 1405 line 236 toEtm8.easting: 6055876.729655
    test 1406 line 236 toEtm8.northing: 4896837.552619
    test 1407 line 236 toEtm8.convergence: 35.799747
    test 1408 line 236 toEtm8.scale: 1.485967
    test 1409 line 236 toEtm8.lat: 27.948091
    test 1410 line 236 toEtm8.lon: 56.816429
    test 1411 line 237 toEtm8.easting: 1209214.164379
    test 1412 line 237 toEtm8.northing: 7266409.859178
    test 1413 line 237 toEtm8.convergence: 22.319633
    test 1414 line 237 toEtm8.scale: 1.017554
    test 1415 line 237 toEtm8.lat: 63.386030
    test 1416 line 237 toEtm8.lon: 24.662716
    test 1417 line 238 toEtm8.easting: 5154564.559584
    test 1418 line 238 toEtm8.northing: 698118.349975
    test 1419 line 238 toEtm8.convergence: 4.242360
    test 1420 line 238 toEtm8.scale: 1.347481
    test 1421 line 238 toEtm8.lat: 4.680922
    test 1422 line 238 toEtm8.lon: 42.114426
    test 1423 line 239 toEtm8.easting: 2695149.806543
    test 1424 line 239 toEtm8.northing: 8208197.765605
    test 1425 line 239 toEtm8.convergence: 54.178615
    test 1426 line 239 toEtm8.scale: 1.089730
    test 1427 line 239 toEtm8.lat: 61.826625
    test 1428 line 239 toEtm8.lon: 57.525096
    test 1429 line 240 toEtm8.easting: 3394792.327820
    test 1430 line 240 toEtm8.northing: 3217583.415552
    test 1431 line 240 toEtm8.convergence: 15.165863
    test 1432 line 240 toEtm8.scale: 1.145285
    test 1433 line 240 toEtm8.lat: 25.104353
    test 1434 line 240 toEtm8.lon: 32.528660
    test 1435 line 241 toEtm8.easting: 1429160.966985
    test 1436 line 241 toEtm8.northing: 8212685.362032
    test 1437 line 241 toEtm8.convergence: 37.484904
    test 1438 line 241 toEtm8.scale: 1.024676
    test 1439 line 241 toEtm8.lat: 69.678351
    test 1440 line 241 toEtm8.lon: 39.275513
    test 1441 line 242 toEtm8.easting: 8343387.998065
    test 1442 line 242 toEtm8.northing: 8885196.954578
    test 1443 line 242 toEtm8.convergence: 78.561937
    test 1444 line 242 toEtm8.scale: 1.974733
    test 1445 line 242 toEtm8.lat: 29.671384
    test 1446 line 242 toEtm8.lon: 84.196595
    test 1447 line 243 toEtm8.easting: 1990722.928606
    test 1448 line 243 toEtm8.northing: 7569202.065162
    test 1449 line 243 toEtm8.convergence: 37.075276
    test 1450 line 243 toEtm8.scale: 1.048486
    test 1451 line 243 toEtm8.lat: 62.300208
    test 1452 line 243 toEtm8.lon: 40.474051
    test 1453 line 244 toEtm8.easting: 1554980.099559
    test 1454 line 244 toEtm8.northing: 1449423.919586
    test 1455 line 244 toEtm8.convergence: 3.188328
    test 1456 line 244 toEtm8.scale: 1.029664
    test 1457 line 244 toEtm8.lat: 12.721776
    test 1458 line 244 toEtm8.lon: 14.190003
    test 1459 line 245 toEtm8.easting: 785205.450196
    test 1460 line 245 toEtm8.northing: 5575158.423096
    test 1461 line 245 toEtm8.convergence: 8.388417
    test 1462 line 245 toEtm8.scale: 1.007181
    test 1463 line 245 toEtm8.lat: 49.811296
    test 1464 line 245 toEtm8.lon: 10.925011
    test 1465 line 246 toEtm8.easting: 3310405.988313
    test 1466 line 246 toEtm8.northing: 5955022.233881
    test 1467 line 246 toEtm8.convergence: 33.007587
    test 1468 line 246 toEtm8.scale: 1.137141
    test 1469 line 246 toEtm8.lat: 45.132680
    test 1470 line 246 toEtm8.lon: 42.478624
    test 1471 line 247 toEtm8.easting: 4733460.960666
    test 1472 line 247 toEtm8.northing: 129034.889816
    test 1473 line 247 toEtm8.convergence: 0.737551
    test 1474 line 247 toEtm8.scale: 1.290439
    test 1475 line 247 toEtm8.lat: 0.904279
    test 1476 line 247 toEtm8.lon: 39.078412
    test 1477 line 248 toEtm8.easting: 3322708.343909
    test 1478 line 248 toEtm8.northing: 3864738.078742
    test 1479 line 248 toEtm8.convergence: 18.472566
    test 1480 line 248 toEtm8.scale: 1.138838
    test 1481 line 248 toEtm8.lat: 30.163605
    test 1482 line 248 toEtm8.lon: 33.577996
    test 1483 line 249 toEtm8.easting: 8672864.417204
    test 1484 line 249 toEtm8.northing: 8333465.983444
    test 1485 line 249 toEtm8.convergence: 73.206273
    test 1486 line 249 toEtm8.scale: 2.065441
    test 1487 line 249 toEtm8.lat: 27.643244
    test 1488 line 249 toEtm8.lon: 81.892859
    test 1489 line 250 toEtm8.easting: 11126818.231196
    test 1490 line 250 toEtm8.northing: 7618712.174991
    test 1491 line 250 toEtm8.convergence: 67.887173
    test 1492 line 250 toEtm8.scale: 2.922417
    test 1493 line 250 toEtm8.lat: 18.201208
    test 1494 line 250 toEtm8.lon: 82.434618
    test 1495 line 251 toEtm8.easting: 8650100.981797
    test 1496 line 251 toEtm8.northing: 9975084.168997
    test 1497 line 251 toEtm8.convergence: 89.767446
    test 1498 line 251 toEtm8.scale: 2.057289
    test 1499 line 251 toEtm8.lat: 28.804576
    test 1500 line 251 toEtm8.lon: 89.886072
    test 1501 line 252 toEtm8.easting: 2212701.180192
    test 1502 line 252 toEtm8.northing: 650348.100229
    test 1503 line 252 toEtm8.convergence: 1.970441
    test 1504 line 252 toEtm8.scale: 1.060830
    test 1505 line 252 toEtm8.lat: 5.542998
    test 1506 line 252 toEtm8.lon: 19.589578
    test 1507 line 253 toEtm8.easting: 6890222.326618
    test 1508 line 253 toEtm8.northing: 7506813.499547
    test 1509 line 253 toEtm8.convergence: 62.684825
    test 1510 line 253 toEtm8.scale: 1.638488
    test 1511 line 253 toEtm8.lat: 34.237147
    test 1512 line 253 toEtm8.lon: 73.678164
    test 1513 line 254 toEtm8.easting: 6692260.067325
    test 1514 line 254 toEtm8.northing: 4244174.008110
    test 1515 line 254 toEtm8.convergence: 31.812920
    test 1516 line 254 toEtm8.scale: 1.604640
    test 1517 line 254 toEtm8.lat: 22.704949
    test 1518 line 254 toEtm8.lon: 57.877010
    test 1519 line 255 toEtm8.easting: 1225564.137190
    test 1520 line 255 toEtm8.northing: 4778923.924144
    test 1521 line 255 toEtm8.convergence: 10.083419
    test 1522 line 255 toEtm8.scale: 1.018134
    test 1523 line 255 toEtm8.lat: 42.192424
    test 1524 line 255 toEtm8.lon: 14.828196
    test 1525 line 256 toEtm8.easting: 12341116.154950
    test 1526 line 256 toEtm8.northing: 5081855.521966
    test 1527 line 256 toEtm8.convergence: 45.712546
    test 1528 line 256 toEtm8.scale: 3.535170
    test 1529 line 256 toEtm8.lat: 11.481151
    test 1530 line 256 toEtm8.lon: 78.189236
    test 1531 line 257 toEtm8.easting: 6673845.021771
    test 1532 line 257 toEtm8.northing: 1177587.190565
    test 1533 line 257 toEtm8.convergence: 8.389141
    test 1534 line 257 toEtm8.scale: 1.605171
    test 1535 line 257 toEtm8.lat: 6.609626
    test 1536 line 257 toEtm8.lon: 51.735783
    test 1537 line 258 toEtm8.easting: 6966354.690417
    test 1538 line 258 toEtm8.northing: 3641802.005093
    test 1539 line 258 toEtm8.convergence: 27.409636
    test 1540 line 258 toEtm8.scale: 1.661469
    test 1541 line 258 toEtm8.lat: 19.059369
    test 1542 line 258 toEtm8.lon: 57.526439
    test 1543 max forward error: 3.166497e-08
    test 1544 max reverse error: 1.136868e-13
    test 1545 Etm.scale0: 0.9996
    test 1546 Etm.datum: WGS84
    test 1547 Etm.datum.ellipsoid.KsOrder: 8
    test 1548 WGS84.KsOrder: 8

    all 1548 testEtmTMcoords.py tests passed, 1 skipped (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 3.032 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testExactTMcoords.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.etm by PyGeodesy/test/testExactTMcoords.py line 15
# lazily imported pygeodesy.ExactTransverseMercator from .etm by PyGeodesy/test/testExactTMcoords.py line 15
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testExactTMcoords.py line 15

    testing testExactTMcoords.py 19.05.23 (module pygeodesy.etm 20.05.14) isLazy=3
    test 1 line 1 _ExactTM.easting: 1548706.791619
    test 2 line 1 _ExactTM.northing: 8451449.198772
    test 3 line 1 _ExactTM.convergence: 43.922790
    test 4 line 1 _ExactTM.scale: 1.029060
    test 5 line 1 _ExactTM.lat: 70.579277
    test 6 line 1 _ExactTM.lon: 45.599420
    test 7 line 2 _ExactTM.easting: 2624150.740929
    test 8 line 2 _ExactTM.northing: 1204434.041605
    test 9 line 2 _ExactTM.convergence: 4.292619
    test 10 line 2 _ExactTM.scale: 1.086051
    test 11 line 2 _ExactTM.lat: 10.018894
    test 12 line 2 _ExactTM.lon: 23.313324
    test 13 line 3 _ExactTM.easting: 9855841.232935
    test 14 line 3 _ExactTM.northing: 6145496.115155
    test 15 line 3 _ExactTM.convergence: 53.348315
    test 16 line 3 _ExactTM.scale: 2.445098
    test 17 line 3 _ExactTM.lat: 19.479896
    test 18 line 3 _ExactTM.lon: 75.662049
    test 19 line 4 _ExactTM.easting: 3206390.691996
    test 20 line 4 _ExactTM.northing: 2650745.400406
    test 21 line 4 _ExactTM.convergence: 11.666950
    test 22 line 4 _ExactTM.scale: 1.129359
    test 23 line 4 _ExactTM.lat: 21.072465
    test 24 line 4 _ExactTM.lon: 29.828684
    test 25 line 5 _ExactTM.easting: 4328154.083501
    test 26 line 5 _ExactTM.northing: 749647.623690
    test 27 line 5 _ExactTM.convergence: 4.024317
    test 28 line 5 _ExactTM.scale: 1.240829
    test 29 line 5 _ExactTM.lat: 5.458957
    test 30 line 5 _ExactTM.lon: 36.385237
    test 31 line 6 _ExactTM.easting: 847598.266514
    test 32 line 6 _ExactTM.northing: 7947180.962440
    test 33 line 6 _ExactTM.convergence: 21.639091
    test 34 line 6 _ExactTM.scale: 1.008399
    test 35 line 6 _ExactTM.lat: 70.175454
    test 36 line 6 _ExactTM.lon: 22.865350
    test 37 line 7 _ExactTM.easting: 2727657.337974
    test 38 line 7 _ExactTM.northing: 8283916.696410
    test 39 line 7 _ExactTM.convergence: 55.690909
    test 40 line 7 _ExactTM.scale: 1.091942
    test 41 line 7 _ExactTM.lat: 61.965605
    test 42 line 7 _ExactTM.lon: 58.931371
    test 43 line 8 _ExactTM.easting: 2331001.751890
    test 44 line 8 _ExactTM.northing: 1313608.224751
    test 45 line 8 _ExactTM.convergence: 4.214690
    test 46 line 8 _ExactTM.scale: 1.067599
    test 47 line 8 _ExactTM.lat: 11.116050
    test 48 line 8 _ExactTM.lon: 20.901069
    test 49 line 9 _ExactTM.easting: 6035557.239480
    test 50 line 9 _ExactTM.northing: 5791770.791879
    test 51 line 9 _ExactTM.convergence: 43.698170
    test 52 line 9 _ExactTM.scale: 1.481260
    test 53 line 9 _ExactTM.lat: 32.210543
    test 54 line 9 _ExactTM.lon: 60.705849
    test 55 line 10 _ExactTM.easting: 1064553.125852
    test 56 line 10 _ExactTM.northing: 9417273.737208
    test 57 line 10 _ExactTM.convergence: 61.100380
    test 58 line 10 _ExactTM.scale: 1.013475
    test 59 line 10 _ExactTM.lat: 79.187451
    test 60 line 10 _ExactTM.lon: 61.532382
    test 61 line 11 _ExactTM.easting: 1400137.116164
    test 62 line 11 _ExactTM.northing: 9616907.017686
    test 63 line 11 _ExactTM.convergence: 74.527087
    test 64 line 11 _ExactTM.scale: 1.023640
    test 65 line 11 _ExactTM.lat: 77.103759
    test 66 line 11 _ExactTM.lon: 74.899105
    test 67 line 12 _ExactTM.easting: 9860691.016626
    test 68 line 12 _ExactTM.northing: 7433039.143328
    test 69 line 12 _ExactTM.convergence: 65.357693
    test 70 line 12 _ExactTM.scale: 2.438973
    test 71 line 12 _ExactTM.lat: 21.889514
    test 72 line 12 _ExactTM.lon: 80.019886
    test 73 line 13 _ExactTM.easting: 8076501.833695
    test 74 line 13 _ExactTM.northing: 8561614.174782
    test 75 line 13 _ExactTM.convergence: 75.073393
    test 76 line 13 _ExactTM.scale: 1.906202
    test 77 line 13 _ExactTM.lat: 30.536296
    test 78 line 13 _ExactTM.lon: 82.186178
    test 79 line 14 _ExactTM.easting: 3335099.866623
    test 80 line 14 _ExactTM.northing: 6740519.084015
    test 81 line 14 _ExactTM.convergence: 40.611821
    test 82 line 14 _ExactTM.scale: 1.139021
    test 83 line 14 _ExactTM.lat: 49.990485
    test 84 line 14 _ExactTM.lon: 48.203179
    test 85 line 15 _ExactTM.easting: 12051574.928500
    test 86 line 15 _ExactTM.northing: 6587213.051951
    test 87 line 15 _ExactTM.convergence: 59.033237
    test 88 line 15 _ExactTM.scale: 3.357469
    test 89 line 15 _ExactTM.lat: 14.486312
    test 90 line 15 _ExactTM.lon: 80.905137
    test 91 line 16 _ExactTM.easting: 5387578.735298
    test 92 line 16 _ExactTM.northing: 4111216.907168
    test 93 line 16 _ExactTM.convergence: 27.574337
    test 94 line 16 _ExactTM.scale: 1.379357
    test 95 line 16 _ExactTM.lat: 25.936824
    test 96 line 16 _ExactTM.lon: 49.913598
    test 97 line 17 _ExactTM.easting: 2622214.380233
    test 98 line 17 _ExactTM.northing: 8678923.984567
    test 99 line 17 _ExactTM.convergence: 61.697275
    test 100 line 17 _ExactTM.scale: 1.084810
    test 101 line 17 _ExactTM.lat: 64.402196
    test 102 line 17 _ExactTM.lon: 64.091395
    test 103 line 18 _ExactTM.easting: 5068474.169633
    test 104 line 18 _ExactTM.northing: 9492066.993709
    test 105 line 18 _ExactTM.convergence: 83.156740
    test 106 line 18 _ExactTM.scale: 1.329990
    test 107 line 18 _ExactTM.lat: 48.451354
    test 108 line 18 _ExactTM.lon: 84.856198
    test 109 line 19 _ExactTM.easting: 738062.047779
    test 110 line 19 _ExactTM.northing: 3031007.074116
    test 111 line 19 _ExactTM.convergence: 3.416802
    test 112 line 19 _ExactTM.scale: 1.006332
    test 113 line 19 _ExactTM.lat: 27.203895
    test 114 line 19 _ExactTM.lon: 7.440229
    test 115 line 20 _ExactTM.easting: 1944413.834565
    test 116 line 20 _ExactTM.northing: 9613299.224493
    test 117 line 20 _ExactTM.convergence: 78.462831
    test 118 line 20 _ExactTM.scale: 1.046134
    test 119 line 20 _ExactTM.lat: 72.509000
    test 120 line 20 _ExactTM.lon: 78.982283
    test 121 line 21 _ExactTM.easting: 2114521.418406
    test 122 line 21 _ExactTM.northing: 4954077.440098
    test 123 line 21 _ExactTM.convergence: 17.571878
    test 124 line 21 _ExactTM.scale: 1.055093
    test 125 line 21 _ExactTM.lat: 41.824954
    test 126 line 21 _ExactTM.lon: 25.392744
    test 127 line 22 _ExactTM.easting: 620365.905090
    test 128 line 22 _ExactTM.northing: 4755542.026562
    test 129 line 22 _ExactTM.convergence: 5.152022
    test 130 line 22 _ExactTM.scale: 1.004338
    test 131 line 22 _ExactTM.lat: 42.701376
    test 132 line 22 _ExactTM.lon: 7.572738
    test 133 line 23 _ExactTM.easting: 263004.770989
    test 134 line 23 _ExactTM.northing: 4493669.762451
    test 135 line 23 _ExactTM.convergence: 2.020523
    test 136 line 23 _ExactTM.scale: 1.000452
    test 137 line 23 _ExactTM.lat: 40.552052
    test 138 line 23 _ExactTM.lon: 3.106056
    test 139 line 24 _ExactTM.easting: 3217221.739462
    test 140 line 24 _ExactTM.northing: 437776.119161
    test 141 line 24 _ExactTM.convergence: 1.848169
    test 142 line 24 _ExactTM.scale: 1.130558
    test 143 line 24 _ExactTM.lat: 3.501242
    test 144 line 24 _ExactTM.lon: 27.806507
    test 145 line 25 _ExactTM.easting: 14661142.444961
    test 146 line 25 _ExactTM.northing: 7476100.824185
    test 147 line 25 _ExactTM.convergence: 68.376669
    test 148 line 25 _ExactTM.scale: 4.896650
    test 149 line 25 _ExactTM.lat: 10.148715
    test 150 line 25 _ExactTM.lon: 85.373768
    test 151 line 26 _ExactTM.easting: 967777.158554
    test 152 line 26 _ExactTM.northing: 6615684.266592
    test 153 line 26 _ExactTM.convergence: 14.410044
    test 154 line 26 _ExactTM.scale: 1.011100
    test 155 line 26 _ExactTM.lat: 58.582623
    test 156 line 26 _ExactTM.lon: 16.755558
    test 157 line 27 _ExactTM.easting: 7558840.728461
    test 158 line 27 _ExactTM.northing: 4144728.130764
    test 159 line 27 _ExactTM.convergence: 32.557264
    test 160 line 27 _ExactTM.scale: 1.791490
    test 161 line 27 _ExactTM.lat: 19.793004
    test 162 line 27 _ExactTM.lon: 61.746763
    test 163 line 28 _ExactTM.easting: 1056008.314161
    test 164 line 28 _ExactTM.northing: 9290799.692669
    test 165 line 28 _ExactTM.convergence: 55.843278
    test 166 line 28 _ExactTM.scale: 1.013253
    test 167 line 28 _ExactTM.lat: 78.666776
    test 168 line 28 _ExactTM.lon: 56.365355
    test 169 line 29 _ExactTM.easting: 1943965.134687
    test 170 line 29 _ExactTM.northing: 1389972.228690
    test 171 line 29 _ExactTM.convergence: 3.774869
    test 172 line 29 _ExactTM.scale: 1.046724
    test 173 line 29 _ExactTM.lat: 11.998788
    test 174 line 29 _ExactTM.lon: 17.597873
    test 175 line 30 _ExactTM.easting: 5803077.072902
    test 176 line 30 _ExactTM.northing: 5649957.943659
    test 177 line 30 _ExactTM.convergence: 41.717943
    test 178 line 30 _ExactTM.scale: 1.442572
    test 179 line 30 _ExactTM.lat: 32.540378
    test 180 line 30 _ExactTM.lon: 58.764613
    test 181 line 31 _ExactTM.easting: 2928716.986009
    test 182 line 31 _ExactTM.northing: 5731835.058317
    test 183 line 31 _ExactTM.convergence: 28.538550
    test 184 line 31 _ExactTM.scale: 1.106780
    test 185 line 31 _ExactTM.lat: 45.160356
    test 186 line 31 _ExactTM.lon: 37.465285
    test 187 line 32 _ExactTM.easting: 326141.975756
    test 188 line 32 _ExactTM.northing: 8881325.164543
    test 189 line 32 _ExactTM.convergence: 16.111415
    test 190 line 32 _ExactTM.scale: 1.000900
    test 191 line 32 _ExactTM.lat: 79.584190
    test 192 line 32 _ExactTM.lon: 16.367006
    test 193 line 33 _ExactTM.easting: 3933015.267450
    test 194 line 33 _ExactTM.northing: 7932373.909512
    test 195 line 33 _ExactTM.convergence: 58.577424
    test 196 line 33 _ExactTM.scale: 1.194811
    test 197 line 33 _ExactTM.lat: 52.470664
    test 198 line 33 _ExactTM.lon: 64.125580
    test 199 line 34 _ExactTM.easting: 8598926.983213
    test 200 line 34 _ExactTM.northing: 6214135.167503
    test 201 line 34 _ExactTM.convergence: 52.612878
    test 202 line 34 _ExactTM.scale: 2.051367
    test 203 line 34 _ExactTM.lat: 23.702673
    test 204 line 34 _ExactTM.lon: 72.630363
    test 205 line 35 _ExactTM.easting: 6620553.333772
    test 206 line 35 _ExactTM.northing: 6540527.122948
    test 207 line 35 _ExactTM.convergence: 52.350140
    test 208 line 35 _ExactTM.scale: 1.586614
    test 209 line 35 _ExactTM.lat: 32.603520
    test 210 line 35 _ExactTM.lon: 67.280123
    test 211 line 36 _ExactTM.easting: 1515136.758292
    test 212 line 36 _ExactTM.northing: 3858996.087537
    test 213 line 36 _ExactTM.convergence: 9.225127
    test 214 line 36 _ExactTM.scale: 1.028029
    test 215 line 36 _ExactTM.lat: 33.776224
    test 216 line 36 _ExactTM.lon: 16.280993
    test 217 line 37 _ExactTM.easting: 479854.373445
    test 218 line 37 _ExactTM.northing: 8980501.389896
    test 219 line 37 _ExactTM.convergence: 25.021222
    test 220 line 37 _ExactTM.scale: 1.002415
    test 221 line 37 _ExactTM.lat: 79.932747
    test 222 line 37 _ExactTM.lon: 25.363622
    test 223 line 38 _ExactTM.easting: 5243446.564940
    test 224 line 38 _ExactTM.northing: 140657.213960
    test 225 line 38 _ExactTM.convergence: 0.862817
    test 226 line 38 _ExactTM.scale: 1.360358
    test 227 line 38 _ExactTM.lat: 0.935056
    test 228 line 38 _ExactTM.lon: 42.538824
    test 229 line 39 _ExactTM.easting: 12806457.923218
    test 230 line 39 _ExactTM.northing: 7170118.684675
    test 231 line 39 _ExactTM.convergence: 64.708921
    test 232 line 39 _ExactTM.scale: 3.740588
    test 233 line 39 _ExactTM.lat: 13.490862
    test 234 line 39 _ExactTM.lon: 83.178380
    test 235 line 40 _ExactTM.easting: 1202993.459158
    test 236 line 40 _ExactTM.northing: 5557316.053599
    test 237 line 40 _ExactTM.convergence: 12.579061
    test 238 line 40 _ExactTM.scale: 1.017426
    test 239 line 40 _ExactTM.lat: 48.979057
    test 240 line 40 _ExactTM.lon: 16.474542
    test 241 line 41 _ExactTM.easting: 1729088.710196
    test 242 line 41 _ExactTM.northing: 7770874.289954
    test 243 line 41 _ExactTM.convergence: 36.021783
    test 244 line 41 _ExactTM.scale: 1.036397
    test 245 line 41 _ExactTM.lat: 65.036016
    test 246 line 41 _ExactTM.lon: 38.729091
    test 247 line 42 _ExactTM.easting: 2437301.517425
    test 248 line 42 _ExactTM.northing: 5539327.748318
    test 249 line 42 _ExactTM.convergence: 23.461879
    test 250 line 42 _ExactTM.scale: 1.073459
    test 251 line 42 _ExactTM.lat: 45.510091
    test 252 line 42 _ExactTM.lon: 31.303729
    test 253 line 43 _ExactTM.easting: 3647186.135066
    test 254 line 43 _ExactTM.northing: 2086412.330983
    test 255 line 43 _ExactTM.convergence: 10.023991
    test 256 line 43 _ExactTM.scale: 1.168707
    test 257 line 43 _ExactTM.lat: 16.058010
    test 258 line 43 _ExactTM.lon: 32.520026
    test 259 line 44 _ExactTM.easting: 1818497.243556
    test 260 line 44 _ExactTM.northing: 4275471.745057
    test 261 line 44 _ExactTM.convergence: 12.499656
    test 262 line 44 _ExactTM.scale: 1.040604
    test 263 line 44 _ExactTM.lat: 36.845200
    test 264 line 44 _ExactTM.lon: 20.282283
    test 265 line 45 _ExactTM.easting: 3751304.113783
    test 266 line 45 _ExactTM.northing: 5130454.001592
    test 267 line 45 _ExactTM.convergence: 28.959707
    test 268 line 45 _ExactTM.scale: 1.177681
    test 269 line 45 _ExactTM.lat: 37.865481
    test 270 line 45 _ExactTM.lon: 41.990402
    test 271 line 46 _ExactTM.easting: 2616733.138544
    test 272 line 46 _ExactTM.northing: 394644.463815
    test 273 line 46 _ExactTM.convergence: 1.390425
    test 274 line 46 _ExactTM.scale: 1.085595
    test 275 line 46 _ExactTM.lat: 3.287272
    test 276 line 46 _ExactTM.lon: 22.917604
    test 277 line 47 _ExactTM.easting: 1756506.573942
    test 278 line 47 _ExactTM.northing: 5570393.986394
    test 279 line 47 _ExactTM.convergence: 17.897894
    test 280 line 47 _ExactTM.scale: 1.037732
    test 281 line 47 _ExactTM.lat: 47.813686
    test 282 line 47 _ExactTM.lon: 23.545092
    test 283 line 48 _ExactTM.easting: 8752461.894711
    test 284 line 48 _ExactTM.northing: 6087728.152284
    test 285 line 48 _ExactTM.convergence: 51.628465
    test 286 line 48 _ExactTM.scale: 2.095465
    test 287 line 48 _ExactTM.lat: 22.836853
    test 288 line 48 _ExactTM.lon: 72.604385
    test 289 line 49 _ExactTM.easting: 1309272.216432
    test 290 line 49 _ExactTM.northing: 59520.028899
    test 291 line 49 _ExactTM.convergence: 0.109069
    test 292 line 49 _ExactTM.scale: 1.020897
    test 293 line 49 _ExactTM.lat: 0.527262
    test 294 line 49 _ExactTM.lon: 11.684209
    test 295 line 50 _ExactTM.easting: 328652.277129
    test 296 line 50 _ExactTM.northing: 2233043.958874
    test 297 line 50 _ExactTM.convergence: 1.084863
    test 298 line 50 _ExactTM.scale: 1.000935
    test 299 line 50 _ExactTM.lat: 20.166742
    test 300 line 50 _ExactTM.lon: 3.143948
    test 301 line 51 _ExactTM.easting: 8637959.716447
    test 302 line 51 _ExactTM.northing: 9190635.156031
    test 303 line 51 _ExactTM.convergence: 81.802563
    test 304 line 51 _ExactTM.scale: 2.054329
    test 305 line 51 _ExactTM.lat: 28.604629
    test 306 line 51 _ExactTM.lon: 85.988721
    test 307 line 52 _ExactTM.easting: 8548521.455147
    test 308 line 52 _ExactTM.northing: 9172410.943282
    test 309 line 52 _ExactTM.convergence: 81.583928
    test 310 line 52 _ExactTM.scale: 2.029641
    test 311 line 52 _ExactTM.lat: 28.984048
    test 312 line 52 _ExactTM.lon: 85.833448
    test 313 line 53 _ExactTM.easting: 796987.281104
    test 314 line 53 _ExactTM.northing: 7677446.357675
    test 315 line 53 _ExactTM.convergence: 18.084472
    test 316 line 53 _ExactTM.scale: 1.007381
    test 317 line 53 _ExactTM.lat: 68.071020
    test 318 line 53 _ExactTM.lon: 19.392823
    test 319 line 54 _ExactTM.easting: 3291036.496762
    test 320 line 54 _ExactTM.northing: 9513199.600666
    test 321 line 54 _ExactTM.convergence: 80.890254
    test 322 line 54 _ExactTM.scale: 1.134826
    test 323 line 54 _ExactTM.lat: 61.416576
    test 324 line 54 _ExactTM.lon: 81.981611
    test 325 line 55 _ExactTM.easting: 7087225.330906
    test 326 line 55 _ExactTM.northing: 8382823.855822
    test 327 line 55 _ExactTM.convergence: 72.253756
    test 328 line 55 _ExactTM.scale: 1.678070
    test 329 line 55 _ExactTM.lat: 35.074753
    test 330 line 55 _ExactTM.lon: 79.496003
    test 331 line 56 _ExactTM.easting: 5090358.125724
    test 332 line 56 _ExactTM.northing: 4318294.133489
    test 333 line 56 _ExactTM.convergence: 28.266280
    test 334 line 56 _ExactTM.scale: 1.336264
    test 335 line 56 _ExactTM.lat: 28.078790
    test 336 line 56 _ExactTM.lon: 48.684350
    test skipped (1): line 57 _ExactTM.'84.986930137199 2.067177857261 20163.0752214330146 9438635.9888499043815 2.059277291707588222 .99960496589466017622'
    test 337 line 58 _ExactTM.easting: 3447670.550785
    test 338 line 58 _ExactTM.northing: 3680238.888223
    test 339 line 58 _ExactTM.convergence: 17.934948
    test 340 line 58 _ExactTM.scale: 1.149831
    test 341 line 58 _ExactTM.lat: 28.473948
    test 342 line 58 _ExactTM.lon: 34.127306
    test 343 line 59 _ExactTM.easting: 3396522.906798
    test 344 line 59 _ExactTM.northing: 8093659.687593
    test 345 line 59 _ExactTM.convergence: 57.747117
    test 346 line 59 _ExactTM.scale: 1.144006
    test 347 line 59 _ExactTM.lat: 56.629354
    test 348 line 59 _ExactTM.lon: 62.196474
    test 349 line 60 _ExactTM.easting: 11249894.100784
    test 350 line 60 _ExactTM.northing: 1619226.506299
    test 351 line 60 _ExactTM.convergence: 14.210358
    test 352 line 60 _ExactTM.scale: 3.048347
    test 353 line 60 _ExactTM.lat: 4.747762
    test 354 line 60 _ExactTM.lon: 70.932555
    test 355 line 61 _ExactTM.easting: 6808805.230950
    test 356 line 61 _ExactTM.northing: 8044779.777369
    test 357 line 61 _ExactTM.convergence: 68.242008
    test 358 line 61 _ExactTM.scale: 1.621464
    test 359 line 61 _ExactTM.lat: 35.882113
    test 360 line 61 _ExactTM.lon: 76.741849
    test 361 line 62 _ExactTM.easting: 2306021.556506
    test 362 line 62 _ExactTM.northing: 757191.592866
    test 363 line 62 _ExactTM.convergence: 2.385686
    test 364 line 62 _ExactTM.scale: 1.066159
    test 365 line 62 _ExactTM.lat: 6.420705
    test 366 line 62 _ExactTM.lon: 20.416028
    test 367 line 63 _ExactTM.easting: 1547406.313862
    test 368 line 63 _ExactTM.northing: 6048712.751824
    test 369 line 63 _ExactTM.convergence: 18.474372
    test 370 line 63 _ExactTM.scale: 1.029123
    test 371 line 63 _ExactTM.lat: 52.335248
    test 372 line 63 _ExactTM.lon: 22.879294
    test 373 line 64 _ExactTM.easting: 2430467.650383
    test 374 line 64 _ExactTM.northing: 7557167.613972
    test 375 line 64 _ExactTM.convergence: 42.110021
    test 376 line 64 _ExactTM.scale: 1.072759
    test 377 line 64 _ExactTM.lat: 59.846391
    test 378 line 64 _ExactTM.lon: 46.262536
    test 379 line 65 _ExactTM.easting: 2334053.905830
    test 380 line 65 _ExactTM.northing: 1948076.966582
    test 381 line 65 _ExactTM.convergence: 6.353185
    test 382 line 65 _ExactTM.scale: 1.067733
    test 383 line 65 _ExactTM.lat: 16.461790
    test 384 line 65 _ExactTM.lon: 21.433269
    test 385 line 66 _ExactTM.easting: 5564175.186737
    test 386 line 66 _ExactTM.northing: 1836851.660412
    test 387 line 66 _ExactTM.convergence: 11.870682
    test 388 line 66 _ExactTM.scale: 1.408265
    test 389 line 66 _ExactTM.lat: 11.707905
    test 390 line 66 _ExactTM.lon: 45.827075
    test 391 line 67 _ExactTM.easting: 6118505.590359
    test 392 line 67 _ExactTM.northing: 7631684.552421
    test 393 line 67 _ExactTM.convergence: 62.477323
    test 394 line 67 _ExactTM.scale: 1.493420
    test 395 line 67 _ExactTM.lat: 38.519075
    test 396 line 67 _ExactTM.lon: 71.935918
    test 397 line 68 _ExactTM.easting: 7365359.294665
    test 398 line 68 _ExactTM.northing: 8818194.451531
    test 399 line 68 _ExactTM.convergence: 77.207042
    test 400 line 68 _ExactTM.scale: 1.737639
    test 401 line 68 _ExactTM.lat: 34.264007
    test 402 line 68 _ExactTM.lon: 82.647878
    test 403 line 69 _ExactTM.easting: 36187.342415
    test 404 line 69 _ExactTM.northing: 2142565.324802
    test 405 line 69 _ExactTM.convergence: 0.114334
    test 406 line 69 _ExactTM.scale: 0.999616
    test 407 line 69 _ExactTM.lat: 19.376880
    test 408 line 69 _ExactTM.lon: 0.344605
    test 409 line 70 _ExactTM.easting: 2380328.546851
    test 410 line 70 _ExactTM.northing: 8440109.872384
    test 411 line 70 _ExactTM.convergence: 55.076067
    test 412 line 70 _ExactTM.scale: 1.069658
    test 413 line 70 _ExactTM.lat: 65.075805
    test 414 line 70 _ExactTM.lon: 57.653438
    test 415 line 71 _ExactTM.easting: 582511.608826
    test 416 line 71 _ExactTM.northing: 8876047.217071
    test 417 line 71 _ExactTM.convergence: 27.133300
    test 418 line 71 _ExactTM.scale: 1.003749
    test 419 line 71 _ExactTM.lat: 78.691870
    test 420 line 71 _ExactTM.lon: 27.591736
    test 421 line 72 _ExactTM.easting: 899441.350477
    test 422 line 72 _ExactTM.northing: 4582046.430516
    test 423 line 72 _ExactTM.convergence: 7.031211
    test 424 line 72 _ExactTM.scale: 1.009573
    test 425 line 72 _ExactTM.lat: 40.893022
    test 426 line 72 _ExactTM.lon: 10.668804
    test 427 line 73 _ExactTM.easting: 5022485.124337
    test 428 line 73 _ExactTM.northing: 9741774.933721
    test 429 line 73 _ExactTM.convergence: 86.505947
    test 430 line 73 _ExactTM.scale: 1.323700
    test 431 line 73 _ExactTM.lat: 48.914279
    test 432 line 73 _ExactTM.lon: 87.359268
    test 433 line 74 _ExactTM.easting: 6701004.587204
    test 434 line 74 _ExactTM.northing: 2954368.258231
    test 435 line 74 _ExactTM.convergence: 21.560153
    test 436 line 74 _ExactTM.scale: 1.608554
    test 437 line 74 _ExactTM.lat: 16.208377
    test 438 line 74 _ExactTM.lon: 54.494282
    test 439 line 75 _ExactTM.easting: 454986.218897
    test 440 line 75 _ExactTM.northing: 4885087.887884
    test 441 line 75 _ExactTM.convergence: 3.945648
    test 442 line 75 _ExactTM.scale: 1.002147
    test 443 line 75 _ExactTM.lat: 43.977936
    test 444 line 75 _ExactTM.lon: 5.672541
    test 445 line 76 _ExactTM.easting: 8903956.140311
    test 446 line 76 _ExactTM.northing: 8470608.577482
    test 447 line 76 _ExactTM.convergence: 74.723116
    test 448 line 76 _ExactTM.scale: 2.131311
    test 449 line 76 _ExactTM.lat: 26.850861
    test 450 line 76 _ExactTM.lon: 82.834480
    test 451 line 77 _ExactTM.easting: 1547627.594741
    test 452 line 77 _ExactTM.northing: 6036584.538347
    test 453 line 77 _ExactTM.convergence: 18.407629
    test 454 line 77 _ExactTM.scale: 1.029132
    test 455 line 77 _ExactTM.lat: 52.234165
    test 456 line 77 _ExactTM.lon: 22.827655
    test 457 line 78 _ExactTM.easting: 5221488.778597
    test 458 line 78 _ExactTM.northing: 1762592.044392
    test 459 line 78 _ExactTM.convergence: 10.927880
    test 460 line 78 _ExactTM.scale: 1.356721
    test 461 line 78 _ExactTM.lat: 11.674646
    test 462 line 78 _ExactTM.lon: 43.500147
    test 463 line 79 _ExactTM.easting: 4880570.297161
    test 464 line 79 _ExactTM.northing: 3325433.988867
    test 465 line 79 _ExactTM.convergence: 20.469862
    test 466 line 79 _ExactTM.scale: 1.308476
    test 467 line 79 _ExactTM.lat: 22.492753
    test 468 line 79 _ExactTM.lon: 44.179153
    test 469 line 80 _ExactTM.easting: 23930680.082694
    test 470 line 80 _ExactTM.northing: 7491462.099038
    test 471 line 80 _ExactTM.convergence: 75.937628
    test 472 line 80 _ExactTM.scale: 15.556365
    test 473 line 80 _ExactTM.lat: 0.910999
    test 474 line 80 _ExactTM.lon: 88.548823
    test 475 line 81 _ExactTM.easting: 71519.450458
    test 476 line 81 _ExactTM.northing: 3654740.444852
    test 477 line 81 _ExactTM.convergence: 0.417448
    test 478 line 81 _ExactTM.scale: 0.999663
    test 479 line 81 _ExactTM.lat: 33.028802
    test 480 line 81 _ExactTM.lon: 0.765843
    test 481 line 82 _ExactTM.easting: 4152797.795220
    test 482 line 82 _ExactTM.northing: 7823098.502751
    test 483 line 82 _ExactTM.convergence: 58.238901
    test 484 line 82 _ExactTM.scale: 1.218052
    test 485 line 82 _ExactTM.lat: 50.649195
    test 486 line 82 _ExactTM.lon: 64.389076
    test 487 line 83 _ExactTM.easting: 2926725.707639
    test 488 line 83 _ExactTM.northing: 7904918.072844
    test 489 line 83 _ExactTM.convergence: 51.592748
    test 490 line 83 _ExactTM.scale: 1.106206
    test 491 line 83 _ExactTM.lat: 58.820640
    test 492 line 83 _ExactTM.lon: 55.841048
    test 493 line 84 _ExactTM.easting: 1325509.113869
    test 494 line 84 _ExactTM.northing: 9675214.948213
    test 495 line 84 _ExactTM.convergence: 76.116213
    test 496 line 84 _ExactTM.scale: 1.021136
    test 497 line 84 _ExactTM.lat: 77.865762
    test 498 line 84 _ExactTM.lon: 76.414618
    test 499 line 85 _ExactTM.easting: 3045296.448926
    test 500 line 85 _ExactTM.northing: 542153.443280
    test 501 line 85 _ExactTM.convergence: 2.185095
    test 502 line 85 _ExactTM.scale: 1.116664
    test 503 line 85 _ExactTM.lat: 4.389639
    test 504 line 85 _ExactTM.lon: 26.458976
    test 505 line 86 _ExactTM.easting: 11843870.887518
    test 506 line 86 _ExactTM.northing: 5912803.073343
    test 507 line 86 _ExactTM.convergence: 52.814259
    test 508 line 86 _ExactTM.scale: 3.267256
    test 509 line 86 _ExactTM.lat: 13.924448
    test 510 line 86 _ExactTM.lon: 79.017873
    test 511 line 87 _ExactTM.easting: 8891099.704936
    test 512 line 87 _ExactTM.northing: 162160.142227
    test 513 line 87 _ExactTM.convergence: 1.312094
    test 514 line 87 _ExactTM.scale: 2.157363
    test 515 line 87 _ExactTM.lat: 0.679713
    test 516 line 87 _ExactTM.lon: 62.036792
    test 517 line 88 _ExactTM.easting: 4784814.214449
    test 518 line 88 _ExactTM.northing: 2984497.432580
    test 519 line 88 _ExactTM.convergence: 17.946545
    test 520 line 88 _ExactTM.scale: 1.296116
    test 521 line 88 _ExactTM.lat: 20.478281
    test 522 line 88 _ExactTM.lon: 42.678234
    test 523 line 89 _ExactTM.easting: 1772074.682154
    test 524 line 89 _ExactTM.northing: 9491552.560143
    test 525 line 89 _ExactTM.convergence: 73.634830
    test 526 line 89 _ExactTM.scale: 1.038202
    test 527 line 89 _ExactTM.lat: 73.695703
    test 528 line 89 _ExactTM.lon: 74.259097
    test 529 line 90 _ExactTM.easting: 1907649.782106
    test 530 line 90 _ExactTM.northing: 6994232.429379
    test 531 line 90 _ExactTM.convergence: 29.718929
    test 532 line 90 _ExactTM.scale: 1.044503
    test 533 line 90 _ExactTM.lat: 58.569370
    test 534 line 90 _ExactTM.lon: 33.777549
    test 535 line 91 _ExactTM.easting: 2084423.818962
    test 536 line 91 _ExactTM.northing: 2211816.035619
    test 537 line 91 _ExactTM.convergence: 6.556448
    test 538 line 91 _ExactTM.scale: 1.053793
    test 539 line 91 _ExactTM.lat: 18.933881
    test 540 line 91 _ExactTM.lon: 19.492695
    test 541 line 92 _ExactTM.easting: 1064373.671729
    test 542 line 92 _ExactTM.northing: 7812482.547461
    test 543 line 92 _ExactTM.convergence: 24.874124
    test 544 line 92 _ExactTM.scale: 1.013490
    test 545 line 92 _ExactTM.lat: 68.317934
    test 546 line 92 _ExactTM.lon: 26.515687
    test 547 line 93 _ExactTM.easting: 4770385.479297
    test 548 line 93 _ExactTM.northing: 9734318.902980
    test 549 line 93 _ExactTM.convergence: 86.273119
    test 550 line 93 _ExactTM.scale: 1.290553
    test 551 line 93 _ExactTM.lat: 50.641941
    test 552 line 93 _ExactTM.lon: 87.111557
    test 553 line 94 _ExactTM.easting: 6398096.677297
    test 554 line 94 _ExactTM.northing: 4410894.752104
    test 555 line 94 _ExactTM.convergence: 32.558023
    test 556 line 94 _ExactTM.scale: 1.548004
    test 557 line 94 _ExactTM.lat: 24.411298
    test 558 line 94 _ExactTM.lon: 56.881823
    test 559 line 95 _ExactTM.easting: 3138623.300415
    test 560 line 95 _ExactTM.northing: 3082960.600798
    test 561 line 95 _ExactTM.convergence: 13.557672
    test 562 line 95 _ExactTM.scale: 1.123724
    test 563 line 95 _ExactTM.lat: 24.571871
    test 564 line 95 _ExactTM.lon: 30.073097
    test 565 line 96 _ExactTM.easting: 2748325.794651
    test 566 line 96 _ExactTM.northing: 4202811.912668
    test 567 line 96 _ExactTM.convergence: 17.578706
    test 568 line 96 _ExactTM.scale: 1.094102
    test 569 line 96 _ExactTM.lat: 34.202576
    test 570 line 96 _ExactTM.lon: 29.383166
    test 571 line 97 _ExactTM.easting: 6677830.630367
    test 572 line 97 _ExactTM.northing: 5350071.837395
    test 573 line 97 _ExactTM.convergence: 41.306641
    test 574 line 97 _ExactTM.scale: 1.599774
    test 575 line 97 _ExactTM.lat: 27.756285
    test 576 line 97 _ExactTM.lon: 61.881905
    test 577 line 98 _ExactTM.easting: 5941536.667431
    test 578 line 98 _ExactTM.northing: 3293112.175140
    test 579 line 98 _ExactTM.convergence: 22.752845
    test 580 line 98 _ExactTM.scale: 1.468473
    test 581 line 98 _ExactTM.lat: 19.742270
    test 582 line 98 _ExactTM.lon: 50.957821
    test 583 line 99 _ExactTM.easting: 3152481.792567
    test 584 line 99 _ExactTM.northing: 5903048.837978
    test 585 line 99 _ExactTM.convergence: 31.494606
    test 586 line 99 _ExactTM.scale: 1.124085
    test 587 line 99 _ExactTM.lat: 45.453582
    test 588 line 99 _ExactTM.lon: 40.659833
    test 589 line 100 _ExactTM.easting: 10460475.897730
    test 590 line 100 _ExactTM.northing: 2553463.624391
    test 591 line 100 _ExactTM.convergence: 21.965869
    test 592 line 100 _ExactTM.scale: 2.700296
    test 593 line 100 _ExactTM.lat: 8.322144
    test 594 line 100 _ExactTM.lon: 69.488157
    test 595 line 101 _ExactTM.easting: 1964010.778021
    test 596 line 101 _ExactTM.northing: 5634042.923056
    test 597 line 101 _ExactTM.convergence: 20.117800
    test 598 line 101 _ExactTM.scale: 1.047344
    test 599 line 101 _ExactTM.lat: 47.749831
    test 600 line 101 _ExactTM.lon: 26.322002
    test 601 line 102 _ExactTM.easting: 2065306.424934
    test 602 line 102 _ExactTM.northing: 2135008.468651
    test 603 line 102 _ExactTM.convergence: 6.258981
    test 604 line 102 _ExactTM.scale: 1.052800
    test 605 line 102 _ExactTM.lat: 18.297493
    test 606 line 102 _ExactTM.lon: 19.244669
    test 607 line 103 _ExactTM.easting: 5127738.132976
    test 608 line 103 _ExactTM.northing: 6793804.304411
    test 609 line 103 _ExactTM.convergence: 50.557915
    test 610 line 103 _ExactTM.scale: 1.339412
    test 611 line 103 _ExactTM.lat: 40.834541
    test 612 line 103 _ExactTM.lon: 61.650750
    test 613 line 104 _ExactTM.easting: 8385525.148166
    test 614 line 104 _ExactTM.northing: 6924932.344306
    test 615 line 104 _ExactTM.convergence: 59.087561
    test 616 line 104 _ExactTM.scale: 1.990364
    test 617 line 104 _ExactTM.lat: 26.273247
    test 618 line 104 _ExactTM.lon: 74.926694
    test 619 line 105 _ExactTM.easting: 2297510.791909
    test 620 line 105 _ExactTM.northing: 2805666.962834
    test 621 line 105 _ExactTM.convergence: 9.301553
    test 622 line 105 _ExactTM.scale: 1.065508
    test 623 line 105 _ExactTM.lat: 23.698347
    test 624 line 105 _ExactTM.lon: 22.155657
    test 625 line 106 _ExactTM.easting: 13749544.917635
    test 626 line 106 _ExactTM.northing: 8288728.384650
    test 627 line 106 _ExactTM.convergence: 75.033970
    test 628 line 106 _ExactTM.scale: 4.270588
    test 629 line 106 _ExactTM.lat: 12.364113
    test 630 line 106 _ExactTM.lon: 86.348578
    test 631 line 107 _ExactTM.easting: 317518.455546
    test 632 line 107 _ExactTM.northing: 1097517.583745
    test 633 line 107 _ExactTM.convergence: 0.499004
    test 634 line 107 _ExactTM.scale: 1.000848
    test 635 line 107 _ExactTM.lat: 9.916091
    test 636 line 107 _ExactTM.lon: 2.895277
    test 637 line 108 _ExactTM.easting: 3856035.184888
    test 638 line 108 _ExactTM.northing: 9141364.450290
    test 639 line 108 _ExactTM.convergence: 75.972763
    test 640 line 108 _ExactTM.scale: 1.186786
    test 641 line 108 _ExactTM.lat: 56.553876
    test 642 line 108 _ExactTM.lon: 78.215077
    test 643 line 109 _ExactTM.easting: 1457484.942823
    test 644 line 109 _ExactTM.northing: 9385297.101973
    test 645 line 109 _ExactTM.convergence: 66.784662
    test 646 line 109 _ExactTM.scale: 1.025660
    test 647 line 109 _ExactTM.lat: 75.957631
    test 648 line 109 _ExactTM.lon: 67.407383
    test 649 line 110 _ExactTM.easting: 1304934.901841
    test 650 line 110 _ExactTM.northing: 3604655.155715
    test 651 line 110 _ExactTM.convergence: 7.343989
    test 652 line 110 _ExactTM.scale: 1.020672
    test 653 line 110 _ExactTM.lat: 31.826531
    test 654 line 110 _ExactTM.lon: 13.731050
    test 655 line 111 _ExactTM.easting: 1399093.491792
    test 656 line 111 _ExactTM.northing: 8314607.120342
    test 657 line 111 _ExactTM.convergence: 38.630161
    test 658 line 111 _ExactTM.scale: 1.023625
    test 659 line 111 _ExactTM.lat: 70.542985
    test 660 line 111 _ExactTM.lon: 40.282055
    test 661 line 112 _ExactTM.easting: 356983.618540
    test 662 line 112 _ExactTM.northing: 4282309.048994
    test 663 line 112 _ExactTM.convergence: 2.561485
    test 664 line 112 _ExactTM.scale: 1.001170
    test 665 line 112 _ExactTM.lat: 38.617487
    test 666 line 112 _ExactTM.lon: 4.099838
    test 667 line 113 _ExactTM.easting: 9952911.325091
    test 668 line 113 _ExactTM.northing: 1510288.212229
    test 669 line 113 _ExactTM.convergence: 12.752154
    test 670 line 113 _ExactTM.scale: 2.511357
    test 671 line 113 _ExactTM.lat: 5.389447
    test 672 line 113 _ExactTM.lon: 66.729612
    test 673 line 114 _ExactTM.easting: 6367592.504007
    test 674 line 114 _ExactTM.northing: 1200437.077672
    test 675 line 114 _ExactTM.convergence: 8.338041
    test 676 line 114 _ExactTM.scale: 1.546210
    test 677 line 114 _ExactTM.lat: 6.995168
    test 678 line 114 _ExactTM.lon: 50.014763
    test 679 line 115 _ExactTM.easting: 4391263.676460
    test 680 line 115 _ExactTM.northing: 6325455.989408
    test 681 line 115 _ExactTM.convergence: 42.653541
    test 682 line 115 _ExactTM.scale: 1.245560
    test 683 line 115 _ExactTM.lat: 42.321894
    test 684 line 115 _ExactTM.lon: 53.784040
    test 685 line 116 _ExactTM.easting: 6209880.527527
    test 686 line 116 _ExactTM.northing: 2154754.449747
    test 687 line 116 _ExactTM.convergence: 14.919512
    test 688 line 116 _ExactTM.scale: 1.516560
    test 689 line 116 _ExactTM.lat: 12.698515
    test 690 line 116 _ExactTM.lon: 50.242047
    test 691 line 117 _ExactTM.easting: 1507053.688772
    test 692 line 117 _ExactTM.northing: 6261383.513280
    test 693 line 117 _ExactTM.convergence: 19.280373
    test 694 line 117 _ExactTM.scale: 1.027584
    test 695 line 117 _ExactTM.lat: 54.207636
    test 696 line 117 _ExactTM.lon: 23.325731
    test 697 line 118 _ExactTM.easting: 8332725.003777
    test 698 line 118 _ExactTM.northing: 3002712.329753
    test 699 line 118 _ExactTM.convergence: 24.059212
    test 700 line 118 _ExactTM.scale: 1.990450
    test 701 line 118 _ExactTM.lat: 13.224787
    test 702 line 118 _ExactTM.lon: 62.426698
    test 703 line 119 _ExactTM.easting: 3958910.085235
    test 704 line 119 _ExactTM.northing: 3462284.926102
    test 705 line 119 _ExactTM.convergence: 18.546398
    test 706 line 119 _ExactTM.scale: 1.199351
    test 707 line 119 _ExactTM.lat: 25.650282
    test 708 line 119 _ExactTM.lon: 37.710391
    test 709 line 120 _ExactTM.easting: 10452892.282083
    test 710 line 120 _ExactTM.northing: 8000059.605114
    test 711 line 120 _ExactTM.convergence: 71.075240
    test 712 line 120 _ExactTM.scale: 2.650111
    test 713 line 120 _ExactTM.lat: 20.684773
    test 714 line 120 _ExactTM.lon: 82.849734
    test 715 line 121 _ExactTM.easting: 496148.253731
    test 716 line 121 _ExactTM.northing: 6388503.365043
    test 717 line 121 _ExactTM.convergence: 6.970955
    test 718 line 121 _ExactTM.scale: 1.002620
    test 719 line 121 _ExactTM.lat: 57.367533
    test 720 line 121 _ExactTM.lon: 8.260866
    test 721 line 122 _ExactTM.easting: 7375792.085850
    test 722 line 122 _ExactTM.northing: 5544624.072155
    test 723 line 122 _ExactTM.convergence: 44.510851
    test 724 line 122 _ExactTM.scale: 1.745898
    test 725 line 122 _ExactTM.lat: 25.958757
    test 726 line 122 _ExactTM.lon: 65.760477
    test 727 line 123 _ExactTM.easting: 2826258.041979
    test 728 line 123 _ExactTM.northing: 5167759.816959
    test 729 line 123 _ExactTM.convergence: 23.783897
    test 730 line 123 _ExactTM.scale: 1.099415
    test 731 line 123 _ExactTM.lat: 41.395848
    test 732 line 123 _ExactTM.lon: 33.661790
    test 733 line 124 _ExactTM.easting: 3958563.378851
    test 734 line 124 _ExactTM.northing: 8499923.231243
    test 735 line 124 _ExactTM.convergence: 66.570945
    test 736 line 124 _ExactTM.scale: 1.197296
    test 737 line 124 _ExactTM.lat: 54.266617
    test 738 line 124 _ExactTM.lon: 70.602199
    test 739 line 125 _ExactTM.easting: 4408189.533462
    test 740 line 125 _ExactTM.northing: 8046312.003642
    test 741 line 125 _ExactTM.convergence: 62.216959
    test 742 line 125 _ExactTM.scale: 1.246750
    test 743 line 125 _ExactTM.lat: 49.840393
    test 744 line 125 _ExactTM.lon: 68.036728
    test 745 line 126 _ExactTM.easting: 3629225.627512
    test 746 line 126 _ExactTM.northing: 6371258.454645
    test 747 line 126 _ExactTM.convergence: 38.881675
    test 748 line 126 _ExactTM.scale: 1.165511
    test 749 line 126 _ExactTM.lat: 46.306035
    test 750 line 126 _ExactTM.lon: 48.085828
    test 751 line 127 _ExactTM.easting: 602838.450710
    test 752 line 127 _ExactTM.northing: 4851370.637205
    test 753 line 127 _ExactTM.convergence: 5.160395
    test 754 line 127 _ExactTM.scale: 1.004073
    test 755 line 127 _ExactTM.lat: 43.570988
    test 756 line 127 _ExactTM.lon: 7.464494
    test 757 line 128 _ExactTM.easting: 764616.665051
    test 758 line 128 _ExactTM.northing: 2164299.337945
    test 759 line 128 _ExactTM.convergence: 2.429300
    test 760 line 128 _ExactTM.scale: 1.006835
    test 761 line 128 _ExactTM.lat: 19.427290
    test 762 line 128 _ExactTM.lon: 7.268247
    test 763 line 129 _ExactTM.easting: 5048953.021931
    test 764 line 129 _ExactTM.northing: 1885974.057398
    test 765 line 129 _ExactTM.convergence: 11.459804
    test 766 line 129 _ExactTM.scale: 1.332207
    test 767 line 129 _ExactTM.lat: 12.713794
    test 768 line 129 _ExactTM.lon: 42.507018
    test 769 line 130 _ExactTM.easting: 2293996.601155
    test 770 line 130 _ExactTM.northing: 2392408.644221
    test 771 line 130 _ExactTM.convergence: 7.791838
    test 772 line 130 _ExactTM.scale: 1.065348
    test 773 line 130 _ExactTM.lat: 20.238782
    test 774 line 130 _ExactTM.lon: 21.566068
    test 775 line 131 _ExactTM.easting: 1530603.839418
    test 776 line 131 _ExactTM.northing: 7287841.459898
    test 777 line 131 _ExactTM.convergence: 27.502921
    test 778 line 131 _ExactTM.scale: 1.028416
    test 779 line 131 _ExactTM.lat: 62.367847
    test 780 line 131 _ExactTM.lon: 30.438849
    test 781 line 132 _ExactTM.easting: 2660000.093152
    test 782 line 132 _ExactTM.northing: 5161982.213248
    test 783 line 132 _ExactTM.convergence: 22.629836
    test 784 line 132 _ExactTM.scale: 1.087851
    test 785 line 132 _ExactTM.lat: 41.891569
    test 786 line 132 _ExactTM.lon: 31.959547
    test 787 line 133 _ExactTM.easting: 5037478.329414
    test 788 line 133 _ExactTM.northing: 8768172.379908
    test 789 line 133 _ExactTM.convergence: 73.511182
    test 790 line 133 _ExactTM.scale: 1.325919
    test 791 line 133 _ExactTM.lat: 47.664248
    test 792 line 133 _ExactTM.lon: 77.630062
    test 793 line 134 _ExactTM.easting: 2289650.957799
    test 794 line 134 _ExactTM.northing: 8784328.593607
    test 795 line 134 _ExactTM.convergence: 60.786067
    test 796 line 134 _ExactTM.scale: 1.064346
    test 797 line 134 _ExactTM.lat: 67.259559
    test 798 line 134 _ExactTM.lon: 62.715293
    test 799 line 135 _ExactTM.easting: 647913.889744
    test 800 line 135 _ExactTM.northing: 6742382.228217
    test 801 line 135 _ExactTM.convergence: 10.252667
    test 802 line 135 _ExactTM.scale: 1.004748
    test 803 line 135 _ExactTM.lat: 60.295381
    test 804 line 135 _ExactTM.lon: 11.763097
    test 805 line 136 _ExactTM.easting: 1118372.698566
    test 806 line 136 _ExactTM.northing: 9040627.942263
    test 807 line 136 _ExactTM.convergence: 48.936803
    test 808 line 136 _ExactTM.scale: 1.014920
    test 809 line 136 _ExactTM.lat: 76.878914
    test 810 line 136 _ExactTM.lon: 49.685773
    test 811 line 137 _ExactTM.easting: 440696.510070
    test 812 line 137 _ExactTM.northing: 5500355.826297
    test 813 line 137 _ExactTM.convergence: 4.636104
    test 814 line 137 _ExactTM.scale: 1.001986
    test 815 line 137 _ExactTM.lat: 49.495349
    test 816 line 137 _ExactTM.lon: 6.087551
    test 817 line 138 _ExactTM.easting: 601728.149727
    test 818 line 138 _ExactTM.northing: 9095352.048149
    test 819 line 138 _ExactTM.convergence: 33.435771
    test 820 line 138 _ExactTM.scale: 1.004027
    test 821 line 138 _ExactTM.lat: 80.297265
    test 822 line 138 _ExactTM.lon: 33.816372
    test 823 line 139 _ExactTM.easting: 3481444.777827
    test 824 line 139 _ExactTM.northing: 291665.708749
    test 825 line 139 _ExactTM.convergence: 1.314726
    test 826 line 139 _ExactTM.scale: 1.153534
    test 827 line 139 _ExactTM.lat: 2.286437
    test 828 line 139 _ExactTM.lon: 29.855149
    test 829 line 140 _ExactTM.easting: 3515304.901524
    test 830 line 140 _ExactTM.northing: 1443981.882918
    test 831 line 140 _ExactTM.convergence: 6.641638
    test 832 line 140 _ExactTM.scale: 1.156509
    test 833 line 140 _ExactTM.lat: 11.264457
    test 834 line 140 _ExactTM.lon: 30.743907
    test 835 line 141 _ExactTM.easting: 160012.186959
    test 836 line 141 _ExactTM.northing: 3922609.253231
    test 837 line 141 _ExactTM.convergence: 1.022225
    test 838 line 141 _ExactTM.scale: 0.999916
    test 839 line 141 _ExactTM.lat: 35.434073
    test 840 line 141 _ExactTM.lon: 1.762795
    test 841 line 142 _ExactTM.easting: 4163744.245622
    test 842 line 142 _ExactTM.northing: 936884.674804
    test 843 line 142 _ExactTM.convergence: 4.892559
    test 844 line 142 _ExactTM.scale: 1.222164
    test 845 line 142 _ExactTM.lat: 6.923695
    test 846 line 142 _ExactTM.lon: 35.289456
    test 847 line 143 _ExactTM.easting: 6155200.017926
    test 848 line 143 _ExactTM.northing: 6926306.628390
    test 849 line 143 _ExactTM.convergence: 55.103258
    test 850 line 143 _ExactTM.scale: 1.500556
    test 851 line 143 _ExactTM.lat: 36.129672
    test 852 line 143 _ExactTM.lon: 67.533176
    test 853 line 144 _ExactTM.easting: 16263383.285440
    test 854 line 144 _ExactTM.northing: 3591296.731341
    test 855 line 144 _ExactTM.convergence: 36.040254
    test 856 line 144 _ExactTM.scale: 6.589288
    test 857 line 144 _ExactTM.lat: 4.406529
    test 858 line 144 _ExactTM.lon: 81.965734
    test 859 line 145 _ExactTM.easting: 14220995.515399  FAILED, KNOWN, expected 14220995.515398
    test 860 line 145 _ExactTM.northing: 5100587.457503
    test 861 line 145 _ExactTM.convergence: 47.314258
    test 862 line 145 _ExactTM.scale: 4.693202
    test 863 line 145 _ExactTM.lat: 8.474589
    test 864 line 145 _ExactTM.lon: 81.129945
    test 865 line 146 _ExactTM.easting: 3173034.802372
    test 866 line 146 _ExactTM.northing: 7263421.942957
    test 867 line 146 _ExactTM.convergence: 45.215808
    test 868 line 146 _ExactTM.scale: 1.125410
    test 869 line 146 _ExactTM.lat: 53.907276
    test 870 line 146 _ExactTM.lon: 51.252904
    test 871 line 147 _ExactTM.easting: 10253274.092204
    test 872 line 147 _ExactTM.northing: 8867574.299792
    test 873 line 147 _ExactTM.convergence: 79.198250
    test 874 line 147 _ExactTM.scale: 2.572372
    test 875 line 147 _ExactTM.lat: 22.120545
    test 876 line 147 _ExactTM.lon: 85.756782
    test 877 line 148 _ExactTM.easting: 2415561.483230
    test 878 line 148 _ExactTM.northing: 8813225.217097
    test 879 line 148 _ExactTM.convergence: 62.548978
    test 880 line 148 _ExactTM.scale: 1.071748
    test 881 line 148 _ExactTM.lat: 66.444100
    test 882 line 148 _ExactTM.lon: 64.532960
    test 883 line 149 _ExactTM.easting: 9589179.293295
    test 884 line 149 _ExactTM.northing: 1777680.784143
    test 885 line 149 _ExactTM.convergence: 14.838483
    test 886 line 149 _ExactTM.scale: 2.380716
    test 887 line 149 _ExactTM.lat: 6.670965
    test 888 line 149 _ExactTM.lon: 65.660408
    test 889 line 150 _ExactTM.easting: 727939.438391
    test 890 line 150 _ExactTM.northing: 3684363.236810
    test 891 line 150 _ExactTM.convergence: 4.266227
    test 892 line 150 _ExactTM.scale: 1.006140
    test 893 line 150 _ExactTM.lat: 33.054057
    test 894 line 150 _ExactTM.lon: 7.787458
    test 895 line 151 _ExactTM.easting: 1250765.991085
    test 896 line 151 _ExactTM.northing: 792869.242719
    test 897 line 151 _ExactTM.convergence: 1.396497
    test 898 line 151 _ExactTM.scale: 1.019026
    test 899 line 151 _ExactTM.lat: 7.035525
    test 900 line 151 _ExactTM.lon: 11.253707
    test 901 line 152 _ExactTM.easting: 710421.705887
    test 902 line 152 _ExactTM.northing: 5019406.075928
    test 903 line 152 _ExactTM.convergence: 6.393949
    test 904 line 152 _ExactTM.scale: 1.005812
    test 905 line 152 _ExactTM.lat: 44.971340
    test 906 line 152 _ExactTM.lon: 9.009304
    test 907 line 153 _ExactTM.easting: 4600995.074643
    test 908 line 153 _ExactTM.northing: 4505712.084593
    test 909 line 153 _ExactTM.convergence: 27.997458
    test 910 line 153 _ExactTM.scale: 1.271841
    test 911 line 153 _ExactTM.lat: 30.821397
    test 912 line 153 _ExactTM.lon: 45.970577
    test 913 line 154 _ExactTM.easting: 557642.627782
    test 914 line 154 _ExactTM.northing: 7006911.251644
    test 915 line 154 _ExactTM.convergence: 9.769903
    test 916 line 154 _ExactTM.scale: 1.003411
    test 917 line 154 _ExactTM.lat: 62.763886
    test 918 line 154 _ExactTM.lon: 10.960144
    test 919 line 155 _ExactTM.easting: 4635062.294291
    test 920 line 155 _ExactTM.northing: 2702556.153311
    test 921 line 155 _ExactTM.convergence: 15.779547
    test 922 line 155 _ExactTM.scale: 1.277178
    test 923 line 155 _ExactTM.lat: 18.888611
    test 924 line 155 _ExactTM.lon: 41.009871
    test 925 line 156 _ExactTM.easting: 14554962.255919
    test 926 line 156 _ExactTM.northing: 4716639.908572
    test 927 line 156 _ExactTM.convergence: 44.192751
    test 928 line 156 _ExactTM.scale: 4.960020
    test 929 line 156 _ExactTM.lat: 7.524119
    test 930 line 156 _ExactTM.lon: 81.050715
    test 931 line 157 _ExactTM.easting: 882126.661736
    test 932 line 157 _ExactTM.northing: 7947612.369506
    test 933 line 157 _ExactTM.convergence: 22.429487
    test 934 line 157 _ExactTM.scale: 1.009132
    test 935 line 157 _ExactTM.lat: 70.063902
    test 936 line 157 _ExactTM.lon: 23.705255
    test 937 line 158 _ExactTM.easting: 20262021.645983
    test 938 line 158 _ExactTM.northing: 8113827.820796
    test 939 line 158 _ExactTM.convergence: 76.936057
    test 940 line 158 _ExactTM.scale: 10.349092
    test 941 line 158 _ExactTM.lat: 3.556526
    test 942 line 158 _ExactTM.lon: 88.363529
    test 943 line 159 _ExactTM.easting: 6500508.399850
    test 944 line 159 _ExactTM.northing: 6956476.342368
    test 945 line 159 _ExactTM.convergence: 56.237116
    test 946 line 159 _ExactTM.scale: 1.563162
    test 947 line 159 _ExactTM.lat: 34.551257
    test 948 line 159 _ExactTM.lon: 69.111091
    test 949 line 160 _ExactTM.easting: 3884036.641314
    test 950 line 160 _ExactTM.northing: 6890167.411733
    test 951 line 160 _ExactTM.convergence: 45.760130
    test 952 line 160 _ExactTM.scale: 1.190167
    test 953 line 160 _ExactTM.lat: 47.929051
    test 954 line 160 _ExactTM.lon: 54.103418
    test 955 line 161 _ExactTM.easting: 217855.546078
    test 956 line 161 _ExactTM.northing: 6184108.122568
    test 957 line 161 _ExactTM.convergence: 2.870993
    test 958 line 161 _ExactTM.scale: 1.000182
    test 959 line 161 _ExactTM.lat: 55.753536
    test 960 line 161 _ExactTM.lon: 3.471798
    test 961 line 162 _ExactTM.easting: 11384139.290402
    test 962 line 162 _ExactTM.northing: 8893889.949556
    test 963 line 162 _ExactTM.convergence: 79.774854
    test 964 line 162 _ExactTM.scale: 3.024672
    test 965 line 162 _ExactTM.lat: 18.530847
    test 966 line 162 _ExactTM.lon: 86.555312
    test 967 line 163 _ExactTM.easting: 3469855.989805
    test 968 line 163 _ExactTM.northing: 7723193.799228
    test 969 line 163 _ExactTM.convergence: 53.114700
    test 970 line 163 _ExactTM.scale: 1.150540
    test 971 line 163 _ExactTM.lat: 54.510125
    test 972 line 163 _ExactTM.lon: 58.556056
    test 973 line 164 _ExactTM.easting: 5926165.994939
    test 974 line 164 _ExactTM.northing: 9385463.732747
    test 975 line 164 _ExactTM.convergence: 82.506981
    test 976 line 164 _ExactTM.scale: 1.459758
    test 977 line 164 _ExactTM.lat: 42.864162
    test 978 line 164 _ExactTM.lon: 84.866326
    test 979 line 165 _ExactTM.easting: 5798639.662224
    test 980 line 165 _ExactTM.northing: 5305387.640916
    test 981 line 165 _ExactTM.convergence: 38.617257
    test 982 line 165 _ExactTM.scale: 1.442263
    test 983 line 165 _ExactTM.lat: 30.911943
    test 984 line 165 _ExactTM.lon: 57.114102
    test 985 line 166 _ExactTM.easting: 9464.934388
    test 986 line 166 _ExactTM.northing: 6489121.624944
    test 987 line 166 _ExactTM.convergence: 0.138696
    test 988 line 166 _ExactTM.scale: 0.999601
    test 989 line 166 _ExactTM.lat: 58.542493
    test 990 line 166 _ExactTM.lon: 0.162593
    test 991 line 167 _ExactTM.easting: 12575834.275614
    test 992 line 167 _ExactTM.northing: 8356610.895486
    test 993 line 167 _ExactTM.convergence: 75.235223
    test 994 line 167 _ExactTM.scale: 3.599442
    test 995 line 167 _ExactTM.lat: 15.022689
    test 996 line 167 _ExactTM.lon: 85.792615
    test 997 line 168 _ExactTM.easting: 2719653.543469
    test 998 line 168 _ExactTM.northing: 9362389.163495
    test 999 line 168 _ExactTM.convergence: 76.049670
    test 1000 line 168 _ExactTM.scale: 1.091315
    test 1001 line 168 _ExactTM.lat: 65.692275
    test 1002 line 168 _ExactTM.lon: 77.241377
    test 1003 line 169 _ExactTM.easting: 4845341.924698
    test 1004 line 169 _ExactTM.northing: 8710522.326901
    test 1005 line 169 _ExactTM.convergence: 72.320942
    test 1006 line 169 _ExactTM.scale: 1.300382
    test 1007 line 169 _ExactTM.lat: 48.806211
    test 1008 line 169 _ExactTM.lon: 76.486365
    test 1009 line 170 _ExactTM.easting: 3935261.522763
    test 1010 line 170 _ExactTM.northing: 9454271.649062
    test 1011 line 170 _ExactTM.convergence: 81.162334
    test 1012 line 170 _ExactTM.scale: 1.194767
    test 1013 line 170 _ExactTM.lat: 56.436025
    test 1014 line 170 _ExactTM.lon: 82.611568
    test 1015 line 171 _ExactTM.easting: 7074299.823000
    test 1016 line 171 _ExactTM.northing: 1648736.065055
    test 1017 line 171 _ExactTM.convergence: 12.145925
    test 1018 line 171 _ExactTM.scale: 1.687551
    test 1019 line 171 _ExactTM.lat: 8.766053
    test 1020 line 171 _ExactTM.lon: 54.367539
    test 1021 line 172 _ExactTM.easting: 3689072.579308
    test 1022 line 172 _ExactTM.northing: 2230802.665211
    test 1023 line 172 _ExactTM.convergence: 10.856248
    test 1024 line 172 _ExactTM.scale: 1.172689
    test 1025 line 172 _ExactTM.lat: 17.095495
    test 1026 line 172 _ExactTM.lon: 33.059128
    test 1027 line 173 _ExactTM.easting: 8102565.885587
    test 1028 line 173 _ExactTM.northing: 5167396.617580
    test 1029 line 173 _ExactTM.convergence: 42.324886
    test 1030 line 173 _ExactTM.scale: 1.921927
    test 1031 line 173 _ExactTM.lat: 22.142861
    test 1032 line 173 _ExactTM.lon: 67.200684
    test 1033 line 174 _ExactTM.easting: 8181271.353564
    test 1034 line 174 _ExactTM.northing: 4425436.547185
    test 1035 line 174 _ExactTM.convergence: 35.900845
    test 1036 line 174 _ExactTM.scale: 1.945017
    test 1037 line 174 _ExactTM.lat: 19.222623
    test 1038 line 174 _ExactTM.lon: 65.180785
    test 1039 line 175 _ExactTM.easting: 767067.394003
    test 1040 line 175 _ExactTM.northing: 3701745.857296
    test 1041 line 175 _ExactTM.convergence: 4.519201
    test 1042 line 175 _ExactTM.scale: 1.006863
    test 1043 line 175 _ExactTM.lat: 33.182474
    test 1044 line 175 _ExactTM.lon: 8.216952
    test 1045 line 176 _ExactTM.easting: 6688114.168572
    test 1046 line 176 _ExactTM.northing: 2052857.299639
    test 1047 line 176 _ExactTM.convergence: 14.766191
    test 1048 line 176 _ExactTM.scale: 1.607200
    test 1049 line 176 _ExactTM.lat: 11.417963
    test 1050 line 176 _ExactTM.lon: 52.808691
    test 1051 line 177 _ExactTM.easting: 5608408.773761
    test 1052 line 177 _ExactTM.northing: 3859055.659110
    test 1053 line 177 _ExactTM.convergence: 26.244151
    test 1054 line 177 _ExactTM.scale: 1.413463
    test 1055 line 177 _ExactTM.lat: 23.836688
    test 1056 line 177 _ExactTM.lon: 50.500180
    test 1057 line 178 _ExactTM.easting: 3836942.765275
    test 1058 line 178 _ExactTM.northing: 6415467.634326
    test 1059 line 178 _ExactTM.convergence: 40.575885
    test 1060 line 178 _ExactTM.scale: 1.185615
    test 1061 line 178 _ExactTM.lat: 45.550020
    test 1062 line 178 _ExactTM.lon: 50.148036
    test 1063 line 179 _ExactTM.easting: 1298730.366025
    test 1064 line 179 _ExactTM.northing: 6021453.000792
    test 1065 line 179 _ExactTM.convergence: 15.613320
    test 1066 line 179 _ExactTM.scale: 1.020367
    test 1067 line 179 _ExactTM.lat: 52.746079
    test 1068 line 179 _ExactTM.lon: 19.343926
    test 1069 line 180 _ExactTM.easting: 416934.289208
    test 1070 line 180 _ExactTM.northing: 7295683.451705
    test 1071 line 180 _ExactTM.convergence: 8.238232
    test 1072 line 180 _ExactTM.scale: 1.001729
    test 1073 line 180 _ExactTM.lat: 65.513348
    test 1074 line 180 _ExactTM.lon: 9.039529
    test 1075 line 181 _ExactTM.easting: 4336076.850889
    test 1076 line 181 _ExactTM.northing: 7617975.722779
    test 1077 line 181 _ExactTM.convergence: 56.537088
    test 1078 line 181 _ExactTM.scale: 1.238582
    test 1079 line 181 _ExactTM.lat: 48.709795
    test 1080 line 181 _ExactTM.lon: 63.554005
    test 1081 line 182 _ExactTM.easting: 168047.336980
    test 1082 line 182 _ExactTM.northing: 2185000.046530
    test 1083 line 182 _ExactTM.convergence: 0.542187
    test 1084 line 182 _ExactTM.scale: 0.999949
    test 1085 line 182 _ExactTM.lat: 19.753509
    test 1086 line 182 _ExactTM.lon: 1.603846
    test 1087 line 183 _ExactTM.easting: 8276281.328790
    test 1088 line 183 _ExactTM.northing: 263444.350545
    test 1089 line 183 _ExactTM.convergence: 2.071435
    test 1090 line 183 _ExactTM.scale: 1.980314
    test 1091 line 183 _ExactTM.lat: 1.202816
    test 1092 line 183 _ExactTM.lon: 59.377276
    test 1093 line 184 _ExactTM.easting: 4772573.810710
    test 1094 line 184 _ExactTM.northing: 6765710.336002
    test 1095 line 184 _ExactTM.convergence: 48.857561
    test 1096 line 184 _ExactTM.scale: 1.291911
    test 1097 line 184 _ExactTM.lat: 42.564975
    test 1098 line 184 _ExactTM.lon: 59.356947
    test 1099 line 185 _ExactTM.easting: 5427755.074639
    test 1100 line 185 _ExactTM.northing: 1556055.820924
    test 1101 line 185 _ExactTM.convergence: 9.862178
    test 1102 line 185 _ExactTM.scale: 1.387394
    test 1103 line 185 _ExactTM.lat: 10.090572
    test 1104 line 185 _ExactTM.lon: 44.604132
    test 1105 line 186 _ExactTM.easting: 11588458.616041
    test 1106 line 186 _ExactTM.northing: 5707993.922613
    test 1107 line 186 _ExactTM.convergence: 50.784827
    test 1108 line 186 _ExactTM.scale: 3.149567
    test 1109 line 186 _ExactTM.lat: 14.133028
    test 1110 line 186 _ExactTM.lon: 78.097533
    test 1111 line 187 _ExactTM.easting: 7152433.802688
    test 1112 line 187 _ExactTM.northing: 761390.695844
    test 1113 line 187 _ExactTM.convergence: 5.607350
    test 1114 line 187 _ExactTM.scale: 1.705261
    test 1115 line 187 _ExactTM.lat: 4.031123
    test 1116 line 187 _ExactTM.lon: 54.048782
    test 1117 line 188 _ExactTM.easting: 3105651.390901
    test 1118 line 188 _ExactTM.northing: 9426026.169064
    test 1119 line 188 _ExactTM.convergence: 78.750206
    test 1120 line 188 _ExactTM.scale: 1.119737
    test 1121 line 188 _ExactTM.lat: 62.746603
    test 1122 line 188 _ExactTM.lon: 79.968641
    test 1123 line 189 _ExactTM.easting: 2959009.639022
    test 1124 line 189 _ExactTM.northing: 8339242.269282
    test 1125 line 189 _ExactTM.convergence: 58.460865
    test 1126 line 189 _ExactTM.scale: 1.108554
    test 1127 line 189 _ExactTM.lat: 60.626429
    test 1128 line 189 _ExactTM.lon: 61.851551
    test 1129 line 190 _ExactTM.easting: 8640472.267145
    test 1130 line 190 _ExactTM.northing: 6230320.417931
    test 1131 line 190 _ExactTM.convergence: 52.816810
    test 1132 line 190 _ExactTM.scale: 2.062973
    test 1133 line 190 _ExactTM.lat: 23.600626
    test 1134 line 190 _ExactTM.lon: 72.811634
    test 1135 line 191 _ExactTM.easting: 811352.108932
    test 1136 line 191 _ExactTM.northing: 9816129.813481
    test 1137 line 191 _ExactTM.convergence: 77.299184
    test 1138 line 191 _ExactTM.scale: 1.007651
    test 1139 line 191 _ExactTM.lat: 82.572236
    test 1140 line 191 _ExactTM.lon: 77.402323
    test 1141 line 192 _ExactTM.easting: 6521874.973458
    test 1142 line 192 _ExactTM.northing: 1053612.479744
    test 1143 line 192 _ExactTM.convergence: 7.407328
    test 1144 line 192 _ExactTM.scale: 1.575529
    test 1145 line 192 _ExactTM.lat: 6.030051
    test 1146 line 192 _ExactTM.lon: 50.783505
    test 1147 line 193 _ExactTM.easting: 3477983.997875
    test 1148 line 193 _ExactTM.northing: 5651613.325947
    test 1149 line 193 _ExactTM.convergence: 31.530673
    test 1150 line 193 _ExactTM.scale: 1.151875
    test 1151 line 193 _ExactTM.lat: 42.411523
    test 1152 line 193 _ExactTM.lon: 42.258009
    test 1153 line 194 _ExactTM.easting: 629892.822243
    test 1154 line 194 _ExactTM.northing: 3283914.910451
    test 1155 line 194 _ExactTM.convergence: 3.210482
    test 1156 line 194 _ExactTM.scale: 1.004499
    test 1157 line 194 _ExactTM.lat: 29.526120
    test 1158 line 194 _ExactTM.lon: 6.493069
    test 1159 line 195 _ExactTM.easting: 3381879.687227
    test 1160 line 195 _ExactTM.northing: 5103629.325665
    test 1161 line 195 _ExactTM.convergence: 26.748108
    test 1162 line 195 _ExactTM.scale: 1.143559
    test 1163 line 195 _ExactTM.lat: 39.021853
    test 1164 line 195 _ExactTM.lon: 38.641779
    test 1165 line 196 _ExactTM.easting: 2815986.534177
    test 1166 line 196 _ExactTM.northing: 9387029.120718
    test 1167 line 196 _ExactTM.convergence: 76.967262
    test 1168 line 196 _ExactTM.scale: 1.098032
    test 1169 line 196 _ExactTM.lat: 64.971850
    test 1170 line 196 _ExactTM.lon: 78.151893
    test 1171 line 197 _ExactTM.easting: 3398195.889603
    test 1172 line 197 _ExactTM.northing: 9138936.031490
    test 1173 line 197 _ExactTM.convergence: 74.477499
    test 1174 line 197 _ExactTM.scale: 1.144009
    test 1175 line 197 _ExactTM.lat: 59.961819
    test 1176 line 197 _ExactTM.lon: 76.473422
    test 1177 line 198 _ExactTM.easting: 2421734.754637
    test 1178 line 198 _ExactTM.northing: 5002372.094991
    test 1179 line 198 _ExactTM.convergence: 20.017082
    test 1180 line 198 _ExactTM.scale: 1.072592
    test 1181 line 198 _ExactTM.lat: 41.374040
    test 1182 line 198 _ExactTM.lon: 28.848343
    test 1183 line 199 _ExactTM.easting: 2360869.895525
    test 1184 line 199 _ExactTM.northing: 9553298.449536
    test 1185 line 199 _ExactTM.convergence: 78.848205
    test 1186 line 199 _ExactTM.scale: 1.068453
    test 1187 line 199 _ExactTM.lat: 68.946087
    test 1188 line 199 _ExactTM.lon: 79.574523
    test 1189 line 200 _ExactTM.easting: 1196539.972194
    test 1190 line 200 _ExactTM.northing: 9861920.836230
    test 1191 line 200 _ExactTM.convergence: 83.437668
    test 1192 line 200 _ExactTM.scale: 1.017137
    test 1193 line 200 _ExactTM.lat: 79.275096
    test 1194 line 200 _ExactTM.lon: 83.551272
    test 1195 line 201 _ExactTM.easting: 1327758.704795
    test 1196 line 201 _ExactTM.northing: 2375509.241683
    test 1197 line 201 _ExactTM.convergence: 4.617572
    test 1198 line 201 _ExactTM.scale: 1.021465
    test 1199 line 201 _ExactTM.lat: 21.000252
    test 1200 line 201 _ExactTM.lon: 12.697444
    test 1201 line 202 _ExactTM.easting: 2070860.327644
    test 1202 line 202 _ExactTM.northing: 8604500.719581
    test 1203 line 202 _ExactTM.convergence: 54.722761
    test 1204 line 202 _ExactTM.scale: 1.052469
    test 1205 line 202 _ExactTM.lat: 68.015227
    test 1206 line 202 _ExactTM.lon: 56.732419
    test 1207 line 203 _ExactTM.easting: 6564776.654864
    test 1208 line 203 _ExactTM.northing: 8171207.177379
    test 1209 line 203 _ExactTM.convergence: 69.237523
    test 1210 line 203 _ExactTM.scale: 1.573894
    test 1211 line 203 _ExactTM.lat: 37.423675
    test 1212 line 203 _ExactTM.lon: 76.947359
    test 1213 line 204 _ExactTM.easting: 592653.553821
    test 1214 line 204 _ExactTM.northing: 6125529.810052
    test 1215 line 204 _ExactTM.convergence: 7.600785
    test 1216 line 204 _ExactTM.scale: 1.003912
    test 1217 line 204 _ExactTM.lat: 54.922707
    test 1218 line 204 _ExactTM.lon: 9.260818
    test 1219 line 205 _ExactTM.easting: 693459.671821
    test 1220 line 205 _ExactTM.northing: 6943779.991032
    test 1221 line 205 _ExactTM.convergence: 11.787587
    test 1222 line 205 _ExactTM.scale: 1.005496
    test 1223 line 205 _ExactTM.lat: 61.982810
    test 1224 line 205 _ExactTM.lon: 13.299659
    test 1225 line 206 _ExactTM.easting: 1838956.187625
    test 1226 line 206 _ExactTM.northing: 3511959.612381
    test 1227 line 206 _ExactTM.convergence: 9.844313
    test 1228 line 206 _ExactTM.scale: 1.041603
    test 1229 line 206 _ExactTM.lat: 30.324214
    test 1230 line 206 _ExactTM.lon: 18.959769
    test 1231 line 207 _ExactTM.easting: 4460690.884597
    test 1232 line 207 _ExactTM.northing: 5541873.235403
    test 1233 line 207 _ExactTM.convergence: 35.768613
    test 1234 line 207 _ExactTM.scale: 1.254179
    test 1235 line 207 _ExactTM.lat: 37.629667
    test 1236 line 207 _ExactTM.lon: 49.649131
    test 1237 line 208 _ExactTM.easting: 2311168.998941
    test 1238 line 208 _ExactTM.northing: 9480561.869119
    test 1239 line 208 _ExactTM.convergence: 76.828257
    test 1240 line 208 _ExactTM.scale: 1.065556
    test 1241 line 208 _ExactTM.lat: 69.225574
    test 1242 line 208 _ExactTM.lon: 77.656135
    test 1243 line 209 _ExactTM.easting: 4111775.114451
    test 1244 line 209 _ExactTM.northing: 6509014.348792
    test 1245 line 209 _ExactTM.convergence: 43.052130
    test 1246 line 209 _ExactTM.scale: 1.214125
    test 1247 line 209 _ExactTM.lat: 44.698478
    test 1248 line 209 _ExactTM.lon: 52.979304
    test 1249 line 210 _ExactTM.easting: 75358.261962
    test 1250 line 210 _ExactTM.northing: 7711258.662251
    test 1251 line 210 _ExactTM.convergence: 1.806297
    test 1252 line 210 _ExactTM.scale: 0.999669
    test 1253 line 210 _ExactTM.lat: 69.499594
    test 1254 line 210 _ExactTM.lon: 1.928336
    test 1255 line 211 _ExactTM.easting: 8781885.229116
    test 1256 line 211 _ExactTM.northing: 9184776.452211
    test 1257 line 211 _ExactTM.convergence: 81.795539
    test 1258 line 211 _ExactTM.scale: 2.094908
    test 1259 line 211 _ExactTM.lat: 27.981364
    test 1260 line 211 _ExactTM.lon: 86.061113
    test 1261 line 212 _ExactTM.easting: 954378.415174
    test 1262 line 212 _ExactTM.northing: 7449110.669807
    test 1263 line 212 _ExactTM.convergence: 19.380657
    test 1264 line 212 _ExactTM.scale: 1.010768
    test 1265 line 212 _ExactTM.lat: 65.699839
    test 1266 line 212 _ExactTM.lon: 21.104725
    test 1267 line 213 _ExactTM.easting: 720971.793706
    test 1268 line 213 _ExactTM.northing: 5265195.121555
    test 1269 line 213 _ExactTM.convergence: 7.002995
    test 1270 line 213 _ExactTM.scale: 1.005995
    test 1271 line 213 _ExactTM.lat: 47.143648
    test 1272 line 213 _ExactTM.lon: 9.512189
    test 1273 line 214 _ExactTM.easting: 561561.493937
    test 1274 line 214 _ExactTM.northing: 989910.236221
    test 1275 line 214 _ExactTM.convergence: 0.793118
    test 1276 line 214 _ExactTM.scale: 1.003505
    test 1277 line 214 _ExactTM.lat: 8.920167
    test 1278 line 214 _ExactTM.lon: 5.101513
    test 1279 line 215 _ExactTM.easting: 3446829.634468
    test 1280 line 215 _ExactTM.northing: 9232868.155664
    test 1281 line 215 _ExactTM.convergence: 76.279075
    test 1282 line 215 _ExactTM.scale: 1.148263
    test 1283 line 215 _ExactTM.lat: 59.778971
    test 1284 line 215 _ExactTM.lon: 78.080322
    test 1285 line 216 _ExactTM.easting: 4048307.545909
    test 1286 line 216 _ExactTM.northing: 9800416.422998
    test 1287 line 216 _ExactTM.convergence: 86.843918
    test 1288 line 216 _ExactTM.scale: 1.206495
    test 1289 line 216 _ExactTM.lat: 55.865310
    test 1290 line 216 _ExactTM.lon: 87.384288
    test 1291 line 217 _ExactTM.easting: 8973188.480293
    test 1292 line 217 _ExactTM.northing: 7042230.087021
    test 1293 line 217 _ExactTM.convergence: 60.872456
    test 1294 line 217 _ExactTM.scale: 2.156098
    test 1295 line 217 _ExactTM.lat: 24.310973
    test 1296 line 217 _ExactTM.lon: 76.823777
    test 1297 line 218 _ExactTM.easting: 126314.191618
    test 1298 line 218 _ExactTM.northing: 396006.687921
    test 1299 line 218 _ExactTM.convergence: 0.071065
    test 1300 line 218 _ExactTM.scale: 0.999798
    test 1301 line 218 _ExactTM.lat: 3.582041
    test 1302 line 218 _ExactTM.lon: 1.137286
    test 1303 line 219 _ExactTM.easting: 5247652.345647
    test 1304 line 219 _ExactTM.northing: 8670513.359752
    test 1305 line 219 _ExactTM.convergence: 72.700498
    test 1306 line 219 _ExactTM.scale: 1.355272
    test 1307 line 219 _ExactTM.lat: 46.124233
    test 1308 line 219 _ExactTM.lon: 77.313118
    test 1309 line 220 _ExactTM.easting: 8103656.838119
    test 1310 line 220 _ExactTM.northing: 9469794.014737
    test 1311 line 220 _ExactTM.convergence: 84.490673
    test 1312 line 220 _ExactTM.scale: 1.912164
    test 1313 line 220 _ExactTM.lat: 31.171391
    test 1314 line 220 _ExactTM.lon: 87.104504
    test 1315 line 221 _ExactTM.easting: 6300112.758236
    test 1316 line 221 _ExactTM.northing: 93835.917364
    test 1317 line 221 _ExactTM.convergence: 0.644805
    test 1318 line 221 _ExactTM.scale: 1.534073
    test 1319 line 221 _ExactTM.lat: 0.553171
    test 1320 line 221 _ExactTM.lon: 49.117104
    test 1321 line 222 _ExactTM.easting: 3894813.593782
    test 1322 line 222 _ExactTM.northing: 4833832.341027
    test 1323 line 222 _ExactTM.convergence: 27.453298
    test 1324 line 222 _ExactTM.scale: 1.192135
    test 1325 line 222 _ExactTM.lat: 35.361587
    test 1326 line 222 _ExactTM.lon: 41.860599
    test 1327 line 223 _ExactTM.easting: 402511.346712
    test 1328 line 223 _ExactTM.northing: 3520621.561911
    test 1329 line 223 _ExactTM.convergence: 2.238474
    test 1330 line 223 _ExactTM.scale: 1.001599
    test 1331 line 223 _ExactTM.lat: 31.750314
    test 1332 line 223 _ExactTM.lon: 4.248167
    test 1333 line 224 _ExactTM.easting: 5357378.503148
    test 1334 line 224 _ExactTM.northing: 2772997.602234
    test 1335 line 224 _ExactTM.convergence: 17.823560
    test 1336 line 224 _ExactTM.scale: 1.376031
    test 1337 line 224 _ExactTM.lat: 17.924336
    test 1338 line 224 _ExactTM.lon: 46.096402
    test 1339 line 225 _ExactTM.easting: 2807553.985866
    test 1340 line 225 _ExactTM.northing: 8177847.980275
    test 1341 line 225 _ExactTM.convergence: 54.680045
    test 1342 line 225 _ExactTM.scale: 1.097531
    test 1343 line 225 _ExactTM.lat: 60.931488
    test 1344 line 225 _ExactTM.lon: 58.221214
    test 1345 line 226 _ExactTM.easting: 18289045.166501
    test 1346 line 226 _ExactTM.northing: 7792942.339604
    test 1347 line 226 _ExactTM.convergence: 73.216494
    test 1348 line 226 _ExactTM.scale: 8.098009
    test 1349 line 226 _ExactTM.lat: 5.358151
    test 1350 line 226 _ExactTM.lon: 87.556213
    test 1351 line 227 _ExactTM.easting: 8376822.459538
    test 1352 line 227 _ExactTM.northing: 8128174.623878
    test 1353 line 227 _ExactTM.convergence: 70.920117
    test 1354 line 227 _ExactTM.scale: 1.984873
    test 1355 line 227 _ExactTM.lat: 28.616673
    test 1356 line 227 _ExactTM.lon: 80.452426
    test 1357 line 228 _ExactTM.easting: 11898068.353272
    test 1358 line 228 _ExactTM.northing: 4772439.493697
    test 1359 line 228 _ExactTM.convergence: 42.613968
    test 1360 line 228 _ExactTM.scale: 3.314412
    test 1361 line 228 _ExactTM.lat: 11.709763
    test 1362 line 228 _ExactTM.lon: 76.760295
    test 1363 line 229 _ExactTM.easting: 10550946.939050
    test 1364 line 229 _ExactTM.northing: 3851968.815295
    test 1365 line 229 _ExactTM.convergence: 33.383025
    test 1366 line 229 _ExactTM.scale: 2.724754
    test 1367 line 229 _ExactTM.lat: 12.009498
    test 1368 line 229 _ExactTM.lon: 71.782351
    test 1369 line 230 _ExactTM.easting: 6828299.123607
    test 1370 line 230 _ExactTM.northing: 9394803.227463
    test 1371 line 230 _ExactTM.convergence: 83.181386
    test 1372 line 230 _ExactTM.scale: 1.624359
    test 1373 line 230 _ExactTM.lat: 37.629784
    test 1374 line 230 _ExactTM.lon: 85.795687
    test 1375 line 231 _ExactTM.easting: 11162550.334022
    test 1376 line 231 _ExactTM.northing: 2640267.279593
    test 1377 line 231 _ExactTM.convergence: 23.145404
    test 1378 line 231 _ExactTM.scale: 2.998408
    test 1379 line 231 _ExactTM.lat: 7.721128
    test 1380 line 231 _ExactTM.lon: 71.662731
    test 1381 line 232 _ExactTM.easting: 4411584.447941
    test 1382 line 232 _ExactTM.northing: 4956173.694407
    test 1383 line 232 _ExactTM.convergence: 30.713919
    test 1384 line 232 _ExactTM.scale: 1.248736
    test 1385 line 232 _ExactTM.lat: 34.295026
    test 1386 line 232 _ExactTM.lon: 46.442191
    test 1387 line 233 _ExactTM.easting: 672108.897905
    test 1388 line 233 _ExactTM.northing: 4751554.657054
    test 1389 line 233 _ExactTM.convergence: 5.569178
    test 1390 line 233 _ExactTM.scale: 1.005162
    test 1391 line 233 _ExactTM.lat: 42.622496
    test 1392 line 233 _ExactTM.lon: 8.193605
    test 1393 line 234 _ExactTM.easting: 5022964.290579
    test 1394 line 234 _ExactTM.northing: 6860418.199502
    test 1395 line 234 _ExactTM.convergence: 50.862230
    test 1396 line 234 _ExactTM.scale: 1.324925
    test 1397 line 234 _ExactTM.lat: 41.667780
    test 1398 line 234 _ExactTM.lon: 61.518288
    test 1399 line 235 _ExactTM.easting: 1669655.595207
    test 1400 line 235 _ExactTM.northing: 4152086.537021
    test 1401 line 235 _ExactTM.convergence: 11.110237
    test 1402 line 235 _ExactTM.scale: 1.034138
    test 1403 line 235 _ExactTM.lat: 36.060369
    test 1404 line 235 _ExactTM.lon: 18.444112
    test 1405 line 236 _ExactTM.easting: 6055876.729655
    test 1406 line 236 _ExactTM.northing: 4896837.552619
    test 1407 line 236 _ExactTM.convergence: 35.799747
    test 1408 line 236 _ExactTM.scale: 1.485967
    test 1409 line 236 _ExactTM.lat: 27.948091
    test 1410 line 236 _ExactTM.lon: 56.816429
    test 1411 line 237 _ExactTM.easting: 1209214.164379
    test 1412 line 237 _ExactTM.northing: 7266409.859178
    test 1413 line 237 _ExactTM.convergence: 22.319633
    test 1414 line 237 _ExactTM.scale: 1.017554
    test 1415 line 237 _ExactTM.lat: 63.386030
    test 1416 line 237 _ExactTM.lon: 24.662716
    test 1417 line 238 _ExactTM.easting: 5154564.559584
    test 1418 line 238 _ExactTM.northing: 698118.349975
    test 1419 line 238 _ExactTM.convergence: 4.242360
    test 1420 line 238 _ExactTM.scale: 1.347481
    test 1421 line 238 _ExactTM.lat: 4.680922
    test 1422 line 238 _ExactTM.lon: 42.114426
    test 1423 line 239 _ExactTM.easting: 2695149.806543
    test 1424 line 239 _ExactTM.northing: 8208197.765605
    test 1425 line 239 _ExactTM.convergence: 54.178615
    test 1426 line 239 _ExactTM.scale: 1.089730
    test 1427 line 239 _ExactTM.lat: 61.826625
    test 1428 line 239 _ExactTM.lon: 57.525096
    test 1429 line 240 _ExactTM.easting: 3394792.327820
    test 1430 line 240 _ExactTM.northing: 3217583.415552
    test 1431 line 240 _ExactTM.convergence: 15.165863
    test 1432 line 240 _ExactTM.scale: 1.145285
    test 1433 line 240 _ExactTM.lat: 25.104353
    test 1434 line 240 _ExactTM.lon: 32.528660
    test 1435 line 241 _ExactTM.easting: 1429160.966985
    test 1436 line 241 _ExactTM.northing: 8212685.362032
    test 1437 line 241 _ExactTM.convergence: 37.484904
    test 1438 line 241 _ExactTM.scale: 1.024676
    test 1439 line 241 _ExactTM.lat: 69.678351
    test 1440 line 241 _ExactTM.lon: 39.275513
    test 1441 line 242 _ExactTM.easting: 8343387.998065
    test 1442 line 242 _ExactTM.northing: 8885196.954578
    test 1443 line 242 _ExactTM.convergence: 78.561937
    test 1444 line 242 _ExactTM.scale: 1.974733
    test 1445 line 242 _ExactTM.lat: 29.671384
    test 1446 line 242 _ExactTM.lon: 84.196595
    test 1447 line 243 _ExactTM.easting: 1990722.928606
    test 1448 line 243 _ExactTM.northing: 7569202.065162
    test 1449 line 243 _ExactTM.convergence: 37.075276
    test 1450 line 243 _ExactTM.scale: 1.048486
    test 1451 line 243 _ExactTM.lat: 62.300208
    test 1452 line 243 _ExactTM.lon: 40.474051
    test 1453 line 244 _ExactTM.easting: 1554980.099559
    test 1454 line 244 _ExactTM.northing: 1449423.919586
    test 1455 line 244 _ExactTM.convergence: 3.188328
    test 1456 line 244 _ExactTM.scale: 1.029664
    test 1457 line 244 _ExactTM.lat: 12.721776
    test 1458 line 244 _ExactTM.lon: 14.190003
    test 1459 line 245 _ExactTM.easting: 785205.450196
    test 1460 line 245 _ExactTM.northing: 5575158.423096
    test 1461 line 245 _ExactTM.convergence: 8.388417
    test 1462 line 245 _ExactTM.scale: 1.007181
    test 1463 line 245 _ExactTM.lat: 49.811296
    test 1464 line 245 _ExactTM.lon: 10.925011
    test 1465 line 246 _ExactTM.easting: 3310405.988313
    test 1466 line 246 _ExactTM.northing: 5955022.233881
    test 1467 line 246 _ExactTM.convergence: 33.007587
    test 1468 line 246 _ExactTM.scale: 1.137141
    test 1469 line 246 _ExactTM.lat: 45.132680
    test 1470 line 246 _ExactTM.lon: 42.478624
    test 1471 line 247 _ExactTM.easting: 4733460.960666
    test 1472 line 247 _ExactTM.northing: 129034.889816
    test 1473 line 247 _ExactTM.convergence: 0.737551
    test 1474 line 247 _ExactTM.scale: 1.290439
    test 1475 line 247 _ExactTM.lat: 0.904279
    test 1476 line 247 _ExactTM.lon: 39.078412
    test 1477 line 248 _ExactTM.easting: 3322708.343909
    test 1478 line 248 _ExactTM.northing: 3864738.078742
    test 1479 line 248 _ExactTM.convergence: 18.472566
    test 1480 line 248 _ExactTM.scale: 1.138838
    test 1481 line 248 _ExactTM.lat: 30.163605
    test 1482 line 248 _ExactTM.lon: 33.577996
    test 1483 line 249 _ExactTM.easting: 8672864.417204
    test 1484 line 249 _ExactTM.northing: 8333465.983444
    test 1485 line 249 _ExactTM.convergence: 73.206273
    test 1486 line 249 _ExactTM.scale: 2.065441
    test 1487 line 249 _ExactTM.lat: 27.643244
    test 1488 line 249 _ExactTM.lon: 81.892859
    test 1489 line 250 _ExactTM.easting: 11126818.231196
    test 1490 line 250 _ExactTM.northing: 7618712.174991
    test 1491 line 250 _ExactTM.convergence: 67.887173
    test 1492 line 250 _ExactTM.scale: 2.922417
    test 1493 line 250 _ExactTM.lat: 18.201208
    test 1494 line 250 _ExactTM.lon: 82.434618
    test 1495 line 251 _ExactTM.easting: 8650100.981797
    test 1496 line 251 _ExactTM.northing: 9975084.168997
    test 1497 line 251 _ExactTM.convergence: 89.767446
    test 1498 line 251 _ExactTM.scale: 2.057289
    test 1499 line 251 _ExactTM.lat: 28.804576
    test 1500 line 251 _ExactTM.lon: 89.886072
    test 1501 line 252 _ExactTM.easting: 2212701.180192
    test 1502 line 252 _ExactTM.northing: 650348.100229
    test 1503 line 252 _ExactTM.convergence: 1.970441
    test 1504 line 252 _ExactTM.scale: 1.060830
    test 1505 line 252 _ExactTM.lat: 5.542998
    test 1506 line 252 _ExactTM.lon: 19.589578
    test 1507 line 253 _ExactTM.easting: 6890222.326618
    test 1508 line 253 _ExactTM.northing: 7506813.499547
    test 1509 line 253 _ExactTM.convergence: 62.684825
    test 1510 line 253 _ExactTM.scale: 1.638488
    test 1511 line 253 _ExactTM.lat: 34.237147
    test 1512 line 253 _ExactTM.lon: 73.678164
    test 1513 line 254 _ExactTM.easting: 6692260.067325
    test 1514 line 254 _ExactTM.northing: 4244174.008110
    test 1515 line 254 _ExactTM.convergence: 31.812920
    test 1516 line 254 _ExactTM.scale: 1.604640
    test 1517 line 254 _ExactTM.lat: 22.704949
    test 1518 line 254 _ExactTM.lon: 57.877010
    test 1519 line 255 _ExactTM.easting: 1225564.137190
    test 1520 line 255 _ExactTM.northing: 4778923.924144
    test 1521 line 255 _ExactTM.convergence: 10.083419
    test 1522 line 255 _ExactTM.scale: 1.018134
    test 1523 line 255 _ExactTM.lat: 42.192424
    test 1524 line 255 _ExactTM.lon: 14.828196
    test 1525 line 256 _ExactTM.easting: 12341116.154950
    test 1526 line 256 _ExactTM.northing: 5081855.521966
    test 1527 line 256 _ExactTM.convergence: 45.712546
    test 1528 line 256 _ExactTM.scale: 3.535170
    test 1529 line 256 _ExactTM.lat: 11.481151
    test 1530 line 256 _ExactTM.lon: 78.189236
    test 1531 line 257 _ExactTM.easting: 6673845.021771
    test 1532 line 257 _ExactTM.northing: 1177587.190565
    test 1533 line 257 _ExactTM.convergence: 8.389141
    test 1534 line 257 _ExactTM.scale: 1.605171
    test 1535 line 257 _ExactTM.lat: 6.609626
    test 1536 line 257 _ExactTM.lon: 51.735783
    test 1537 line 258 _ExactTM.easting: 6966354.690417
    test 1538 line 258 _ExactTM.northing: 3641802.005093
    test 1539 line 258 _ExactTM.convergence: 27.409636
    test 1540 line 258 _ExactTM.scale: 1.661469
    test 1541 line 258 _ExactTM.lat: 19.059369
    test 1542 line 258 _ExactTM.lon: 57.526439
    test 1543 max forward error: 1.303852e-08
    test 1544 max reverse error: 1.136868e-13
    test 1545 _ExactTM.scale0: 0.9996
    test 1546 _ExactTM.datum: WGS84
    test 1547 _ExactTM.datum.ellipsoid.KsOrder: 8
    test 1548 WGS84.KsOrder: 8

    1 of 1548 testExactTMcoords.py tests (0.1%) FAILED, ALL KNOWN, 1 skipped (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 2.995 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testFmath.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.cbrt from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.cbrt2 from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.fhorner from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.fpolynomial from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.fpowers from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.Fsum from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.fsum from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.fsum_ from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.hypot3 from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.hypot_ from .fmath by PyGeodesy/test/testFmath.py line 11
# lazily imported pygeodesy.sqrt3 from .fmath by PyGeodesy/test/testFmath.py line 11

    testing testFmath.py 20.06.02 (module pygeodesy.fmath 20.05.15) isLazy=3
    test 1 fpolynomialA: 1.21197509765625
    test 2 fhornerA: 1.21197509765625
    test 3 fpolynomialB: 0.1513671875
    test 4 fhornerB: 0.1513671875
    test 5 fpolynomialA: 1.21197509765625
    test 6 fhornerA: 1.21197509765625
    test 7 fpolynomialB: 0.1513671875
    test 8 fhornerB: 0.1513671875
    test 9 fpolynomialA: 1.21197509765625
    test 10 fhornerA: 1.21197509765625
    test 11 fpolynomialB: 0.1513671875
    test 12 fhornerB: 0.1513671875
    test 13 fpolynomialA: 1.21197509765625
    test 14 fhornerA: 1.21197509765625
    test 15 fpolynomialB: 0.1513671875
    test 16 fhornerB: 0.1513671875
    test 17 fpolynomialA: 1.21197509765625
    test 18 fhornerA: 1.21197509765625
    test 19 fpolynomialB: 0.1513671875
    test 20 fhornerB: 0.1513671875
    test 21 fpolynomialA: 1.21197509765625
    test 22 fhornerA: 1.21197509765625
    test 23 fpolynomialB: 0.1513671875
    test 24 fhornerB: 0.1513671875
    test 25 fpolynomialA: 1.21197509765625
    test 26 fhornerA: 1.21197509765625
    test 27 fpolynomialB: 0.1513671875
    test 28 fhornerB: 0.1513671875
    test 29 fpolynomialA: 1.21197509765625
    test 30 fhornerA: 1.21197509765625
    test 31 fpolynomialB: 0.1513671875
    test 32 fhornerB: 0.1513671875
    test 33 fpolynomialA: 1.21197509765625
    test 34 fhornerA: 1.21197509765625
    test 35 fpolynomialB: 0.1513671875
    test 36 fhornerB: 0.1513671875
    test 37 fpolynomialA: 1.21197509765625
    test 38 fhornerA: 1.21197509765625
    test 39 fpolynomialB: 0.1513671875
    test 40 fhornerB: 0.1513671875
    test 41 fpolynomialA: 1.21197509765625
    test 42 fhornerA: 1.21197509765625
    test 43 fpolynomialB: 0.1513671875
    test 44 fhornerB: 0.1513671875
    test 45 fpolynomialA: 1.21197509765625
    test 46 fhornerA: 1.21197509765625
    test 47 fpolynomialB: 0.1513671875
    test 48 fhornerB: 0.1513671875
    test 49 fpolynomialA: 1.21197509765625
    test 50 fhornerA: 1.21197509765625
    test 51 fpolynomialB: 0.1513671875
    test 52 fhornerB: 0.1513671875
    test 53 fpolynomialA: 1.21197509765625
    test 54 fhornerA: 1.21197509765625
    test 55 fpolynomialB: 0.1513671875
    test 56 fhornerB: 0.1513671875
    test 57 fpolynomialA: 1.21197509765625
    test 58 fhornerA: 1.21197509765625
    test 59 fpolynomialB: 0.1513671875
    test 60 fhornerB: 0.1513671875
    test 61 fpolynomialA: 1.21197509765625
    test 62 fhornerA: 1.21197509765625
    test 63 fpolynomialB: 0.1513671875
    test 64 fhornerB: 0.1513671875
    test 65 fpolynomialA: 1.21197509765625
    test 66 fhornerA: 1.21197509765625
    test 67 fpolynomialB: 0.1513671875
    test 68 fhornerB: 0.1513671875
    test 69 fpolynomialA: 1.21197509765625
    test 70 fhornerA: 1.21197509765625
    test 71 fpolynomialB: 0.1513671875
    test 72 fhornerB: 0.1513671875
    test 73 fpolynomialA: 1.21197509765625
    test 74 fhornerA: 1.21197509765625
    test 75 fpolynomialB: 0.1513671875
    test 76 fhornerB: 0.1513671875
    test 77 fpolynomialA: 1.21197509765625
    test 78 fhornerA: 1.21197509765625
    test 79 fpolynomialB: 0.1513671875
    test 80 fhornerB: 0.1513671875
    test 81 fpolynomialA: 1.21197509765625
    test 82 fhornerA: 1.21197509765625
    test 83 fpolynomialB: 0.1513671875
    test 84 fhornerB: 0.1513671875
    test 85 fpolynomialA: 1.21197509765625
    test 86 fhornerA: 1.21197509765625
    test 87 fpolynomialB: 0.1513671875
    test 88 fhornerB: 0.1513671875
    test 89 fpolynomialA: 1.21197509765625
    test 90 fhornerA: 1.21197509765625
    test 91 fpolynomialB: 0.1513671875
    test 92 fhornerB: 0.1513671875
    test 93 fpolynomialA: 1.21197509765625
    test 94 fhornerA: 1.21197509765625
    test 95 fpolynomialB: 0.1513671875
    test 96 fhornerB: 0.1513671875
    test 97 fpolynomialA: 1.21197509765625
    test 98 fhornerA: 1.21197509765625
    test 99 fpolynomialB: 0.1513671875
    test 100 fhornerB: 0.1513671875
    test 101 fpolynomialA: 1.21197509765625
    test 102 fhornerA: 1.21197509765625
    test 103 fpolynomialB: 0.1513671875
    test 104 fhornerB: 0.1513671875
    test 105 fpolynomialA: 1.21197509765625
    test 106 fhornerA: 1.21197509765625
    test 107 fpolynomialB: 0.1513671875
    test 108 fhornerB: 0.1513671875
    test 109 fpolynomialA: 1.21197509765625
    test 110 fhornerA: 1.21197509765625
    test 111 fpolynomialB: 0.1513671875
    test 112 fhornerB: 0.1513671875
    test 113 fpolynomialA: 1.21197509765625
    test 114 fhornerA: 1.21197509765625
    test 115 fpolynomialB: 0.1513671875
    test 116 fhornerB: 0.1513671875
    test 117 fpolynomialA: 1.21197509765625
    test 118 fhornerA: 1.21197509765625
    test 119 fpolynomialB: 0.1513671875
    test 120 fhornerB: 0.1513671875
    test 121 fpolynomialA: 1.21197509765625
    test 122 fhornerA: 1.21197509765625
    test 123 fpolynomialB: 0.1513671875
    test 124 fhornerB: 0.1513671875
    test 125 fpolynomialA: 1.21197509765625
    test 126 fhornerA: 1.21197509765625
    test 127 fpolynomialB: 0.1513671875
    test 128 fhornerB: 0.1513671875
    test 129 fpolynomialA: 1.21197509765625
    test 130 fhornerA: 1.21197509765625
    test 131 fpolynomialB: 0.1513671875
    test 132 fhornerB: 0.1513671875
    test 133 sum: 0.0  FAILED, KNOWN, expected 2.0
    test 134 fsum: 2.0
    test 135 Fsum: 2.0
    test 136 sum: 0.0  FAILED, KNOWN, expected 4.0
    test 137 fsum: 4.0
    test 138 Fsum: 4.0
    test 139 sum: 0.0  FAILED, KNOWN, expected 8.0
    test 140 fsum: 8.0
    test 141 Fsum: 8.0
    test 142 sum: 0.0  FAILED, KNOWN, expected 16.0
    test 143 fsum: 16.0
    test 144 Fsum: 16.0
    test 145 sum: 0.0  FAILED, KNOWN, expected 32.0
    test 146 fsum: 32.0
    test 147 Fsum: 32.0
    test 148 sum: 0.0  FAILED, KNOWN, expected 64.0
    test 149 fsum: 64.0
    test 150 Fsum: 64.0
    test 151 sum: 0.0  FAILED, KNOWN, expected 128.0
    test 152 fsum: 128.0
    test 153 Fsum: 128.0
    test 154 sum: 0.0  FAILED, KNOWN, expected 256.0
    test 155 fsum: 256.0
    test 156 Fsum: 256.0
    test 157 sum: 0.0  FAILED, KNOWN, expected 512.0
    test 158 fsum: 512.0
    test 159 Fsum: 512.0
    test 160 sum: 0.0  FAILED, KNOWN, expected 1024.0
    test 161 fsum: 1024.0
    test 162 Fsum: 1024.0
    test 163 sum: 1.005000000001
    test 164 fsum: 1.005000000001
    test 165 Fsum: 1.005000000001
    test 166 fsum: 1.0000000000000002e+16
    test 167 Fsum: 1.0000000000000002e+16
    test 168 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -2.780265242138054e-07
    test 169 fsum: -2.780265242138054e-07
    test 170 Fsum: -2.780265242138054e-07
    test 171 Fsum: -2.780265242138054e-07
    test 172 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 0.0018800085753047301
    test 173 fsum: 0.0018800085753047301
    test 174 Fsum: 0.0018800085753047301
    test 175 Fsum: 0.0018800085753047301
    test 176 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 1.7594664018966762e-11
    test 177 fsum: 1.7594664018966762e-11
    test 178 Fsum: 1.7594664018966762e-11
    test 179 Fsum: 1.7594664018966762e-11
    test 180 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.022600797461105458
    test 181 fsum: -0.022600797461105458
    test 182 Fsum: -0.022600797461105458
    test 183 Fsum: -0.022600797461105458
    test 184 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.009498161208090402
    test 185 fsum: -0.009498161208090402
    test 186 Fsum: -0.009498161208090402
    test 187 Fsum: -0.009498161208090402
    test 188 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 7.929291900873284e-09
    test 189 fsum: 7.929291900873284e-09
    test 190 Fsum: 7.929291900873284e-09
    test 191 Fsum: 7.929291900873284e-09
    test 192 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 6.359591552548265e-09
    test 193 fsum: 6.359591552548265e-09
    test 194 Fsum: 6.359591552548265e-09
    test 195 Fsum: 6.359591552548265e-09
    test 196 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 6.166289682698766e-11
    test 197 fsum: 6.166289682698766e-11
    test 198 Fsum: 6.166289682698766e-11
    test 199 Fsum: 6.166289682698766e-11
    test 200 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 2.8970136782839206e-13
    test 201 fsum: 2.8970136782839206e-13
    test 202 Fsum: 2.8970136782839206e-13
    test 203 Fsum: 2.8970136782839206e-13
    test 204 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -1.1430609718094353e-10
    test 205 fsum: -1.1430609718094353e-10
    test 206 Fsum: -1.1430609718094353e-10
    test 207 Fsum: -1.1430609718094353e-10
    test 208 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.009899649764743296
    test 209 fsum: -0.009899649764743296
    test 210 Fsum: -0.009899649764743296
    test 211 Fsum: -0.009899649764743296
    test 212 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -1.1047460302727074e-10
    test 213 fsum: -1.1047460302727074e-10
    test 214 Fsum: -1.1047460302727074e-10
    test 215 Fsum: -1.1047460302727074e-10
    test 216 sum: 8.283003798708222  FAILED, KNOWN, expected -2.7442265949569403e-12
    test 217 fsum: -2.7442265949569403e-12
    test 218 Fsum: -2.7442265949569403e-12
    test 219 Fsum: -2.7442265949569403e-12
    test 220 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 3.2150646693247593e-07
    test 221 fsum: 3.2150646693247593e-07
    test 222 Fsum: 3.2150646693247593e-07
    test 223 Fsum: 3.2150646693247593e-07
    test 224 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.013020011173334945
    test 225 fsum: -0.013020011173334945
    test 226 Fsum: -0.013020011173334945
    test 227 Fsum: -0.013020011173334945
    test 228 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -6.594868869515953e-09
    test 229 fsum: -6.594868869515953e-09
    test 230 Fsum: -6.594868869515953e-09
    test 231 Fsum: -6.594868869515953e-09
    test 232 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 6.4583721210468035e-09
    test 233 fsum: 6.4583721210468035e-09
    test 234 Fsum: 6.4583721210468035e-09
    test 235 Fsum: 6.4583721210468035e-09
    test 236 sum: 0.0  FAILED, KNOWN, expected -0.004704902634804025
    test 237 fsum: -0.004704902634804025
    test 238 Fsum: -0.004704902634804025
    test 239 Fsum: -0.004704902634804025
    test 240 sum: 0.0  FAILED, KNOWN, expected -6.519998526298642e-12
    test 241 fsum: -6.519998526298642e-12
    test 242 Fsum: -6.519998526298642e-12
    test 243 Fsum: -6.519998526298642e-12
    test 244 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -1.7194328605177177e-11
    test 245 fsum: -1.7194328605177177e-11
    test 246 Fsum: -1.7194328605177177e-11
    test 247 Fsum: -1.7194328605177177e-11
    test 248 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 507.99478295090637
    test 249 fsum: 507.99478295090637
    test 250 Fsum: 507.99478295090637
    test 251 Fsum: 507.99478295090637
    test 252 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.0012182037760391968
    test 253 fsum: -0.0012182037760391968
    test 254 Fsum: -0.0012182037760391968
    test 255 Fsum: -0.0012182037760391968
    test 256 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 0.5664478593984978
    test 257 fsum: 0.5664478593984978
    test 258 Fsum: 0.5664478593984978
    test 259 Fsum: 0.5664478593984978
    test 260 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -0.022713810281958385
    test 261 fsum: -0.022713810281958385
    test 262 Fsum: -0.022713810281958385
    test 263 Fsum: -0.022713810281958385
    test 264 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 2.986554932784234e-09
    test 265 fsum: 2.986554932784234e-09
    test 266 Fsum: 2.986554932784234e-09
    test 267 Fsum: 2.986554932784234e-09
    test 268 sum: 0.0  FAILED, KNOWN, expected -2.5761979634996344
    test 269 fsum: -2.5761979634996344
    test 270 Fsum: -2.5761979634996344
    test 271 Fsum: -2.5761979634996344
    test 272 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -7.660827738018149e-10
    test 273 fsum: -7.660827738018149e-10
    test 274 Fsum: -7.660827738018149e-10
    test 275 Fsum: -7.660827738018149e-10
    test 276 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -493.5606503617856
    test 277 fsum: -493.5606503617856
    test 278 Fsum: -493.5606503617856
    test 279 Fsum: -493.5606503617856
    test 280 sum: 0.0  FAILED, KNOWN, expected -1.1025709790918851e-15
    test 281 fsum: -1.1025709790918851e-15
    test 282 Fsum: -1.1025709790918851e-15
    test 283 Fsum: -1.1025709790918851e-15
    test 284 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -0.002038826148511678
    test 285 fsum: -0.002038826148511678
    test 286 Fsum: -0.002038826148511678
    test 287 Fsum: -0.002038826148511678
    test 288 sum: -14.130819565014058  FAILED, KNOWN, expected -0.008016878595363895
    test 289 fsum: -0.008016878595363895
    test 290 Fsum: -0.008016878595363895
    test 291 Fsum: -0.008016878595363895
    test 292 sum: -0.0006989357851010958  FAILED, KNOWN, expected -2.179797835645318e-09
    test 293 fsum: -2.179797835645318e-09
    test 294 Fsum: -2.179797835645318e-09
    test 295 Fsum: -2.179797835645318e-09
    test 296 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 0.00823959042591944
    test 297 fsum: 0.00823959042591944
    test 298 Fsum: 0.00823959042591944
    test 299 Fsum: 0.00823959042591944
    test 300 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.019158190079170728
    test 301 fsum: 0.019158190079170728
    test 302 Fsum: 0.019158190079170728
    test 303 Fsum: 0.019158190079170728
    test 304 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -7.565659844631217e-08
    test 305 fsum: -7.565659844631217e-08
    test 306 Fsum: -7.565659844631217e-08
    test 307 Fsum: -7.565659844631217e-08
    test 308 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 1.1698486046005945e-14
    test 309 fsum: 1.1698486046005945e-14
    test 310 Fsum: 1.1698486046005945e-14
    test 311 Fsum: 1.1698486046005945e-14
    test 312 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -9.95560545866197e-05
    test 313 fsum: -9.95560545866197e-05
    test 314 Fsum: -9.95560545866197e-05
    test 315 Fsum: -9.95560545866197e-05
    test 316 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 7.553051715880929e-17
    test 317 fsum: 7.553051715880929e-17
    test 318 Fsum: 7.553051715880929e-17
    test 319 Fsum: 7.553051715880929e-17
    test 320 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 2.48893834537218e-11
    test 321 fsum: 2.48893834537218e-11
    test 322 Fsum: 2.48893834537218e-11
    test 323 Fsum: 2.48893834537218e-11
    test 324 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.008623380724401166
    test 325 fsum: 0.008623380724401166
    test 326 Fsum: 0.008623380724401166
    test 327 Fsum: 0.008623380724401166
    test 328 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 1.7460093078344293e-08
    test 329 fsum: 1.7460093078344293e-08
    test 330 Fsum: 1.7460093078344293e-08
    test 331 Fsum: 1.7460093078344293e-08
    test 332 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 3.2462839397735566e-10
    test 333 fsum: 3.2462839397735566e-10
    test 334 Fsum: 3.2462839397735566e-10
    test 335 Fsum: 3.2462839397735566e-10
    test 336 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -9.343742545405123
    test 337 fsum: -9.343742545405123
    test 338 Fsum: -9.343742545405123
    test 339 Fsum: -9.343742545405123
    test 340 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 4.749824575501475e-05
    test 341 fsum: 4.749824575501475e-05
    test 342 Fsum: 4.749824575501475e-05
    test 343 Fsum: 4.749824575501475e-05
    test 344 sum: -1.8e-19  FAILED, KNOWN, expected 3.625493777948577e-08
    test 345 fsum: 3.625493777948577e-08
    test 346 Fsum: 3.625493777948577e-08
    test 347 Fsum: 3.625493777948577e-08
    test 348 sum: -6.99999982672296  FAILED, KNOWN, expected 0.007112843444419375
    test 349 fsum: 0.007112843444419375
    test 350 Fsum: 0.007112843444419375
    test 351 Fsum: 0.007112843444419375
    test 352 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 9.818876251010369e-08
    test 353 fsum: 9.818876251010369e-08
    test 354 Fsum: 9.818876251010369e-08
    test 355 Fsum: 9.818876251010369e-08
    test 356 sum: -165.76355456923596  FAILED, KNOWN, expected 1.642724794372152e-10
    test 357 fsum: 1.642724794372152e-10
    test 358 Fsum: 1.642724794372152e-10
    test 359 Fsum: 1.642724794372152e-10
    test 360 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.03034614297387721
    test 361 fsum: 0.03034614297387721
    test 362 Fsum: 0.03034614297387721
    test 363 Fsum: 0.03034614297387721
    test 364 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 1.8831515821142498e-07
    test 365 fsum: 1.8831515821142498e-07
    test 366 Fsum: 1.8831515821142498e-07
    test 367 Fsum: 1.8831515821142498e-07
    test 368 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -6.864820711829789
    test 369 fsum: -6.864820711829789
    test 370 Fsum: -6.864820711829789
    test 371 Fsum: -6.864820711829789
    test 372 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -5.2490930733882045e-09
    test 373 fsum: -5.2490930733882045e-09
    test 374 Fsum: -5.2490930733882045e-09
    test 375 Fsum: -5.2490930733882045e-09
    test 376 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.4305586254821712
    test 377 fsum: 0.4305586254821712
    test 378 Fsum: 0.4305586254821712
    test 379 Fsum: 0.4305586254821712
    test 380 sum: -7.0  FAILED, KNOWN, expected 6.370934591765171e-07
    test 381 fsum: 6.370934591765171e-07
    test 382 Fsum: 6.370934591765171e-07
    test 383 Fsum: 6.370934591765171e-07
    test 384 sum: 0.0  FAILED, KNOWN, expected 0.00036945021125509405
    test 385 fsum: 0.00036945021125509405
    test 386 Fsum: 0.00036945021125509405
    test 387 Fsum: 0.00036945021125509405
    test 388 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 3.1905215863513246e-06
    test 389 fsum: 3.1905215863513246e-06
    test 390 Fsum: 3.1905215863513246e-06
    test 391 Fsum: 3.1905215863513246e-06
    test 392 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 3.700568421183617e-12
    test 393 fsum: 3.700568421183617e-12
    test 394 Fsum: 3.700568421183617e-12
    test 395 Fsum: 3.700568421183617e-12
    test 396 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 9.191044982132315e-10
    test 397 fsum: 9.191044982132315e-10
    test 398 Fsum: 9.191044982132315e-10
    test 399 Fsum: 9.191044982132315e-10
    test 400 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 2.740551030225677e-12
    test 401 fsum: 2.740551030225677e-12
    test 402 Fsum: 2.740551030225677e-12
    test 403 Fsum: 2.740551030225677e-12
    test 404 sum: -0.022512475602367934  FAILED, KNOWN, expected -0.22008239346960698
    test 405 fsum: -0.22008239346960698
    test 406 Fsum: -0.22008239346960698
    test 407 Fsum: -0.22008239346960698
    test 408 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.00019475617348510956
    test 409 fsum: 0.00019475617348510956
    test 410 Fsum: 0.00019475617348510956
    test 411 Fsum: 0.00019475617348510956
    test 412 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 1.6417455178931543e-05
    test 413 fsum: 1.6417455178931543e-05
    test 414 Fsum: 1.6417455178931543e-05
    test 415 Fsum: 1.6417455178931543e-05
    test 416 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 8.216194552096795e-05
    test 417 fsum: 8.216194552096795e-05
    test 418 Fsum: 8.216194552096795e-05
    test 419 Fsum: 8.216194552096795e-05
    test 420 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 0.0022093524113184155
    test 421 fsum: 0.0022093524113184155
    test 422 Fsum: 0.0022093524113184155
    test 423 Fsum: 0.0022093524113184155
    test 424 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -9.43841500331882e-07
    test 425 fsum: -9.43841500331882e-07
    test 426 Fsum: -9.43841500331882e-07
    test 427 Fsum: -9.43841500331882e-07
    test 428 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 3.108903702962979e-09
    test 429 fsum: 3.108903702962979e-09
    test 430 Fsum: 3.108903702962979e-09
    test 431 Fsum: 3.108903702962979e-09
    test 432 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -2.0182084906540434e-06
    test 433 fsum: -2.0182084906540434e-06
    test 434 Fsum: -2.0182084906540434e-06
    test 435 Fsum: -2.0182084906540434e-06
    test 436 sum: 18.384728170253748  FAILED, KNOWN, expected 5.147659455851892e-06
    test 437 fsum: 5.147659455851892e-06
    test 438 Fsum: 5.147659455851892e-06
    test 439 Fsum: 5.147659455851892e-06
    test 440 sum: -7.0  FAILED, KNOWN, expected -0.00016554409265558673
    test 441 fsum: -0.00016554409265558673
    test 442 Fsum: -0.00016554409265558673
    test 443 Fsum: -0.00016554409265558673
    test 444 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.00013877670170296325
    test 445 fsum: -0.00013877670170296325
    test 446 Fsum: -0.00013877670170296325
    test 447 Fsum: -0.00013877670170296325
    test 448 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 5.32977851182032e-07
    test 449 fsum: 5.32977851182032e-07
    test 450 Fsum: 5.32977851182032e-07
    test 451 Fsum: 5.32977851182032e-07
    test 452 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 9.767190494287162
    test 453 fsum: 9.767190494287162
    test 454 Fsum: 9.767190494287162
    test 455 Fsum: 9.767190494287162
    test 456 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 3.9103299055768066e-05
    test 457 fsum: 3.9103299055768066e-05
    test 458 Fsum: 3.9103299055768066e-05
    test 459 Fsum: 3.9103299055768066e-05
    test 460 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -3.4755843874052217
    test 461 fsum: -3.4755843874052217
    test 462 Fsum: -3.4755843874052217
    test 463 Fsum: -3.4755843874052217
    test 464 sum: -9e-20  FAILED, KNOWN, expected 0.35547718981593357
    test 465 fsum: 0.35547718981593357
    test 466 Fsum: 0.35547718981593357
    test 467 Fsum: 0.35547718981593357
    test 468 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.06456614738203006
    test 469 fsum: -0.06456614738203006
    test 470 Fsum: -0.06456614738203006
    test 471 Fsum: -0.06456614738203006
    test 472 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -1.310342256849573e-05
    test 473 fsum: -1.310342256849573e-05
    test 474 Fsum: -1.310342256849573e-05
    test 475 Fsum: -1.310342256849573e-05
    test 476 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 1.2221246959088297e-06
    test 477 fsum: 1.2221246959088297e-06
    test 478 Fsum: 1.2221246959088297e-06
    test 479 Fsum: 1.2221246959088297e-06
    test 480 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 0.06785553002356598
    test 481 fsum: 0.06785553002356598
    test 482 Fsum: 0.06785553002356598
    test 483 Fsum: 0.06785553002356598
    test 484 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 1.3336325130101563e-06
    test 485 fsum: 1.3336325130101563e-06
    test 486 Fsum: 1.3336325130101563e-06
    test 487 Fsum: 1.3336325130101563e-06
    test 488 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -1.0960940694942893e-08
    test 489 fsum: -1.0960940694942893e-08
    test 490 Fsum: -1.0960940694942893e-08
    test 491 Fsum: -1.0960940694942893e-08
    test 492 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -0.004773522899886678
    test 493 fsum: -0.004773522899886678
    test 494 Fsum: -0.004773522899886678
    test 495 Fsum: -0.004773522899886678
    test 496 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -2.449507641887452e-10
    test 497 fsum: -2.449507641887452e-10
    test 498 Fsum: -2.449507641887452e-10
    test 499 Fsum: -2.449507641887452e-10
    test 500 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 3.120380135672523
    test 501 fsum: 3.120380135672523
    test 502 Fsum: 3.120380135672523
    test 503 Fsum: 3.120380135672523
    test 504 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.0003035993657327842
    test 505 fsum: -0.0003035993657327842
    test 506 Fsum: -0.0003035993657327842
    test 507 Fsum: -0.0003035993657327842
    test 508 sum: 3.885337784451458e+84  FAILED, KNOWN, expected 6.474374988737561e-06
    test 509 fsum: 6.474374988737561e-06
    test 510 Fsum: 6.474374988737561e-06
    test 511 Fsum: 6.474374988737561e-06
    test 512 sum: -49.65450049563358  FAILED, KNOWN, expected -0.0030251941268968096
    test 513 fsum: -0.0030251941268968096
    test 514 Fsum: -0.0030251941268968096
    test 515 Fsum: -0.0030251941268968096
    test 516 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.001772117938927885
    test 517 fsum: -0.001772117938927885
    test 518 Fsum: -0.001772117938927885
    test 519 Fsum: -0.001772117938927885
    test 520 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -1.1222066002348144e-13
    test 521 fsum: -1.1222066002348144e-13
    test 522 Fsum: -1.1222066002348144e-13
    test 523 Fsum: -1.1222066002348144e-13
    test 524 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -1.8615351955857875
    test 525 fsum: -1.8615351955857875
    test 526 Fsum: -1.8615351955857875
    test 527 Fsum: -1.8615351955857875
    test 528 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -8.740835583082609e-11
    test 529 fsum: -8.740835583082609e-11
    test 530 Fsum: -8.740835583082609e-11
    test 531 Fsum: -8.740835583082609e-11
    test 532 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.003152901525973782
    test 533 fsum: 0.003152901525973782
    test 534 Fsum: 0.003152901525973782
    test 535 Fsum: 0.003152901525973782
    test 536 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -0.0009116920570257194
    test 537 fsum: -0.0009116920570257194
    test 538 Fsum: -0.0009116920570257194
    test 539 Fsum: -0.0009116920570257194
    test 540 sum: -3.885337784451458e+84  FAILED, KNOWN, expected -0.005915176579821832
    test 541 fsum: -0.005915176579821832
    test 542 Fsum: -0.005915176579821832
    test 543 Fsum: -0.005915176579821832
    test 544 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 0.0024629124555702576
    test 545 fsum: 0.0024629124555702576
    test 546 Fsum: 0.0024629124555702576
    test 547 Fsum: 0.0024629124555702576
    test 548 sum: -3.885337784451458e+84  FAILED, KNOWN, expected 3.689885109101672e-08
    test 549 fsum: 3.689885109101672e-08
    test 550 Fsum: 3.689885109101672e-08
    test 551 Fsum: 3.689885109101672e-08
    test 552 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -3.0285355573128425e-14
    test 553 fsum: -3.0285355573128425e-14
    test 554 Fsum: -3.0285355573128425e-14
    test 555 Fsum: -3.0285355573128425e-14
    test 556 sum: -90.08642363484945  FAILED, KNOWN, expected 0.00014670048616064718
    test 557 fsum: 0.00014670048616064718
    test 558 Fsum: 0.00014670048616064718
    test 559 Fsum: 0.00014670048616064718
    test 560 sum: 0.007634446072501078  FAILED, KNOWN, expected 3.4174534557436404e-07
    test 561 fsum: 3.4174534557436404e-07
    test 562 Fsum: 3.4174534557436404e-07
    test 563 Fsum: 3.4174534557436404e-07
    test 564 sum: 3.885337784451458e+84  FAILED, KNOWN, expected -0.0022877781776454416
    test 565 fsum: -0.0022877781776454416
    test 566 Fsum: -0.0022877781776454416
    test 567 Fsum: -0.0022877781776454416
    test 568 fmul: 52339.28990111
    test 569 fpowers: 10
    test 570 fpowers: 2
    test 571 fpowers: 1024
    test 572 fpowers: 4
    test 573 fpowers: 16
    test 574 fpowers: 1024
    test 575 fpowers: 4
    test 576 fpowers: 8
    test 577 fpowers: 512
    test 578 Airy1830: 6366914.60892522
    test 579 Airy1830: 6366914.60892522
    test 580 Airy1830: 6366914.6089252215
    test 581 Airy1830: 6366914.6089252215
    test 582 AiryModified: 6366691.77461988
    test 583 AiryModified: 6366691.77461988
    test 584 AiryModified: 6366691.7746198820
    test 585 AiryModified: 6366691.7746198820
    test 586 Australia1966: 6367471.84853228
    test 587 Australia1966: 6367471.84853228
    test 588 Australia1966: 6367471.8485322827
    test 589 Australia1966: 6367471.8485322827
    test 590 Bessel1841: 6366742.52023404
    test 591 Bessel1841: 6366742.52023404
    test 592 Bessel1841: 6366742.5202340428
    test 593 Bessel1841: 6366742.5202340428
    test 594 CPM1799: 6366208.88184784
    test 595 CPM1799: 6366208.88184784
    test 596 CPM1799: 6366208.8818478398
    test 597 CPM1799: 6366208.8818478398
    test 598 Clarke1866: 6367399.68916979
    test 599 Clarke1866: 6367399.68916979
    test 600 Clarke1866: 6367399.6891697859
    test 601 Clarke1866: 6367399.6891697859
    test 602 Clarke1880: 6367386.64398051
    test 603 Clarke1880: 6367386.64398051
    test 604 Clarke1880: 6367386.6439805105
    test 605 Clarke1880: 6367386.6439805105
    test 606 Clarke1880IGN: 6367386.73667338
    test 607 Clarke1880IGN: 6367386.73667338
    test 608 Clarke1880IGN: 6367386.7366733775
    test 609 Clarke1880IGN: 6367386.7366733775
    test 610 Clarke1880Mod: 6367386.69207875
    test 611 Clarke1880Mod: 6367386.69207875
    test 612 Clarke1880Mod: 6367386.6920787534
    test 613 Clarke1880Mod: 6367386.6920787534
    test 614 Delambre1810: 6366197.07684334
    test 615 Delambre1810: 6366197.07684334
    test 616 Delambre1810: 6366197.0768433446
    test 617 Delambre1810: 6366197.0768433446
    test 618 Engelis1985: 6367448.17507971
    test 619 Engelis1985: 6367448.17507971
    test 620 Engelis1985: 6367448.1750797117
    test 621 Engelis1985: 6367448.1750797117
    test 622 Everest1969: 6366699.57839511
    test 623 Everest1969: 6366699.57839511
    test 624 Everest1969: 6366699.5783951096
    test 625 Everest1969: 6366699.5783951096
    test 626 Fisher1968: 6367463.65604381
    test 627 Fisher1968: 6367463.65604381
    test 628 Fisher1968: 6367463.6560438098
    test 629 Fisher1968: 6367463.6560438098
    test 630 GEM10C: 6367449.14582474
    test 631 GEM10C: 6367449.14582474
    test 632 GEM10C: 6367449.1458247397
    test 633 GEM10C: 6367449.1458247397
    test 634 GRS67: 6367471.74706533
    test 635 GRS67: 6367471.74706533
    test 636 GRS67: 6367471.7470653253
    test 637 GRS67: 6367471.7470653253
    test 638 GRS80: 6367449.14577105
    test 639 GRS80: 6367449.14577105
    test 640 GRS80: 6367449.1457710471
    test 641 GRS80: 6367449.1457710471
    test 642 Helmert1906: 6367513.57227074
    test 643 Helmert1906: 6367513.57227074
    test 644 Helmert1906: 6367513.5722707417
    test 645 Helmert1906: 6367513.5722707417
    test 646 IERS1989: 6367448.13949125
    test 647 IERS1989: 6367448.13949125
    test 648 IERS1989: 6367448.1394912470
    test 649 IERS1989: 6367448.1394912470
    test 650 IERS1992TOPEX: 6367448.44699641
    test 651 IERS1992TOPEX: 6367448.44699641
    test 652 IERS1992TOPEX: 6367448.4469964057
    test 653 IERS1992TOPEX: 6367448.4469964057
    test 654 IERS2003: 6367448.71771058
    test 655 IERS2003: 6367448.71771058
    test 656 IERS2003: 6367448.7177105751
    test 657 IERS2003: 6367448.7177105751
    test 658 Intl1924: 6367654.50005758
    test 659 Intl1924: 6367654.50005758
    test 660 Intl1924: 6367654.5000575846
    test 661 Intl1924: 6367654.5000575846
    test 662 Intl1967: 6367469.33894446
    test 663 Intl1967: 6367469.33894446
    test 664 Intl1967: 6367469.3389444556
    test 665 Intl1967: 6367469.3389444556
    test 666 Krassovski1940: 6367558.49687498
    test 667 Krassovski1940: 6367558.49687498
    test 668 Krassovski1940: 6367558.4968749797
    test 669 Krassovski1940: 6367558.4968749797
    test 670 Krassowsky1940: 6367558.49687498
    test 671 Krassowsky1940: 6367558.49687498
    test 672 Krassowsky1940: 6367558.4968749797
    test 673 Krassowsky1940: 6367558.4968749797
    test 674 Maupertuis1738: 6380564.13011837
    test 675 Maupertuis1738: 6380564.13011837
    test 676 Maupertuis1738: 6380564.1301183747
    test 677 Maupertuis1738: 6380564.1301183747
    test 678 Mercury1960: 6367479.62923643
    test 679 Mercury1960: 6367479.62923643
    test 680 Mercury1960: 6367479.6292364281
    test 681 Mercury1960: 6367479.6292364281
    test 682 Mercury1968Mod: 6367463.65604381
    test 683 Mercury1968Mod: 6367463.65604381
    test 684 Mercury1968Mod: 6367463.6560438098
    test 685 Mercury1968Mod: 6367463.6560438098
    test 686 NWL1965: 6367456.87366841
    test 687 NWL1965: 6367456.87366841
    test 688 NWL1965: 6367456.8736684145
    test 689 NWL1965: 6367456.8736684145
    test 690 OSU86F: 6367448.34716530
    test 691 OSU86F: 6367448.34716530
    test 692 OSU86F: 6367448.3471653014
    test 693 OSU86F: 6367448.3471653014
    test 694 OSU91A: 6367448.44699773
    test 695 OSU91A: 6367448.44699773
    test 696 OSU91A: 6367448.4469977310
    test 697 OSU91A: 6367448.4469977310
    test 698 Plessis1817: 6366197.15710739
    test 699 Plessis1817: 6366197.15710739
    test 700 Plessis1817: 6366197.1571073867
    test 701 Plessis1817: 6366197.1571073867
    test 702 SGS85: 6367448.13949125
    test 703 SGS85: 6367448.13949125
    test 704 SGS85: 6367448.1394912470
    test 705 SGS85: 6367448.1394912470
    test 706 SoAmerican1969: 6367471.84853228
    test 707 SoAmerican1969: 6367471.84853228
    test 708 SoAmerican1969: 6367471.8485322827
    test 709 SoAmerican1969: 6367471.8485322827
    test 710 Sphere: 6371008.77141500
    test 711 Sphere: 6371008.77141500
    test 712 Sphere: 6371008.7714149999
    test 713 Sphere: 6371008.7714149999
    test 714 SphereAuthalic: 6371000.00000000
    test 715 SphereAuthalic: 6371000.00000000
    test 716 SphereAuthalic: 6371000.0000000000
    test 717 SphereAuthalic: 6371000.0000000000
    test 718 SpherePopular: 6378137.00000000
    test 719 SpherePopular: 6378137.00000000
    test 720 SpherePopular: 6378137.0000000000
    test 721 SpherePopular: 6378137.0000000000
    test 722 Struve1860: 6367482.31832549
    test 723 Struve1860: 6367482.31832549
    test 724 Struve1860: 6367482.3183254926
    test 725 Struve1860: 6367482.3183254926
    test 726 WGS60: 6367478.63091189
    test 727 WGS60: 6367478.63091189
    test 728 WGS60: 6367478.6309118895
    test 729 WGS60: 6367478.6309118895
    test 730 WGS66: 6367456.87366841
    test 731 WGS66: 6367456.87366841
    test 732 WGS66: 6367456.8736684145
    test 733 WGS66: 6367456.8736684145
    test 734 WGS72: 6367447.24862383
    test 735 WGS72: 6367447.24862383
    test 736 WGS72: 6367447.2486238265
    test 737 WGS72: 6367447.2486238265
    test 738 WGS84: 6367449.14582341
    test 739 WGS84: 6367449.14582341
    test 740 WGS84: 6367449.1458234144
    test 741 WGS84: 6367449.1458234144
    test 742 FSum+: 4.0
    test 743 FSum-: 2.0
    test 744 FSum-: 0.0
    test 745 FSum*: 4.0
    test 746 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 747 ._fsum2_: 4.0
    test 748 ._n: 4
    test 749 ._ps: [4.0]
    test 750 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 751 ._fsum2_: 4.0
    test 752 ._n: 4
    test 753 ._ps: [4.0]
    test 754 FSum+: 8.0
    test 755 FSum-: 4.0
    test 756 FSum-: 0.0
    test 757 FSum*: 8.0
    test 758 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 759 ._fsum2_: 8.0
    test 760 ._n: 8
    test 761 ._ps: [8.0]
    test 762 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 763 ._fsum2_: 8.0
    test 764 ._n: 8
    test 765 ._ps: [8.0]
    test 766 FSum+: 16.0
    test 767 FSum-: 8.0
    test 768 FSum-: 0.0
    test 769 FSum*: 16.0
    test 770 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 771 ._fsum2_: 16.0
    test 772 ._n: 16
    test 773 ._ps: [16.0]
    test 774 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 775 ._fsum2_: 16.0
    test 776 ._n: 16
    test 777 ._ps: [16.0]
    test 778 FSum+: 32.0
    test 779 FSum-: 16.0
    test 780 FSum-: 0.0
    test 781 FSum*: 32.0
    test 782 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 783 ._fsum2_: 32.0
    test 784 ._n: 32
    test 785 ._ps: [32.0]
    test 786 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 787 ._fsum2_: 32.0
    test 788 ._n: 32
    test 789 ._ps: [32.0]
    test 790 FSum+: 64.0
    test 791 FSum-: 32.0
    test 792 FSum-: 0.0
    test 793 FSum*: 64.0
    test 794 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 795 ._fsum2_: 64.0
    test 796 ._n: 64
    test 797 ._ps: [64.0]
    test 798 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 799 ._fsum2_: 64.0
    test 800 ._n: 64
    test 801 ._ps: [64.0]
    test 802 FSum+: 128.0
    test 803 FSum-: 64.0
    test 804 FSum-: 0.0
    test 805 FSum*: 128.0
    test 806 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 807 ._fsum2_: 128.0
    test 808 ._n: 128
    test 809 ._ps: [128.0]
    test 810 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 811 ._fsum2_: 128.0
    test 812 ._n: 128
    test 813 ._ps: [128.0]
    test 814 FSum+: 256.0
    test 815 FSum-: 128.0
    test 816 FSum-: 0.0
    test 817 FSum*: 256.0
    test 818 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 819 ._fsum2_: 256.0
    test 820 ._n: 256
    test 821 ._ps: [256.0]
    test 822 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 823 ._fsum2_: 256.0
    test 824 ._n: 256
    test 825 ._ps: [256.0]
    test 826 FSum+: 512.0
    test 827 FSum-: 256.0
    test 828 FSum-: 0.0
    test 829 FSum*: 512.0
    test 830 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 831 ._fsum2_: 512.0
    test 832 ._n: 512
    test 833 ._ps: [512.0]
    test 834 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 835 ._fsum2_: 512.0
    test 836 ._n: 512
    test 837 ._ps: [512.0]
    test 838 FSum+: 1024.0
    test 839 FSum-: 512.0
    test 840 FSum-: 0.0
    test 841 FSum*: 1024.0
    test 842 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 843 ._fsum2_: 1024.0
    test 844 ._n: 1024
    test 845 ._ps: [1024.0]
    test 846 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 847 ._fsum2_: 1024.0
    test 848 ._n: 1024
    test 849 ._ps: [1024.0]
    test 850 FSum+: 2048.0
    test 851 FSum-: 1024.0
    test 852 FSum-: 0.0
    test 853 FSum*: 2048.0
    test 854 copy(Fsum): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 855 ._fsum2_: 2048.0
    test 856 ._n: 2048
    test 857 ._ps: [2048.0]
    test 858 Fsum.copy(): (<class 'pygeodesy.fmath.Fsum'>, True)
    test 859 ._fsum2_: 2048.0
    test 860 ._n: 2048
    test 861 ._ps: [2048.0]
    test 862 FSum0: 0.0
    test 863 FSum0: 0.0
    test 864 FSum0: 0.0
    test 865 FSum0: 0.0
    test 866 FSum0: 0.0
    test 867 Fsum#: 2049
    test 868 Fsum#: 1
    test 869 FSum.: fmath.Fsum()
    test 870 _2sum: OverflowError('_2sum(1.0e+308, inf): inf')
    test 871 hypot_: 1.0000124999219
    test 872 hypot3: 1.0000124999219
    test 873 hypot_: 3606.937759
    test 874 hypot3: 3606.937759
    test 875 hypot_: 40112.842
    test 876 cbrt: 3.0
    test 877 cbrt: -3.0
    test 878 cbrt2: 9.0
    test 879 cbrt2: 9.0
    test 880 sqrt3: 27.0
    test 881 ints: 1
    test 882 ints: 1
    test 883 fsum : -3.589050987401e+19  FAILED, KNOWN, expected 1.0
    test 884 fsum_: -3.589050987401e+19  FAILED, KNOWN, expected 1.0
    test 885 Fsum : -3.589050987401e+19  FAILED, KNOWN, expected 1.0
    test 886 sum  : -3.689348814742e+19  FAILED, KNOWN, expected 1.0

    114 of 886 testFmath.py tests (12.9%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 426.006 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testFormy.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.antipode from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.bearing from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.cosineAndoyerLambert from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.cosineForsytheAndoyerLambert from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.cosineLaw from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.equirectangular from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.euclidean from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.flatLocal from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.flatPolar from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.haversine from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.heightOf from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.horizon from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.hubeny from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.isantipode from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.isantipode_ from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.map1 from .basics by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.parseDMS from .dms by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.thomas from .formy by PyGeodesy/test/testFormy.py line 11
# lazily imported pygeodesy.vincentys from .formy by PyGeodesy/test/testFormy.py line 11

    testing testFormy.py 20.06.15 isLazy=3
    test 1 antipode1: (-89, -1)
    test 2 antipode2: (89, 1)
    test 3 bearing1: 251.364
    test 4 bearing2: 251.364
    test 5 bearing3: 249.614
    test 6 isantipode1: True
    test 7 isantipode2: True
    test 8 isantipode3: False
    test 9 isantipode4: True
    test 10 isantipode5: True
    test 11 isantipode6: False
    test 12 heightOf0: 2638958.23912
    test 13 heightOf45: 5401080.43931
    test 14 heightOf90: 6371008.77141
    test 15 heightOf135: 5401080.43931
    test 16 horizon0: 0.0
    test 17 horizon10Km: 357099.672
    test 18 horizon30Kft: 392310.704
    test 19 horizon10Kft: 214877.422
    test 20 haversine1 (0.0%): 298009.404
    test 21 vincentys1 (0.0%): 298009.404
    test 22 cosineAndoyerLambert1 (0.1%): 298395.796  FAILED, KNOWN, expected 298009.404
    test 23 cosineForsytheAndoyerLambert1 (0.1%): 298396.056  FAILED, KNOWN, expected 298009.404
    test 24 cosineLaw1 (0.0%): 298009.404
    test 25 equirectangular1 (0.0%): 298039.206  FAILED, KNOWN, expected 298009.404
    test 26 euclidean1 (10.3%): 328722.580  FAILED, KNOWN, expected 298009.404
    test 27 flatLocal1 (0.1%): 298425.999  FAILED, KNOWN, expected 298009.404
    test 28 flatPolar1 (8.7%): 323841.582  FAILED, KNOWN, expected 298009.404
    test 29 thomas1 (0.1%): 298396.261  FAILED, KNOWN, expected 298009.404
    test 30 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 31 haversine2 (0.0%): 98164.988
    test 32 vincentys2 (0.0%): 98164.988
    test 33 cosineAndoyerLambert2 (0.1%): 98071.421  FAILED, KNOWN, expected 98164.988
    test 34 cosineForsytheAndoyerLambert2 (0.1%): 98071.560  FAILED, KNOWN, expected 98164.988
    test 35 cosineLaw2 (0.0%): 98164.988
    test 36 equirectangular2 (0.0%): 98165.123  FAILED, KNOWN, expected 98164.988
    test 37 euclidean2 (8.1%): 106147.318  FAILED, KNOWN, expected 98164.988
    test 38 flatLocal2 (0.1%): 98071.693  FAILED, KNOWN, expected 98164.988
    test 39 flatPolar2 (0.6%): 98725.040  FAILED, KNOWN, expected 98164.988
    test 40 thomas2 (0.1%): 98071.535  FAILED, KNOWN, expected 98164.988
    test 41 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 42 haversine3 (0.0%): 651816.987
    test 43 vincentys3 (0.0%): 651816.987
    test 44 cosineAndoyerLambert3 (0.3%): 653456.144  FAILED, KNOWN, expected 651816.987
    test 45 cosineForsytheAndoyerLambert3 (0.3%): 653456.175  FAILED, KNOWN, expected 651816.987
    test 46 cosineLaw3 (0.0%): 651816.987
    test 47 equirectangular3 (0.0%): 652041.760  FAILED, KNOWN, expected 651816.987
    test 48 euclidean3 (5.4%): 687152.918  FAILED, KNOWN, expected 651816.987
    test 49 flatLocal3 (0.3%): 653681.559  FAILED, KNOWN, expected 651816.987
    test 50 flatPolar3 (13.0%): 736534.840  FAILED, KNOWN, expected 651816.987
    test 51 thomas3 (0.3%): 653456.933  FAILED, KNOWN, expected 651816.987
    test 52 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 53 haversine4 (0.0%): 4084985.780
    test 54 vincentys4 (0.0%): 4084985.780
    test 55 cosineAndoyerLambert4 (0.2%): 4094954.008  FAILED, KNOWN, expected 4084985.780
    test 56 cosineForsytheAndoyerLambert4 (0.2%): 4094953.639  FAILED, KNOWN, expected 4084985.780
    test 57 cosineLaw4 (0.0%): 4084985.780
    test 58 equirectangular4 (1.3%): 4136407.022  FAILED, KNOWN, expected 4084985.780
    test 59 euclidean4 (4.9%): 4284936.300  FAILED, KNOWN, expected 4084985.780
    test 60 flatLocal4 (1.5%): 4146513.247  FAILED, KNOWN, expected 4084985.780
    test 61 flatPolar4 (12.3%): 4587896.452  FAILED, KNOWN, expected 4084985.780
    test 62 thomas4 (0.2%): 4094958.301  FAILED, KNOWN, expected 4084985.780
    test 63 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 64 haversine5 (0.0%): 9670051.606
    test 65 vincentys5 (0.0%): 9670051.606
    test 66 cosineAndoyerLambert5 (0.2%): 9690752.610  FAILED, KNOWN, expected 9670051.606
    test 67 cosineForsytheAndoyerLambert5 (0.2%): 9690746.120  FAILED, KNOWN, expected 9670051.606
    test 68 cosineLaw5 (0.0%): 9670051.606
    test 69 equirectangular5 (7.8%): 10423307.214  FAILED, KNOWN, expected 9670051.606
    test 70 euclidean5 (9.7%): 10605459.611  FAILED, KNOWN, expected 9670051.606
    test 71 flatLocal5 (8.0%): 10446503.342  FAILED, KNOWN, expected 9670051.606
    test 72 flatPolar5 (55.6%): 15045906.074  FAILED, KNOWN, expected 9670051.606
    test 73 thomas5 (0.2%): 9690767.767  FAILED, KNOWN, expected 9670051.606
    test 74 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 75 haversine6 (0.0%): 10496496.577
    test 76 vincentys6 (0.0%): 10496496.577
    test 77 cosineAndoyerLambert6 (0.2%): 10477328.664  FAILED, KNOWN, expected 10496496.577
    test 78 cosineForsytheAndoyerLambert6 (0.2%): 10477342.084  FAILED, KNOWN, expected 10496496.577
    test 79 cosineLaw6 (0.0%): 10496496.577
    test 80 equirectangular6 (3.3%): 10844969.236  FAILED, KNOWN, expected 10496496.577
    test 81 euclidean6 (10.6%): 11607346.070  FAILED, KNOWN, expected 10496496.577
    test 82 flatLocal6 (3.1%): 10818798.605  FAILED, KNOWN, expected 10496496.577
    test 83 flatPolar6 (23.9%): 13002288.857  FAILED, KNOWN, expected 10496496.577
    test 84 thomas6 (0.2%): 10477316.498  FAILED, KNOWN, expected 10496496.577
    test 85 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 86 haversine7 (0.0%): 8998396.669
    test 87 vincentys7 (0.0%): 8998396.669
    test 88 cosineAndoyerLambert7 (0.3%): 8974227.489  FAILED, KNOWN, expected 8998396.669
    test 89 cosineForsytheAndoyerLambert7 (0.3%): 8974238.592  FAILED, KNOWN, expected 8998396.669
    test 90 cosineLaw7 (0.0%): 8998396.669
    test 91 equirectangular7 (2.0%): 9182626.289  FAILED, KNOWN, expected 8998396.669
    test 92 euclidean7 (12.8%): 10150773.140  FAILED, KNOWN, expected 8998396.669
    test 93 flatLocal7 (1.7%): 9151831.117  FAILED, KNOWN, expected 8998396.669
    test 94 flatPolar7 (17.6%): 10578638.162  FAILED, KNOWN, expected 8998396.669
    test 95 thomas7 (0.3%): 8974216.867  FAILED, KNOWN, expected 8998396.669
    test 96 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 97 haversine8 (0.0%): 6906867.946
    test 98 vincentys8 (0.0%): 6906867.946
    test 99 cosineAndoyerLambert8 (0.1%): 6916085.969  FAILED, KNOWN, expected 6906867.946
    test 100 cosineForsytheAndoyerLambert8 (0.1%): 6916085.333  FAILED, KNOWN, expected 6906867.946
    test 101 cosineLaw8 (0.0%): 6906867.946
    test 102 equirectangular8 (0.9%): 6969581.760  FAILED, KNOWN, expected 6906867.946
    test 103 euclidean8 (8.0%): 7460277.611  FAILED, KNOWN, expected 6906867.946
    test 104 flatLocal8 (1.0%): 6978905.097  FAILED, KNOWN, expected 6906867.946
    test 105 flatPolar8 (23.2%): 8511564.321  FAILED, KNOWN, expected 6906867.946
    test 106 thomas8 (0.1%): 6916087.828  FAILED, KNOWN, expected 6906867.946
    test 107 hubeny: <function flatLocal at 0x7fad6dc3bef0>
    test 108 haversine9 (0.0%): 8045325.213  FAILED, KNOWN, expected 8044806.076
    test 109 vincentys9 (0.0%): 8045325.213  FAILED, KNOWN, expected 8044806.076
    test 110 cosineAndoyerLambert9 (0.1%): 8050357.566  FAILED, KNOWN, expected 8044806.076
    test 111 cosineForsytheAndoyerLambert9 (0.1%): 8050363.635  FAILED, KNOWN, expected 8044806.076
    test 112 cosineLaw9 (0.0%): 8045325.213  FAILED, KNOWN, expected 8044806.076
    test 113 flatLocal9 (15.2%): 9268128.573  FAILED, KNOWN, expected 8044806.076
    test 114 thomas9 (0.1%): 8050370.796  FAILED, KNOWN, expected 8044806.076
    test 115 hubeny: <function flatLocal at 0x7fad6dc3bef0>

    63 of 115 testFormy.py tests (54.8%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 9.735 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testFrechet.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testFrechet.py line 12
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testFrechet.py line 12
# lazily imported pygeodesy.randomrangenerator from .hausdorff by PyGeodesy/test/testFrechet.py line 12
# lazily imported pygeodesy.fractional from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.frechet_ from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetCosineAndoyerLambert from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetCosineForsytheAndoyerLambert from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetCosineLaw from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetDegrees from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetEquirectangular from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetEuclidean from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetFlatLocal from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetFlatPolar from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetKarney from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetHaversine from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetHubeny from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetRadians from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetThomas from .frechet by PyGeodesy/test/testFrechet.py line 47
# lazily imported pygeodesy.FrechetVincentys from .frechet by PyGeodesy/test/testFrechet.py line 47

    testing testFrechet.py 20.06.24 isLazy=3
    test 1 FrechetDegrees_ (degrees): (178.5, 74, 56, 19, 5400)
    test 2 FrechetDegrees_ (degrees): (175.5, 74, 52.5, 29, 10710)
    test 3 copy(FrechetDegrees_): (<class '__main__.FrechetDegrees_'>, True)
    test 4 FrechetDegrees_.copy(): (<class '__main__.FrechetDegrees_'>, True)
    test 5 FrechetRadians_ (radians): (3.11541, 74, 56, 19, 5400)
    test 6 FrechetRadians_ (radians): (3.06305, 74, 52.5, 29, 10710)
    test 7 copy(FrechetRadians_): (<class '__main__.FrechetRadians_'>, True)
    test 8 FrechetRadians_.copy(): (<class '__main__.FrechetRadians_'>, True)
    test 9 FrechetCosineAndoyerLambert (radians): (2.6319, 0, 0, 149, 5400)
    test 10 FrechetCosineAndoyerLambert (radians): (2.6319, 0, 0, 208, 10710)
    test 11 copy(FrechetCosineAndoyerLambert): (<class 'pygeodesy.frechet.FrechetCosineAndoyerLambert'>, True)
    test 12 FrechetCosineAndoyerLambert.copy(): (<class 'pygeodesy.frechet.FrechetCosineAndoyerLambert'>, True)
    test 13 FrechetCosineForsytheAndoyerLambert (radians): (2.6319, 0, 0, 149, 5400)
    test 14 FrechetCosineForsytheAndoyerLambert (radians): (2.6319, 0, 0, 208, 10710)
    test 15 copy(FrechetCosineForsytheAndoyerLambert): (<class 'pygeodesy.frechet.FrechetCosineForsytheAndoyerLambert'>, True)
    test 16 FrechetCosineForsytheAndoyerLambert.copy(): (<class 'pygeodesy.frechet.FrechetCosineForsytheAndoyerLambert'>, True)
    test 17 FrechetCosineLaw (radians): (2.63867, 0, 0, 149, 5400)
    test 18 FrechetCosineLaw (radians): (2.63867, 0, 0, 208, 10710)
    test 19 copy(FrechetCosineLaw): (<class 'pygeodesy.frechet.FrechetCosineLaw'>, True)
    test 20 FrechetCosineLaw.copy(): (<class 'pygeodesy.frechet.FrechetCosineLaw'>, True)
    test 21 FrechetEquirectangular (radians**2): (7.1331, 8, 3, 138, 5400)
    test 22 FrechetEquirectangular (radians**2): (7.01295, 0, 0, 208, 10710)
    test 23 copy(FrechetEquirectangular): (<class 'pygeodesy.frechet.FrechetEquirectangular'>, True)
    test 24 FrechetEquirectangular.copy(): (<class 'pygeodesy.frechet.FrechetEquirectangular'>, True)
    test 25 FrechetEuclidean (radians): (2.84717, 8, 3, 138, 5400)
    test 26 FrechetEuclidean (radians): (2.76523, 0, 0, 208, 10710)
    test 27 copy(FrechetEuclidean): (<class 'pygeodesy.frechet.FrechetEuclidean'>, True)
    test 28 FrechetEuclidean.copy(): (<class 'pygeodesy.frechet.FrechetEuclidean'>, True)
    test 29 FrechetFlatLocal (radians**2): (7.13778, 8, 3, 138, 5400)
    test 30 FrechetFlatLocal (radians**2): (6.92262, 0, 0, 208, 10710)
    test 31 copy(FrechetFlatLocal): (<class 'pygeodesy.frechet.FrechetFlatLocal'>, True)
    test 32 FrechetFlatLocal.copy(): (<class 'pygeodesy.frechet.FrechetFlatLocal'>, True)
    test 33 FrechetFlatPolar (radians): (2.65039, 0, 0, 149, 5400)
    test 34 FrechetFlatPolar (radians): (2.65039, 0, 0, 208, 10710)
    test 35 copy(FrechetFlatPolar): (<class 'pygeodesy.frechet.FrechetFlatPolar'>, True)
    test 36 FrechetFlatPolar.copy(): (<class 'pygeodesy.frechet.FrechetFlatPolar'>, True)
    test 37 FrechetHaversine (radians): (2.63867, 0, 0, 149, 5400)
    test 38 FrechetHaversine (radians): (2.63867, 0, 0, 208, 10710)
    test 39 copy(FrechetHaversine): (<class 'pygeodesy.frechet.FrechetHaversine'>, True)
    test 40 FrechetHaversine.copy(): (<class 'pygeodesy.frechet.FrechetHaversine'>, True)
    test 41 FrechetHubeny (radians**2): (7.13778, 8, 3, 138, 5400)
    test 42 FrechetHubeny (radians**2): (6.92262, 0, 0, 208, 10710)
    test 43 copy(FrechetHubeny): (<class 'pygeodesy.frechet.FrechetHubeny'>, True)
    test 44 FrechetHubeny.copy(): (<class 'pygeodesy.frechet.FrechetHubeny'>, True)
    test 45 FrechetThomas (radians): (2.63187, 0, 0, 149, 5400)
    test 46 FrechetThomas (radians): (2.63187, 0, 0, 208, 10710)
    test 47 copy(FrechetThomas): (<class 'pygeodesy.frechet.FrechetThomas'>, True)
    test 48 FrechetThomas.copy(): (<class 'pygeodesy.frechet.FrechetThomas'>, True)
    test 49 FrechetVincentys (radians): (2.63867, 0, 0, 149, 5400)
    test 50 FrechetVincentys (radians): (2.63867, 0, 0, 208, 10710)
    test 51 copy(FrechetVincentys): (<class 'pygeodesy.frechet.FrechetVincentys'>, True)
    test 52 FrechetVincentys.copy(): (<class 'pygeodesy.frechet.FrechetVincentys'>, True)
    test 53 FrechetKarney (degrees): (151.09508, 0, 0, 149, 5400)
    test 54 FrechetKarney (degrees): (151.09508, 0, 0, 208, 10710)
    test 55 copy(FrechetKarney): (<class 'pygeodesy.frechet.FrechetKarney'>, True)
    test 56 FrechetKarney.copy(): (<class 'pygeodesy.frechet.FrechetKarney'>, True)
    test 57 frechet_: (178.5, 74, 56, 19, 5400, 'test')
    test 58 [fi1]: 64.0°S, 096.0°E
    test 59 [fi2]: 41.0°S, 071.0°W
    test 60 [fi1]: LatLon_(64.0°S, 096.0°E)
    test 61 [fi2]: LatLon_(41.0°S, 071.0°W)

    all 61 testFrechet.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 24.560 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testGars.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testGars.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testGars.py line 11
# lazily imported pygeodesy.gars by PyGeodesy/test/testGars.py line 11
# lazily imported pygeodesy.Garef from .gars by PyGeodesy/test/testGars.py line 11
# lazily imported pygeodesy.S_MIN from .dms by PyGeodesy/test/testGars.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testGars.py line 55

    testing testGars.py 20.01.22 (module pygeodesy.gars 20.05.14) isLazy=3
    test 1 Garef: 381NH45
    test 2 Garef: 381NH45
    test 3 Garef: Garef('381NH45')
    test 4 Garef: '381NH45'
    test 5 Garef: '381NH45'
    test 6 Garef.precision: 2
    test 7 copy(Garef): (<class 'pygeodesy.gars.Garef'>, True)
    test 8 Garef.copy(): (<class 'pygeodesy.gars.Garef'>, True)
    test 9 Garef.latlon: 57.64911, 10.40744
    test 10 Garef.toLatLon: LatLon(57°38′56.8″N, 010°24′26.78″E)
    test 11 codec3: 381NH45
    test 12 decode3: 57.625, 10.375, 2.0
    test 13 encode: 381NH45
    test 14 Garef(LatLon): 381NH45
    test 15 copy(Garef): (<class 'pygeodesy.gars.Garef'>, True)
    test 16 Garef.copy(): (<class 'pygeodesy.gars.Garef'>, True)
    test 17 precision: -1  FAILED, KNOWN, expected 0
    test 18 resolution: 30′
    test 19 precision: 0
    test 20 resolution: 30′
    test 21 precision: 1
    test 22 resolution: 15′
    test 23 precision: 2
    test 24 resolution: 5′
    test 25 precision: 3  FAILED, KNOWN, expected 2
    test 26 resolution: 5′

    2 of 26 testGars.py tests (7.7%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 2.085 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testGeohash.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testGeohash.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testGeohash.py line 11
# lazily imported pygeodesy.geohash by PyGeodesy/test/testGeohash.py line 11
# lazily imported pygeodesy.Geohash from .geohash by PyGeodesy/test/testGeohash.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testGeohash.py line 113

    testing testGeohash.py 20.04.24 (module pygeodesy.geohash 20.05.14) isLazy=3
    test 1 Geohash: geek
    test 2 Geohash: geek
    test 3 Geohash: 'geek'
    test 4 Geohash: Geohash('geek')
    test 5 Geohash: geek
    test 6 bounds: (LatLon(65°23′26.25″N, 017°55′46.88″W), LatLon(65°33′59.06″N, 017°34′41.25″W))
    test 7 toLatLon: 65.478516°N, 017.753906°W
    test 8 latlon: 65.4785156, -17.7539062
    test 9 ab: 1.1428157, -0.3098641
    test 10 copy(Geohash): (<class 'pygeodesy.geohash.Geohash'>, True)
    test 11 Geohash.copy(): (<class 'pygeodesy.geohash.Geohash'>, True)
    test 12 Geohash: geehpbpbp
    test 13 toLatLon: 65.390625°N, 017.929689°W
    test 14 latlon: 65.390625, -17.929689
    test 15 ab: 1.1412817, -0.3129321
    test 16 decode: ('65.390646', '-17.929709')
    test 17 decode_error: 2.145767e-05, 2.145767e-05
    test 18 distance1: 2758.887
    test 19 distance2: 682.760
    test 20 distance3: 397.404
    test 21 sizes: 4.8, 4.8
    test 22 copy(Geohash): (<class 'pygeodesy.geohash.Geohash'>, True)
    test 23 Geohash.copy(): (<class 'pygeodesy.geohash.Geohash'>, True)
    test 24 N: geehpbpbr
    test 25 NE: geek00002
    test 26 E: geek00000
    test 27 SE: gee7bpbpb
    test 28 S: gee5zzzzz
    test 29 SW: gee5zzzzy
    test 30 W: geehpbpbn
    test 31 NW: geehpbpbq
    test 32 N: geehpbpbr
    test 33 NE: geek00002
    test 34 E: geek00000
    test 35 SE: gee7bpbpb
    test 36 S: gee5zzzzz
    test 37 SW: gee5zzzzy
    test 38 W: geehpbpbn
    test 39 NW: geehpbpbq
    test 40 N: geehpbpbr
    test 41 NE: geek00002
    test 42 E: geek00000
    test 43 SE: gee7bpbpb
    test 44 S: gee5zzzzz
    test 45 SW: gee5zzzzy
    test 46 W: geehpbpbn
    test 47 NW: geehpbpbq
    test 48 N: geehpbpbr
    test 49 NE: geek00002
    test 50 E: geek00000
    test 51 SE: gee7bpbpb
    test 52 S: gee5zzzzz
    test 53 SW: gee5zzzzy
    test 54 W: geehpbpbn
    test 55 NW: geehpbpbq
    test 56 bounds: 52.20428467, 0.11810303, 52.20565796, 0.11947632
    test 57 decode: 52.205, 0.1188
    test 58 encode-decode: u120fxw
    test 59 encode-decode: geek
    test 60 encode-decode: fur
    test 61 encode-decode: geehpbpbp
    test 62 encode-decode: u4pruydqqvj8
    test 63 encode-decode: bgr96qxvpd46
    test 64 encode-decode: 0123456789
    test 65 encode-decode: zzzzzz
    test 66 Geohash: u4pruydq
    test 67 N.E.S.W: True
    test 68 E.S.W.N: True
    test 69 S.W.N.E: True
    test 70 W.N.E.S: True
    test 71 N.E.S.S.W.W.N.N.E.S: True
    test 72 Geohash: u4pruydqq
    test 73 N.E.S.W: True
    test 74 E.S.W.N: True
    test 75 S.W.N.E: True
    test 76 W.N.E.S: True
    test 77 N.E.S.S.W.W.N.N.E.S: True
    test 78 Geohash: u4pruydqqv
    test 79 N.E.S.W: True
    test 80 E.S.W.N: True
    test 81 S.W.N.E: True
    test 82 W.N.E.S: True
    test 83 N.E.S.S.W.W.N.N.E.S: True
    test 84 Geohash: u4pruydqqvj
    test 85 N.E.S.W: True
    test 86 E.S.W.N: True
    test 87 S.W.N.E: True
    test 88 W.N.E.S: True
    test 89 N.E.S.S.W.W.N.N.E.S: True
    test 90 Geohash: u4pruydqqvj8
    test 91 N.E.S.W: True
    test 92 E.S.W.N: True
    test 93 S.W.N.E: True
    test 94 W.N.E.S: True
    test 95 N.E.S.S.W.W.N.N.E.S: True
    test 96 encode: u120fxw
    test 97 decode: ('52.205', '0.1188')
    test 98 decode_error: 6.866455e-04, 6.866455e-04
    test 99 distance1: 486.710
    test 100 distance2: 3.374
    test 101 distance3: 2.798
    test 102 sizes: 153.0, 153.0
    test 103 Geohash: u336xv
    test 104 encode: u336xv
    test 105 equal: True
    test 106 sizes: 610.0, 1220.0
    test 107 encode: fur
    test 108 decode: ('69.6', '-45.7')
    test 109 decode: ('70.3', '-51')
    test 110 decode: ('68', '-68')
    test 111 decode_error: (0.703125, 0.703125)
    test 112 decode_error: (2.8125, 5.625)
    test 113 decode_error: (22.5, 22.5)
    test 114 precision: 0  FAILED, KNOWN, expected 1
    test 115 resolution: 360.0, 180.0
    test 116 precision: 1
    test 117 resolution: 45.0, 11.25
    test 118 precision: 2
    test 119 resolution: 11.25, 0.352
    test 120 precision: 3
    test 121 resolution: 1.4062, 0.011
    test 122 precision: 4
    test 123 resolution: 0.35156, 0.00034
    test 124 precision: 5
    test 125 resolution: 0.043945, 0.000011
    test 126 precision: 6
    test 127 resolution: 0.0109863, 0.0000003
    test 128 precision: 7
    test 129 resolution: 0.00137329, 0.00000001
    test 130 precision: 8
    test 131 resolution: 0.000343323, 0.0
    test 132 precision: 9
    test 133 resolution: 0.0000429153, 0.0
    test 134 precision: 10
    test 135 resolution: 0.00001072884, 0.0
    test 136 precision: 11
    test 137 resolution: 0.000001341105, 0.0
    test 138 precision: 12
    test 139 resolution: 0.0000003352761, 0.0
    test 140 precision: 13  FAILED, KNOWN, expected 12
    test 141 resolution: 0.00000033527613, 0.0

    2 of 141 testGeohash.py tests (1.4%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 29.098 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testGeoids.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.len2 from .basics by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.egmGeoidHeights from .geoids by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.GeoidError from .geoids by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.GeoidG2012B from .geoids by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.GeoidKarney from .geoids by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.GeoidPGM from .geoids by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testGeoids.py line 17
# lazily imported pygeodesy.reprs from .streprs by PyGeodesy/test/testGeoids.py line 17

    testing testGeoids.py 20.03.24 isLazy=3
    test 1 GeoidKarney('egm96-5.pgm').height(-76.981, 34.17) kind 2: 11.422  FAILED, KNOWN, expected 11.423
    test 2 GeoidKarney('egm96-5.pgm').height(79.695, 88.806) kind 2: 0.887  FAILED, KNOWN, expected 0.892
    test 3 GeoidKarney('egm96-5.pgm').height(-15.245, 168.748) kind 2: 65.226
    test 4 GeoidKarney('egm96-5.pgm').height(-19.379, 15.855) kind 2: 24.460  FAILED, KNOWN, expected 24.463
    test 5 GeoidKarney('egm96-5.pgm').height(43.378, -130.552) kind 2: -29.682
    test 6 GeoidKarney('egm96-5.pgm').height(-16.075, 21.795) kind 2: 10.503
    test 7 GeoidKarney('egm96-5.pgm').height(-11.256, -73.75) kind 2: 29.325  FAILED, KNOWN, expected 29.326
    test 8 GeoidKarney('egm96-5.pgm').height(69.017, -15.921) kind 2: 60.423  FAILED, KNOWN, expected 60.424
    test 9 GeoidKarney('egm96-5.pgm').height(2.221, 139.739) kind 2: 68.997  FAILED, KNOWN, expected 68.996
    test 10 GeoidKarney('egm96-5.pgm').height(-9.097, 119.142) kind 2: 36.295  FAILED, KNOWN, expected 36.287
    test 11 GeoidKarney('egm96-5.pgm').height(-28.524, -22.192) kind 2: 6.627  FAILED, KNOWN, expected 6.626
    test 12 GeoidKarney('egm96-5.pgm').height(12.272, -136.424) kind 2: -20.860
    test 13 GeoidKarney('egm96-5.pgm').height(-15.203, -85.604) kind 2: -3.266  FAILED, KNOWN, expected -3.267
    test 14 GeoidKarney('egm96-5.pgm').height(-63.736, -77.17) kind 2: -1.296  FAILED, KNOWN, expected -1.294
    test 15 GeoidKarney('egm96-5.pgm').height(-48.771, -90.102) kind 2: -2.322
    test 16 GeoidKarney('egm96-5.pgm').height(-0.179, -126.368) kind 2: -17.556  FAILED, KNOWN, expected -17.557
    test 17 GeoidKarney('egm96-5.pgm').height(1.586, -128.887) kind 2: -16.594
    test 18 GeoidKarney('egm96-5.pgm').height(-48.781, -2.684) kind 2: 24.455  FAILED, KNOWN, expected 24.453
    test 19 GeoidKarney('egm96-5.pgm').height(-49.092, 136.862) kind 2: -18.591  FAILED, KNOWN, expected -18.592
    test 20 GeoidKarney('egm96-5.pgm').height(47.732, 17.552) kind 2: 44.051  FAILED, KNOWN, expected 44.049
    test 21 GeoidKarney('egm96-5.pgm').height(-49.11, 85.706) kind 2: 18.582  FAILED, KNOWN, expected 18.581
    test 22 GeoidKarney('egm96-5.pgm').height(-49.162, 40.321) kind 2: 44.290  FAILED, KNOWN, expected 44.289
    test 23 GeoidKarney('egm96-5.pgm').height(3.498, 158.118) kind 2: 49.821  FAILED, KNOWN, expected 49.816
    test 24 GeoidKarney('egm96-5.pgm').height(-35.616, 122.648) kind 2: -36.108  FAILED, KNOWN, expected -36.114
    test 25 GeoidKarney('egm96-5.pgm').height(56.598, -96.114) kind 2: -41.046  FAILED, KNOWN, expected -41.048
    test 26 GeoidKarney('egm96-5.pgm').height(-31.85, 149.121) kind 2: 26.457  FAILED, KNOWN, expected 26.456
    test 27 GeoidKarney('egm96-5.pgm').height(-26.569, -177.792) kind 2: 49.309  FAILED, KNOWN, expected 49.317
    test 28 GeoidKarney('egm96-5.pgm').height(76.735, -65.753) kind 2: 20.706  FAILED, KNOWN, expected 20.714
    test 29 GeoidKarney('egm96-5.pgm').height(-21.404, -122.268) kind 2: -7.363  FAILED, KNOWN, expected -7.362
    test 30 GeoidKarney('egm96-5.pgm').height(-77.133, -65.474) kind 2: -16.499  FAILED, KNOWN, expected -16.492
    test 31 GeoidKarney('egm96-5.pgm').height(-58.812, 2.276) kind 2: 18.108  FAILED, KNOWN, expected 18.110
    test 32 GeoidKarney('egm96-5.pgm').height(4.415, 155.683) kind 2: 51.859  FAILED, KNOWN, expected 51.858
    test 33 GeoidKarney('egm96-5.pgm').height(-28.146, 107.081) kind 2: -38.979  FAILED, KNOWN, expected -38.981
    test 34 GeoidKarney('egm96-5.pgm').height(-10.551, -126.69) kind 2: -9.912  FAILED, KNOWN, expected -9.913
    test 35 GeoidKarney('egm96-5.pgm').height(-25.444, -103.337) kind 2: -2.827  FAILED, KNOWN, expected -2.828
    test 36 GeoidKarney('egm96-5.pgm').height(24.436, 46.159) kind 2: -5.719
    test 37 GeoidKarney('egm96-5.pgm').height(-72.889, 37.107) kind 2: 22.420  FAILED, KNOWN, expected 22.426
    test 38 GeoidKarney('egm96-5.pgm').height(-19.629, 13.245) kind 2: 24.546  FAILED, KNOWN, expected 24.545
    test 39 GeoidKarney('egm96-5.pgm').height(-7.602, 171.265) kind 2: 40.651  FAILED, KNOWN, expected 40.652
    test 40 GeoidKarney('egm96-5.pgm').height(-45.364, -1.876) kind 2: 22.380  FAILED, KNOWN, expected 22.383
    test 41 GeoidKarney('egm96-5.pgm').height(-7.292, -69.18) kind 2: 22.185  FAILED, KNOWN, expected 22.182
    test 42 GeoidKarney('egm96-5.pgm').height(-31.566, -166.689) kind 2: 14.927  FAILED, KNOWN, expected 14.930
    test 43 GeoidKarney('egm96-5.pgm').height(-82.751, -162.085) kind 2: -47.093  FAILED, KNOWN, expected -47.094
    test 44 GeoidKarney('egm96-5.pgm').height(-40.7, 99.466) kind 2: -18.421
    test 45 GeoidKarney('egm96-5.pgm').height(48.676, 39.69) kind 2: 10.060  FAILED, KNOWN, expected 10.055
    test 46 GeoidKarney('egm96-5.pgm').height(74.817, -78.404) kind 2: 5.784  FAILED, KNOWN, expected 5.786
    test 47 GeoidKarney('egm96-5.pgm').height(-81.032, -63.865) kind 2: -22.840  FAILED, KNOWN, expected -22.838
    test 48 GeoidKarney('egm96-5.pgm').height(74.022, 9.432) kind 2: 42.988  FAILED, KNOWN, expected 42.989
    test 49 GeoidKarney('egm96-5.pgm').height(-75.071, 17.579) kind 2: 15.351  FAILED, KNOWN, expected 15.353
    test 50 GeoidKarney('egm96-5.pgm').height(-12.546, -54.851) kind 2: -6.341  FAILED, KNOWN, expected -6.337
    test 51 GeoidKarney('egm96-5.pgm').height(-13.621, 42.408) kind 2: -25.551  FAILED, KNOWN, expected -25.555
    test 52 GeoidKarney('egm96-5.pgm').height(-2.266, -91.951) kind 2: -9.921  FAILED, KNOWN, expected -9.923
    test 53 GeoidKarney('egm96-5.pgm').height(-18.672, 42.547) kind 2: -10.861  FAILED, KNOWN, expected -10.852
    test 54 GeoidKarney('egm96-5.pgm').height(-41.44, 157.413) kind 2: -0.136  FAILED, KNOWN, expected -0.135
    test 55 GeoidKarney('egm96-5.pgm').height(53.686, -79.375) kind 2: -43.808  FAILED, KNOWN, expected -43.809
    test 56 GeoidKarney('egm96-5.pgm').height(39.26, -30.351) kind 2: 57.151  FAILED, KNOWN, expected 57.150
    test 57 GeoidKarney('egm96-5.pgm').height(-51.699, -141.493) kind 2: -17.660  FAILED, KNOWN, expected -17.657
    test 58 GeoidKarney('egm96-5.pgm').height(36.585, 4.515) kind 2: 46.356  FAILED, KNOWN, expected 46.358
    test 59 GeoidKarney('egm96-5.pgm').height(39.642, -54.659) kind 2: -14.404
    test 60 GeoidKarney('egm96-5.pgm').height(59.761, 166.567) kind 2: 11.239  FAILED, KNOWN, expected 11.242
    test 61 GeoidKarney('egm96-5.pgm').height(51.83, 13.357) kind 2: 42.236  FAILED, KNOWN, expected 42.237
    test 62 GeoidKarney('egm96-5.pgm').height(-36.531, -175.431) kind 2: 22.148  FAILED, KNOWN, expected 22.147
    test 63 GeoidKarney('egm96-5.pgm').height(-37.08, 125.264) kind 2: -33.395  FAILED, KNOWN, expected -33.396
    test 64 GeoidKarney('egm96-5.pgm').height(-68.651, 92.732) kind 2: 7.965  FAILED, KNOWN, expected 7.961
    test 65 GeoidKarney('egm96-5.pgm').height(35.087, 45.336) kind 2: 7.228  FAILED, KNOWN, expected 7.229
    test 66 GeoidKarney('egm96-5.pgm').height(-61.356, -169.379) kind 2: -44.289  FAILED, KNOWN, expected -44.292
    test 67 GeoidKarney('egm96-5.pgm').height(-36.955, 179.12) kind 2: 21.872  FAILED, KNOWN, expected 21.875
    test 68 GeoidKarney('egm96-5.pgm').height(10.248, -6.714) kind 2: 28.935  FAILED, KNOWN, expected 28.933
    test 69 GeoidKarney('egm96-5.pgm').height(36.868, 84.602) kind 2: -41.255  FAILED, KNOWN, expected -41.238
    test 70 GeoidKarney('egm96-5.pgm').height(28.637, 88.933) kind 2: -31.334  FAILED, KNOWN, expected -31.331
    test 71 GeoidKarney('egm96-5.pgm').height(54.811, -99.968) kind 2: -32.702
    test 72 GeoidKarney('egm96-5.pgm').height(7.611, 145.911) kind 2: 60.118  FAILED, KNOWN, expected 60.117
    test 73 GeoidKarney('egm96-5.pgm').height(59.412, 170.102) kind 2: 6.456  FAILED, KNOWN, expected 6.457
    test 74 GeoidKarney('egm96-5.pgm').height(-61.469, 126.144) kind 2: -31.959  FAILED, KNOWN, expected -31.961
    test 75 GeoidKarney('egm96-5.pgm').height(18.514, -137.083) kind 2: -26.572  FAILED, KNOWN, expected -26.571
    test 76 GeoidKarney('egm96-5.pgm').height(7.854, -126.799) kind 2: -29.761  FAILED, KNOWN, expected -29.760
    test 77 GeoidKarney('egm96-5.pgm').height(47.489, 134.183) kind 2: 21.980
    test 78 GeoidKarney('egm96-5.pgm').height(-34.144, -11.922) kind 2: 16.849
    test 79 GeoidKarney('egm96-5.pgm').height(-58.389, 117.458) kind 2: -20.922  FAILED, KNOWN, expected -20.923
    test 80 GeoidKarney('egm96-5.pgm').height(9.773, 95.846) kind 2: -42.745  FAILED, KNOWN, expected -42.749
    test 81 GeoidKarney('egm96-5.pgm').height(-53.12, 136.994) kind 2: -21.839  FAILED, KNOWN, expected -21.841
    test 82 GeoidKarney('egm96-5.pgm').height(-50.35, 0.075) kind 2: 25.482
    test 83 GeoidKarney('egm96-5.pgm').height(31.438, -170.879) kind 2: -8.845  FAILED, KNOWN, expected -8.847
    test 84 GeoidKarney('egm96-5.pgm').height(37.541, -153.024) kind 2: -19.600  FAILED, KNOWN, expected -19.604
    test 85 GeoidKarney('egm96-5.pgm').height(27.586, 2.444) kind 2: 25.672  FAILED, KNOWN, expected 25.668
    test 86 GeoidKarney('egm96-5.pgm').height(-26.139, -106.201) kind 2: -3.772
    test 87 GeoidKarney('egm96-5.pgm').height(-33.426, -14.84) kind 2: 17.747  FAILED, KNOWN, expected 17.748
    test 88 GeoidKarney('egm96-5.pgm').height(39.586, -153.019) kind 2: -17.838  FAILED, KNOWN, expected -17.839
    test 89 GeoidKarney('egm96-5.pgm').height(-60.79, -2.578) kind 2: 14.293  FAILED, KNOWN, expected 14.292
    test 90 GeoidKarney('egm96-5.pgm').height(-20.131, 21.975) kind 2: 16.529
    test 91 GeoidKarney('egm96-5.pgm').height(75.649, 99.921) kind 2: -8.230  FAILED, KNOWN, expected -8.229
    test 92 GeoidKarney('egm96-5.pgm').height(-0.385, -23.788) kind 2: 9.828  FAILED, KNOWN, expected 9.830
    test 93 GeoidKarney('egm96-5.pgm').height(-51.56, -50.327) kind 2: 6.213  FAILED, KNOWN, expected 6.215
    test 94 GeoidKarney('egm96-5.pgm').height(-43.129, -167.271) kind 2: -2.957  FAILED, KNOWN, expected -2.960
    test 95 GeoidKarney('egm96-5.pgm').height(46.374, 71.948) kind 2: -42.326  FAILED, KNOWN, expected -42.323
    test 96 GeoidKarney('egm96-5.pgm').height(-22.783, 140.657) kind 2: 38.352  FAILED, KNOWN, expected 38.356
    test 97 GeoidKarney('egm96-5.pgm').height(-12.056, 122.804) kind 2: 34.242  FAILED, KNOWN, expected 34.259
    test 98 GeoidKarney('egm96-5.pgm').height(30.127, 94.738) kind 2: -37.390  FAILED, KNOWN, expected -37.397
    test 99 GeoidKarney('egm96-5.pgm').height(46.296, -174.479) kind 2: -2.015  FAILED, KNOWN, expected -2.016
    test 100 GeoidKarney('egm96-5.pgm').height(34.99, 15.052) kind 2: 33.915  FAILED, KNOWN, expected 33.912
    test 101 GeoidKarney('egm96-5.pgm').height(-51.287, 90.565) kind 2: 12.676
    test 102 GeoidKarney('egm96-5.pgm').height(34.217, 141.302) kind 2: 15.729  FAILED, KNOWN, expected 15.692
    test 103 GeoidKarney('egm96-5.pgm').height(-40.423, -142.787) kind 2: -11.117
    test 104 GeoidKarney('egm96-5.pgm').height(-17.854, -170.216) kind 2: 27.443  FAILED, KNOWN, expected 27.437
    test 105 GeoidKarney('egm96-5.pgm').height(47.803, 112.701) kind 2: -23.893  FAILED, KNOWN, expected -23.894
    test 106 GeoidKarney('egm96-5.pgm').height(-23.276, 133.454) kind 2: 18.749  FAILED, KNOWN, expected 18.766
    test 107 GeoidKarney('egm96-5.pgm').height(-26.884, -36.571) kind 2: -7.452
    test 108 GeoidKarney('egm96-5.pgm').height(-37.106, 31.128) kind 2: 30.141  FAILED, KNOWN, expected 30.143
    test 109 GeoidKarney('egm96-5.pgm').height(-75.363, -173.674) kind 2: -61.176  FAILED, KNOWN, expected -61.172
    test 110 GeoidKarney('egm96-5.pgm').height(-18.305, 69.016) kind 2: -24.892  FAILED, KNOWN, expected -24.890
    test 111 GeoidKarney('egm96-5.pgm').height(39.527, 23.58) kind 2: 39.523  FAILED, KNOWN, expected 39.519
    test 112 GeoidKarney('egm96-5.pgm').height(68.903, 30.97) kind 2: 19.417  FAILED, KNOWN, expected 19.419
    test 113 GeoidKarney('egm96-5.pgm').height(53.937, 168.318) kind 2: 2.069
    test 114 GeoidKarney('egm96-5.pgm').height(-38.6, 64.812) kind 2: 25.048
    test 115 GeoidKarney('egm96-5.pgm').height(-41.396, -69.739) kind 2: 22.547
    test 116 GeoidKarney('egm96-5.pgm').height(50.158, 72.319) kind 2: -34.359
    test 117 GeoidKarney('egm96-5.pgm').height(27.692, 176.153) kind 2: -5.454  FAILED, KNOWN, expected -5.453
    test 118 GeoidKarney('egm96-5.pgm').height(-48.419, 170.454) kind 2: -6.802  FAILED, KNOWN, expected -6.804
    test 119 GeoidKarney('egm96-5.pgm').height(-65.346, -124.976) kind 2: -35.053  FAILED, KNOWN, expected -35.054
    test 120 GeoidKarney('egm96-5.pgm').height(-51.873, 167.266) kind 2: -15.417  FAILED, KNOWN, expected -15.418
    test 121 GeoidKarney('egm96-5.pgm').height(-7.263, 84.308) kind 2: -79.556  FAILED, KNOWN, expected -79.557
    test 122 GeoidKarney('egm96-5.pgm').height(-1.461, -105.458) kind 2: -16.894
    test 123 GeoidKarney('egm96-5.pgm').height(7.684, 161.873) kind 2: 36.213  FAILED, KNOWN, expected 36.215
    test 124 GeoidKarney('egm96-5.pgm').height(-31.475, -158.52) kind 2: 3.524  FAILED, KNOWN, expected 3.523
    test 125 GeoidKarney('egm96-5.pgm').height(-36.187, 62.917) kind 2: 23.796  FAILED, KNOWN, expected 23.797
    test 126 GeoidKarney('egm96-5.pgm').height(16.003, 141.687) kind 2: 51.587  FAILED, KNOWN, expected 51.586
    test 127 GeoidKarney('egm96-5.pgm').height(30.182, 86.261) kind 2: -30.131
    test 128 GeoidKarney('egm96-5.pgm').height(-77.304, 159.498) kind 2: -51.853  FAILED, KNOWN, expected -51.848
    test 129 GeoidKarney('egm96-5.pgm').height(39.536, 139.795) kind 2: 37.200  FAILED, KNOWN, expected 37.192
    test 130 GeoidKarney('egm96-5.pgm').height(8.569, 134.618) kind 2: 63.583  FAILED, KNOWN, expected 63.597
    test 131 GeoidKarney('egm96-5.pgm').height(14.473, 90.596) kind 2: -62.636
    test 132 GeoidKarney('egm96-5.pgm').height(-13.138, -99.589) kind 2: -8.717
    test 133 GeoidKarney('egm96-5.pgm').height(34.212, -26.307) kind 2: 40.649  FAILED, KNOWN, expected 40.645
    test 134 GeoidKarney('egm96-5.pgm').height(21.89, 76.371) kind 2: -60.730  FAILED, KNOWN, expected -60.729
    test 135 GeoidKarney('egm96-5.pgm').height(29.793, 120.487) kind 2: 8.784  FAILED, KNOWN, expected 8.783
    test 136 GeoidKarney('egm96-5.pgm').height(15.724, 122.714) kind 2: 31.569  FAILED, KNOWN, expected 31.523
    test 137 GeoidKarney('egm96-5.pgm').height(-66.208, -78.499) kind 2: -6.249  FAILED, KNOWN, expected -6.250
    test 138 GeoidKarney('egm96-5.pgm').height(-39.507, 55.809) kind 2: 32.599
    test 139 GeoidKarney('egm96-5.pgm').height(28.159, 51.476) kind 2: -24.531  FAILED, KNOWN, expected -24.536
    test 140 GeoidKarney('egm96-5.pgm').height(-36.207, 120.205) kind 2: -38.863  FAILED, KNOWN, expected -38.869
    test 141 GeoidKarney('egm96-5.pgm').height(30.575, -99.998) kind 2: -23.214  FAILED, KNOWN, expected -23.213
    test 142 GeoidKarney('egm96-5.pgm').height(-16.993, 37.136) kind 2: -11.824
    test 143 GeoidKarney('egm96-5.pgm').height(-11.477, 12.039) kind 2: 16.712  FAILED, KNOWN, expected 16.709
    test 144 GeoidKarney('egm96-5.pgm').height(30.428, -144.765) kind 2: -22.380  FAILED, KNOWN, expected -22.379
    test 145 GeoidKarney('egm96-5.pgm').height(-17.44, -92.424) kind 2: -4.941
    test 146 GeoidKarney('egm96-5.pgm').height(40.203, 143.43) kind 2: 19.382  FAILED, KNOWN, expected 19.394
    test 147 GeoidKarney('egm96-5.pgm').height(-37.098, -106.574) kind 2: -9.381
    test 148 GeoidKarney('egm96-5.pgm').height(54.62, -68.413) kind 2: -23.319
    test 149 GeoidKarney('egm96-5.pgm').height(-31.633, 148.182) kind 2: 24.470  FAILED, KNOWN, expected 24.468
    test 150 GeoidKarney('egm96-5.pgm').height(-56.07, -141.407) kind 2: -21.762  FAILED, KNOWN, expected -21.761
    test 151 GeoidKarney('egm96-5.pgm').height(-8.195, -52.691) kind 2: -18.798
    test 152 GeoidKarney('egm96-5.pgm').height(17.851, 24.749) kind 2: 12.611  FAILED, KNOWN, expected 12.612
    test 153 GeoidKarney('egm96-5.pgm').height(0.349, -108.333) kind 2: -19.708  FAILED, KNOWN, expected -19.706
    test 154 GeoidKarney('egm96-5.pgm').height(15.038, 126.191) kind 2: 45.794  FAILED, KNOWN, expected 45.792
    test 155 GeoidKarney('egm96-5.pgm').height(-21.111, -123.696) kind 2: -8.408  FAILED, KNOWN, expected -8.406
    test 156 GeoidKarney('egm96-5.pgm').height(30.947, 173.002) kind 2: -8.366  FAILED, KNOWN, expected -8.367
    test 157 GeoidKarney('egm96-5.pgm').height(-10.698, -144.091) kind 2: -2.026  FAILED, KNOWN, expected -2.025
    test 158 GeoidKarney('egm96-5.pgm').height(-29.412, 124.753) kind 2: -16.569
    test 159 GeoidKarney('egm96-5.pgm').height(38.224, -137.189) kind 2: -35.434  FAILED, KNOWN, expected -35.435
    test 160 GeoidKarney('egm96-5.pgm').height(36.064, -132.409) kind 2: -39.009
    test 161 GeoidKarney('egm96-5.pgm').height(29.975, 178.076) kind 2: -6.921
    test 162 GeoidKarney('egm96-5.pgm').height(-21.346, 169.26) kind 2: 50.811  FAILED, KNOWN, expected 50.795
    test 163 GeoidKarney('egm96-5.pgm').height(49.282, -152.934) kind 2: 1.069  FAILED, KNOWN, expected 1.070
    test 164 GeoidKarney('egm96-5.pgm').height(16.349, -99.962) kind 2: -14.198  FAILED, KNOWN, expected -14.214
    test 165 GeoidKarney('egm96-5.pgm').height(-14.293, -167.34) kind 2: 17.603  FAILED, KNOWN, expected 17.600
    test 166 GeoidKarney('egm96-5.pgm').height(47.166, -38.523) kind 2: 44.803  FAILED, KNOWN, expected 44.804
    test 167 GeoidKarney('egm96-5.pgm').height(-58.911, 114.347) kind 2: -17.924  FAILED, KNOWN, expected -17.922
    test 168 GeoidKarney('egm96-5.pgm').height(-9.055, 111.294) kind 2: 10.681  FAILED, KNOWN, expected 10.662
    test 169 GeoidKarney('egm96-5.pgm').height(18.391, 29.692) kind 2: 7.672  FAILED, KNOWN, expected 7.670
    test 170 GeoidKarney('egm96-5.pgm').height(-15.074, 22.153) kind 2: 8.622  FAILED, KNOWN, expected 8.623
    test 171 GeoidKarney('egm96-5.pgm').height(-4.235, 62.001) kind 2: -60.723
    test 172 GeoidKarney('egm96-5.pgm').height(15.171, -86.583) kind 2: 3.818
    test 173 GeoidKarney('egm96-5.pgm').height(79.254, 112.116) kind 2: -1.870  FAILED, KNOWN, expected -1.871
    test 174 GeoidKarney('egm96-5.pgm').height(15.947, 156.093) kind 2: 30.642  FAILED, KNOWN, expected 30.633
    test 175 GeoidKarney('egm96-5.pgm').height(68.371, -177.382) kind 2: 2.801
    test 176 GeoidKarney('egm96-5.pgm').height(-41.931, -72.093) kind 2: 19.858  FAILED, KNOWN, expected 19.859
    test 177 GeoidKarney('egm96-5.pgm').height(-1.193, -143.133) kind 2: 5.347  FAILED, KNOWN, expected 5.348
    test 178 GeoidKarney('egm96-5.pgm').height(-37.006, 154.513) kind 2: 9.940  FAILED, KNOWN, expected 9.941
    test 179 GeoidKarney('egm96-5.pgm').height(-22.148, 9.938) kind 2: 22.322  FAILED, KNOWN, expected 22.321
    test 180 GeoidKarney('egm96-5.pgm').height(24.329, 109.044) kind 2: -24.136  FAILED, KNOWN, expected -24.135
    test 181 GeoidKarney('egm96-5.pgm').height(-54.878, 114.691) kind 2: -17.680  FAILED, KNOWN, expected -17.679
    test 182 GeoidKarney('egm96-5.pgm').height(45.601, -80.458) kind 2: -37.149  FAILED, KNOWN, expected -37.150
    test 183 GeoidKarney('egm96-5.pgm').height(2.372, 58.974) kind 2: -61.158
    test 184 GeoidKarney('egm96-5.pgm').height(15.937, 165.854) kind 2: 20.600  FAILED, KNOWN, expected 20.602
    test 185 GeoidKarney('egm96-5.pgm').height(4.889, -24.213) kind 2: 13.054  FAILED, KNOWN, expected 13.055
    test 186 GeoidKarney('egm96-5.pgm').height(-11.392, 179.558) kind 2: 40.138  FAILED, KNOWN, expected 40.132
    test 187 GeoidKarney('egm96-5.pgm').height(58.246, 4.862) kind 2: 43.263
    test 188 GeoidKarney('egm96-5.pgm').height(34.302, -109.109) kind 2: -23.129  FAILED, KNOWN, expected -23.126
    test 189 GeoidKarney('egm96-5.pgm').height(-58.196, 117.306) kind 2: -20.677  FAILED, KNOWN, expected -20.678
    test 190 GeoidKarney('egm96-5.pgm').height(44.5, 173.769) kind 2: -8.531  FAILED, KNOWN, expected -8.529
    test 191 GeoidKarney('egm96-5.pgm').height(-28.863, -139.775) kind 2: -8.669  FAILED, KNOWN, expected -8.666
    test 192 GeoidKarney('egm96-5.pgm').height(19.507, -96.099) kind 2: -12.798  FAILED, KNOWN, expected -12.796
    test 193 GeoidKarney('egm96-5.pgm').height(-42.488, -73.907) kind 2: 15.770  FAILED, KNOWN, expected 15.773
    test 194 GeoidKarney('egm96-5.pgm').height(46.138, -141.429) kind 2: -19.955  FAILED, KNOWN, expected -19.954
    test 195 GeoidKarney('egm96-5.pgm').height(60.507, 93.743) kind 2: -31.479  FAILED, KNOWN, expected -31.480
    test 196 GeoidKarney('egm96-5.pgm').height(26.219, -145.434) kind 2: -17.428  FAILED, KNOWN, expected -17.429
    test 197 GeoidKarney('egm96-5.pgm').height(-28.687, 3.37) kind 2: 24.037
    test 198 GeoidKarney('egm96-5.pgm').height(-15.008, 117.45) kind 2: 4.522  FAILED, KNOWN, expected 4.520
    test 199 GeoidKarney('egm96-5.pgm').height(40.71, 144.095) kind 2: 11.403  FAILED, KNOWN, expected 11.394
    test 200 GeoidKarney('egm96-5.pgm').height(20.823, -173.611) kind 2: 5.676  FAILED, KNOWN, expected 5.679
    test 201 GeoidKarney('egm96-5.pgm').height(16.776, -3.009) kind 2: 28.705  FAILED, KNOWN, expected 28.707
    test 202 GeoidKarney('egm96-5.pgm').height(41.0, -95.0) kind 2: -30.261  FAILED, KNOWN, expected -30.262
    test 203 GeoidKarney('egm96-5.pgm').height(49.0, -120.5) kind 2: -15.984
    test 204 GeoidKarney('egm96-5.pgm').height(49.0, -103.5) kind 2: -18.636  FAILED, KNOWN, expected -18.635
    test 205 GeoidKarney('egm96-5.pgm').height(49.0, -86.5) kind 2: -37.749
    test 206 GeoidKarney('egm96-5.pgm').height(49.0, -69.5) kind 2: -26.691
    test 207 GeoidKarney('egm96-5.pgm').height(33.0, -120.5) kind 2: -39.561
    test 208 GeoidKarney('egm96-5.pgm').height(33.0, -103.5) kind 2: -22.563  FAILED, KNOWN, expected -22.562
    test 209 GeoidKarney('egm96-5.pgm').height(33.0, -86.5) kind 2: -30.012
    test 210 GeoidKarney('egm96-5.pgm').height(33.0, -69.5) kind 2: -48.039

    test 211 GeoidKarney('egm96-5.pgm').height() kind 2, hits 0, eps max (in 0 FAILED): 0.046

    test 212 GeoidKarney('egm96-5.pgm').highest(): -8.167, 147.25, 85.422
    test 213 GeoidKarney('egm96-5.pgm').lowerleft(): -90.0, -180.0, -29.535
    test 214 GeoidKarney('egm96-5.pgm').lowerright(): -90.0, 180.0, -29.535
    test 215 GeoidKarney('egm96-5.pgm').lowest(): 4.667, 78.833, -107.043
    test 216 GeoidKarney('egm96-5.pgm').upperleft(): 90.0, -180.0, 13.605
    test 217 GeoidKarney('egm96-5.pgm').upperright(): 90.0, 180.0, 13.605
    test 218 GeoidKarney('egm96-5.pgm').dtype: 'ushort'
    test 219 GeoidKarney('egm96-5.pgm').knots: 9335520
    test 220 GeoidKarney('egm96-5.pgm').mean: -1.317
    test 221 GeoidKarney('egm96-5.pgm').nBytes: None
    test 222 GeoidKarney('egm96-5.pgm').scipy: None
    test 223 GeoidKarney('egm96-5.pgm').smooth: None
    test 224 GeoidKarney('egm96-5.pgm').stdev: 29.244
    test 225 GeoidKarney('egm96-5.pgm')._g2ll2(180, 360): (180, 0)
    test 226 GeoidKarney('egm96-5.pgm')._ll2g2(180, 360): (180, 360)
    test 227 GeoidKarney('egm96-5.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 228 GeoidKarney('egm96-5.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 229 GeoidKarney('egm96-5.pgm').toStr: GeoidKarney('egm96-5.pgm'): lowerleft(-90.0, -180.0, -29.535), upperright(90.0, 180.0, 13.605), center(0.0, 0.0, 17.163), highest(-8.167, 147.25, 85.422), lowest(4.667, 78.833, -107.043)

    test 230 copy(GeoidKarney): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 231 GeoidKarney.copy(): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 232 GeoidKarney('egm96-5.pgm').height(-76.981, 34.17) kind 3: 11.424  FAILED, KNOWN, expected 11.423
    test 233 GeoidKarney('egm96-5.pgm').height(79.695, 88.806) kind 3: 0.892
    test 234 GeoidKarney('egm96-5.pgm').height(-15.245, 168.748) kind 3: 65.225  FAILED, KNOWN, expected 65.226
    test 235 GeoidKarney('egm96-5.pgm').height(-19.379, 15.855) kind 3: 24.464  FAILED, KNOWN, expected 24.463
    test 236 GeoidKarney('egm96-5.pgm').height(43.378, -130.552) kind 3: -29.682
    test 237 GeoidKarney('egm96-5.pgm').height(-16.075, 21.795) kind 3: 10.503
    test 238 GeoidKarney('egm96-5.pgm').height(-11.256, -73.75) kind 3: 29.325  FAILED, KNOWN, expected 29.326
    test 239 GeoidKarney('egm96-5.pgm').height(69.017, -15.921) kind 3: 60.423  FAILED, KNOWN, expected 60.424
    test 240 GeoidKarney('egm96-5.pgm').height(2.221, 139.739) kind 3: 68.996
    test 241 GeoidKarney('egm96-5.pgm').height(-9.097, 119.142) kind 3: 36.287
    test 242 GeoidKarney('egm96-5.pgm').height(-28.524, -22.192) kind 3: 6.626
    test 243 GeoidKarney('egm96-5.pgm').height(12.272, -136.424) kind 3: -20.861  FAILED, KNOWN, expected -20.860
    test 244 GeoidKarney('egm96-5.pgm').height(-15.203, -85.604) kind 3: -3.267
    test 245 GeoidKarney('egm96-5.pgm').height(-63.736, -77.17) kind 3: -1.295  FAILED, KNOWN, expected -1.294
    test 246 GeoidKarney('egm96-5.pgm').height(-48.771, -90.102) kind 3: -2.323  FAILED, KNOWN, expected -2.322
    test 247 GeoidKarney('egm96-5.pgm').height(-0.179, -126.368) kind 3: -17.555  FAILED, KNOWN, expected -17.557
    test 248 GeoidKarney('egm96-5.pgm').height(1.586, -128.887) kind 3: -16.594
    test 249 GeoidKarney('egm96-5.pgm').height(-48.781, -2.684) kind 3: 24.454  FAILED, KNOWN, expected 24.453
    test 250 GeoidKarney('egm96-5.pgm').height(-49.092, 136.862) kind 3: -18.592
    test 251 GeoidKarney('egm96-5.pgm').height(47.732, 17.552) kind 3: 44.048  FAILED, KNOWN, expected 44.049
    test 252 GeoidKarney('egm96-5.pgm').height(-49.11, 85.706) kind 3: 18.582  FAILED, KNOWN, expected 18.581
    test 253 GeoidKarney('egm96-5.pgm').height(-49.162, 40.321) kind 3: 44.290  FAILED, KNOWN, expected 44.289
    test 254 GeoidKarney('egm96-5.pgm').height(3.498, 158.118) kind 3: 49.817  FAILED, KNOWN, expected 49.816
    test 255 GeoidKarney('egm96-5.pgm').height(-35.616, 122.648) kind 3: -36.114
    test 256 GeoidKarney('egm96-5.pgm').height(56.598, -96.114) kind 3: -41.047  FAILED, KNOWN, expected -41.048
    test 257 GeoidKarney('egm96-5.pgm').height(-31.85, 149.121) kind 3: 26.456
    test 258 GeoidKarney('egm96-5.pgm').height(-26.569, -177.792) kind 3: 49.317
    test 259 GeoidKarney('egm96-5.pgm').height(76.735, -65.753) kind 3: 20.714
    test 260 GeoidKarney('egm96-5.pgm').height(-21.404, -122.268) kind 3: -7.362
    test 261 GeoidKarney('egm96-5.pgm').height(-77.133, -65.474) kind 3: -16.491  FAILED, KNOWN, expected -16.492
    test 262 GeoidKarney('egm96-5.pgm').height(-58.812, 2.276) kind 3: 18.110
    test 263 GeoidKarney('egm96-5.pgm').height(4.415, 155.683) kind 3: 51.858
    test 264 GeoidKarney('egm96-5.pgm').height(-28.146, 107.081) kind 3: -38.979  FAILED, KNOWN, expected -38.981
    test 265 GeoidKarney('egm96-5.pgm').height(-10.551, -126.69) kind 3: -9.913
    test 266 GeoidKarney('egm96-5.pgm').height(-25.444, -103.337) kind 3: -2.828
    test 267 GeoidKarney('egm96-5.pgm').height(24.436, 46.159) kind 3: -5.718  FAILED, KNOWN, expected -5.719
    test 268 GeoidKarney('egm96-5.pgm').height(-72.889, 37.107) kind 3: 22.427  FAILED, KNOWN, expected 22.426
    test 269 GeoidKarney('egm96-5.pgm').height(-19.629, 13.245) kind 3: 24.545
    test 270 GeoidKarney('egm96-5.pgm').height(-7.602, 171.265) kind 3: 40.651  FAILED, KNOWN, expected 40.652
    test 271 GeoidKarney('egm96-5.pgm').height(-45.364, -1.876) kind 3: 22.383
    test 272 GeoidKarney('egm96-5.pgm').height(-7.292, -69.18) kind 3: 22.183  FAILED, KNOWN, expected 22.182
    test 273 GeoidKarney('egm96-5.pgm').height(-31.566, -166.689) kind 3: 14.929  FAILED, KNOWN, expected 14.930
    test 274 GeoidKarney('egm96-5.pgm').height(-82.751, -162.085) kind 3: -47.094
    test 275 GeoidKarney('egm96-5.pgm').height(-40.7, 99.466) kind 3: -18.421
    test 276 GeoidKarney('egm96-5.pgm').height(48.676, 39.69) kind 3: 10.055
    test 277 GeoidKarney('egm96-5.pgm').height(74.817, -78.404) kind 3: 5.786
    test 278 GeoidKarney('egm96-5.pgm').height(-81.032, -63.865) kind 3: -22.838
    test 279 GeoidKarney('egm96-5.pgm').height(74.022, 9.432) kind 3: 42.989
    test 280 GeoidKarney('egm96-5.pgm').height(-75.071, 17.579) kind 3: 15.352  FAILED, KNOWN, expected 15.353
    test 281 GeoidKarney('egm96-5.pgm').height(-12.546, -54.851) kind 3: -6.338  FAILED, KNOWN, expected -6.337
    test 282 GeoidKarney('egm96-5.pgm').height(-13.621, 42.408) kind 3: -25.554  FAILED, KNOWN, expected -25.555
    test 283 GeoidKarney('egm96-5.pgm').height(-2.266, -91.951) kind 3: -9.922  FAILED, KNOWN, expected -9.923
    test 284 GeoidKarney('egm96-5.pgm').height(-18.672, 42.547) kind 3: -10.853  FAILED, KNOWN, expected -10.852
    test 285 GeoidKarney('egm96-5.pgm').height(-41.44, 157.413) kind 3: -0.135
    test 286 GeoidKarney('egm96-5.pgm').height(53.686, -79.375) kind 3: -43.809
    test 287 GeoidKarney('egm96-5.pgm').height(39.26, -30.351) kind 3: 57.150
    test 288 GeoidKarney('egm96-5.pgm').height(-51.699, -141.493) kind 3: -17.656  FAILED, KNOWN, expected -17.657
    test 289 GeoidKarney('egm96-5.pgm').height(36.585, 4.515) kind 3: 46.359  FAILED, KNOWN, expected 46.358
    test 290 GeoidKarney('egm96-5.pgm').height(39.642, -54.659) kind 3: -14.404
    test 291 GeoidKarney('egm96-5.pgm').height(59.761, 166.567) kind 3: 11.242
    test 292 GeoidKarney('egm96-5.pgm').height(51.83, 13.357) kind 3: 42.237
    test 293 GeoidKarney('egm96-5.pgm').height(-36.531, -175.431) kind 3: 22.147
    test 294 GeoidKarney('egm96-5.pgm').height(-37.08, 125.264) kind 3: -33.396
    test 295 GeoidKarney('egm96-5.pgm').height(-68.651, 92.732) kind 3: 7.961
    test 296 GeoidKarney('egm96-5.pgm').height(35.087, 45.336) kind 3: 7.228  FAILED, KNOWN, expected 7.229
    test 297 GeoidKarney('egm96-5.pgm').height(-61.356, -169.379) kind 3: -44.290  FAILED, KNOWN, expected -44.292
    test 298 GeoidKarney('egm96-5.pgm').height(-36.955, 179.12) kind 3: 21.874  FAILED, KNOWN, expected 21.875
    test 299 GeoidKarney('egm96-5.pgm').height(10.248, -6.714) kind 3: 28.933
    test 300 GeoidKarney('egm96-5.pgm').height(36.868, 84.602) kind 3: -41.238
    test 301 GeoidKarney('egm96-5.pgm').height(28.637, 88.933) kind 3: -31.331
    test 302 GeoidKarney('egm96-5.pgm').height(54.811, -99.968) kind 3: -32.702
    test 303 GeoidKarney('egm96-5.pgm').height(7.611, 145.911) kind 3: 60.117
    test 304 GeoidKarney('egm96-5.pgm').height(59.412, 170.102) kind 3: 6.457
    test 305 GeoidKarney('egm96-5.pgm').height(-61.469, 126.144) kind 3: -31.961
    test 306 GeoidKarney('egm96-5.pgm').height(18.514, -137.083) kind 3: -26.572  FAILED, KNOWN, expected -26.571
    test 307 GeoidKarney('egm96-5.pgm').height(7.854, -126.799) kind 3: -29.761  FAILED, KNOWN, expected -29.760
    test 308 GeoidKarney('egm96-5.pgm').height(47.489, 134.183) kind 3: 21.981  FAILED, KNOWN, expected 21.980
    test 309 GeoidKarney('egm96-5.pgm').height(-34.144, -11.922) kind 3: 16.849
    test 310 GeoidKarney('egm96-5.pgm').height(-58.389, 117.458) kind 3: -20.923
    test 311 GeoidKarney('egm96-5.pgm').height(9.773, 95.846) kind 3: -42.749
    test 312 GeoidKarney('egm96-5.pgm').height(-53.12, 136.994) kind 3: -21.840  FAILED, KNOWN, expected -21.841
    test 313 GeoidKarney('egm96-5.pgm').height(-50.35, 0.075) kind 3: 25.481  FAILED, KNOWN, expected 25.482
    test 314 GeoidKarney('egm96-5.pgm').height(31.438, -170.879) kind 3: -8.846  FAILED, KNOWN, expected -8.847
    test 315 GeoidKarney('egm96-5.pgm').height(37.541, -153.024) kind 3: -19.603  FAILED, KNOWN, expected -19.604
    test 316 GeoidKarney('egm96-5.pgm').height(27.586, 2.444) kind 3: 25.668
    test 317 GeoidKarney('egm96-5.pgm').height(-26.139, -106.201) kind 3: -3.772
    test 318 GeoidKarney('egm96-5.pgm').height(-33.426, -14.84) kind 3: 17.747  FAILED, KNOWN, expected 17.748
    test 319 GeoidKarney('egm96-5.pgm').height(39.586, -153.019) kind 3: -17.838  FAILED, KNOWN, expected -17.839
    test 320 GeoidKarney('egm96-5.pgm').height(-60.79, -2.578) kind 3: 14.292
    test 321 GeoidKarney('egm96-5.pgm').height(-20.131, 21.975) kind 3: 16.529
    test 322 GeoidKarney('egm96-5.pgm').height(75.649, 99.921) kind 3: -8.230  FAILED, KNOWN, expected -8.229
    test 323 GeoidKarney('egm96-5.pgm').height(-0.385, -23.788) kind 3: 9.831  FAILED, KNOWN, expected 9.830
    test 324 GeoidKarney('egm96-5.pgm').height(-51.56, -50.327) kind 3: 6.215
    test 325 GeoidKarney('egm96-5.pgm').height(-43.129, -167.271) kind 3: -2.960
    test 326 GeoidKarney('egm96-5.pgm').height(46.374, 71.948) kind 3: -42.323
    test 327 GeoidKarney('egm96-5.pgm').height(-22.783, 140.657) kind 3: 38.356
    test 328 GeoidKarney('egm96-5.pgm').height(-12.056, 122.804) kind 3: 34.259
    test 329 GeoidKarney('egm96-5.pgm').height(30.127, 94.738) kind 3: -37.397
    test 330 GeoidKarney('egm96-5.pgm').height(46.296, -174.479) kind 3: -2.017  FAILED, KNOWN, expected -2.016
    test 331 GeoidKarney('egm96-5.pgm').height(34.99, 15.052) kind 3: 33.912
    test 332 GeoidKarney('egm96-5.pgm').height(-51.287, 90.565) kind 3: 12.676
    test 333 GeoidKarney('egm96-5.pgm').height(34.217, 141.302) kind 3: 15.692
    test 334 GeoidKarney('egm96-5.pgm').height(-40.423, -142.787) kind 3: -11.117
    test 335 GeoidKarney('egm96-5.pgm').height(-17.854, -170.216) kind 3: 27.437
    test 336 GeoidKarney('egm96-5.pgm').height(47.803, 112.701) kind 3: -23.894
    test 337 GeoidKarney('egm96-5.pgm').height(-23.276, 133.454) kind 3: 18.765  FAILED, KNOWN, expected 18.766
    test 338 GeoidKarney('egm96-5.pgm').height(-26.884, -36.571) kind 3: -7.452
    test 339 GeoidKarney('egm96-5.pgm').height(-37.106, 31.128) kind 3: 30.143
    test 340 GeoidKarney('egm96-5.pgm').height(-75.363, -173.674) kind 3: -61.172
    test 341 GeoidKarney('egm96-5.pgm').height(-18.305, 69.016) kind 3: -24.890
    test 342 GeoidKarney('egm96-5.pgm').height(39.527, 23.58) kind 3: 39.519
    test 343 GeoidKarney('egm96-5.pgm').height(68.903, 30.97) kind 3: 19.420  FAILED, KNOWN, expected 19.419
    test 344 GeoidKarney('egm96-5.pgm').height(53.937, 168.318) kind 3: 2.067  FAILED, KNOWN, expected 2.069
    test 345 GeoidKarney('egm96-5.pgm').height(-38.6, 64.812) kind 3: 25.049  FAILED, KNOWN, expected 25.048
    test 346 GeoidKarney('egm96-5.pgm').height(-41.396, -69.739) kind 3: 22.546  FAILED, KNOWN, expected 22.547
    test 347 GeoidKarney('egm96-5.pgm').height(50.158, 72.319) kind 3: -34.358  FAILED, KNOWN, expected -34.359
    test 348 GeoidKarney('egm96-5.pgm').height(27.692, 176.153) kind 3: -5.454  FAILED, KNOWN, expected -5.453
    test 349 GeoidKarney('egm96-5.pgm').height(-48.419, 170.454) kind 3: -6.804
    test 350 GeoidKarney('egm96-5.pgm').height(-65.346, -124.976) kind 3: -35.053  FAILED, KNOWN, expected -35.054
    test 351 GeoidKarney('egm96-5.pgm').height(-51.873, 167.266) kind 3: -15.417  FAILED, KNOWN, expected -15.418
    test 352 GeoidKarney('egm96-5.pgm').height(-7.263, 84.308) kind 3: -79.557
    test 353 GeoidKarney('egm96-5.pgm').height(-1.461, -105.458) kind 3: -16.894
    test 354 GeoidKarney('egm96-5.pgm').height(7.684, 161.873) kind 3: 36.215
    test 355 GeoidKarney('egm96-5.pgm').height(-31.475, -158.52) kind 3: 3.523
    test 356 GeoidKarney('egm96-5.pgm').height(-36.187, 62.917) kind 3: 23.797
    test 357 GeoidKarney('egm96-5.pgm').height(16.003, 141.687) kind 3: 51.587  FAILED, KNOWN, expected 51.586
    test 358 GeoidKarney('egm96-5.pgm').height(30.182, 86.261) kind 3: -30.131
    test 359 GeoidKarney('egm96-5.pgm').height(-77.304, 159.498) kind 3: -51.849  FAILED, KNOWN, expected -51.848
    test 360 GeoidKarney('egm96-5.pgm').height(39.536, 139.795) kind 3: 37.191  FAILED, KNOWN, expected 37.192
    test 361 GeoidKarney('egm96-5.pgm').height(8.569, 134.618) kind 3: 63.596  FAILED, KNOWN, expected 63.597
    test 362 GeoidKarney('egm96-5.pgm').height(14.473, 90.596) kind 3: -62.636
    test 363 GeoidKarney('egm96-5.pgm').height(-13.138, -99.589) kind 3: -8.718  FAILED, KNOWN, expected -8.717
    test 364 GeoidKarney('egm96-5.pgm').height(34.212, -26.307) kind 3: 40.645
    test 365 GeoidKarney('egm96-5.pgm').height(21.89, 76.371) kind 3: -60.729
    test 366 GeoidKarney('egm96-5.pgm').height(29.793, 120.487) kind 3: 8.784  FAILED, KNOWN, expected 8.783
    test 367 GeoidKarney('egm96-5.pgm').height(15.724, 122.714) kind 3: 31.523
    test 368 GeoidKarney('egm96-5.pgm').height(-66.208, -78.499) kind 3: -6.251  FAILED, KNOWN, expected -6.250
    test 369 GeoidKarney('egm96-5.pgm').height(-39.507, 55.809) kind 3: 32.598  FAILED, KNOWN, expected 32.599
    test 370 GeoidKarney('egm96-5.pgm').height(28.159, 51.476) kind 3: -24.536
    test 371 GeoidKarney('egm96-5.pgm').height(-36.207, 120.205) kind 3: -38.869
    test 372 GeoidKarney('egm96-5.pgm').height(30.575, -99.998) kind 3: -23.212  FAILED, KNOWN, expected -23.213
    test 373 GeoidKarney('egm96-5.pgm').height(-16.993, 37.136) kind 3: -11.824
    test 374 GeoidKarney('egm96-5.pgm').height(-11.477, 12.039) kind 3: 16.710  FAILED, KNOWN, expected 16.709
    test 375 GeoidKarney('egm96-5.pgm').height(30.428, -144.765) kind 3: -22.378  FAILED, KNOWN, expected -22.379
    test 376 GeoidKarney('egm96-5.pgm').height(-17.44, -92.424) kind 3: -4.941
    test 377 GeoidKarney('egm96-5.pgm').height(40.203, 143.43) kind 3: 19.394
    test 378 GeoidKarney('egm96-5.pgm').height(-37.098, -106.574) kind 3: -9.381
    test 379 GeoidKarney('egm96-5.pgm').height(54.62, -68.413) kind 3: -23.318  FAILED, KNOWN, expected -23.319
    test 380 GeoidKarney('egm96-5.pgm').height(-31.633, 148.182) kind 3: 24.467  FAILED, KNOWN, expected 24.468
    test 381 GeoidKarney('egm96-5.pgm').height(-56.07, -141.407) kind 3: -21.761
    test 382 GeoidKarney('egm96-5.pgm').height(-8.195, -52.691) kind 3: -18.798
    test 383 GeoidKarney('egm96-5.pgm').height(17.851, 24.749) kind 3: 12.612
    test 384 GeoidKarney('egm96-5.pgm').height(0.349, -108.333) kind 3: -19.708  FAILED, KNOWN, expected -19.706
    test 385 GeoidKarney('egm96-5.pgm').height(15.038, 126.191) kind 3: 45.792
    test 386 GeoidKarney('egm96-5.pgm').height(-21.111, -123.696) kind 3: -8.406
    test 387 GeoidKarney('egm96-5.pgm').height(30.947, 173.002) kind 3: -8.367
    test 388 GeoidKarney('egm96-5.pgm').height(-10.698, -144.091) kind 3: -2.026  FAILED, KNOWN, expected -2.025
    test 389 GeoidKarney('egm96-5.pgm').height(-29.412, 124.753) kind 3: -16.567  FAILED, KNOWN, expected -16.569
    test 390 GeoidKarney('egm96-5.pgm').height(38.224, -137.189) kind 3: -35.435
    test 391 GeoidKarney('egm96-5.pgm').height(36.064, -132.409) kind 3: -39.008  FAILED, KNOWN, expected -39.009
    test 392 GeoidKarney('egm96-5.pgm').height(29.975, 178.076) kind 3: -6.921
    test 393 GeoidKarney('egm96-5.pgm').height(-21.346, 169.26) kind 3: 50.795
    test 394 GeoidKarney('egm96-5.pgm').height(49.282, -152.934) kind 3: 1.071  FAILED, KNOWN, expected 1.070
    test 395 GeoidKarney('egm96-5.pgm').height(16.349, -99.962) kind 3: -14.214
    test 396 GeoidKarney('egm96-5.pgm').height(-14.293, -167.34) kind 3: 17.600
    test 397 GeoidKarney('egm96-5.pgm').height(47.166, -38.523) kind 3: 44.803  FAILED, KNOWN, expected 44.804
    test 398 GeoidKarney('egm96-5.pgm').height(-58.911, 114.347) kind 3: -17.923  FAILED, KNOWN, expected -17.922
    test 399 GeoidKarney('egm96-5.pgm').height(-9.055, 111.294) kind 3: 10.662
    test 400 GeoidKarney('egm96-5.pgm').height(18.391, 29.692) kind 3: 7.670
    test 401 GeoidKarney('egm96-5.pgm').height(-15.074, 22.153) kind 3: 8.624  FAILED, KNOWN, expected 8.623
    test 402 GeoidKarney('egm96-5.pgm').height(-4.235, 62.001) kind 3: -60.722  FAILED, KNOWN, expected -60.723
    test 403 GeoidKarney('egm96-5.pgm').height(15.171, -86.583) kind 3: 3.820  FAILED, KNOWN, expected 3.818
    test 404 GeoidKarney('egm96-5.pgm').height(79.254, 112.116) kind 3: -1.871
    test 405 GeoidKarney('egm96-5.pgm').height(15.947, 156.093) kind 3: 30.634  FAILED, KNOWN, expected 30.633
    test 406 GeoidKarney('egm96-5.pgm').height(68.371, -177.382) kind 3: 2.800  FAILED, KNOWN, expected 2.801
    test 407 GeoidKarney('egm96-5.pgm').height(-41.931, -72.093) kind 3: 19.858  FAILED, KNOWN, expected 19.859
    test 408 GeoidKarney('egm96-5.pgm').height(-1.193, -143.133) kind 3: 5.347  FAILED, KNOWN, expected 5.348
    test 409 GeoidKarney('egm96-5.pgm').height(-37.006, 154.513) kind 3: 9.941
    test 410 GeoidKarney('egm96-5.pgm').height(-22.148, 9.938) kind 3: 22.322  FAILED, KNOWN, expected 22.321
    test 411 GeoidKarney('egm96-5.pgm').height(24.329, 109.044) kind 3: -24.135
    test 412 GeoidKarney('egm96-5.pgm').height(-54.878, 114.691) kind 3: -17.680  FAILED, KNOWN, expected -17.679
    test 413 GeoidKarney('egm96-5.pgm').height(45.601, -80.458) kind 3: -37.151  FAILED, KNOWN, expected -37.150
    test 414 GeoidKarney('egm96-5.pgm').height(2.372, 58.974) kind 3: -61.158
    test 415 GeoidKarney('egm96-5.pgm').height(15.937, 165.854) kind 3: 20.603  FAILED, KNOWN, expected 20.602
    test 416 GeoidKarney('egm96-5.pgm').height(4.889, -24.213) kind 3: 13.056  FAILED, KNOWN, expected 13.055
    test 417 GeoidKarney('egm96-5.pgm').height(-11.392, 179.558) kind 3: 40.133  FAILED, KNOWN, expected 40.132
    test 418 GeoidKarney('egm96-5.pgm').height(58.246, 4.862) kind 3: 43.263
    test 419 GeoidKarney('egm96-5.pgm').height(34.302, -109.109) kind 3: -23.126
    test 420 GeoidKarney('egm96-5.pgm').height(-58.196, 117.306) kind 3: -20.678
    test 421 GeoidKarney('egm96-5.pgm').height(44.5, 173.769) kind 3: -8.530  FAILED, KNOWN, expected -8.529
    test 422 GeoidKarney('egm96-5.pgm').height(-28.863, -139.775) kind 3: -8.666
    test 423 GeoidKarney('egm96-5.pgm').height(19.507, -96.099) kind 3: -12.795  FAILED, KNOWN, expected -12.796
    test 424 GeoidKarney('egm96-5.pgm').height(-42.488, -73.907) kind 3: 15.774  FAILED, KNOWN, expected 15.773
    test 425 GeoidKarney('egm96-5.pgm').height(46.138, -141.429) kind 3: -19.955  FAILED, KNOWN, expected -19.954
    test 426 GeoidKarney('egm96-5.pgm').height(60.507, 93.743) kind 3: -31.480
    test 427 GeoidKarney('egm96-5.pgm').height(26.219, -145.434) kind 3: -17.428  FAILED, KNOWN, expected -17.429
    test 428 GeoidKarney('egm96-5.pgm').height(-28.687, 3.37) kind 3: 24.037
    test 429 GeoidKarney('egm96-5.pgm').height(-15.008, 117.45) kind 3: 4.519  FAILED, KNOWN, expected 4.520
    test 430 GeoidKarney('egm96-5.pgm').height(40.71, 144.095) kind 3: 11.393  FAILED, KNOWN, expected 11.394
    test 431 GeoidKarney('egm96-5.pgm').height(20.823, -173.611) kind 3: 5.678  FAILED, KNOWN, expected 5.679
    test 432 GeoidKarney('egm96-5.pgm').height(16.776, -3.009) kind 3: 28.707
    test 433 GeoidKarney('egm96-5.pgm').height(41.0, -95.0) kind 3: -30.261  FAILED, KNOWN, expected -30.262
    test 434 GeoidKarney('egm96-5.pgm').height(49.0, -120.5) kind 3: -15.984
    test 435 GeoidKarney('egm96-5.pgm').height(49.0, -103.5) kind 3: -18.635
    test 436 GeoidKarney('egm96-5.pgm').height(49.0, -86.5) kind 3: -37.749
    test 437 GeoidKarney('egm96-5.pgm').height(49.0, -69.5) kind 3: -26.691
    test 438 GeoidKarney('egm96-5.pgm').height(33.0, -120.5) kind 3: -39.561
    test 439 GeoidKarney('egm96-5.pgm').height(33.0, -103.5) kind 3: -22.562
    test 440 GeoidKarney('egm96-5.pgm').height(33.0, -86.5) kind 3: -30.012
    test 441 GeoidKarney('egm96-5.pgm').height(33.0, -69.5) kind 3: -48.039

    test 442 GeoidKarney('egm96-5.pgm').height() kind 3, hits 0, eps max (in 0 FAILED): 0.002

    test 443 GeoidKarney('egm96-5.pgm').highest(): -8.167, 147.25, 85.422
    test 444 GeoidKarney('egm96-5.pgm').lowerleft(): -90.0, -180.0, -29.535
    test 445 GeoidKarney('egm96-5.pgm').lowerright(): -90.0, 180.0, -29.535
    test 446 GeoidKarney('egm96-5.pgm').lowest(): 4.667, 78.833, -107.043
    test 447 GeoidKarney('egm96-5.pgm').upperleft(): 90.0, -180.0, 13.605
    test 448 GeoidKarney('egm96-5.pgm').upperright(): 90.0, 180.0, 13.605
    test 449 GeoidKarney('egm96-5.pgm').dtype: 'ushort'
    test 450 GeoidKarney('egm96-5.pgm').knots: 9335520
    test 451 GeoidKarney('egm96-5.pgm').mean: -1.317
    test 452 GeoidKarney('egm96-5.pgm').nBytes: None
    test 453 GeoidKarney('egm96-5.pgm').scipy: None
    test 454 GeoidKarney('egm96-5.pgm').smooth: None
    test 455 GeoidKarney('egm96-5.pgm').stdev: 29.244
    test 456 GeoidKarney('egm96-5.pgm')._g2ll2(180, 360): (180, 0)
    test 457 GeoidKarney('egm96-5.pgm')._ll2g2(180, 360): (180, 360)
    test 458 GeoidKarney('egm96-5.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 459 GeoidKarney('egm96-5.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 460 GeoidKarney('egm96-5.pgm').toStr: GeoidKarney('egm96-5.pgm'): lowerleft(-90.0, -180.0, -29.535), upperright(90.0, 180.0, 13.605), center(0.0, 0.0, 17.163), highest(-8.167, 147.25, 85.422), lowest(4.667, 78.833, -107.043)

    test 461 copy(GeoidKarney): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 462 GeoidKarney.copy(): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 463 GeoidPGM('egm96-5.pgm').height(-76.981, 34.17) kind 3: lli ('-76.981466, 34.17016'): lli ('-76.981466, 34.17016'): outside on SE  FAILED, KNOWN, expected 11.423
    test 464 GeoidPGM('egm96-5.pgm').height(79.695, 88.806) kind 3: lli ('79.695484, 88.805571'): lli ('79.695484, 88.805571'): outside on NE  FAILED, KNOWN, expected 0.892
    test 465 GeoidPGM('egm96-5.pgm').height(-15.245, 168.748) kind 3: lli ('-15.244804, 168.747961'): lli ('-15.244804, 168.747961'): outside on SE  FAILED, KNOWN, expected 65.226
    test 466 GeoidPGM('egm96-5.pgm').height(-19.379, 15.855) kind 3: lli ('-19.379357, 15.85511'): lli ('-19.379357, 15.85511'): outside on SE  FAILED, KNOWN, expected 24.463
    test 467 GeoidPGM('egm96-5.pgm').height(43.378, -130.552) kind 3: lli ('43.377784, -130.551582'): lli ('43.377784, -130.551582'): outside on W  FAILED, KNOWN, expected -29.682
    test 468 GeoidPGM('egm96-5.pgm').height(-16.075, 21.795) kind 3: lli ('-16.074554, 21.79547'): lli ('-16.074554, 21.79547'): outside on SE  FAILED, KNOWN, expected 10.503
    test 469 GeoidPGM('egm96-5.pgm').height(-11.256, -73.75) kind 3: lli ('-11.256389, -73.750255'): lli ('-11.256389, -73.750255'): outside on S  FAILED, KNOWN, expected 29.326
    test 470 GeoidPGM('egm96-5.pgm').height(69.017, -15.921) kind 3: lli ('69.016564, -15.921115'): lli ('69.016564, -15.921115'): outside on NE  FAILED, KNOWN, expected 60.424
    test 471 GeoidPGM('egm96-5.pgm').height(2.221, 139.739) kind 3: lli ('2.221008, 139.73935'): lli ('2.221008, 139.73935'): outside on SE  FAILED, KNOWN, expected 68.996
    test 472 GeoidPGM('egm96-5.pgm').height(-9.097, 119.142) kind 3: lli ('-9.096878, 119.141551'): lli ('-9.096878, 119.141551'): outside on SE  FAILED, KNOWN, expected 36.287
    test 473 GeoidPGM('egm96-5.pgm').height(-28.524, -22.192) kind 3: lli ('-28.523717, -22.1925'): lli ('-28.523717, -22.1925'): outside on SE  FAILED, KNOWN, expected 6.626
    test 474 GeoidPGM('egm96-5.pgm').height(12.272, -136.424) kind 3: lli ('12.27231, -136.424168'): lli ('12.27231, -136.424168'): outside on SW  FAILED, KNOWN, expected -20.860
    test 475 GeoidPGM('egm96-5.pgm').height(-15.203, -85.604) kind 3: lli ('-15.20317, -85.603753'): lli ('-15.20317, -85.603753'): outside on S  FAILED, KNOWN, expected -3.267
    test 476 GeoidPGM('egm96-5.pgm').height(-63.736, -77.17) kind 3: lli ('-63.735565, -77.169636'): lli ('-63.735565, -77.169636'): outside on S  FAILED, KNOWN, expected -1.294
    test 477 GeoidPGM('egm96-5.pgm').height(-48.771, -90.102) kind 3: lli ('-48.770825, -90.102117'): lli ('-48.770825, -90.102117'): outside on S  FAILED, KNOWN, expected -2.322
    test 478 GeoidPGM('egm96-5.pgm').height(-0.179, -126.368) kind 3: lli ('-0.178524, -126.368279'): lli ('-0.178524, -126.368279'): outside on SW  FAILED, KNOWN, expected -17.557
    test 479 GeoidPGM('egm96-5.pgm').height(1.586, -128.887) kind 3: lli ('1.585536, -128.886967'): lli ('1.585536, -128.886967'): outside on SW  FAILED, KNOWN, expected -16.594
    test 480 GeoidPGM('egm96-5.pgm').height(-48.781, -2.684) kind 3: lli ('-48.780705, -2.684224'): lli ('-48.780705, -2.684224'): outside on SE  FAILED, KNOWN, expected 24.453
    test 481 GeoidPGM('egm96-5.pgm').height(-49.092, 136.862) kind 3: lli ('-49.091632, 136.862256'): lli ('-49.091632, 136.862256'): outside on SE  FAILED, KNOWN, expected -18.592
    test 482 GeoidPGM('egm96-5.pgm').height(47.732, 17.552) kind 3: lli ('47.731727, 17.552416'): lli ('47.731727, 17.552416'): outside on E  FAILED, KNOWN, expected 44.049
    test 483 GeoidPGM('egm96-5.pgm').height(-49.11, 85.706) kind 3: lli ('-49.109549, 85.706437'): lli ('-49.109549, 85.706437'): outside on SE  FAILED, KNOWN, expected 18.581
    test 484 GeoidPGM('egm96-5.pgm').height(-49.162, 40.321) kind 3: lli ('-49.162281, 40.321209'): lli ('-49.162281, 40.321209'): outside on SE  FAILED, KNOWN, expected 44.289
    test 485 GeoidPGM('egm96-5.pgm').height(3.498, 158.118) kind 3: lli ('3.498333, 158.117699'): lli ('3.498333, 158.117699'): outside on SE  FAILED, KNOWN, expected 49.816
    test 486 GeoidPGM('egm96-5.pgm').height(-35.616, 122.648) kind 3: lli ('-35.616495, 122.648407'): lli ('-35.616495, 122.648407'): outside on SE  FAILED, KNOWN, expected -36.114
    test 487 GeoidPGM('egm96-5.pgm').height(56.598, -96.114) kind 3: lli ('56.598256, -96.113696'): lli ('56.598256, -96.113696'): outside on N  FAILED, KNOWN, expected -41.048
    test 488 GeoidPGM('egm96-5.pgm').height(-31.85, 149.121) kind 3: lli ('-31.850231, 149.120596'): lli ('-31.850231, 149.120596'): outside on SE  FAILED, KNOWN, expected 26.456
    test 489 GeoidPGM('egm96-5.pgm').height(-26.569, -177.792) kind 3: lli ('-26.568996, -177.792196'): lli ('-26.568996, -177.792196'): outside on SW  FAILED, KNOWN, expected 49.317
    test 490 GeoidPGM('egm96-5.pgm').height(76.735, -65.753) kind 3: lli ('76.734699, -65.752952'): lli ('76.734699, -65.752952'): outside on N  FAILED, KNOWN, expected 20.714
    test 491 GeoidPGM('egm96-5.pgm').height(-21.404, -122.268) kind 3: lli ('-21.404166, -122.267869'): lli ('-21.404166, -122.267869'): outside on S  FAILED, KNOWN, expected -7.362
    test 492 GeoidPGM('egm96-5.pgm').height(-77.133, -65.474) kind 3: lli ('-77.133426, -65.473819'): lli ('-77.133426, -65.473819'): outside on S  FAILED, KNOWN, expected -16.492
    test 493 GeoidPGM('egm96-5.pgm').height(-58.812, 2.276) kind 3: lli ('-58.811779, 2.276142'): lli ('-58.811779, 2.276142'): outside on SE  FAILED, KNOWN, expected 18.110
    test 494 GeoidPGM('egm96-5.pgm').height(4.415, 155.683) kind 3: lli ('4.415102, 155.683336'): lli ('4.415102, 155.683336'): outside on SE  FAILED, KNOWN, expected 51.858
    test 495 GeoidPGM('egm96-5.pgm').height(-28.146, 107.081) kind 3: lli ('-28.145768, 107.081334'): lli ('-28.145768, 107.081334'): outside on SE  FAILED, KNOWN, expected -38.981
    test 496 GeoidPGM('egm96-5.pgm').height(-10.551, -126.69) kind 3: lli ('-10.551267, -126.690468'): lli ('-10.551267, -126.690468'): outside on SW  FAILED, KNOWN, expected -9.913
    test 497 GeoidPGM('egm96-5.pgm').height(-25.444, -103.337) kind 3: lli ('-25.444344, -103.337184'): lli ('-25.444344, -103.337184'): outside on S  FAILED, KNOWN, expected -2.828
    test 498 GeoidPGM('egm96-5.pgm').height(24.436, 46.159) kind 3: lli ('24.435896, 46.158715'): lli ('24.435896, 46.158715'): outside on SE  FAILED, KNOWN, expected -5.719
    test 499 GeoidPGM('egm96-5.pgm').height(-72.889, 37.107) kind 3: lli ('-72.888898, 37.106907'): lli ('-72.888898, 37.106907'): outside on SE  FAILED, KNOWN, expected 22.426
    test 500 GeoidPGM('egm96-5.pgm').height(-19.629, 13.245) kind 3: lli ('-19.628762, 13.244525'): lli ('-19.628762, 13.244525'): outside on SE  FAILED, KNOWN, expected 24.545
    test 501 GeoidPGM('egm96-5.pgm').height(-7.602, 171.265) kind 3: lli ('-7.602449, 171.264763'): lli ('-7.602449, 171.264763'): outside on SE  FAILED, KNOWN, expected 40.652
    test 502 GeoidPGM('egm96-5.pgm').height(-45.364, -1.876) kind 3: lli ('-45.364396, -1.876412'): lli ('-45.364396, -1.876412'): outside on SE  FAILED, KNOWN, expected 22.383
    test 503 GeoidPGM('egm96-5.pgm').height(-7.292, -69.18) kind 3: lli ('-7.292121, -69.179565'): lli ('-7.292121, -69.179565'): outside on S  FAILED, KNOWN, expected 22.182
    test 504 GeoidPGM('egm96-5.pgm').height(-31.566, -166.689) kind 3: lli ('-31.566264, -166.688985'): lli ('-31.566264, -166.688985'): outside on SW  FAILED, KNOWN, expected 14.930
    test 505 GeoidPGM('egm96-5.pgm').height(-82.751, -162.085) kind 3: lli ('-82.751144, -162.08523'): lli ('-82.751144, -162.08523'): outside on SW  FAILED, KNOWN, expected -47.094
    test 506 GeoidPGM('egm96-5.pgm').height(-40.7, 99.466) kind 3: lli ('-40.699637, 99.465509'): lli ('-40.699637, 99.465509'): outside on SE  FAILED, KNOWN, expected -18.421
    test 507 GeoidPGM('egm96-5.pgm').height(48.676, 39.69) kind 3: lli ('48.675771, 39.690012'): lli ('48.675771, 39.690012'): outside on E  FAILED, KNOWN, expected 10.055
    test 508 GeoidPGM('egm96-5.pgm').height(74.817, -78.404) kind 3: lli ('74.817287, -78.404187'): lli ('74.817287, -78.404187'): outside on N  FAILED, KNOWN, expected 5.786
    test 509 GeoidPGM('egm96-5.pgm').height(-81.032, -63.865) kind 3: lli ('-81.032306, -63.864898'): lli ('-81.032306, -63.864898'): outside on SE  FAILED, KNOWN, expected -22.838
    test 510 GeoidPGM('egm96-5.pgm').height(74.022, 9.432) kind 3: lli ('74.021785, 9.431926'): lli ('74.021785, 9.431926'): outside on NE  FAILED, KNOWN, expected 42.989
    test 511 GeoidPGM('egm96-5.pgm').height(-75.071, 17.579) kind 3: lli ('-75.070563, 17.57935'): lli ('-75.070563, 17.57935'): outside on SE  FAILED, KNOWN, expected 15.353
    test 512 GeoidPGM('egm96-5.pgm').height(-12.546, -54.851) kind 3: lli ('-12.54612, -54.850614'): lli ('-12.54612, -54.850614'): outside on SE  FAILED, KNOWN, expected -6.337
    test 513 GeoidPGM('egm96-5.pgm').height(-13.621, 42.408) kind 3: lli ('-13.621418, 42.407805'): lli ('-13.621418, 42.407805'): outside on SE  FAILED, KNOWN, expected -25.555
    test 514 GeoidPGM('egm96-5.pgm').height(-2.266, -91.951) kind 3: lli ('-2.265774, -91.951437'): lli ('-2.265774, -91.951437'): outside on S  FAILED, KNOWN, expected -9.923
    test 515 GeoidPGM('egm96-5.pgm').height(-18.672, 42.547) kind 3: lli ('-18.672316, 42.547125'): lli ('-18.672316, 42.547125'): outside on SE  FAILED, KNOWN, expected -10.852
    test 516 GeoidPGM('egm96-5.pgm').height(-41.44, 157.413) kind 3: lli ('-41.439867, 157.413161'): lli ('-41.439867, 157.413161'): outside on SE  FAILED, KNOWN, expected -0.135
    test 517 GeoidPGM('egm96-5.pgm').height(53.686, -79.375) kind 3: -43.809
    test 518 GeoidPGM('egm96-5.pgm').height(39.26, -30.351) kind 3: lli ('39.260397, -30.351359'): lli ('39.260397, -30.351359'): outside on E  FAILED, KNOWN, expected 57.150
    test 519 GeoidPGM('egm96-5.pgm').height(-51.699, -141.493) kind 3: lli ('-51.699195, -141.493082'): lli ('-51.699195, -141.493082'): outside on SW  FAILED, KNOWN, expected -17.657
    test 520 GeoidPGM('egm96-5.pgm').height(36.585, 4.515) kind 3: lli ('36.584861, 4.515157'): lli ('36.584861, 4.515157'): outside on E  FAILED, KNOWN, expected 46.358
    test 521 GeoidPGM('egm96-5.pgm').height(39.642, -54.659) kind 3: lli ('39.641638, -54.658846'): lli ('39.641638, -54.658846'): outside on E  FAILED, KNOWN, expected -14.404
    test 522 GeoidPGM('egm96-5.pgm').height(59.761, 166.567) kind 3: lli ('59.761024, 166.566646'): lli ('59.761024, 166.566646'): outside on NE  FAILED, KNOWN, expected 11.242
    test 523 GeoidPGM('egm96-5.pgm').height(51.83, 13.357) kind 3: lli ('51.830001, 13.357464'): lli ('51.830001, 13.357464'): outside on E  FAILED, KNOWN, expected 42.237
    test 524 GeoidPGM('egm96-5.pgm').height(-36.531, -175.431) kind 3: lli ('-36.530912, -175.430804'): lli ('-36.530912, -175.430804'): outside on SW  FAILED, KNOWN, expected 22.147
    test 525 GeoidPGM('egm96-5.pgm').height(-37.08, 125.264) kind 3: lli ('-37.079518, 125.263901'): lli ('-37.079518, 125.263901'): outside on SE  FAILED, KNOWN, expected -33.396
    test 526 GeoidPGM('egm96-5.pgm').height(-68.651, 92.732) kind 3: lli ('-68.650762, 92.731524'): lli ('-68.650762, 92.731524'): outside on SE  FAILED, KNOWN, expected 7.961
    test 527 GeoidPGM('egm96-5.pgm').height(35.087, 45.336) kind 3: lli ('35.086645, 45.335611'): lli ('35.086645, 45.335611'): outside on E  FAILED, KNOWN, expected 7.229
    test 528 GeoidPGM('egm96-5.pgm').height(-61.356, -169.379) kind 3: lli ('-61.355646, -169.378929'): lli ('-61.355646, -169.378929'): outside on SW  FAILED, KNOWN, expected -44.292
    test 529 GeoidPGM('egm96-5.pgm').height(-36.955, 179.12) kind 3: lli ('-36.954967, 179.11982'): lli ('-36.954967, 179.11982'): outside on SE  FAILED, KNOWN, expected 21.875
    test 530 GeoidPGM('egm96-5.pgm').height(10.248, -6.714) kind 3: lli ('10.248399, -6.713559'): lli ('10.248399, -6.713559'): outside on SE  FAILED, KNOWN, expected 28.933
    test 531 GeoidPGM('egm96-5.pgm').height(36.868, 84.602) kind 3: lli ('36.868193, 84.602243'): lli ('36.868193, 84.602243'): outside on E  FAILED, KNOWN, expected -41.238
    test 532 GeoidPGM('egm96-5.pgm').height(28.637, 88.933) kind 3: lli ('28.636703, 88.932955'): lli ('28.636703, 88.932955'): outside on E  FAILED, KNOWN, expected -31.331
    test 533 GeoidPGM('egm96-5.pgm').height(54.811, -99.968) kind 3: -32.702
    test 534 GeoidPGM('egm96-5.pgm').height(7.611, 145.911) kind 3: lli ('7.610621, 145.911188'): lli ('7.610621, 145.911188'): outside on SE  FAILED, KNOWN, expected 60.117
    test 535 GeoidPGM('egm96-5.pgm').height(59.412, 170.102) kind 3: lli ('59.411557, 170.102394'): lli ('59.411557, 170.102394'): outside on NE  FAILED, KNOWN, expected 6.457
    test 536 GeoidPGM('egm96-5.pgm').height(-61.469, 126.144) kind 3: lli ('-61.468618, 126.144056'): lli ('-61.468618, 126.144056'): outside on SE  FAILED, KNOWN, expected -31.961
    test 537 GeoidPGM('egm96-5.pgm').height(18.514, -137.083) kind 3: lli ('18.514019, -137.083301'): lli ('18.514019, -137.083301'): outside on SW  FAILED, KNOWN, expected -26.571
    test 538 GeoidPGM('egm96-5.pgm').height(7.854, -126.799) kind 3: lli ('7.854318, -126.799148'): lli ('7.854318, -126.799148'): outside on SW  FAILED, KNOWN, expected -29.760
    test 539 GeoidPGM('egm96-5.pgm').height(47.489, 134.183) kind 3: lli ('47.489222, 134.182527'): lli ('47.489222, 134.182527'): outside on E  FAILED, KNOWN, expected 21.980
    test 540 GeoidPGM('egm96-5.pgm').height(-34.144, -11.922) kind 3: lli ('-34.143602, -11.921567'): lli ('-34.143602, -11.921567'): outside on SE  FAILED, KNOWN, expected 16.849
    test 541 GeoidPGM('egm96-5.pgm').height(-58.389, 117.458) kind 3: lli ('-58.388787, 117.457755'): lli ('-58.388787, 117.457755'): outside on SE  FAILED, KNOWN, expected -20.923
    test 542 GeoidPGM('egm96-5.pgm').height(9.773, 95.846) kind 3: lli ('9.772764, 95.845943'): lli ('9.772764, 95.845943'): outside on SE  FAILED, KNOWN, expected -42.749
    test 543 GeoidPGM('egm96-5.pgm').height(-53.12, 136.994) kind 3: lli ('-53.120381, 136.993994'): lli ('-53.120381, 136.993994'): outside on SE  FAILED, KNOWN, expected -21.841
    test 544 GeoidPGM('egm96-5.pgm').height(-50.35, 0.075) kind 3: lli ('-50.349867, 0.07532'): lli ('-50.349867, 0.07532'): outside on SE  FAILED, KNOWN, expected 25.482
    test 545 GeoidPGM('egm96-5.pgm').height(31.438, -170.879) kind 3: lli ('31.438387, -170.878548'): lli ('31.438387, -170.878548'): outside on W  FAILED, KNOWN, expected -8.847
    test 546 GeoidPGM('egm96-5.pgm').height(37.541, -153.024) kind 3: lli ('37.540689, -153.024228'): lli ('37.540689, -153.024228'): outside on W  FAILED, KNOWN, expected -19.604
    test 547 GeoidPGM('egm96-5.pgm').height(27.586, 2.444) kind 3: lli ('27.586088, 2.443556'): lli ('27.586088, 2.443556'): outside on E  FAILED, KNOWN, expected 25.668
    test 548 GeoidPGM('egm96-5.pgm').height(-26.139, -106.201) kind 3: lli ('-26.139126, -106.20081'): lli ('-26.139126, -106.20081'): outside on S  FAILED, KNOWN, expected -3.772
    test 549 GeoidPGM('egm96-5.pgm').height(-33.426, -14.84) kind 3: lli ('-33.425976, -14.840359'): lli ('-33.425976, -14.840359'): outside on SE  FAILED, KNOWN, expected 17.748
    test 550 GeoidPGM('egm96-5.pgm').height(39.586, -153.019) kind 3: lli ('39.586286, -153.018974'): lli ('39.586286, -153.018974'): outside on W  FAILED, KNOWN, expected -17.839
    test 551 GeoidPGM('egm96-5.pgm').height(-60.79, -2.578) kind 3: lli ('-60.790289, -2.578163'): lli ('-60.790289, -2.578163'): outside on SE  FAILED, KNOWN, expected 14.292
    test 552 GeoidPGM('egm96-5.pgm').height(-20.131, 21.975) kind 3: lli ('-20.130538, 21.974941'): lli ('-20.130538, 21.974941'): outside on SE  FAILED, KNOWN, expected 16.529
    test 553 GeoidPGM('egm96-5.pgm').height(75.649, 99.921) kind 3: lli ('75.64878, 99.920587'): lli ('75.64878, 99.920587'): outside on NE  FAILED, KNOWN, expected -8.229
    test 554 GeoidPGM('egm96-5.pgm').height(-0.385, -23.788) kind 3: lli ('-0.385453, -23.788336'): lli ('-0.385453, -23.788336'): outside on SE  FAILED, KNOWN, expected 9.830
    test 555 GeoidPGM('egm96-5.pgm').height(-51.56, -50.327) kind 3: lli ('-51.559564, -50.32687'): lli ('-51.559564, -50.32687'): outside on SE  FAILED, KNOWN, expected 6.215
    test 556 GeoidPGM('egm96-5.pgm').height(-43.129, -167.271) kind 3: lli ('-43.129209, -167.27147'): lli ('-43.129209, -167.27147'): outside on SW  FAILED, KNOWN, expected -2.960
    test 557 GeoidPGM('egm96-5.pgm').height(46.374, 71.948) kind 3: lli ('46.374177, 71.947616'): lli ('46.374177, 71.947616'): outside on E  FAILED, KNOWN, expected -42.323
    test 558 GeoidPGM('egm96-5.pgm').height(-22.783, 140.657) kind 3: lli ('-22.783085, 140.657444'): lli ('-22.783085, 140.657444'): outside on SE  FAILED, KNOWN, expected 38.356
    test 559 GeoidPGM('egm96-5.pgm').height(-12.056, 122.804) kind 3: lli ('-12.05584, 122.80402'): lli ('-12.05584, 122.80402'): outside on SE  FAILED, KNOWN, expected 34.259
    test 560 GeoidPGM('egm96-5.pgm').height(30.127, 94.738) kind 3: lli ('30.127372, 94.738186'): lli ('30.127372, 94.738186'): outside on E  FAILED, KNOWN, expected -37.397
    test 561 GeoidPGM('egm96-5.pgm').height(46.296, -174.479) kind 3: lli ('46.296018, -174.478616'): lli ('46.296018, -174.478616'): outside on W  FAILED, KNOWN, expected -2.016
    test 562 GeoidPGM('egm96-5.pgm').height(34.99, 15.052) kind 3: lli ('34.989646, 15.051646'): lli ('34.989646, 15.051646'): outside on E  FAILED, KNOWN, expected 33.912
    test 563 GeoidPGM('egm96-5.pgm').height(-51.287, 90.565) kind 3: lli ('-51.287168, 90.564711'): lli ('-51.287168, 90.564711'): outside on SE  FAILED, KNOWN, expected 12.676
    test 564 GeoidPGM('egm96-5.pgm').height(34.217, 141.302) kind 3: lli ('34.217016, 141.301548'): lli ('34.217016, 141.301548'): outside on E  FAILED, KNOWN, expected 15.692
    test 565 GeoidPGM('egm96-5.pgm').height(-40.423, -142.787) kind 3: lli ('-40.423023, -142.786592'): lli ('-40.423023, -142.786592'): outside on SW  FAILED, KNOWN, expected -11.117
    test 566 GeoidPGM('egm96-5.pgm').height(-17.854, -170.216) kind 3: lli ('-17.854486, -170.216354'): lli ('-17.854486, -170.216354'): outside on SW  FAILED, KNOWN, expected 27.437
    test 567 GeoidPGM('egm96-5.pgm').height(47.803, 112.701) kind 3: lli ('47.803271, 112.700942'): lli ('47.803271, 112.700942'): outside on E  FAILED, KNOWN, expected -23.894
    test 568 GeoidPGM('egm96-5.pgm').height(-23.276, 133.454) kind 3: lli ('-23.275962, 133.453821'): lli ('-23.275962, 133.453821'): outside on SE  FAILED, KNOWN, expected 18.766
    test 569 GeoidPGM('egm96-5.pgm').height(-26.884, -36.571) kind 3: lli ('-26.884369, -36.570654'): lli ('-26.884369, -36.570654'): outside on SE  FAILED, KNOWN, expected -7.452
    test 570 GeoidPGM('egm96-5.pgm').height(-37.106, 31.128) kind 3: lli ('-37.106468, 31.127939'): lli ('-37.106468, 31.127939'): outside on SE  FAILED, KNOWN, expected 30.143
    test 571 GeoidPGM('egm96-5.pgm').height(-75.363, -173.674) kind 3: lli ('-75.363185, -173.673649'): lli ('-75.363185, -173.673649'): outside on SW  FAILED, KNOWN, expected -61.172
    test 572 GeoidPGM('egm96-5.pgm').height(-18.305, 69.016) kind 3: lli ('-18.30485, 69.015565'): lli ('-18.30485, 69.015565'): outside on SE  FAILED, KNOWN, expected -24.890
    test 573 GeoidPGM('egm96-5.pgm').height(39.527, 23.58) kind 3: lli ('39.527401, 23.580206'): lli ('39.527401, 23.580206'): outside on E  FAILED, KNOWN, expected 39.519
    test 574 GeoidPGM('egm96-5.pgm').height(68.903, 30.97) kind 3: lli ('68.903148, 30.970247'): lli ('68.903148, 30.970247'): outside on NE  FAILED, KNOWN, expected 19.419
    test 575 GeoidPGM('egm96-5.pgm').height(53.937, 168.318) kind 3: lli ('53.936937, 168.318201'): lli ('53.936937, 168.318201'): outside on E  FAILED, KNOWN, expected 2.069
    test 576 GeoidPGM('egm96-5.pgm').height(-38.6, 64.812) kind 3: lli ('-38.600098, 64.811532'): lli ('-38.600098, 64.811532'): outside on SE  FAILED, KNOWN, expected 25.048
    test 577 GeoidPGM('egm96-5.pgm').height(-41.396, -69.739) kind 3: lli ('-41.395739, -69.739418'): lli ('-41.395739, -69.739418'): outside on S  FAILED, KNOWN, expected 22.547
    test 578 GeoidPGM('egm96-5.pgm').height(50.158, 72.319) kind 3: lli ('50.157749, 72.319017'): lli ('50.157749, 72.319017'): outside on E  FAILED, KNOWN, expected -34.359
    test 579 GeoidPGM('egm96-5.pgm').height(27.692, 176.153) kind 3: lli ('27.691879, 176.152884'): lli ('27.691879, 176.152884'): outside on E  FAILED, KNOWN, expected -5.453
    test 580 GeoidPGM('egm96-5.pgm').height(-48.419, 170.454) kind 3: lli ('-48.419449, 170.454472'): lli ('-48.419449, 170.454472'): outside on SE  FAILED, KNOWN, expected -6.804
    test 581 GeoidPGM('egm96-5.pgm').height(-65.346, -124.976) kind 3: lli ('-65.34567, -124.975961'): lli ('-65.34567, -124.975961'): outside on S  FAILED, KNOWN, expected -35.054
    test 582 GeoidPGM('egm96-5.pgm').height(-51.873, 167.266) kind 3: lli ('-51.873009, 167.265613'): lli ('-51.873009, 167.265613'): outside on SE  FAILED, KNOWN, expected -15.418
    test 583 GeoidPGM('egm96-5.pgm').height(-7.263, 84.308) kind 3: lli ('-7.262544, 84.307626'): lli ('-7.262544, 84.307626'): outside on SE  FAILED, KNOWN, expected -79.557
    test 584 GeoidPGM('egm96-5.pgm').height(-1.461, -105.458) kind 3: lli ('-1.461003, -105.458323'): lli ('-1.461003, -105.458323'): outside on S  FAILED, KNOWN, expected -16.894
    test 585 GeoidPGM('egm96-5.pgm').height(7.684, 161.873) kind 3: lli ('7.684324, 161.87293'): lli ('7.684324, 161.87293'): outside on SE  FAILED, KNOWN, expected 36.215
    test 586 GeoidPGM('egm96-5.pgm').height(-31.475, -158.52) kind 3: lli ('-31.474549, -158.520033'): lli ('-31.474549, -158.520033'): outside on SW  FAILED, KNOWN, expected 3.523
    test 587 GeoidPGM('egm96-5.pgm').height(-36.187, 62.917) kind 3: lli ('-36.187212, 62.917075'): lli ('-36.187212, 62.917075'): outside on SE  FAILED, KNOWN, expected 23.797
    test 588 GeoidPGM('egm96-5.pgm').height(16.003, 141.687) kind 3: lli ('16.002975, 141.686552'): lli ('16.002975, 141.686552'): outside on SE  FAILED, KNOWN, expected 51.586
    test 589 GeoidPGM('egm96-5.pgm').height(30.182, 86.261) kind 3: lli ('30.182218, 86.260576'): lli ('30.182218, 86.260576'): outside on E  FAILED, KNOWN, expected -30.131
    test 590 GeoidPGM('egm96-5.pgm').height(-77.304, 159.498) kind 3: lli ('-77.303842, 159.497665'): lli ('-77.303842, 159.497665'): outside on SE  FAILED, KNOWN, expected -51.848
    test 591 GeoidPGM('egm96-5.pgm').height(39.536, 139.795) kind 3: lli ('39.536, 139.795358'): lli ('39.536, 139.795358'): outside on E  FAILED, KNOWN, expected 37.192
    test 592 GeoidPGM('egm96-5.pgm').height(8.569, 134.618) kind 3: lli ('8.569309, 134.618403'): lli ('8.569309, 134.618403'): outside on SE  FAILED, KNOWN, expected 63.597
    test 593 GeoidPGM('egm96-5.pgm').height(14.473, 90.596) kind 3: lli ('14.473483, 90.595663'): lli ('14.473483, 90.595663'): outside on SE  FAILED, KNOWN, expected -62.636
    test 594 GeoidPGM('egm96-5.pgm').height(-13.138, -99.589) kind 3: lli ('-13.13767, -99.589202'): lli ('-13.13767, -99.589202'): outside on S  FAILED, KNOWN, expected -8.717
    test 595 GeoidPGM('egm96-5.pgm').height(34.212, -26.307) kind 3: lli ('34.211572, -26.307194'): lli ('34.211572, -26.307194'): outside on E  FAILED, KNOWN, expected 40.645
    test 596 GeoidPGM('egm96-5.pgm').height(21.89, 76.371) kind 3: lli ('21.889732, 76.371362'): lli ('21.889732, 76.371362'): outside on SE  FAILED, KNOWN, expected -60.729
    test 597 GeoidPGM('egm96-5.pgm').height(29.793, 120.487) kind 3: lli ('29.792909, 120.48703'): lli ('29.792909, 120.48703'): outside on E  FAILED, KNOWN, expected 8.783
    test 598 GeoidPGM('egm96-5.pgm').height(15.724, 122.714) kind 3: lli ('15.723814, 122.713685'): lli ('15.723814, 122.713685'): outside on SE  FAILED, KNOWN, expected 31.523
    test 599 GeoidPGM('egm96-5.pgm').height(-66.208, -78.499) kind 3: lli ('-66.20776, -78.498807'): lli ('-66.20776, -78.498807'): outside on S  FAILED, KNOWN, expected -6.250
    test 600 GeoidPGM('egm96-5.pgm').height(-39.507, 55.809) kind 3: lli ('-39.507049, 55.808743'): lli ('-39.507049, 55.808743'): outside on SE  FAILED, KNOWN, expected 32.599
    test 601 GeoidPGM('egm96-5.pgm').height(28.159, 51.476) kind 3: lli ('28.159494, 51.476474'): lli ('28.159494, 51.476474'): outside on E  FAILED, KNOWN, expected -24.536
    test 602 GeoidPGM('egm96-5.pgm').height(-36.207, 120.205) kind 3: lli ('-36.206825, 120.205019'): lli ('-36.206825, 120.205019'): outside on SE  FAILED, KNOWN, expected -38.869
    test 603 GeoidPGM('egm96-5.pgm').height(30.575, -99.998) kind 3: -23.213
    test 604 GeoidPGM('egm96-5.pgm').height(-16.993, 37.136) kind 3: lli ('-16.992515, 37.135881'): lli ('-16.992515, 37.135881'): outside on SE  FAILED, KNOWN, expected -11.824
    test 605 GeoidPGM('egm96-5.pgm').height(-11.477, 12.039) kind 3: lli ('-11.476997, 12.038708'): lli ('-11.476997, 12.038708'): outside on SE  FAILED, KNOWN, expected 16.709
    test 606 GeoidPGM('egm96-5.pgm').height(30.428, -144.765) kind 3: lli ('30.428465, -144.765049'): lli ('30.428465, -144.765049'): outside on W  FAILED, KNOWN, expected -22.379
    test 607 GeoidPGM('egm96-5.pgm').height(-17.44, -92.424) kind 3: lli ('-17.439773, -92.424339'): lli ('-17.439773, -92.424339'): outside on S  FAILED, KNOWN, expected -4.941
    test 608 GeoidPGM('egm96-5.pgm').height(40.203, 143.43) kind 3: lli ('40.203164, 143.429799'): lli ('40.203164, 143.429799'): outside on E  FAILED, KNOWN, expected 19.394
    test 609 GeoidPGM('egm96-5.pgm').height(-37.098, -106.574) kind 3: lli ('-37.098392, -106.573712'): lli ('-37.098392, -106.573712'): outside on S  FAILED, KNOWN, expected -9.381
    test 610 GeoidPGM('egm96-5.pgm').height(54.62, -68.413) kind 3: -23.318  FAILED, KNOWN, expected -23.319
    test 611 GeoidPGM('egm96-5.pgm').height(-31.633, 148.182) kind 3: lli ('-31.633252, 148.181926'): lli ('-31.633252, 148.181926'): outside on SE  FAILED, KNOWN, expected 24.468
    test 612 GeoidPGM('egm96-5.pgm').height(-56.07, -141.407) kind 3: lli ('-56.069748, -141.406778'): lli ('-56.069748, -141.406778'): outside on SW  FAILED, KNOWN, expected -21.761
    test 613 GeoidPGM('egm96-5.pgm').height(-8.195, -52.691) kind 3: lli ('-8.195214, -52.691177'): lli ('-8.195214, -52.691177'): outside on SE  FAILED, KNOWN, expected -18.798
    test 614 GeoidPGM('egm96-5.pgm').height(17.851, 24.749) kind 3: lli ('17.850526, 24.748606'): lli ('17.850526, 24.748606'): outside on SE  FAILED, KNOWN, expected 12.612
    test 615 GeoidPGM('egm96-5.pgm').height(0.349, -108.333) kind 3: lli ('0.349465, -108.332667'): lli ('0.349465, -108.332667'): outside on S  FAILED, KNOWN, expected -19.706
    test 616 GeoidPGM('egm96-5.pgm').height(15.038, 126.191) kind 3: lli ('15.037932, 126.190545'): lli ('15.037932, 126.190545'): outside on SE  FAILED, KNOWN, expected 45.792
    test 617 GeoidPGM('egm96-5.pgm').height(-21.111, -123.696) kind 3: lli ('-21.111105, -123.695981'): lli ('-21.111105, -123.695981'): outside on S  FAILED, KNOWN, expected -8.406
    test 618 GeoidPGM('egm96-5.pgm').height(30.947, 173.002) kind 3: lli ('30.946618, 173.002137'): lli ('30.946618, 173.002137'): outside on E  FAILED, KNOWN, expected -8.367
    test 619 GeoidPGM('egm96-5.pgm').height(-10.698, -144.091) kind 3: lli ('-10.698334, -144.091109'): lli ('-10.698334, -144.091109'): outside on SW  FAILED, KNOWN, expected -2.025
    test 620 GeoidPGM('egm96-5.pgm').height(-29.412, 124.753) kind 3: lli ('-29.412071, 124.75279'): lli ('-29.412071, 124.75279'): outside on SE  FAILED, KNOWN, expected -16.569
    test 621 GeoidPGM('egm96-5.pgm').height(38.224, -137.189) kind 3: lli ('38.223621, -137.189376'): lli ('38.223621, -137.189376'): outside on W  FAILED, KNOWN, expected -35.435
    test 622 GeoidPGM('egm96-5.pgm').height(36.064, -132.409) kind 3: lli ('36.063775, -132.409284'): lli ('36.063775, -132.409284'): outside on W  FAILED, KNOWN, expected -39.009
    test 623 GeoidPGM('egm96-5.pgm').height(29.975, 178.076) kind 3: lli ('29.974676, 178.075894'): lli ('29.974676, 178.075894'): outside on E  FAILED, KNOWN, expected -6.921
    test 624 GeoidPGM('egm96-5.pgm').height(-21.346, 169.26) kind 3: lli ('-21.346396, 169.259508'): lli ('-21.346396, 169.259508'): outside on SE  FAILED, KNOWN, expected 50.795
    test 625 GeoidPGM('egm96-5.pgm').height(49.282, -152.934) kind 3: lli ('49.282472, -152.934409'): lli ('49.282472, -152.934409'): outside on W  FAILED, KNOWN, expected 1.070
    test 626 GeoidPGM('egm96-5.pgm').height(16.349, -99.962) kind 3: lli ('16.349121, -99.962229'): lli ('16.349121, -99.962229'): outside on S  FAILED, KNOWN, expected -14.214
    test 627 GeoidPGM('egm96-5.pgm').height(-14.293, -167.34) kind 3: lli ('-14.293325, -167.339799'): lli ('-14.293325, -167.339799'): outside on SW  FAILED, KNOWN, expected 17.600
    test 628 GeoidPGM('egm96-5.pgm').height(47.166, -38.523) kind 3: lli ('47.165911, -38.522629'): lli ('47.165911, -38.522629'): outside on E  FAILED, KNOWN, expected 44.804
    test 629 GeoidPGM('egm96-5.pgm').height(-58.911, 114.347) kind 3: lli ('-58.910597, 114.346927'): lli ('-58.910597, 114.346927'): outside on SE  FAILED, KNOWN, expected -17.922
    test 630 GeoidPGM('egm96-5.pgm').height(-9.055, 111.294) kind 3: lli ('-9.055095, 111.294422'): lli ('-9.055095, 111.294422'): outside on SE  FAILED, KNOWN, expected 10.662
    test 631 GeoidPGM('egm96-5.pgm').height(18.391, 29.692) kind 3: lli ('18.390988, 29.691577'): lli ('18.390988, 29.691577'): outside on SE  FAILED, KNOWN, expected 7.670
    test 632 GeoidPGM('egm96-5.pgm').height(-15.074, 22.153) kind 3: lli ('-15.074412, 22.152663'): lli ('-15.074412, 22.152663'): outside on SE  FAILED, KNOWN, expected 8.623
    test 633 GeoidPGM('egm96-5.pgm').height(-4.235, 62.001) kind 3: lli ('-4.234571, 62.001081'): lli ('-4.234571, 62.001081'): outside on SE  FAILED, KNOWN, expected -60.723
    test 634 GeoidPGM('egm96-5.pgm').height(15.171, -86.583) kind 3: lli ('15.170822, -86.582929'): lli ('15.170822, -86.582929'): outside on S  FAILED, KNOWN, expected 3.818
    test 635 GeoidPGM('egm96-5.pgm').height(79.254, 112.116) kind 3: lli ('79.254009, 112.115515'): lli ('79.254009, 112.115515'): outside on NE  FAILED, KNOWN, expected -1.871
    test 636 GeoidPGM('egm96-5.pgm').height(15.947, 156.093) kind 3: lli ('15.947068, 156.092678'): lli ('15.947068, 156.092678'): outside on SE  FAILED, KNOWN, expected 30.633
    test 637 GeoidPGM('egm96-5.pgm').height(68.371, -177.382) kind 3: lli ('68.370605, -177.382127'): lli ('68.370605, -177.382127'): outside on NW  FAILED, KNOWN, expected 2.801
    test 638 GeoidPGM('egm96-5.pgm').height(-41.931, -72.093) kind 3: lli ('-41.931009, -72.093413'): lli ('-41.931009, -72.093413'): outside on S  FAILED, KNOWN, expected 19.859
    test 639 GeoidPGM('egm96-5.pgm').height(-1.193, -143.133) kind 3: lli ('-1.192967, -143.133078'): lli ('-1.192967, -143.133078'): outside on SW  FAILED, KNOWN, expected 5.348
    test 640 GeoidPGM('egm96-5.pgm').height(-37.006, 154.513) kind 3: lli ('-37.006115, 154.512534'): lli ('-37.006115, 154.512534'): outside on SE  FAILED, KNOWN, expected 9.941
    test 641 GeoidPGM('egm96-5.pgm').height(-22.148, 9.938) kind 3: lli ('-22.148493, 9.938408'): lli ('-22.148493, 9.938408'): outside on SE  FAILED, KNOWN, expected 22.321
    test 642 GeoidPGM('egm96-5.pgm').height(24.329, 109.044) kind 3: lli ('24.328746, 109.043774'): lli ('24.328746, 109.043774'): outside on SE  FAILED, KNOWN, expected -24.135
    test 643 GeoidPGM('egm96-5.pgm').height(-54.878, 114.691) kind 3: lli ('-54.877699, 114.691444'): lli ('-54.877699, 114.691444'): outside on SE  FAILED, KNOWN, expected -17.679
    test 644 GeoidPGM('egm96-5.pgm').height(45.601, -80.458) kind 3: -37.151  FAILED, KNOWN, expected -37.150
    test 645 GeoidPGM('egm96-5.pgm').height(2.372, 58.974) kind 3: lli ('2.371766, 58.974082'): lli ('2.371766, 58.974082'): outside on SE  FAILED, KNOWN, expected -61.158
    test 646 GeoidPGM('egm96-5.pgm').height(15.937, 165.854) kind 3: lli ('15.936522, 165.854035'): lli ('15.936522, 165.854035'): outside on SE  FAILED, KNOWN, expected 20.602
    test 647 GeoidPGM('egm96-5.pgm').height(4.889, -24.213) kind 3: lli ('4.889499, -24.213194'): lli ('4.889499, -24.213194'): outside on SE  FAILED, KNOWN, expected 13.055
    test 648 GeoidPGM('egm96-5.pgm').height(-11.392, 179.558) kind 3: lli ('-11.392365, 179.558198'): lli ('-11.392365, 179.558198'): outside on SE  FAILED, KNOWN, expected 40.132
    test 649 GeoidPGM('egm96-5.pgm').height(58.246, 4.862) kind 3: lli ('58.24629, 4.862128'): lli ('58.24629, 4.862128'): outside on NE  FAILED, KNOWN, expected 43.263
    test 650 GeoidPGM('egm96-5.pgm').height(34.302, -109.109) kind 3: -23.126
    test 651 GeoidPGM('egm96-5.pgm').height(-58.196, 117.306) kind 3: lli ('-58.195787, 117.305696'): lli ('-58.195787, 117.305696'): outside on SE  FAILED, KNOWN, expected -20.678
    test 652 GeoidPGM('egm96-5.pgm').height(44.5, 173.769) kind 3: lli ('44.499876, 173.768568'): lli ('44.499876, 173.768568'): outside on E  FAILED, KNOWN, expected -8.529
    test 653 GeoidPGM('egm96-5.pgm').height(-28.863, -139.775) kind 3: lli ('-28.862539, -139.774812'): lli ('-28.862539, -139.774812'): outside on SW  FAILED, KNOWN, expected -8.666
    test 654 GeoidPGM('egm96-5.pgm').height(19.507, -96.099) kind 3: lli ('19.507043, -96.099433'): lli ('19.507043, -96.099433'): outside on S  FAILED, KNOWN, expected -12.796
    test 655 GeoidPGM('egm96-5.pgm').height(-42.488, -73.907) kind 3: lli ('-42.487604, -73.906602'): lli ('-42.487604, -73.906602'): outside on S  FAILED, KNOWN, expected 15.773
    test 656 GeoidPGM('egm96-5.pgm').height(46.138, -141.429) kind 3: lli ('46.138437, -141.429193'): lli ('46.138437, -141.429193'): outside on W  FAILED, KNOWN, expected -19.954
    test 657 GeoidPGM('egm96-5.pgm').height(60.507, 93.743) kind 3: lli ('60.506969, 93.74336'): lli ('60.506969, 93.74336'): outside on NE  FAILED, KNOWN, expected -31.480
    test 658 GeoidPGM('egm96-5.pgm').height(26.219, -145.434) kind 3: lli ('26.219081, -145.434391'): lli ('26.219081, -145.434391'): outside on W  FAILED, KNOWN, expected -17.429
    test 659 GeoidPGM('egm96-5.pgm').height(-28.687, 3.37) kind 3: lli ('-28.68714, 3.370196'): lli ('-28.68714, 3.370196'): outside on SE  FAILED, KNOWN, expected 24.037
    test 660 GeoidPGM('egm96-5.pgm').height(-15.008, 117.45) kind 3: lli ('-15.007944, 117.449536'): lli ('-15.007944, 117.449536'): outside on SE  FAILED, KNOWN, expected 4.520
    test 661 GeoidPGM('egm96-5.pgm').height(40.71, 144.095) kind 3: lli ('40.710024, 144.095126'): lli ('40.710024, 144.095126'): outside on E  FAILED, KNOWN, expected 11.394
    test 662 GeoidPGM('egm96-5.pgm').height(20.823, -173.611) kind 3: lli ('20.823096, -173.610797'): lli ('20.823096, -173.610797'): outside on SW  FAILED, KNOWN, expected 5.679
    test 663 GeoidPGM('egm96-5.pgm').height(16.776, -3.009) kind 3: lli ('16.776, -3.009'): lli ('16.776, -3.009'): outside on SE  FAILED, KNOWN, expected 28.707
    test 664 GeoidPGM('egm96-5.pgm').height(41.0, -95.0) kind 3: -30.261  FAILED, KNOWN, expected -30.262
    test 665 GeoidPGM('egm96-5.pgm').height(49.0, -120.5) kind 3: -15.984
    test 666 GeoidPGM('egm96-5.pgm').height(49.0, -103.5) kind 3: -18.636  FAILED, KNOWN, expected -18.635
    test 667 GeoidPGM('egm96-5.pgm').height(49.0, -86.5) kind 3: -37.749
    test 668 GeoidPGM('egm96-5.pgm').height(49.0, -69.5) kind 3: -26.691
    test 669 GeoidPGM('egm96-5.pgm').height(33.0, -120.5) kind 3: -39.561
    test 670 GeoidPGM('egm96-5.pgm').height(33.0, -103.5) kind 3: -22.563  FAILED, KNOWN, expected -22.562
    test 671 GeoidPGM('egm96-5.pgm').height(33.0, -86.5) kind 3: -30.012
    test 672 GeoidPGM('egm96-5.pgm').height(33.0, -69.5) kind 3: -48.039

    test 673 GeoidPGM('egm96-5.pgm').height() kind 3, eps max (in 0 FAILED): 0.001

    test 674 GeoidPGM('egm96-5.pgm').highest(): 45.0, -110.083, -7.479
    test 675 GeoidPGM('egm96-5.pgm').lowerleft(): 25.0, -125.0, -45.543
    test 676 GeoidPGM('egm96-5.pgm').lowerright(): 25.0, -64.917, -51.106
    test 677 GeoidPGM('egm96-5.pgm').lowest(): 25.75, -69.583, -52.671
    test 678 GeoidPGM('egm96-5.pgm').upperleft(): 55.0, -125.0, -10.221
    test 679 GeoidPGM('egm96-5.pgm').upperright(): 55.0, -64.917, -16.097
    test 680 GeoidPGM('egm96-5.pgm').dtype: dtype('float64')
    test 681 GeoidPGM('egm96-5.pgm').knots: 260281
    test 682 GeoidPGM('egm96-5.pgm').mean: -29.816
    test 683 GeoidPGM('egm96-5.pgm').nBytes: 2082248
    test 684 GeoidPGM('egm96-5.pgm').scipy: '1.3.1'
    test 685 GeoidPGM('egm96-5.pgm').smooth: 0
    test 686 GeoidPGM('egm96-5.pgm').stdev: 9.503
    test 687 GeoidPGM('egm96-5.pgm')._g2ll2(180, 360): (180, 0.0)
    test 688 GeoidPGM('egm96-5.pgm')._ll2g2(180, 360): (180, 720.0)
    test 689 GeoidPGM('egm96-5.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 690 GeoidPGM('egm96-5.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 691 GeoidPGM('egm96-5.pgm').toStr: GeoidPGM('egm96-5.pgm'): lowerleft(25.0, -125.0, -45.543), upperright(55.0, -64.917, -16.097), center(40.0, -94.958, -32.13), highest(45.0, -110.083, -7.479), lowest(25.75, -69.583, -52.671)

    test 692 copy(GeoidPGM): (<class 'pygeodesy.geoids.GeoidPGM'>, True)
    test 693 GeoidPGM.copy(): (<class 'pygeodesy.geoids.GeoidPGM'>, True)
    test 694 GeoidKarney('egm2008-1.pgm').height(-76.981, 34.17) kind 2: 12.637  FAILED, KNOWN, expected 12.636
    test 695 GeoidKarney('egm2008-1.pgm').height(79.695, 88.806) kind 2: 0.749
    test 696 GeoidKarney('egm2008-1.pgm').height(-15.245, 168.748) kind 2: 65.110  FAILED, KNOWN, expected 65.109
    test 697 GeoidKarney('egm2008-1.pgm').height(-19.379, 15.855) kind 2: 24.889
    test 698 GeoidKarney('egm2008-1.pgm').height(43.378, -130.552) kind 2: -29.557
    test 699 GeoidKarney('egm2008-1.pgm').height(-16.075, 21.795) kind 2: 9.741  FAILED, KNOWN, expected 9.742
    test 700 GeoidKarney('egm2008-1.pgm').height(-11.256, -73.75) kind 2: 30.061  FAILED, KNOWN, expected 30.059
    test 701 GeoidKarney('egm2008-1.pgm').height(69.017, -15.921) kind 2: 60.691  FAILED, KNOWN, expected 60.690
    test 702 GeoidKarney('egm2008-1.pgm').height(2.221, 139.739) kind 2: 69.134  FAILED, KNOWN, expected 69.133
    test 703 GeoidKarney('egm2008-1.pgm').height(-9.097, 119.142) kind 2: 36.522  FAILED, KNOWN, expected 36.520
    test 704 GeoidKarney('egm2008-1.pgm').height(-28.524, -22.192) kind 2: 6.801
    test 705 GeoidKarney('egm2008-1.pgm').height(12.272, -136.424) kind 2: -20.652  FAILED, KNOWN, expected -20.651
    test 706 GeoidKarney('egm2008-1.pgm').height(-15.203, -85.604) kind 2: -3.040
    test 707 GeoidKarney('egm2008-1.pgm').height(-63.736, -77.17) kind 2: -1.329  FAILED, KNOWN, expected -1.328
    test 708 GeoidKarney('egm2008-1.pgm').height(-48.771, -90.102) kind 2: -2.171  FAILED, KNOWN, expected -2.172
    test 709 GeoidKarney('egm2008-1.pgm').height(-0.179, -126.368) kind 2: -17.411
    test 710 GeoidKarney('egm2008-1.pgm').height(1.586, -128.887) kind 2: -16.426  FAILED, KNOWN, expected -16.425
    test 711 GeoidKarney('egm2008-1.pgm').height(-48.781, -2.684) kind 2: 24.699  FAILED, KNOWN, expected 24.698
    test 712 GeoidKarney('egm2008-1.pgm').height(-49.092, 136.862) kind 2: -18.328  FAILED, KNOWN, expected -18.329
    test 713 GeoidKarney('egm2008-1.pgm').height(47.732, 17.552) kind 2: 43.802
    test 714 GeoidKarney('egm2008-1.pgm').height(-49.11, 85.706) kind 2: 18.716
    test 715 GeoidKarney('egm2008-1.pgm').height(-49.162, 40.321) kind 2: 44.468  FAILED, KNOWN, expected 44.469
    test 716 GeoidKarney('egm2008-1.pgm').height(3.498, 158.118) kind 2: 49.943  FAILED, KNOWN, expected 49.944
    test 717 GeoidKarney('egm2008-1.pgm').height(-35.616, 122.648) kind 2: -35.878
    test 718 GeoidKarney('egm2008-1.pgm').height(56.598, -96.114) kind 2: -40.777
    test 719 GeoidKarney('egm2008-1.pgm').height(-31.85, 149.121) kind 2: 26.560  FAILED, KNOWN, expected 26.559
    test 720 GeoidKarney('egm2008-1.pgm').height(-26.569, -177.792) kind 2: 49.361
    test 721 GeoidKarney('egm2008-1.pgm').height(76.735, -65.753) kind 2: 21.106  FAILED, KNOWN, expected 21.107
    test 722 GeoidKarney('egm2008-1.pgm').height(-21.404, -122.268) kind 2: -7.202
    test 723 GeoidKarney('egm2008-1.pgm').height(-77.133, -65.474) kind 2: -17.168
    test 724 GeoidKarney('egm2008-1.pgm').height(-58.812, 2.276) kind 2: 18.359
    test 725 GeoidKarney('egm2008-1.pgm').height(4.415, 155.683) kind 2: 52.118
    test 726 GeoidKarney('egm2008-1.pgm').height(-28.146, 107.081) kind 2: -38.949  FAILED, KNOWN, expected -38.950
    test 727 GeoidKarney('egm2008-1.pgm').height(-10.551, -126.69) kind 2: -9.935  FAILED, KNOWN, expected -9.934
    test 728 GeoidKarney('egm2008-1.pgm').height(-25.444, -103.337) kind 2: -2.879
    test 729 GeoidKarney('egm2008-1.pgm').height(24.436, 46.159) kind 2: -5.025
    test 730 GeoidKarney('egm2008-1.pgm').height(-72.889, 37.107) kind 2: 24.296
    test 731 GeoidKarney('egm2008-1.pgm').height(-19.629, 13.245) kind 2: 25.131
    test 732 GeoidKarney('egm2008-1.pgm').height(-7.602, 171.265) kind 2: 40.720  FAILED, KNOWN, expected 40.721
    test 733 GeoidKarney('egm2008-1.pgm').height(-45.364, -1.876) kind 2: 22.388
    test 734 GeoidKarney('egm2008-1.pgm').height(-7.292, -69.18) kind 2: 22.485  FAILED, KNOWN, expected 22.486
    test 735 GeoidKarney('egm2008-1.pgm').height(-31.566, -166.689) kind 2: 14.942  FAILED, KNOWN, expected 14.943
    test 736 GeoidKarney('egm2008-1.pgm').height(-82.751, -162.085) kind 2: -47.387
    test 737 GeoidKarney('egm2008-1.pgm').height(-40.7, 99.466) kind 2: -18.404  FAILED, KNOWN, expected -18.403
    test 738 GeoidKarney('egm2008-1.pgm').height(48.676, 39.69) kind 2: 10.186  FAILED, KNOWN, expected 10.185
    test 739 GeoidKarney('egm2008-1.pgm').height(74.817, -78.404) kind 2: 5.671
    test 740 GeoidKarney('egm2008-1.pgm').height(-81.032, -63.865) kind 2: -24.577
    test 741 GeoidKarney('egm2008-1.pgm').height(74.022, 9.432) kind 2: 43.288
    test 742 GeoidKarney('egm2008-1.pgm').height(-75.071, 17.579) kind 2: 13.747  FAILED, KNOWN, expected 13.748
    test 743 GeoidKarney('egm2008-1.pgm').height(-12.546, -54.851) kind 2: -5.342
    test 744 GeoidKarney('egm2008-1.pgm').height(-13.621, 42.408) kind 2: -25.579
    test 745 GeoidKarney('egm2008-1.pgm').height(-2.266, -91.951) kind 2: -9.849
    test 746 GeoidKarney('egm2008-1.pgm').height(-18.672, 42.547) kind 2: -10.491
    test 747 GeoidKarney('egm2008-1.pgm').height(-41.44, 157.413) kind 2: 0.243  FAILED, KNOWN, expected 0.244
    test 748 GeoidKarney('egm2008-1.pgm').height(53.686, -79.375) kind 2: -43.820  FAILED, KNOWN, expected -43.821
    test 749 GeoidKarney('egm2008-1.pgm').height(39.26, -30.351) kind 2: 57.400  FAILED, KNOWN, expected 57.401
    test 750 GeoidKarney('egm2008-1.pgm').height(-51.699, -141.493) kind 2: -17.889  FAILED, KNOWN, expected -17.890
    test 751 GeoidKarney('egm2008-1.pgm').height(36.585, 4.515) kind 2: 46.422  FAILED, KNOWN, expected 46.421
    test 752 GeoidKarney('egm2008-1.pgm').height(39.642, -54.659) kind 2: -14.475
    test 753 GeoidKarney('egm2008-1.pgm').height(59.761, 166.567) kind 2: 11.119  FAILED, KNOWN, expected 11.118
    test 754 GeoidKarney('egm2008-1.pgm').height(51.83, 13.357) kind 2: 42.291
    test 755 GeoidKarney('egm2008-1.pgm').height(-36.531, -175.431) kind 2: 22.327  FAILED, KNOWN, expected 22.326
    test 756 GeoidKarney('egm2008-1.pgm').height(-37.08, 125.264) kind 2: -33.098
    test 757 GeoidKarney('egm2008-1.pgm').height(-68.651, 92.732) kind 2: 9.431  FAILED, KNOWN, expected 9.430
    test 758 GeoidKarney('egm2008-1.pgm').height(35.087, 45.336) kind 2: 6.032
    test 759 GeoidKarney('egm2008-1.pgm').height(-61.356, -169.379) kind 2: -44.330
    test 760 GeoidKarney('egm2008-1.pgm').height(-36.955, 179.12) kind 2: 21.775
    test 761 GeoidKarney('egm2008-1.pgm').height(10.248, -6.714) kind 2: 29.243
    test 762 GeoidKarney('egm2008-1.pgm').height(36.868, 84.602) kind 2: -40.677  FAILED, KNOWN, expected -40.676
    test 763 GeoidKarney('egm2008-1.pgm').height(28.637, 88.933) kind 2: -31.353
    test 764 GeoidKarney('egm2008-1.pgm').height(54.811, -99.968) kind 2: -32.700  FAILED, KNOWN, expected -32.701
    test 765 GeoidKarney('egm2008-1.pgm').height(7.611, 145.911) kind 2: 60.628  FAILED, KNOWN, expected 60.629
    test 766 GeoidKarney('egm2008-1.pgm').height(59.412, 170.102) kind 2: 6.617
    test 767 GeoidKarney('egm2008-1.pgm').height(-61.469, 126.144) kind 2: -31.888  FAILED, KNOWN, expected -31.887
    test 768 GeoidKarney('egm2008-1.pgm').height(18.514, -137.083) kind 2: -26.536  FAILED, KNOWN, expected -26.535
    test 769 GeoidKarney('egm2008-1.pgm').height(7.854, -126.799) kind 2: -29.631  FAILED, KNOWN, expected -29.630
    test 770 GeoidKarney('egm2008-1.pgm').height(47.489, 134.183) kind 2: 22.274  FAILED, KNOWN, expected 22.275
    test 771 GeoidKarney('egm2008-1.pgm').height(-34.144, -11.922) kind 2: 17.095  FAILED, KNOWN, expected 17.094
    test 772 GeoidKarney('egm2008-1.pgm').height(-58.389, 117.458) kind 2: -20.940  FAILED, KNOWN, expected -20.941
    test 773 GeoidKarney('egm2008-1.pgm').height(9.773, 95.846) kind 2: -42.740
    test 774 GeoidKarney('egm2008-1.pgm').height(-53.12, 136.994) kind 2: -21.651
    test 775 GeoidKarney('egm2008-1.pgm').height(-50.35, 0.075) kind 2: 25.240
    test 776 GeoidKarney('egm2008-1.pgm').height(31.438, -170.879) kind 2: -8.758
    test 777 GeoidKarney('egm2008-1.pgm').height(37.541, -153.024) kind 2: -19.606  FAILED, KNOWN, expected -19.607
    test 778 GeoidKarney('egm2008-1.pgm').height(27.586, 2.444) kind 2: 26.258
    test 779 GeoidKarney('egm2008-1.pgm').height(-26.139, -106.201) kind 2: -3.824
    test 780 GeoidKarney('egm2008-1.pgm').height(-33.426, -14.84) kind 2: 18.194  FAILED, KNOWN, expected 18.195
    test 781 GeoidKarney('egm2008-1.pgm').height(39.586, -153.019) kind 2: -17.724  FAILED, KNOWN, expected -17.725
    test 782 GeoidKarney('egm2008-1.pgm').height(-60.79, -2.578) kind 2: 14.511  FAILED, KNOWN, expected 14.513
    test 783 GeoidKarney('egm2008-1.pgm').height(-20.131, 21.975) kind 2: 16.808  FAILED, KNOWN, expected 16.809
    test 784 GeoidKarney('egm2008-1.pgm').height(75.649, 99.921) kind 2: -8.025  FAILED, KNOWN, expected -8.026
    test 785 GeoidKarney('egm2008-1.pgm').height(-0.385, -23.788) kind 2: 9.688
    test 786 GeoidKarney('egm2008-1.pgm').height(-51.56, -50.327) kind 2: 6.218
    test 787 GeoidKarney('egm2008-1.pgm').height(-43.129, -167.271) kind 2: -2.725  FAILED, KNOWN, expected -2.724
    test 788 GeoidKarney('egm2008-1.pgm').height(46.374, 71.948) kind 2: -42.566  FAILED, KNOWN, expected -42.565
    test 789 GeoidKarney('egm2008-1.pgm').height(-22.783, 140.657) kind 2: 38.341
    test 790 GeoidKarney('egm2008-1.pgm').height(-12.056, 122.804) kind 2: 33.888  FAILED, KNOWN, expected 33.889
    test 791 GeoidKarney('egm2008-1.pgm').height(30.127, 94.738) kind 2: -37.382  FAILED, KNOWN, expected -37.380
    test 792 GeoidKarney('egm2008-1.pgm').height(46.296, -174.479) kind 2: -1.857  FAILED, KNOWN, expected -1.858
    test 793 GeoidKarney('egm2008-1.pgm').height(34.99, 15.052) kind 2: 34.196  FAILED, KNOWN, expected 34.195
    test 794 GeoidKarney('egm2008-1.pgm').height(-51.287, 90.565) kind 2: 12.767
    test 795 GeoidKarney('egm2008-1.pgm').height(34.217, 141.302) kind 2: 15.612
    test 796 GeoidKarney('egm2008-1.pgm').height(-40.423, -142.787) kind 2: -11.063
    test 797 GeoidKarney('egm2008-1.pgm').height(-17.854, -170.216) kind 2: 27.387
    test 798 GeoidKarney('egm2008-1.pgm').height(47.803, 112.701) kind 2: -23.817
    test 799 GeoidKarney('egm2008-1.pgm').height(-23.276, 133.454) kind 2: 18.713  FAILED, KNOWN, expected 18.712
    test 800 GeoidKarney('egm2008-1.pgm').height(-26.884, -36.571) kind 2: -7.343  FAILED, KNOWN, expected -7.344
    test 801 GeoidKarney('egm2008-1.pgm').height(-37.106, 31.128) kind 2: 29.997  FAILED, KNOWN, expected 29.998
    test 802 GeoidKarney('egm2008-1.pgm').height(-75.363, -173.674) kind 2: -61.869
    test 803 GeoidKarney('egm2008-1.pgm').height(-18.305, 69.016) kind 2: -24.937
    test 804 GeoidKarney('egm2008-1.pgm').height(39.527, 23.58) kind 2: 38.558  FAILED, KNOWN, expected 38.556
    test 805 GeoidKarney('egm2008-1.pgm').height(68.903, 30.97) kind 2: 19.672  FAILED, KNOWN, expected 19.671
    test 806 GeoidKarney('egm2008-1.pgm').height(53.937, 168.318) kind 2: 2.273  FAILED, KNOWN, expected 2.272
    test 807 GeoidKarney('egm2008-1.pgm').height(-38.6, 64.812) kind 2: 24.863
    test 808 GeoidKarney('egm2008-1.pgm').height(-41.396, -69.739) kind 2: 21.637  FAILED, KNOWN, expected 21.636
    test 809 GeoidKarney('egm2008-1.pgm').height(50.158, 72.319) kind 2: -33.851
    test 810 GeoidKarney('egm2008-1.pgm').height(27.692, 176.153) kind 2: -5.299
    test 811 GeoidKarney('egm2008-1.pgm').height(-48.419, 170.454) kind 2: -6.789
    test 812 GeoidKarney('egm2008-1.pgm').height(-65.346, -124.976) kind 2: -35.030
    test 813 GeoidKarney('egm2008-1.pgm').height(-51.873, 167.266) kind 2: -15.338
    test 814 GeoidKarney('egm2008-1.pgm').height(-7.263, 84.308) kind 2: -79.356
    test 815 GeoidKarney('egm2008-1.pgm').height(-1.461, -105.458) kind 2: -16.650
    test 816 GeoidKarney('egm2008-1.pgm').height(7.684, 161.873) kind 2: 36.358  FAILED, KNOWN, expected 36.359
    test 817 GeoidKarney('egm2008-1.pgm').height(-31.475, -158.52) kind 2: 3.614  FAILED, KNOWN, expected 3.615
    test 818 GeoidKarney('egm2008-1.pgm').height(-36.187, 62.917) kind 2: 23.946  FAILED, KNOWN, expected 23.947
    test 819 GeoidKarney('egm2008-1.pgm').height(16.003, 141.687) kind 2: 51.495
    test 820 GeoidKarney('egm2008-1.pgm').height(30.182, 86.261) kind 2: -30.909  FAILED, KNOWN, expected -30.910
    test 821 GeoidKarney('egm2008-1.pgm').height(-77.304, 159.498) kind 2: -52.131
    test 822 GeoidKarney('egm2008-1.pgm').height(39.536, 139.795) kind 2: 37.046  FAILED, KNOWN, expected 37.045
    test 823 GeoidKarney('egm2008-1.pgm').height(8.569, 134.618) kind 2: 64.181  FAILED, KNOWN, expected 64.180
    test 824 GeoidKarney('egm2008-1.pgm').height(14.473, 90.596) kind 2: -62.475
    test 825 GeoidKarney('egm2008-1.pgm').height(-13.138, -99.589) kind 2: -8.454
    test 826 GeoidKarney('egm2008-1.pgm').height(34.212, -26.307) kind 2: 40.834
    test 827 GeoidKarney('egm2008-1.pgm').height(21.89, 76.371) kind 2: -60.456  FAILED, KNOWN, expected -60.455
    test 828 GeoidKarney('egm2008-1.pgm').height(29.793, 120.487) kind 2: 9.727
    test 829 GeoidKarney('egm2008-1.pgm').height(15.724, 122.714) kind 2: 32.143  FAILED, KNOWN, expected 32.142
    test 830 GeoidKarney('egm2008-1.pgm').height(-66.208, -78.499) kind 2: -6.221  FAILED, KNOWN, expected -6.220
    test 831 GeoidKarney('egm2008-1.pgm').height(-39.507, 55.809) kind 2: 32.489
    test 832 GeoidKarney('egm2008-1.pgm').height(28.159, 51.476) kind 2: -24.692
    test 833 GeoidKarney('egm2008-1.pgm').height(-36.207, 120.205) kind 2: -38.748  FAILED, KNOWN, expected -38.749
    test 834 GeoidKarney('egm2008-1.pgm').height(30.575, -99.998) kind 2: -23.254  FAILED, KNOWN, expected -23.255
    test 835 GeoidKarney('egm2008-1.pgm').height(-16.993, 37.136) kind 2: -13.454  FAILED, KNOWN, expected -13.455
    test 836 GeoidKarney('egm2008-1.pgm').height(-11.477, 12.039) kind 2: 16.627
    test 837 GeoidKarney('egm2008-1.pgm').height(30.428, -144.765) kind 2: -22.221
    test 838 GeoidKarney('egm2008-1.pgm').height(-17.44, -92.424) kind 2: -4.836
    test 839 GeoidKarney('egm2008-1.pgm').height(40.203, 143.43) kind 2: 19.571
    test 840 GeoidKarney('egm2008-1.pgm').height(-37.098, -106.574) kind 2: -9.227
    test 841 GeoidKarney('egm2008-1.pgm').height(54.62, -68.413) kind 2: -23.248
    test 842 GeoidKarney('egm2008-1.pgm').height(-31.633, 148.182) kind 2: 24.829
    test 843 GeoidKarney('egm2008-1.pgm').height(-56.07, -141.407) kind 2: -21.706  FAILED, KNOWN, expected -21.705
    test 844 GeoidKarney('egm2008-1.pgm').height(-8.195, -52.691) kind 2: -17.054  FAILED, KNOWN, expected -17.053
    test 845 GeoidKarney('egm2008-1.pgm').height(17.851, 24.749) kind 2: 11.716
    test 846 GeoidKarney('egm2008-1.pgm').height(0.349, -108.333) kind 2: -19.529  FAILED, KNOWN, expected -19.530
    test 847 GeoidKarney('egm2008-1.pgm').height(15.038, 126.191) kind 2: 45.929
    test 848 GeoidKarney('egm2008-1.pgm').height(-21.111, -123.696) kind 2: -8.283
    test 849 GeoidKarney('egm2008-1.pgm').height(30.947, 173.002) kind 2: -8.467
    test 850 GeoidKarney('egm2008-1.pgm').height(-10.698, -144.091) kind 2: -1.829
    test 851 GeoidKarney('egm2008-1.pgm').height(-29.412, 124.753) kind 2: -16.505  FAILED, KNOWN, expected -16.506
    test 852 GeoidKarney('egm2008-1.pgm').height(38.224, -137.189) kind 2: -35.384
    test 853 GeoidKarney('egm2008-1.pgm').height(36.064, -132.409) kind 2: -38.962  FAILED, KNOWN, expected -38.963
    test 854 GeoidKarney('egm2008-1.pgm').height(29.975, 178.076) kind 2: -6.956
    test 855 GeoidKarney('egm2008-1.pgm').height(-21.346, 169.26) kind 2: 51.006  FAILED, KNOWN, expected 51.005
    test 856 GeoidKarney('egm2008-1.pgm').height(49.282, -152.934) kind 2: 1.193  FAILED, KNOWN, expected 1.192
    test 857 GeoidKarney('egm2008-1.pgm').height(16.349, -99.962) kind 2: -15.038
    test 858 GeoidKarney('egm2008-1.pgm').height(-14.293, -167.34) kind 2: 17.792  FAILED, KNOWN, expected 17.791
    test 859 GeoidKarney('egm2008-1.pgm').height(47.166, -38.523) kind 2: 44.653  FAILED, KNOWN, expected 44.652
    test 860 GeoidKarney('egm2008-1.pgm').height(-58.911, 114.347) kind 2: -17.972  FAILED, KNOWN, expected -17.971
    test 861 GeoidKarney('egm2008-1.pgm').height(-9.055, 111.294) kind 2: 11.631
    test 862 GeoidKarney('egm2008-1.pgm').height(18.391, 29.692) kind 2: 7.394
    test 863 GeoidKarney('egm2008-1.pgm').height(-15.074, 22.153) kind 2: 7.932
    test 864 GeoidKarney('egm2008-1.pgm').height(-4.235, 62.001) kind 2: -60.594  FAILED, KNOWN, expected -60.593
    test 865 GeoidKarney('egm2008-1.pgm').height(15.171, -86.583) kind 2: 4.382  FAILED, KNOWN, expected 4.384
    test 866 GeoidKarney('egm2008-1.pgm').height(79.254, 112.116) kind 2: 1.296  FAILED, KNOWN, expected 1.297
    test 867 GeoidKarney('egm2008-1.pgm').height(15.947, 156.093) kind 2: 30.852
    test 868 GeoidKarney('egm2008-1.pgm').height(68.371, -177.382) kind 2: 2.705  FAILED, KNOWN, expected 2.704
    test 869 GeoidKarney('egm2008-1.pgm').height(-41.931, -72.093) kind 2: 21.263  FAILED, KNOWN, expected 21.264
    test 870 GeoidKarney('egm2008-1.pgm').height(-1.193, -143.133) kind 2: 5.443
    test 871 GeoidKarney('egm2008-1.pgm').height(-37.006, 154.513) kind 2: 9.998
    test 872 GeoidKarney('egm2008-1.pgm').height(-22.148, 9.938) kind 2: 22.428
    test 873 GeoidKarney('egm2008-1.pgm').height(24.329, 109.044) kind 2: -23.156  FAILED, KNOWN, expected -23.154
    test 874 GeoidKarney('egm2008-1.pgm').height(-54.878, 114.691) kind 2: -17.662
    test 875 GeoidKarney('egm2008-1.pgm').height(45.601, -80.458) kind 2: -36.840  FAILED, KNOWN, expected -36.839
    test 876 GeoidKarney('egm2008-1.pgm').height(2.372, 58.974) kind 2: -61.220  FAILED, KNOWN, expected -61.221
    test 877 GeoidKarney('egm2008-1.pgm').height(15.937, 165.854) kind 2: 20.355
    test 878 GeoidKarney('egm2008-1.pgm').height(4.889, -24.213) kind 2: 13.147
    test 879 GeoidKarney('egm2008-1.pgm').height(-11.392, 179.558) kind 2: 41.072
    test 880 GeoidKarney('egm2008-1.pgm').height(58.246, 4.862) kind 2: 42.982
    test 881 GeoidKarney('egm2008-1.pgm').height(34.302, -109.109) kind 2: -22.997  FAILED, KNOWN, expected -22.998
    test 882 GeoidKarney('egm2008-1.pgm').height(-58.196, 117.306) kind 2: -20.662
    test 883 GeoidKarney('egm2008-1.pgm').height(44.5, 173.769) kind 2: -8.438
    test 884 GeoidKarney('egm2008-1.pgm').height(-28.863, -139.775) kind 2: -8.711  FAILED, KNOWN, expected -8.712
    test 885 GeoidKarney('egm2008-1.pgm').height(19.507, -96.099) kind 2: -12.654  FAILED, KNOWN, expected -12.653
    test 886 GeoidKarney('egm2008-1.pgm').height(-42.488, -73.907) kind 2: 17.163  FAILED, KNOWN, expected 17.166
    test 887 GeoidKarney('egm2008-1.pgm').height(46.138, -141.429) kind 2: -19.873  FAILED, KNOWN, expected -19.874
    test 888 GeoidKarney('egm2008-1.pgm').height(60.507, 93.743) kind 2: -31.124
    test 889 GeoidKarney('egm2008-1.pgm').height(26.219, -145.434) kind 2: -17.307
    test 890 GeoidKarney('egm2008-1.pgm').height(-28.687, 3.37) kind 2: 23.437  FAILED, KNOWN, expected 23.434
    test 891 GeoidKarney('egm2008-1.pgm').height(-15.008, 117.45) kind 2: 4.508
    test 892 GeoidKarney('egm2008-1.pgm').height(40.71, 144.095) kind 2: 11.550  FAILED, KNOWN, expected 11.549
    test 893 GeoidKarney('egm2008-1.pgm').height(20.823, -173.611) kind 2: 5.749  FAILED, KNOWN, expected 5.748
    test 894 GeoidKarney('egm2008-1.pgm').height(16.776, -3.009) kind 2: 28.788
    test 895 GeoidKarney('egm2008-1.pgm').height(41.0, -95.0) kind 2: -30.588  FAILED, KNOWN, expected -30.589
    test 896 GeoidKarney('egm2008-1.pgm').height(49.0, -120.5) kind 2: -15.273
    test 897 GeoidKarney('egm2008-1.pgm').height(49.0, -103.5) kind 2: -18.624
    test 898 GeoidKarney('egm2008-1.pgm').height(49.0, -86.5) kind 2: -37.872  FAILED, KNOWN, expected -37.873
    test 899 GeoidKarney('egm2008-1.pgm').height(49.0, -69.5) kind 2: -26.511
    test 900 GeoidKarney('egm2008-1.pgm').height(33.0, -120.5) kind 2: -39.600
    test 901 GeoidKarney('egm2008-1.pgm').height(33.0, -103.5) kind 2: -22.689
    test 902 GeoidKarney('egm2008-1.pgm').height(33.0, -86.5) kind 2: -30.066  FAILED, KNOWN, expected -30.067
    test 903 GeoidKarney('egm2008-1.pgm').height(33.0, -69.5) kind 2: -48.093

    test 904 GeoidKarney('egm2008-1.pgm').height() kind 2, hits 0, eps max (in 0 FAILED): 0.003

    test 905 GeoidKarney('egm2008-1.pgm').highest(): -8.4, 147.367, 85.839
    test 906 GeoidKarney('egm2008-1.pgm').lowerleft(): -90.0, -180.0, -30.15
    test 907 GeoidKarney('egm2008-1.pgm').lowerright(): -90.0, 180.0, -30.15
    test 908 GeoidKarney('egm2008-1.pgm').lowest(): 4.7, 78.767, -106.911
    test 909 GeoidKarney('egm2008-1.pgm').upperleft(): 90.0, -180.0, 14.898
    test 910 GeoidKarney('egm2008-1.pgm').upperright(): 90.0, 180.0, 14.898
    test 911 GeoidKarney('egm2008-1.pgm').dtype: 'ushort'
    test 912 GeoidKarney('egm2008-1.pgm').knots: 233301600
    test 913 GeoidKarney('egm2008-1.pgm').mean: -1.317
    test 914 GeoidKarney('egm2008-1.pgm').nBytes: None
    test 915 GeoidKarney('egm2008-1.pgm').scipy: '1.3.1'
    test 916 GeoidKarney('egm2008-1.pgm').smooth: None
    test 917 GeoidKarney('egm2008-1.pgm').stdev: 29.244
    test 918 GeoidKarney('egm2008-1.pgm')._g2ll2(180, 360): (180, 0)
    test 919 GeoidKarney('egm2008-1.pgm')._ll2g2(180, 360): (180, 360)
    test 920 GeoidKarney('egm2008-1.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 921 GeoidKarney('egm2008-1.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 922 GeoidKarney('egm2008-1.pgm').toStr: GeoidKarney('egm2008-1.pgm'): lowerleft(-90.0, -180.0, -30.15), upperright(90.0, 180.0, 14.898), center(0.0, 0.0, 17.226), highest(-8.4, 147.367, 85.839), lowest(4.7, 78.767, -106.911)

    test 923 copy(GeoidKarney): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 924 GeoidKarney.copy(): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 925 GeoidKarney('egm2008-1.pgm').height(-76.981, 34.17) kind 3: 12.637  FAILED, KNOWN, expected 12.636
    test 926 GeoidKarney('egm2008-1.pgm').height(79.695, 88.806) kind 3: 0.749
    test 927 GeoidKarney('egm2008-1.pgm').height(-15.245, 168.748) kind 3: 65.110  FAILED, KNOWN, expected 65.109
    test 928 GeoidKarney('egm2008-1.pgm').height(-19.379, 15.855) kind 3: 24.889
    test 929 GeoidKarney('egm2008-1.pgm').height(43.378, -130.552) kind 3: -29.556  FAILED, KNOWN, expected -29.557
    test 930 GeoidKarney('egm2008-1.pgm').height(-16.075, 21.795) kind 3: 9.741  FAILED, KNOWN, expected 9.742
    test 931 GeoidKarney('egm2008-1.pgm').height(-11.256, -73.75) kind 3: 30.060  FAILED, KNOWN, expected 30.059
    test 932 GeoidKarney('egm2008-1.pgm').height(69.017, -15.921) kind 3: 60.690
    test 933 GeoidKarney('egm2008-1.pgm').height(2.221, 139.739) kind 3: 69.134  FAILED, KNOWN, expected 69.133
    test 934 GeoidKarney('egm2008-1.pgm').height(-9.097, 119.142) kind 3: 36.521  FAILED, KNOWN, expected 36.520
    test 935 GeoidKarney('egm2008-1.pgm').height(-28.524, -22.192) kind 3: 6.801
    test 936 GeoidKarney('egm2008-1.pgm').height(12.272, -136.424) kind 3: -20.652  FAILED, KNOWN, expected -20.651
    test 937 GeoidKarney('egm2008-1.pgm').height(-15.203, -85.604) kind 3: -3.040
    test 938 GeoidKarney('egm2008-1.pgm').height(-63.736, -77.17) kind 3: -1.329  FAILED, KNOWN, expected -1.328
    test 939 GeoidKarney('egm2008-1.pgm').height(-48.771, -90.102) kind 3: -2.171  FAILED, KNOWN, expected -2.172
    test 940 GeoidKarney('egm2008-1.pgm').height(-0.179, -126.368) kind 3: -17.411
    test 941 GeoidKarney('egm2008-1.pgm').height(1.586, -128.887) kind 3: -16.426  FAILED, KNOWN, expected -16.425
    test 942 GeoidKarney('egm2008-1.pgm').height(-48.781, -2.684) kind 3: 24.699  FAILED, KNOWN, expected 24.698
    test 943 GeoidKarney('egm2008-1.pgm').height(-49.092, 136.862) kind 3: -18.328  FAILED, KNOWN, expected -18.329
    test 944 GeoidKarney('egm2008-1.pgm').height(47.732, 17.552) kind 3: 43.802
    test 945 GeoidKarney('egm2008-1.pgm').height(-49.11, 85.706) kind 3: 18.716
    test 946 GeoidKarney('egm2008-1.pgm').height(-49.162, 40.321) kind 3: 44.468  FAILED, KNOWN, expected 44.469
    test 947 GeoidKarney('egm2008-1.pgm').height(3.498, 158.118) kind 3: 49.943  FAILED, KNOWN, expected 49.944
    test 948 GeoidKarney('egm2008-1.pgm').height(-35.616, 122.648) kind 3: -35.878
    test 949 GeoidKarney('egm2008-1.pgm').height(56.598, -96.114) kind 3: -40.777
    test 950 GeoidKarney('egm2008-1.pgm').height(-31.85, 149.121) kind 3: 26.559
    test 951 GeoidKarney('egm2008-1.pgm').height(-26.569, -177.792) kind 3: 49.362  FAILED, KNOWN, expected 49.361
    test 952 GeoidKarney('egm2008-1.pgm').height(76.735, -65.753) kind 3: 21.106  FAILED, KNOWN, expected 21.107
    test 953 GeoidKarney('egm2008-1.pgm').height(-21.404, -122.268) kind 3: -7.203  FAILED, KNOWN, expected -7.202
    test 954 GeoidKarney('egm2008-1.pgm').height(-77.133, -65.474) kind 3: -17.167  FAILED, KNOWN, expected -17.168
    test 955 GeoidKarney('egm2008-1.pgm').height(-58.812, 2.276) kind 3: 18.359
    test 956 GeoidKarney('egm2008-1.pgm').height(4.415, 155.683) kind 3: 52.117  FAILED, KNOWN, expected 52.118
    test 957 GeoidKarney('egm2008-1.pgm').height(-28.146, 107.081) kind 3: -38.950
    test 958 GeoidKarney('egm2008-1.pgm').height(-10.551, -126.69) kind 3: -9.935  FAILED, KNOWN, expected -9.934
    test 959 GeoidKarney('egm2008-1.pgm').height(-25.444, -103.337) kind 3: -2.879
    test 960 GeoidKarney('egm2008-1.pgm').height(24.436, 46.159) kind 3: -5.025
    test 961 GeoidKarney('egm2008-1.pgm').height(-72.889, 37.107) kind 3: 24.296
    test 962 GeoidKarney('egm2008-1.pgm').height(-19.629, 13.245) kind 3: 25.131
    test 963 GeoidKarney('egm2008-1.pgm').height(-7.602, 171.265) kind 3: 40.720  FAILED, KNOWN, expected 40.721
    test 964 GeoidKarney('egm2008-1.pgm').height(-45.364, -1.876) kind 3: 22.387  FAILED, KNOWN, expected 22.388
    test 965 GeoidKarney('egm2008-1.pgm').height(-7.292, -69.18) kind 3: 22.485  FAILED, KNOWN, expected 22.486
    test 966 GeoidKarney('egm2008-1.pgm').height(-31.566, -166.689) kind 3: 14.942  FAILED, KNOWN, expected 14.943
    test 967 GeoidKarney('egm2008-1.pgm').height(-82.751, -162.085) kind 3: -47.387
    test 968 GeoidKarney('egm2008-1.pgm').height(-40.7, 99.466) kind 3: -18.404  FAILED, KNOWN, expected -18.403
    test 969 GeoidKarney('egm2008-1.pgm').height(48.676, 39.69) kind 3: 10.185
    test 970 GeoidKarney('egm2008-1.pgm').height(74.817, -78.404) kind 3: 5.670  FAILED, KNOWN, expected 5.671
    test 971 GeoidKarney('egm2008-1.pgm').height(-81.032, -63.865) kind 3: -24.577
    test 972 GeoidKarney('egm2008-1.pgm').height(74.022, 9.432) kind 3: 43.288
    test 973 GeoidKarney('egm2008-1.pgm').height(-75.071, 17.579) kind 3: 13.747  FAILED, KNOWN, expected 13.748
    test 974 GeoidKarney('egm2008-1.pgm').height(-12.546, -54.851) kind 3: -5.342
    test 975 GeoidKarney('egm2008-1.pgm').height(-13.621, 42.408) kind 3: -25.579
    test 976 GeoidKarney('egm2008-1.pgm').height(-2.266, -91.951) kind 3: -9.849
    test 977 GeoidKarney('egm2008-1.pgm').height(-18.672, 42.547) kind 3: -10.490  FAILED, KNOWN, expected -10.491
    test 978 GeoidKarney('egm2008-1.pgm').height(-41.44, 157.413) kind 3: 0.243  FAILED, KNOWN, expected 0.244
    test 979 GeoidKarney('egm2008-1.pgm').height(53.686, -79.375) kind 3: -43.820  FAILED, KNOWN, expected -43.821
    test 980 GeoidKarney('egm2008-1.pgm').height(39.26, -30.351) kind 3: 57.401
    test 981 GeoidKarney('egm2008-1.pgm').height(-51.699, -141.493) kind 3: -17.889  FAILED, KNOWN, expected -17.890
    test 982 GeoidKarney('egm2008-1.pgm').height(36.585, 4.515) kind 3: 46.423  FAILED, KNOWN, expected 46.421
    test 983 GeoidKarney('egm2008-1.pgm').height(39.642, -54.659) kind 3: -14.475
    test 984 GeoidKarney('egm2008-1.pgm').height(59.761, 166.567) kind 3: 11.118
    test 985 GeoidKarney('egm2008-1.pgm').height(51.83, 13.357) kind 3: 42.291
    test 986 GeoidKarney('egm2008-1.pgm').height(-36.531, -175.431) kind 3: 22.327  FAILED, KNOWN, expected 22.326
    test 987 GeoidKarney('egm2008-1.pgm').height(-37.08, 125.264) kind 3: -33.098
    test 988 GeoidKarney('egm2008-1.pgm').height(-68.651, 92.732) kind 3: 9.431  FAILED, KNOWN, expected 9.430
    test 989 GeoidKarney('egm2008-1.pgm').height(35.087, 45.336) kind 3: 6.032
    test 990 GeoidKarney('egm2008-1.pgm').height(-61.356, -169.379) kind 3: -44.330
    test 991 GeoidKarney('egm2008-1.pgm').height(-36.955, 179.12) kind 3: 21.775
    test 992 GeoidKarney('egm2008-1.pgm').height(10.248, -6.714) kind 3: 29.243
    test 993 GeoidKarney('egm2008-1.pgm').height(36.868, 84.602) kind 3: -40.677  FAILED, KNOWN, expected -40.676
    test 994 GeoidKarney('egm2008-1.pgm').height(28.637, 88.933) kind 3: -31.352  FAILED, KNOWN, expected -31.353
    test 995 GeoidKarney('egm2008-1.pgm').height(54.811, -99.968) kind 3: -32.700  FAILED, KNOWN, expected -32.701
    test 996 GeoidKarney('egm2008-1.pgm').height(7.611, 145.911) kind 3: 60.628  FAILED, KNOWN, expected 60.629
    test 997 GeoidKarney('egm2008-1.pgm').height(59.412, 170.102) kind 3: 6.617
    test 998 GeoidKarney('egm2008-1.pgm').height(-61.469, 126.144) kind 3: -31.887
    test 999 GeoidKarney('egm2008-1.pgm').height(18.514, -137.083) kind 3: -26.536  FAILED, KNOWN, expected -26.535
    test 1000 GeoidKarney('egm2008-1.pgm').height(7.854, -126.799) kind 3: -29.631  FAILED, KNOWN, expected -29.630
    test 1001 GeoidKarney('egm2008-1.pgm').height(47.489, 134.183) kind 3: 22.274  FAILED, KNOWN, expected 22.275
    test 1002 GeoidKarney('egm2008-1.pgm').height(-34.144, -11.922) kind 3: 17.095  FAILED, KNOWN, expected 17.094
    test 1003 GeoidKarney('egm2008-1.pgm').height(-58.389, 117.458) kind 3: -20.940  FAILED, KNOWN, expected -20.941
    test 1004 GeoidKarney('egm2008-1.pgm').height(9.773, 95.846) kind 3: -42.740
    test 1005 GeoidKarney('egm2008-1.pgm').height(-53.12, 136.994) kind 3: -21.651
    test 1006 GeoidKarney('egm2008-1.pgm').height(-50.35, 0.075) kind 3: 25.240
    test 1007 GeoidKarney('egm2008-1.pgm').height(31.438, -170.879) kind 3: -8.758
    test 1008 GeoidKarney('egm2008-1.pgm').height(37.541, -153.024) kind 3: -19.606  FAILED, KNOWN, expected -19.607
    test 1009 GeoidKarney('egm2008-1.pgm').height(27.586, 2.444) kind 3: 26.258
    test 1010 GeoidKarney('egm2008-1.pgm').height(-26.139, -106.201) kind 3: -3.823  FAILED, KNOWN, expected -3.824
    test 1011 GeoidKarney('egm2008-1.pgm').height(-33.426, -14.84) kind 3: 18.195
    test 1012 GeoidKarney('egm2008-1.pgm').height(39.586, -153.019) kind 3: -17.724  FAILED, KNOWN, expected -17.725
    test 1013 GeoidKarney('egm2008-1.pgm').height(-60.79, -2.578) kind 3: 14.512  FAILED, KNOWN, expected 14.513
    test 1014 GeoidKarney('egm2008-1.pgm').height(-20.131, 21.975) kind 3: 16.808  FAILED, KNOWN, expected 16.809
    test 1015 GeoidKarney('egm2008-1.pgm').height(75.649, 99.921) kind 3: -8.025  FAILED, KNOWN, expected -8.026
    test 1016 GeoidKarney('egm2008-1.pgm').height(-0.385, -23.788) kind 3: 9.689  FAILED, KNOWN, expected 9.688
    test 1017 GeoidKarney('egm2008-1.pgm').height(-51.56, -50.327) kind 3: 6.218
    test 1018 GeoidKarney('egm2008-1.pgm').height(-43.129, -167.271) kind 3: -2.725  FAILED, KNOWN, expected -2.724
    test 1019 GeoidKarney('egm2008-1.pgm').height(46.374, 71.948) kind 3: -42.566  FAILED, KNOWN, expected -42.565
    test 1020 GeoidKarney('egm2008-1.pgm').height(-22.783, 140.657) kind 3: 38.342  FAILED, KNOWN, expected 38.341
    test 1021 GeoidKarney('egm2008-1.pgm').height(-12.056, 122.804) kind 3: 33.888  FAILED, KNOWN, expected 33.889
    test 1022 GeoidKarney('egm2008-1.pgm').height(30.127, 94.738) kind 3: -37.381  FAILED, KNOWN, expected -37.380
    test 1023 GeoidKarney('egm2008-1.pgm').height(46.296, -174.479) kind 3: -1.857  FAILED, KNOWN, expected -1.858
    test 1024 GeoidKarney('egm2008-1.pgm').height(34.99, 15.052) kind 3: 34.196  FAILED, KNOWN, expected 34.195
    test 1025 GeoidKarney('egm2008-1.pgm').height(-51.287, 90.565) kind 3: 12.767
    test 1026 GeoidKarney('egm2008-1.pgm').height(34.217, 141.302) kind 3: 15.612
    test 1027 GeoidKarney('egm2008-1.pgm').height(-40.423, -142.787) kind 3: -11.063
    test 1028 GeoidKarney('egm2008-1.pgm').height(-17.854, -170.216) kind 3: 27.386  FAILED, KNOWN, expected 27.387
    test 1029 GeoidKarney('egm2008-1.pgm').height(47.803, 112.701) kind 3: -23.817
    test 1030 GeoidKarney('egm2008-1.pgm').height(-23.276, 133.454) kind 3: 18.713  FAILED, KNOWN, expected 18.712
    test 1031 GeoidKarney('egm2008-1.pgm').height(-26.884, -36.571) kind 3: -7.343  FAILED, KNOWN, expected -7.344
    test 1032 GeoidKarney('egm2008-1.pgm').height(-37.106, 31.128) kind 3: 29.997  FAILED, KNOWN, expected 29.998
    test 1033 GeoidKarney('egm2008-1.pgm').height(-75.363, -173.674) kind 3: -61.869
    test 1034 GeoidKarney('egm2008-1.pgm').height(-18.305, 69.016) kind 3: -24.938  FAILED, KNOWN, expected -24.937
    test 1035 GeoidKarney('egm2008-1.pgm').height(39.527, 23.58) kind 3: 38.557  FAILED, KNOWN, expected 38.556
    test 1036 GeoidKarney('egm2008-1.pgm').height(68.903, 30.97) kind 3: 19.671
    test 1037 GeoidKarney('egm2008-1.pgm').height(53.937, 168.318) kind 3: 2.273  FAILED, KNOWN, expected 2.272
    test 1038 GeoidKarney('egm2008-1.pgm').height(-38.6, 64.812) kind 3: 24.863
    test 1039 GeoidKarney('egm2008-1.pgm').height(-41.396, -69.739) kind 3: 21.636
    test 1040 GeoidKarney('egm2008-1.pgm').height(50.158, 72.319) kind 3: -33.850  FAILED, KNOWN, expected -33.851
    test 1041 GeoidKarney('egm2008-1.pgm').height(27.692, 176.153) kind 3: -5.299
    test 1042 GeoidKarney('egm2008-1.pgm').height(-48.419, 170.454) kind 3: -6.789
    test 1043 GeoidKarney('egm2008-1.pgm').height(-65.346, -124.976) kind 3: -35.030
    test 1044 GeoidKarney('egm2008-1.pgm').height(-51.873, 167.266) kind 3: -15.338
    test 1045 GeoidKarney('egm2008-1.pgm').height(-7.263, 84.308) kind 3: -79.356
    test 1046 GeoidKarney('egm2008-1.pgm').height(-1.461, -105.458) kind 3: -16.649  FAILED, KNOWN, expected -16.650
    test 1047 GeoidKarney('egm2008-1.pgm').height(7.684, 161.873) kind 3: 36.359
    test 1048 GeoidKarney('egm2008-1.pgm').height(-31.475, -158.52) kind 3: 3.614  FAILED, KNOWN, expected 3.615
    test 1049 GeoidKarney('egm2008-1.pgm').height(-36.187, 62.917) kind 3: 23.946  FAILED, KNOWN, expected 23.947
    test 1050 GeoidKarney('egm2008-1.pgm').height(16.003, 141.687) kind 3: 51.494  FAILED, KNOWN, expected 51.495
    test 1051 GeoidKarney('egm2008-1.pgm').height(30.182, 86.261) kind 3: -30.909  FAILED, KNOWN, expected -30.910
    test 1052 GeoidKarney('egm2008-1.pgm').height(-77.304, 159.498) kind 3: -52.131
    test 1053 GeoidKarney('egm2008-1.pgm').height(39.536, 139.795) kind 3: 37.046  FAILED, KNOWN, expected 37.045
    test 1054 GeoidKarney('egm2008-1.pgm').height(8.569, 134.618) kind 3: 64.181  FAILED, KNOWN, expected 64.180
    test 1055 GeoidKarney('egm2008-1.pgm').height(14.473, 90.596) kind 3: -62.475
    test 1056 GeoidKarney('egm2008-1.pgm').height(-13.138, -99.589) kind 3: -8.454
    test 1057 GeoidKarney('egm2008-1.pgm').height(34.212, -26.307) kind 3: 40.834
    test 1058 GeoidKarney('egm2008-1.pgm').height(21.89, 76.371) kind 3: -60.455
    test 1059 GeoidKarney('egm2008-1.pgm').height(29.793, 120.487) kind 3: 9.728  FAILED, KNOWN, expected 9.727
    test 1060 GeoidKarney('egm2008-1.pgm').height(15.724, 122.714) kind 3: 32.141  FAILED, KNOWN, expected 32.142
    test 1061 GeoidKarney('egm2008-1.pgm').height(-66.208, -78.499) kind 3: -6.221  FAILED, KNOWN, expected -6.220
    test 1062 GeoidKarney('egm2008-1.pgm').height(-39.507, 55.809) kind 3: 32.488  FAILED, KNOWN, expected 32.489
    test 1063 GeoidKarney('egm2008-1.pgm').height(28.159, 51.476) kind 3: -24.692
    test 1064 GeoidKarney('egm2008-1.pgm').height(-36.207, 120.205) kind 3: -38.749
    test 1065 GeoidKarney('egm2008-1.pgm').height(30.575, -99.998) kind 3: -23.254  FAILED, KNOWN, expected -23.255
    test 1066 GeoidKarney('egm2008-1.pgm').height(-16.993, 37.136) kind 3: -13.454  FAILED, KNOWN, expected -13.455
    test 1067 GeoidKarney('egm2008-1.pgm').height(-11.477, 12.039) kind 3: 16.627
    test 1068 GeoidKarney('egm2008-1.pgm').height(30.428, -144.765) kind 3: -22.221
    test 1069 GeoidKarney('egm2008-1.pgm').height(-17.44, -92.424) kind 3: -4.836
    test 1070 GeoidKarney('egm2008-1.pgm').height(40.203, 143.43) kind 3: 19.571
    test 1071 GeoidKarney('egm2008-1.pgm').height(-37.098, -106.574) kind 3: -9.227
    test 1072 GeoidKarney('egm2008-1.pgm').height(54.62, -68.413) kind 3: -23.248
    test 1073 GeoidKarney('egm2008-1.pgm').height(-31.633, 148.182) kind 3: 24.829
    test 1074 GeoidKarney('egm2008-1.pgm').height(-56.07, -141.407) kind 3: -21.706  FAILED, KNOWN, expected -21.705
    test 1075 GeoidKarney('egm2008-1.pgm').height(-8.195, -52.691) kind 3: -17.054  FAILED, KNOWN, expected -17.053
    test 1076 GeoidKarney('egm2008-1.pgm').height(17.851, 24.749) kind 3: 11.715  FAILED, KNOWN, expected 11.716
    test 1077 GeoidKarney('egm2008-1.pgm').height(0.349, -108.333) kind 3: -19.529  FAILED, KNOWN, expected -19.530
    test 1078 GeoidKarney('egm2008-1.pgm').height(15.038, 126.191) kind 3: 45.929
    test 1079 GeoidKarney('egm2008-1.pgm').height(-21.111, -123.696) kind 3: -8.283
    test 1080 GeoidKarney('egm2008-1.pgm').height(30.947, 173.002) kind 3: -8.467
    test 1081 GeoidKarney('egm2008-1.pgm').height(-10.698, -144.091) kind 3: -1.829
    test 1082 GeoidKarney('egm2008-1.pgm').height(-29.412, 124.753) kind 3: -16.505  FAILED, KNOWN, expected -16.506
    test 1083 GeoidKarney('egm2008-1.pgm').height(38.224, -137.189) kind 3: -35.384
    test 1084 GeoidKarney('egm2008-1.pgm').height(36.064, -132.409) kind 3: -38.962  FAILED, KNOWN, expected -38.963
    test 1085 GeoidKarney('egm2008-1.pgm').height(29.975, 178.076) kind 3: -6.956
    test 1086 GeoidKarney('egm2008-1.pgm').height(-21.346, 169.26) kind 3: 51.006  FAILED, KNOWN, expected 51.005
    test 1087 GeoidKarney('egm2008-1.pgm').height(49.282, -152.934) kind 3: 1.193  FAILED, KNOWN, expected 1.192
    test 1088 GeoidKarney('egm2008-1.pgm').height(16.349, -99.962) kind 3: -15.038
    test 1089 GeoidKarney('egm2008-1.pgm').height(-14.293, -167.34) kind 3: 17.791
    test 1090 GeoidKarney('egm2008-1.pgm').height(47.166, -38.523) kind 3: 44.653  FAILED, KNOWN, expected 44.652
    test 1091 GeoidKarney('egm2008-1.pgm').height(-58.911, 114.347) kind 3: -17.972  FAILED, KNOWN, expected -17.971
    test 1092 GeoidKarney('egm2008-1.pgm').height(-9.055, 111.294) kind 3: 11.630  FAILED, KNOWN, expected 11.631
    test 1093 GeoidKarney('egm2008-1.pgm').height(18.391, 29.692) kind 3: 7.394
    test 1094 GeoidKarney('egm2008-1.pgm').height(-15.074, 22.153) kind 3: 7.932
    test 1095 GeoidKarney('egm2008-1.pgm').height(-4.235, 62.001) kind 3: -60.594  FAILED, KNOWN, expected -60.593
    test 1096 GeoidKarney('egm2008-1.pgm').height(15.171, -86.583) kind 3: 4.384
    test 1097 GeoidKarney('egm2008-1.pgm').height(79.254, 112.116) kind 3: 1.296  FAILED, KNOWN, expected 1.297
    test 1098 GeoidKarney('egm2008-1.pgm').height(15.947, 156.093) kind 3: 30.852
    test 1099 GeoidKarney('egm2008-1.pgm').height(68.371, -177.382) kind 3: 2.705  FAILED, KNOWN, expected 2.704
    test 1100 GeoidKarney('egm2008-1.pgm').height(-41.931, -72.093) kind 3: 21.264
    test 1101 GeoidKarney('egm2008-1.pgm').height(-1.193, -143.133) kind 3: 5.443
    test 1102 GeoidKarney('egm2008-1.pgm').height(-37.006, 154.513) kind 3: 9.998
    test 1103 GeoidKarney('egm2008-1.pgm').height(-22.148, 9.938) kind 3: 22.428
    test 1104 GeoidKarney('egm2008-1.pgm').height(24.329, 109.044) kind 3: -23.155  FAILED, KNOWN, expected -23.154
    test 1105 GeoidKarney('egm2008-1.pgm').height(-54.878, 114.691) kind 3: -17.662
    test 1106 GeoidKarney('egm2008-1.pgm').height(45.601, -80.458) kind 3: -36.840  FAILED, KNOWN, expected -36.839
    test 1107 GeoidKarney('egm2008-1.pgm').height(2.372, 58.974) kind 3: -61.220  FAILED, KNOWN, expected -61.221
    test 1108 GeoidKarney('egm2008-1.pgm').height(15.937, 165.854) kind 3: 20.355
    test 1109 GeoidKarney('egm2008-1.pgm').height(4.889, -24.213) kind 3: 13.147
    test 1110 GeoidKarney('egm2008-1.pgm').height(-11.392, 179.558) kind 3: 41.073  FAILED, KNOWN, expected 41.072
    test 1111 GeoidKarney('egm2008-1.pgm').height(58.246, 4.862) kind 3: 42.982
    test 1112 GeoidKarney('egm2008-1.pgm').height(34.302, -109.109) kind 3: -22.997  FAILED, KNOWN, expected -22.998
    test 1113 GeoidKarney('egm2008-1.pgm').height(-58.196, 117.306) kind 3: -20.662
    test 1114 GeoidKarney('egm2008-1.pgm').height(44.5, 173.769) kind 3: -8.438
    test 1115 GeoidKarney('egm2008-1.pgm').height(-28.863, -139.775) kind 3: -8.711  FAILED, KNOWN, expected -8.712
    test 1116 GeoidKarney('egm2008-1.pgm').height(19.507, -96.099) kind 3: -12.653
    test 1117 GeoidKarney('egm2008-1.pgm').height(-42.488, -73.907) kind 3: 17.166
    test 1118 GeoidKarney('egm2008-1.pgm').height(46.138, -141.429) kind 3: -19.873  FAILED, KNOWN, expected -19.874
    test 1119 GeoidKarney('egm2008-1.pgm').height(60.507, 93.743) kind 3: -31.124
    test 1120 GeoidKarney('egm2008-1.pgm').height(26.219, -145.434) kind 3: -17.306  FAILED, KNOWN, expected -17.307
    test 1121 GeoidKarney('egm2008-1.pgm').height(-28.687, 3.37) kind 3: 23.435  FAILED, KNOWN, expected 23.434
    test 1122 GeoidKarney('egm2008-1.pgm').height(-15.008, 117.45) kind 3: 4.508
    test 1123 GeoidKarney('egm2008-1.pgm').height(40.71, 144.095) kind 3: 11.550  FAILED, KNOWN, expected 11.549
    test 1124 GeoidKarney('egm2008-1.pgm').height(20.823, -173.611) kind 3: 5.749  FAILED, KNOWN, expected 5.748
    test 1125 GeoidKarney('egm2008-1.pgm').height(16.776, -3.009) kind 3: 28.788
    test 1126 GeoidKarney('egm2008-1.pgm').height(41.0, -95.0) kind 3: -30.589
    test 1127 GeoidKarney('egm2008-1.pgm').height(49.0, -120.5) kind 3: -15.273
    test 1128 GeoidKarney('egm2008-1.pgm').height(49.0, -103.5) kind 3: -18.624
    test 1129 GeoidKarney('egm2008-1.pgm').height(49.0, -86.5) kind 3: -37.872  FAILED, KNOWN, expected -37.873
    test 1130 GeoidKarney('egm2008-1.pgm').height(49.0, -69.5) kind 3: -26.511
    test 1131 GeoidKarney('egm2008-1.pgm').height(33.0, -120.5) kind 3: -39.600
    test 1132 GeoidKarney('egm2008-1.pgm').height(33.0, -103.5) kind 3: -22.689
    test 1133 GeoidKarney('egm2008-1.pgm').height(33.0, -86.5) kind 3: -30.067
    test 1134 GeoidKarney('egm2008-1.pgm').height(33.0, -69.5) kind 3: -48.093

    test 1135 GeoidKarney('egm2008-1.pgm').height() kind 3, hits 0, eps max (in 0 FAILED): 0.001

    test 1136 GeoidKarney('egm2008-1.pgm').highest(): -8.4, 147.367, 85.839
    test 1137 GeoidKarney('egm2008-1.pgm').lowerleft(): -90.0, -180.0, -30.15
    test 1138 GeoidKarney('egm2008-1.pgm').lowerright(): -90.0, 180.0, -30.15
    test 1139 GeoidKarney('egm2008-1.pgm').lowest(): 4.7, 78.767, -106.911
    test 1140 GeoidKarney('egm2008-1.pgm').upperleft(): 90.0, -180.0, 14.898
    test 1141 GeoidKarney('egm2008-1.pgm').upperright(): 90.0, 180.0, 14.898
    test 1142 GeoidKarney('egm2008-1.pgm').dtype: 'ushort'
    test 1143 GeoidKarney('egm2008-1.pgm').knots: 233301600
    test 1144 GeoidKarney('egm2008-1.pgm').mean: -1.317
    test 1145 GeoidKarney('egm2008-1.pgm').nBytes: None
    test 1146 GeoidKarney('egm2008-1.pgm').scipy: '1.3.1'
    test 1147 GeoidKarney('egm2008-1.pgm').smooth: None
    test 1148 GeoidKarney('egm2008-1.pgm').stdev: 29.244
    test 1149 GeoidKarney('egm2008-1.pgm')._g2ll2(180, 360): (180, 0)
    test 1150 GeoidKarney('egm2008-1.pgm')._ll2g2(180, 360): (180, 360)
    test 1151 GeoidKarney('egm2008-1.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1152 GeoidKarney('egm2008-1.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1153 GeoidKarney('egm2008-1.pgm').toStr: GeoidKarney('egm2008-1.pgm'): lowerleft(-90.0, -180.0, -30.15), upperright(90.0, 180.0, 14.898), center(0.0, 0.0, 17.226), highest(-8.4, 147.367, 85.839), lowest(4.7, 78.767, -106.911)

    test 1154 copy(GeoidKarney): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 1155 GeoidKarney.copy(): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 1156 GeoidPGM('egm2008-1.pgm').height(-76.981, 34.17) kind 3: lli ('-76.981466, 34.17016'): lli ('-76.981466, 34.17016'): outside on SE  FAILED, KNOWN, expected 12.636
    test 1157 GeoidPGM('egm2008-1.pgm').height(79.695, 88.806) kind 3: lli ('79.695484, 88.805571'): lli ('79.695484, 88.805571'): outside on NE  FAILED, KNOWN, expected 0.749
    test 1158 GeoidPGM('egm2008-1.pgm').height(-15.245, 168.748) kind 3: lli ('-15.244804, 168.747961'): lli ('-15.244804, 168.747961'): outside on SE  FAILED, KNOWN, expected 65.109
    test 1159 GeoidPGM('egm2008-1.pgm').height(-19.379, 15.855) kind 3: lli ('-19.379357, 15.85511'): lli ('-19.379357, 15.85511'): outside on SE  FAILED, KNOWN, expected 24.889
    test 1160 GeoidPGM('egm2008-1.pgm').height(43.378, -130.552) kind 3: lli ('43.377784, -130.551582'): lli ('43.377784, -130.551582'): outside on W  FAILED, KNOWN, expected -29.557
    test 1161 GeoidPGM('egm2008-1.pgm').height(-16.075, 21.795) kind 3: lli ('-16.074554, 21.79547'): lli ('-16.074554, 21.79547'): outside on SE  FAILED, KNOWN, expected 9.742
    test 1162 GeoidPGM('egm2008-1.pgm').height(-11.256, -73.75) kind 3: lli ('-11.256389, -73.750255'): lli ('-11.256389, -73.750255'): outside on S  FAILED, KNOWN, expected 30.059
    test 1163 GeoidPGM('egm2008-1.pgm').height(69.017, -15.921) kind 3: lli ('69.016564, -15.921115'): lli ('69.016564, -15.921115'): outside on NE  FAILED, KNOWN, expected 60.690
    test 1164 GeoidPGM('egm2008-1.pgm').height(2.221, 139.739) kind 3: lli ('2.221008, 139.73935'): lli ('2.221008, 139.73935'): outside on SE  FAILED, KNOWN, expected 69.133
    test 1165 GeoidPGM('egm2008-1.pgm').height(-9.097, 119.142) kind 3: lli ('-9.096878, 119.141551'): lli ('-9.096878, 119.141551'): outside on SE  FAILED, KNOWN, expected 36.520
    test 1166 GeoidPGM('egm2008-1.pgm').height(-28.524, -22.192) kind 3: lli ('-28.523717, -22.1925'): lli ('-28.523717, -22.1925'): outside on SE  FAILED, KNOWN, expected 6.801
    test 1167 GeoidPGM('egm2008-1.pgm').height(12.272, -136.424) kind 3: lli ('12.27231, -136.424168'): lli ('12.27231, -136.424168'): outside on SW  FAILED, KNOWN, expected -20.651
    test 1168 GeoidPGM('egm2008-1.pgm').height(-15.203, -85.604) kind 3: lli ('-15.20317, -85.603753'): lli ('-15.20317, -85.603753'): outside on S  FAILED, KNOWN, expected -3.040
    test 1169 GeoidPGM('egm2008-1.pgm').height(-63.736, -77.17) kind 3: lli ('-63.735565, -77.169636'): lli ('-63.735565, -77.169636'): outside on S  FAILED, KNOWN, expected -1.328
    test 1170 GeoidPGM('egm2008-1.pgm').height(-48.771, -90.102) kind 3: lli ('-48.770825, -90.102117'): lli ('-48.770825, -90.102117'): outside on S  FAILED, KNOWN, expected -2.172
    test 1171 GeoidPGM('egm2008-1.pgm').height(-0.179, -126.368) kind 3: lli ('-0.178524, -126.368279'): lli ('-0.178524, -126.368279'): outside on SW  FAILED, KNOWN, expected -17.411
    test 1172 GeoidPGM('egm2008-1.pgm').height(1.586, -128.887) kind 3: lli ('1.585536, -128.886967'): lli ('1.585536, -128.886967'): outside on SW  FAILED, KNOWN, expected -16.425
    test 1173 GeoidPGM('egm2008-1.pgm').height(-48.781, -2.684) kind 3: lli ('-48.780705, -2.684224'): lli ('-48.780705, -2.684224'): outside on SE  FAILED, KNOWN, expected 24.698
    test 1174 GeoidPGM('egm2008-1.pgm').height(-49.092, 136.862) kind 3: lli ('-49.091632, 136.862256'): lli ('-49.091632, 136.862256'): outside on SE  FAILED, KNOWN, expected -18.329
    test 1175 GeoidPGM('egm2008-1.pgm').height(47.732, 17.552) kind 3: lli ('47.731727, 17.552416'): lli ('47.731727, 17.552416'): outside on E  FAILED, KNOWN, expected 43.802
    test 1176 GeoidPGM('egm2008-1.pgm').height(-49.11, 85.706) kind 3: lli ('-49.109549, 85.706437'): lli ('-49.109549, 85.706437'): outside on SE  FAILED, KNOWN, expected 18.716
    test 1177 GeoidPGM('egm2008-1.pgm').height(-49.162, 40.321) kind 3: lli ('-49.162281, 40.321209'): lli ('-49.162281, 40.321209'): outside on SE  FAILED, KNOWN, expected 44.469
    test 1178 GeoidPGM('egm2008-1.pgm').height(3.498, 158.118) kind 3: lli ('3.498333, 158.117699'): lli ('3.498333, 158.117699'): outside on SE  FAILED, KNOWN, expected 49.944
    test 1179 GeoidPGM('egm2008-1.pgm').height(-35.616, 122.648) kind 3: lli ('-35.616495, 122.648407'): lli ('-35.616495, 122.648407'): outside on SE  FAILED, KNOWN, expected -35.878
    test 1180 GeoidPGM('egm2008-1.pgm').height(56.598, -96.114) kind 3: lli ('56.598256, -96.113696'): lli ('56.598256, -96.113696'): outside on N  FAILED, KNOWN, expected -40.777
    test 1181 GeoidPGM('egm2008-1.pgm').height(-31.85, 149.121) kind 3: lli ('-31.850231, 149.120596'): lli ('-31.850231, 149.120596'): outside on SE  FAILED, KNOWN, expected 26.559
    test 1182 GeoidPGM('egm2008-1.pgm').height(-26.569, -177.792) kind 3: lli ('-26.568996, -177.792196'): lli ('-26.568996, -177.792196'): outside on SW  FAILED, KNOWN, expected 49.361
    test 1183 GeoidPGM('egm2008-1.pgm').height(76.735, -65.753) kind 3: lli ('76.734699, -65.752952'): lli ('76.734699, -65.752952'): outside on N  FAILED, KNOWN, expected 21.107
    test 1184 GeoidPGM('egm2008-1.pgm').height(-21.404, -122.268) kind 3: lli ('-21.404166, -122.267869'): lli ('-21.404166, -122.267869'): outside on S  FAILED, KNOWN, expected -7.202
    test 1185 GeoidPGM('egm2008-1.pgm').height(-77.133, -65.474) kind 3: lli ('-77.133426, -65.473819'): lli ('-77.133426, -65.473819'): outside on S  FAILED, KNOWN, expected -17.168
    test 1186 GeoidPGM('egm2008-1.pgm').height(-58.812, 2.276) kind 3: lli ('-58.811779, 2.276142'): lli ('-58.811779, 2.276142'): outside on SE  FAILED, KNOWN, expected 18.359
    test 1187 GeoidPGM('egm2008-1.pgm').height(4.415, 155.683) kind 3: lli ('4.415102, 155.683336'): lli ('4.415102, 155.683336'): outside on SE  FAILED, KNOWN, expected 52.118
    test 1188 GeoidPGM('egm2008-1.pgm').height(-28.146, 107.081) kind 3: lli ('-28.145768, 107.081334'): lli ('-28.145768, 107.081334'): outside on SE  FAILED, KNOWN, expected -38.950
    test 1189 GeoidPGM('egm2008-1.pgm').height(-10.551, -126.69) kind 3: lli ('-10.551267, -126.690468'): lli ('-10.551267, -126.690468'): outside on SW  FAILED, KNOWN, expected -9.934
    test 1190 GeoidPGM('egm2008-1.pgm').height(-25.444, -103.337) kind 3: lli ('-25.444344, -103.337184'): lli ('-25.444344, -103.337184'): outside on S  FAILED, KNOWN, expected -2.879
    test 1191 GeoidPGM('egm2008-1.pgm').height(24.436, 46.159) kind 3: lli ('24.435896, 46.158715'): lli ('24.435896, 46.158715'): outside on SE  FAILED, KNOWN, expected -5.025
    test 1192 GeoidPGM('egm2008-1.pgm').height(-72.889, 37.107) kind 3: lli ('-72.888898, 37.106907'): lli ('-72.888898, 37.106907'): outside on SE  FAILED, KNOWN, expected 24.296
    test 1193 GeoidPGM('egm2008-1.pgm').height(-19.629, 13.245) kind 3: lli ('-19.628762, 13.244525'): lli ('-19.628762, 13.244525'): outside on SE  FAILED, KNOWN, expected 25.131
    test 1194 GeoidPGM('egm2008-1.pgm').height(-7.602, 171.265) kind 3: lli ('-7.602449, 171.264763'): lli ('-7.602449, 171.264763'): outside on SE  FAILED, KNOWN, expected 40.721
    test 1195 GeoidPGM('egm2008-1.pgm').height(-45.364, -1.876) kind 3: lli ('-45.364396, -1.876412'): lli ('-45.364396, -1.876412'): outside on SE  FAILED, KNOWN, expected 22.388
    test 1196 GeoidPGM('egm2008-1.pgm').height(-7.292, -69.18) kind 3: lli ('-7.292121, -69.179565'): lli ('-7.292121, -69.179565'): outside on S  FAILED, KNOWN, expected 22.486
    test 1197 GeoidPGM('egm2008-1.pgm').height(-31.566, -166.689) kind 3: lli ('-31.566264, -166.688985'): lli ('-31.566264, -166.688985'): outside on SW  FAILED, KNOWN, expected 14.943
    test 1198 GeoidPGM('egm2008-1.pgm').height(-82.751, -162.085) kind 3: lli ('-82.751144, -162.08523'): lli ('-82.751144, -162.08523'): outside on SW  FAILED, KNOWN, expected -47.387
    test 1199 GeoidPGM('egm2008-1.pgm').height(-40.7, 99.466) kind 3: lli ('-40.699637, 99.465509'): lli ('-40.699637, 99.465509'): outside on SE  FAILED, KNOWN, expected -18.403
    test 1200 GeoidPGM('egm2008-1.pgm').height(48.676, 39.69) kind 3: lli ('48.675771, 39.690012'): lli ('48.675771, 39.690012'): outside on E  FAILED, KNOWN, expected 10.185
    test 1201 GeoidPGM('egm2008-1.pgm').height(74.817, -78.404) kind 3: lli ('74.817287, -78.404187'): lli ('74.817287, -78.404187'): outside on N  FAILED, KNOWN, expected 5.671
    test 1202 GeoidPGM('egm2008-1.pgm').height(-81.032, -63.865) kind 3: lli ('-81.032306, -63.864898'): lli ('-81.032306, -63.864898'): outside on SE  FAILED, KNOWN, expected -24.577
    test 1203 GeoidPGM('egm2008-1.pgm').height(74.022, 9.432) kind 3: lli ('74.021785, 9.431926'): lli ('74.021785, 9.431926'): outside on NE  FAILED, KNOWN, expected 43.288
    test 1204 GeoidPGM('egm2008-1.pgm').height(-75.071, 17.579) kind 3: lli ('-75.070563, 17.57935'): lli ('-75.070563, 17.57935'): outside on SE  FAILED, KNOWN, expected 13.748
    test 1205 GeoidPGM('egm2008-1.pgm').height(-12.546, -54.851) kind 3: lli ('-12.54612, -54.850614'): lli ('-12.54612, -54.850614'): outside on SE  FAILED, KNOWN, expected -5.342
    test 1206 GeoidPGM('egm2008-1.pgm').height(-13.621, 42.408) kind 3: lli ('-13.621418, 42.407805'): lli ('-13.621418, 42.407805'): outside on SE  FAILED, KNOWN, expected -25.579
    test 1207 GeoidPGM('egm2008-1.pgm').height(-2.266, -91.951) kind 3: lli ('-2.265774, -91.951437'): lli ('-2.265774, -91.951437'): outside on S  FAILED, KNOWN, expected -9.849
    test 1208 GeoidPGM('egm2008-1.pgm').height(-18.672, 42.547) kind 3: lli ('-18.672316, 42.547125'): lli ('-18.672316, 42.547125'): outside on SE  FAILED, KNOWN, expected -10.491
    test 1209 GeoidPGM('egm2008-1.pgm').height(-41.44, 157.413) kind 3: lli ('-41.439867, 157.413161'): lli ('-41.439867, 157.413161'): outside on SE  FAILED, KNOWN, expected 0.244
    test 1210 GeoidPGM('egm2008-1.pgm').height(53.686, -79.375) kind 3: -43.820  FAILED, KNOWN, expected -43.821
    test 1211 GeoidPGM('egm2008-1.pgm').height(39.26, -30.351) kind 3: lli ('39.260397, -30.351359'): lli ('39.260397, -30.351359'): outside on E  FAILED, KNOWN, expected 57.401
    test 1212 GeoidPGM('egm2008-1.pgm').height(-51.699, -141.493) kind 3: lli ('-51.699195, -141.493082'): lli ('-51.699195, -141.493082'): outside on SW  FAILED, KNOWN, expected -17.890
    test 1213 GeoidPGM('egm2008-1.pgm').height(36.585, 4.515) kind 3: lli ('36.584861, 4.515157'): lli ('36.584861, 4.515157'): outside on E  FAILED, KNOWN, expected 46.421
    test 1214 GeoidPGM('egm2008-1.pgm').height(39.642, -54.659) kind 3: lli ('39.641638, -54.658846'): lli ('39.641638, -54.658846'): outside on E  FAILED, KNOWN, expected -14.475
    test 1215 GeoidPGM('egm2008-1.pgm').height(59.761, 166.567) kind 3: lli ('59.761024, 166.566646'): lli ('59.761024, 166.566646'): outside on NE  FAILED, KNOWN, expected 11.118
    test 1216 GeoidPGM('egm2008-1.pgm').height(51.83, 13.357) kind 3: lli ('51.830001, 13.357464'): lli ('51.830001, 13.357464'): outside on E  FAILED, KNOWN, expected 42.291
    test 1217 GeoidPGM('egm2008-1.pgm').height(-36.531, -175.431) kind 3: lli ('-36.530912, -175.430804'): lli ('-36.530912, -175.430804'): outside on SW  FAILED, KNOWN, expected 22.326
    test 1218 GeoidPGM('egm2008-1.pgm').height(-37.08, 125.264) kind 3: lli ('-37.079518, 125.263901'): lli ('-37.079518, 125.263901'): outside on SE  FAILED, KNOWN, expected -33.098
    test 1219 GeoidPGM('egm2008-1.pgm').height(-68.651, 92.732) kind 3: lli ('-68.650762, 92.731524'): lli ('-68.650762, 92.731524'): outside on SE  FAILED, KNOWN, expected 9.430
    test 1220 GeoidPGM('egm2008-1.pgm').height(35.087, 45.336) kind 3: lli ('35.086645, 45.335611'): lli ('35.086645, 45.335611'): outside on E  FAILED, KNOWN, expected 6.032
    test 1221 GeoidPGM('egm2008-1.pgm').height(-61.356, -169.379) kind 3: lli ('-61.355646, -169.378929'): lli ('-61.355646, -169.378929'): outside on SW  FAILED, KNOWN, expected -44.330
    test 1222 GeoidPGM('egm2008-1.pgm').height(-36.955, 179.12) kind 3: lli ('-36.954967, 179.11982'): lli ('-36.954967, 179.11982'): outside on SE  FAILED, KNOWN, expected 21.775
    test 1223 GeoidPGM('egm2008-1.pgm').height(10.248, -6.714) kind 3: lli ('10.248399, -6.713559'): lli ('10.248399, -6.713559'): outside on SE  FAILED, KNOWN, expected 29.243
    test 1224 GeoidPGM('egm2008-1.pgm').height(36.868, 84.602) kind 3: lli ('36.868193, 84.602243'): lli ('36.868193, 84.602243'): outside on E  FAILED, KNOWN, expected -40.676
    test 1225 GeoidPGM('egm2008-1.pgm').height(28.637, 88.933) kind 3: lli ('28.636703, 88.932955'): lli ('28.636703, 88.932955'): outside on E  FAILED, KNOWN, expected -31.353
    test 1226 GeoidPGM('egm2008-1.pgm').height(54.811, -99.968) kind 3: -32.700  FAILED, KNOWN, expected -32.701
    test 1227 GeoidPGM('egm2008-1.pgm').height(7.611, 145.911) kind 3: lli ('7.610621, 145.911188'): lli ('7.610621, 145.911188'): outside on SE  FAILED, KNOWN, expected 60.629
    test 1228 GeoidPGM('egm2008-1.pgm').height(59.412, 170.102) kind 3: lli ('59.411557, 170.102394'): lli ('59.411557, 170.102394'): outside on NE  FAILED, KNOWN, expected 6.617
    test 1229 GeoidPGM('egm2008-1.pgm').height(-61.469, 126.144) kind 3: lli ('-61.468618, 126.144056'): lli ('-61.468618, 126.144056'): outside on SE  FAILED, KNOWN, expected -31.887
    test 1230 GeoidPGM('egm2008-1.pgm').height(18.514, -137.083) kind 3: lli ('18.514019, -137.083301'): lli ('18.514019, -137.083301'): outside on SW  FAILED, KNOWN, expected -26.535
    test 1231 GeoidPGM('egm2008-1.pgm').height(7.854, -126.799) kind 3: lli ('7.854318, -126.799148'): lli ('7.854318, -126.799148'): outside on SW  FAILED, KNOWN, expected -29.630
    test 1232 GeoidPGM('egm2008-1.pgm').height(47.489, 134.183) kind 3: lli ('47.489222, 134.182527'): lli ('47.489222, 134.182527'): outside on E  FAILED, KNOWN, expected 22.275
    test 1233 GeoidPGM('egm2008-1.pgm').height(-34.144, -11.922) kind 3: lli ('-34.143602, -11.921567'): lli ('-34.143602, -11.921567'): outside on SE  FAILED, KNOWN, expected 17.094
    test 1234 GeoidPGM('egm2008-1.pgm').height(-58.389, 117.458) kind 3: lli ('-58.388787, 117.457755'): lli ('-58.388787, 117.457755'): outside on SE  FAILED, KNOWN, expected -20.941
    test 1235 GeoidPGM('egm2008-1.pgm').height(9.773, 95.846) kind 3: lli ('9.772764, 95.845943'): lli ('9.772764, 95.845943'): outside on SE  FAILED, KNOWN, expected -42.740
    test 1236 GeoidPGM('egm2008-1.pgm').height(-53.12, 136.994) kind 3: lli ('-53.120381, 136.993994'): lli ('-53.120381, 136.993994'): outside on SE  FAILED, KNOWN, expected -21.651
    test 1237 GeoidPGM('egm2008-1.pgm').height(-50.35, 0.075) kind 3: lli ('-50.349867, 0.07532'): lli ('-50.349867, 0.07532'): outside on SE  FAILED, KNOWN, expected 25.240
    test 1238 GeoidPGM('egm2008-1.pgm').height(31.438, -170.879) kind 3: lli ('31.438387, -170.878548'): lli ('31.438387, -170.878548'): outside on W  FAILED, KNOWN, expected -8.758
    test 1239 GeoidPGM('egm2008-1.pgm').height(37.541, -153.024) kind 3: lli ('37.540689, -153.024228'): lli ('37.540689, -153.024228'): outside on W  FAILED, KNOWN, expected -19.607
    test 1240 GeoidPGM('egm2008-1.pgm').height(27.586, 2.444) kind 3: lli ('27.586088, 2.443556'): lli ('27.586088, 2.443556'): outside on E  FAILED, KNOWN, expected 26.258
    test 1241 GeoidPGM('egm2008-1.pgm').height(-26.139, -106.201) kind 3: lli ('-26.139126, -106.20081'): lli ('-26.139126, -106.20081'): outside on S  FAILED, KNOWN, expected -3.824
    test 1242 GeoidPGM('egm2008-1.pgm').height(-33.426, -14.84) kind 3: lli ('-33.425976, -14.840359'): lli ('-33.425976, -14.840359'): outside on SE  FAILED, KNOWN, expected 18.195
    test 1243 GeoidPGM('egm2008-1.pgm').height(39.586, -153.019) kind 3: lli ('39.586286, -153.018974'): lli ('39.586286, -153.018974'): outside on W  FAILED, KNOWN, expected -17.725
    test 1244 GeoidPGM('egm2008-1.pgm').height(-60.79, -2.578) kind 3: lli ('-60.790289, -2.578163'): lli ('-60.790289, -2.578163'): outside on SE  FAILED, KNOWN, expected 14.513
    test 1245 GeoidPGM('egm2008-1.pgm').height(-20.131, 21.975) kind 3: lli ('-20.130538, 21.974941'): lli ('-20.130538, 21.974941'): outside on SE  FAILED, KNOWN, expected 16.809
    test 1246 GeoidPGM('egm2008-1.pgm').height(75.649, 99.921) kind 3: lli ('75.64878, 99.920587'): lli ('75.64878, 99.920587'): outside on NE  FAILED, KNOWN, expected -8.026
    test 1247 GeoidPGM('egm2008-1.pgm').height(-0.385, -23.788) kind 3: lli ('-0.385453, -23.788336'): lli ('-0.385453, -23.788336'): outside on SE  FAILED, KNOWN, expected 9.688
    test 1248 GeoidPGM('egm2008-1.pgm').height(-51.56, -50.327) kind 3: lli ('-51.559564, -50.32687'): lli ('-51.559564, -50.32687'): outside on SE  FAILED, KNOWN, expected 6.218
    test 1249 GeoidPGM('egm2008-1.pgm').height(-43.129, -167.271) kind 3: lli ('-43.129209, -167.27147'): lli ('-43.129209, -167.27147'): outside on SW  FAILED, KNOWN, expected -2.724
    test 1250 GeoidPGM('egm2008-1.pgm').height(46.374, 71.948) kind 3: lli ('46.374177, 71.947616'): lli ('46.374177, 71.947616'): outside on E  FAILED, KNOWN, expected -42.565
    test 1251 GeoidPGM('egm2008-1.pgm').height(-22.783, 140.657) kind 3: lli ('-22.783085, 140.657444'): lli ('-22.783085, 140.657444'): outside on SE  FAILED, KNOWN, expected 38.341
    test 1252 GeoidPGM('egm2008-1.pgm').height(-12.056, 122.804) kind 3: lli ('-12.05584, 122.80402'): lli ('-12.05584, 122.80402'): outside on SE  FAILED, KNOWN, expected 33.889
    test 1253 GeoidPGM('egm2008-1.pgm').height(30.127, 94.738) kind 3: lli ('30.127372, 94.738186'): lli ('30.127372, 94.738186'): outside on E  FAILED, KNOWN, expected -37.380
    test 1254 GeoidPGM('egm2008-1.pgm').height(46.296, -174.479) kind 3: lli ('46.296018, -174.478616'): lli ('46.296018, -174.478616'): outside on W  FAILED, KNOWN, expected -1.858
    test 1255 GeoidPGM('egm2008-1.pgm').height(34.99, 15.052) kind 3: lli ('34.989646, 15.051646'): lli ('34.989646, 15.051646'): outside on E  FAILED, KNOWN, expected 34.195
    test 1256 GeoidPGM('egm2008-1.pgm').height(-51.287, 90.565) kind 3: lli ('-51.287168, 90.564711'): lli ('-51.287168, 90.564711'): outside on SE  FAILED, KNOWN, expected 12.767
    test 1257 GeoidPGM('egm2008-1.pgm').height(34.217, 141.302) kind 3: lli ('34.217016, 141.301548'): lli ('34.217016, 141.301548'): outside on E  FAILED, KNOWN, expected 15.612
    test 1258 GeoidPGM('egm2008-1.pgm').height(-40.423, -142.787) kind 3: lli ('-40.423023, -142.786592'): lli ('-40.423023, -142.786592'): outside on SW  FAILED, KNOWN, expected -11.063
    test 1259 GeoidPGM('egm2008-1.pgm').height(-17.854, -170.216) kind 3: lli ('-17.854486, -170.216354'): lli ('-17.854486, -170.216354'): outside on SW  FAILED, KNOWN, expected 27.387
    test 1260 GeoidPGM('egm2008-1.pgm').height(47.803, 112.701) kind 3: lli ('47.803271, 112.700942'): lli ('47.803271, 112.700942'): outside on E  FAILED, KNOWN, expected -23.817
    test 1261 GeoidPGM('egm2008-1.pgm').height(-23.276, 133.454) kind 3: lli ('-23.275962, 133.453821'): lli ('-23.275962, 133.453821'): outside on SE  FAILED, KNOWN, expected 18.712
    test 1262 GeoidPGM('egm2008-1.pgm').height(-26.884, -36.571) kind 3: lli ('-26.884369, -36.570654'): lli ('-26.884369, -36.570654'): outside on SE  FAILED, KNOWN, expected -7.344
    test 1263 GeoidPGM('egm2008-1.pgm').height(-37.106, 31.128) kind 3: lli ('-37.106468, 31.127939'): lli ('-37.106468, 31.127939'): outside on SE  FAILED, KNOWN, expected 29.998
    test 1264 GeoidPGM('egm2008-1.pgm').height(-75.363, -173.674) kind 3: lli ('-75.363185, -173.673649'): lli ('-75.363185, -173.673649'): outside on SW  FAILED, KNOWN, expected -61.869
    test 1265 GeoidPGM('egm2008-1.pgm').height(-18.305, 69.016) kind 3: lli ('-18.30485, 69.015565'): lli ('-18.30485, 69.015565'): outside on SE  FAILED, KNOWN, expected -24.937
    test 1266 GeoidPGM('egm2008-1.pgm').height(39.527, 23.58) kind 3: lli ('39.527401, 23.580206'): lli ('39.527401, 23.580206'): outside on E  FAILED, KNOWN, expected 38.556
    test 1267 GeoidPGM('egm2008-1.pgm').height(68.903, 30.97) kind 3: lli ('68.903148, 30.970247'): lli ('68.903148, 30.970247'): outside on NE  FAILED, KNOWN, expected 19.671
    test 1268 GeoidPGM('egm2008-1.pgm').height(53.937, 168.318) kind 3: lli ('53.936937, 168.318201'): lli ('53.936937, 168.318201'): outside on E  FAILED, KNOWN, expected 2.272
    test 1269 GeoidPGM('egm2008-1.pgm').height(-38.6, 64.812) kind 3: lli ('-38.600098, 64.811532'): lli ('-38.600098, 64.811532'): outside on SE  FAILED, KNOWN, expected 24.863
    test 1270 GeoidPGM('egm2008-1.pgm').height(-41.396, -69.739) kind 3: lli ('-41.395739, -69.739418'): lli ('-41.395739, -69.739418'): outside on S  FAILED, KNOWN, expected 21.636
    test 1271 GeoidPGM('egm2008-1.pgm').height(50.158, 72.319) kind 3: lli ('50.157749, 72.319017'): lli ('50.157749, 72.319017'): outside on E  FAILED, KNOWN, expected -33.851
    test 1272 GeoidPGM('egm2008-1.pgm').height(27.692, 176.153) kind 3: lli ('27.691879, 176.152884'): lli ('27.691879, 176.152884'): outside on E  FAILED, KNOWN, expected -5.299
    test 1273 GeoidPGM('egm2008-1.pgm').height(-48.419, 170.454) kind 3: lli ('-48.419449, 170.454472'): lli ('-48.419449, 170.454472'): outside on SE  FAILED, KNOWN, expected -6.789
    test 1274 GeoidPGM('egm2008-1.pgm').height(-65.346, -124.976) kind 3: lli ('-65.34567, -124.975961'): lli ('-65.34567, -124.975961'): outside on S  FAILED, KNOWN, expected -35.030
    test 1275 GeoidPGM('egm2008-1.pgm').height(-51.873, 167.266) kind 3: lli ('-51.873009, 167.265613'): lli ('-51.873009, 167.265613'): outside on SE  FAILED, KNOWN, expected -15.338
    test 1276 GeoidPGM('egm2008-1.pgm').height(-7.263, 84.308) kind 3: lli ('-7.262544, 84.307626'): lli ('-7.262544, 84.307626'): outside on SE  FAILED, KNOWN, expected -79.356
    test 1277 GeoidPGM('egm2008-1.pgm').height(-1.461, -105.458) kind 3: lli ('-1.461003, -105.458323'): lli ('-1.461003, -105.458323'): outside on S  FAILED, KNOWN, expected -16.650
    test 1278 GeoidPGM('egm2008-1.pgm').height(7.684, 161.873) kind 3: lli ('7.684324, 161.87293'): lli ('7.684324, 161.87293'): outside on SE  FAILED, KNOWN, expected 36.359
    test 1279 GeoidPGM('egm2008-1.pgm').height(-31.475, -158.52) kind 3: lli ('-31.474549, -158.520033'): lli ('-31.474549, -158.520033'): outside on SW  FAILED, KNOWN, expected 3.615
    test 1280 GeoidPGM('egm2008-1.pgm').height(-36.187, 62.917) kind 3: lli ('-36.187212, 62.917075'): lli ('-36.187212, 62.917075'): outside on SE  FAILED, KNOWN, expected 23.947
    test 1281 GeoidPGM('egm2008-1.pgm').height(16.003, 141.687) kind 3: lli ('16.002975, 141.686552'): lli ('16.002975, 141.686552'): outside on SE  FAILED, KNOWN, expected 51.495
    test 1282 GeoidPGM('egm2008-1.pgm').height(30.182, 86.261) kind 3: lli ('30.182218, 86.260576'): lli ('30.182218, 86.260576'): outside on E  FAILED, KNOWN, expected -30.910
    test 1283 GeoidPGM('egm2008-1.pgm').height(-77.304, 159.498) kind 3: lli ('-77.303842, 159.497665'): lli ('-77.303842, 159.497665'): outside on SE  FAILED, KNOWN, expected -52.131
    test 1284 GeoidPGM('egm2008-1.pgm').height(39.536, 139.795) kind 3: lli ('39.536, 139.795358'): lli ('39.536, 139.795358'): outside on E  FAILED, KNOWN, expected 37.045
    test 1285 GeoidPGM('egm2008-1.pgm').height(8.569, 134.618) kind 3: lli ('8.569309, 134.618403'): lli ('8.569309, 134.618403'): outside on SE  FAILED, KNOWN, expected 64.180
    test 1286 GeoidPGM('egm2008-1.pgm').height(14.473, 90.596) kind 3: lli ('14.473483, 90.595663'): lli ('14.473483, 90.595663'): outside on SE  FAILED, KNOWN, expected -62.475
    test 1287 GeoidPGM('egm2008-1.pgm').height(-13.138, -99.589) kind 3: lli ('-13.13767, -99.589202'): lli ('-13.13767, -99.589202'): outside on S  FAILED, KNOWN, expected -8.454
    test 1288 GeoidPGM('egm2008-1.pgm').height(34.212, -26.307) kind 3: lli ('34.211572, -26.307194'): lli ('34.211572, -26.307194'): outside on E  FAILED, KNOWN, expected 40.834
    test 1289 GeoidPGM('egm2008-1.pgm').height(21.89, 76.371) kind 3: lli ('21.889732, 76.371362'): lli ('21.889732, 76.371362'): outside on SE  FAILED, KNOWN, expected -60.455
    test 1290 GeoidPGM('egm2008-1.pgm').height(29.793, 120.487) kind 3: lli ('29.792909, 120.48703'): lli ('29.792909, 120.48703'): outside on E  FAILED, KNOWN, expected 9.727
    test 1291 GeoidPGM('egm2008-1.pgm').height(15.724, 122.714) kind 3: lli ('15.723814, 122.713685'): lli ('15.723814, 122.713685'): outside on SE  FAILED, KNOWN, expected 32.142
    test 1292 GeoidPGM('egm2008-1.pgm').height(-66.208, -78.499) kind 3: lli ('-66.20776, -78.498807'): lli ('-66.20776, -78.498807'): outside on S  FAILED, KNOWN, expected -6.220
    test 1293 GeoidPGM('egm2008-1.pgm').height(-39.507, 55.809) kind 3: lli ('-39.507049, 55.808743'): lli ('-39.507049, 55.808743'): outside on SE  FAILED, KNOWN, expected 32.489
    test 1294 GeoidPGM('egm2008-1.pgm').height(28.159, 51.476) kind 3: lli ('28.159494, 51.476474'): lli ('28.159494, 51.476474'): outside on E  FAILED, KNOWN, expected -24.692
    test 1295 GeoidPGM('egm2008-1.pgm').height(-36.207, 120.205) kind 3: lli ('-36.206825, 120.205019'): lli ('-36.206825, 120.205019'): outside on SE  FAILED, KNOWN, expected -38.749
    test 1296 GeoidPGM('egm2008-1.pgm').height(30.575, -99.998) kind 3: -23.254  FAILED, KNOWN, expected -23.255
    test 1297 GeoidPGM('egm2008-1.pgm').height(-16.993, 37.136) kind 3: lli ('-16.992515, 37.135881'): lli ('-16.992515, 37.135881'): outside on SE  FAILED, KNOWN, expected -13.455
    test 1298 GeoidPGM('egm2008-1.pgm').height(-11.477, 12.039) kind 3: lli ('-11.476997, 12.038708'): lli ('-11.476997, 12.038708'): outside on SE  FAILED, KNOWN, expected 16.627
    test 1299 GeoidPGM('egm2008-1.pgm').height(30.428, -144.765) kind 3: lli ('30.428465, -144.765049'): lli ('30.428465, -144.765049'): outside on W  FAILED, KNOWN, expected -22.221
    test 1300 GeoidPGM('egm2008-1.pgm').height(-17.44, -92.424) kind 3: lli ('-17.439773, -92.424339'): lli ('-17.439773, -92.424339'): outside on S  FAILED, KNOWN, expected -4.836
    test 1301 GeoidPGM('egm2008-1.pgm').height(40.203, 143.43) kind 3: lli ('40.203164, 143.429799'): lli ('40.203164, 143.429799'): outside on E  FAILED, KNOWN, expected 19.571
    test 1302 GeoidPGM('egm2008-1.pgm').height(-37.098, -106.574) kind 3: lli ('-37.098392, -106.573712'): lli ('-37.098392, -106.573712'): outside on S  FAILED, KNOWN, expected -9.227
    test 1303 GeoidPGM('egm2008-1.pgm').height(54.62, -68.413) kind 3: -23.248
    test 1304 GeoidPGM('egm2008-1.pgm').height(-31.633, 148.182) kind 3: lli ('-31.633252, 148.181926'): lli ('-31.633252, 148.181926'): outside on SE  FAILED, KNOWN, expected 24.829
    test 1305 GeoidPGM('egm2008-1.pgm').height(-56.07, -141.407) kind 3: lli ('-56.069748, -141.406778'): lli ('-56.069748, -141.406778'): outside on SW  FAILED, KNOWN, expected -21.705
    test 1306 GeoidPGM('egm2008-1.pgm').height(-8.195, -52.691) kind 3: lli ('-8.195214, -52.691177'): lli ('-8.195214, -52.691177'): outside on SE  FAILED, KNOWN, expected -17.053
    test 1307 GeoidPGM('egm2008-1.pgm').height(17.851, 24.749) kind 3: lli ('17.850526, 24.748606'): lli ('17.850526, 24.748606'): outside on SE  FAILED, KNOWN, expected 11.716
    test 1308 GeoidPGM('egm2008-1.pgm').height(0.349, -108.333) kind 3: lli ('0.349465, -108.332667'): lli ('0.349465, -108.332667'): outside on S  FAILED, KNOWN, expected -19.530
    test 1309 GeoidPGM('egm2008-1.pgm').height(15.038, 126.191) kind 3: lli ('15.037932, 126.190545'): lli ('15.037932, 126.190545'): outside on SE  FAILED, KNOWN, expected 45.929
    test 1310 GeoidPGM('egm2008-1.pgm').height(-21.111, -123.696) kind 3: lli ('-21.111105, -123.695981'): lli ('-21.111105, -123.695981'): outside on S  FAILED, KNOWN, expected -8.283
    test 1311 GeoidPGM('egm2008-1.pgm').height(30.947, 173.002) kind 3: lli ('30.946618, 173.002137'): lli ('30.946618, 173.002137'): outside on E  FAILED, KNOWN, expected -8.467
    test 1312 GeoidPGM('egm2008-1.pgm').height(-10.698, -144.091) kind 3: lli ('-10.698334, -144.091109'): lli ('-10.698334, -144.091109'): outside on SW  FAILED, KNOWN, expected -1.829
    test 1313 GeoidPGM('egm2008-1.pgm').height(-29.412, 124.753) kind 3: lli ('-29.412071, 124.75279'): lli ('-29.412071, 124.75279'): outside on SE  FAILED, KNOWN, expected -16.506
    test 1314 GeoidPGM('egm2008-1.pgm').height(38.224, -137.189) kind 3: lli ('38.223621, -137.189376'): lli ('38.223621, -137.189376'): outside on W  FAILED, KNOWN, expected -35.384
    test 1315 GeoidPGM('egm2008-1.pgm').height(36.064, -132.409) kind 3: lli ('36.063775, -132.409284'): lli ('36.063775, -132.409284'): outside on W  FAILED, KNOWN, expected -38.963
    test 1316 GeoidPGM('egm2008-1.pgm').height(29.975, 178.076) kind 3: lli ('29.974676, 178.075894'): lli ('29.974676, 178.075894'): outside on E  FAILED, KNOWN, expected -6.956
    test 1317 GeoidPGM('egm2008-1.pgm').height(-21.346, 169.26) kind 3: lli ('-21.346396, 169.259508'): lli ('-21.346396, 169.259508'): outside on SE  FAILED, KNOWN, expected 51.005
    test 1318 GeoidPGM('egm2008-1.pgm').height(49.282, -152.934) kind 3: lli ('49.282472, -152.934409'): lli ('49.282472, -152.934409'): outside on W  FAILED, KNOWN, expected 1.192
    test 1319 GeoidPGM('egm2008-1.pgm').height(16.349, -99.962) kind 3: lli ('16.349121, -99.962229'): lli ('16.349121, -99.962229'): outside on S  FAILED, KNOWN, expected -15.038
    test 1320 GeoidPGM('egm2008-1.pgm').height(-14.293, -167.34) kind 3: lli ('-14.293325, -167.339799'): lli ('-14.293325, -167.339799'): outside on SW  FAILED, KNOWN, expected 17.791
    test 1321 GeoidPGM('egm2008-1.pgm').height(47.166, -38.523) kind 3: lli ('47.165911, -38.522629'): lli ('47.165911, -38.522629'): outside on E  FAILED, KNOWN, expected 44.652
    test 1322 GeoidPGM('egm2008-1.pgm').height(-58.911, 114.347) kind 3: lli ('-58.910597, 114.346927'): lli ('-58.910597, 114.346927'): outside on SE  FAILED, KNOWN, expected -17.971
    test 1323 GeoidPGM('egm2008-1.pgm').height(-9.055, 111.294) kind 3: lli ('-9.055095, 111.294422'): lli ('-9.055095, 111.294422'): outside on SE  FAILED, KNOWN, expected 11.631
    test 1324 GeoidPGM('egm2008-1.pgm').height(18.391, 29.692) kind 3: lli ('18.390988, 29.691577'): lli ('18.390988, 29.691577'): outside on SE  FAILED, KNOWN, expected 7.394
    test 1325 GeoidPGM('egm2008-1.pgm').height(-15.074, 22.153) kind 3: lli ('-15.074412, 22.152663'): lli ('-15.074412, 22.152663'): outside on SE  FAILED, KNOWN, expected 7.932
    test 1326 GeoidPGM('egm2008-1.pgm').height(-4.235, 62.001) kind 3: lli ('-4.234571, 62.001081'): lli ('-4.234571, 62.001081'): outside on SE  FAILED, KNOWN, expected -60.593
    test 1327 GeoidPGM('egm2008-1.pgm').height(15.171, -86.583) kind 3: lli ('15.170822, -86.582929'): lli ('15.170822, -86.582929'): outside on S  FAILED, KNOWN, expected 4.384
    test 1328 GeoidPGM('egm2008-1.pgm').height(79.254, 112.116) kind 3: lli ('79.254009, 112.115515'): lli ('79.254009, 112.115515'): outside on NE  FAILED, KNOWN, expected 1.297
    test 1329 GeoidPGM('egm2008-1.pgm').height(15.947, 156.093) kind 3: lli ('15.947068, 156.092678'): lli ('15.947068, 156.092678'): outside on SE  FAILED, KNOWN, expected 30.852
    test 1330 GeoidPGM('egm2008-1.pgm').height(68.371, -177.382) kind 3: lli ('68.370605, -177.382127'): lli ('68.370605, -177.382127'): outside on NW  FAILED, KNOWN, expected 2.704
    test 1331 GeoidPGM('egm2008-1.pgm').height(-41.931, -72.093) kind 3: lli ('-41.931009, -72.093413'): lli ('-41.931009, -72.093413'): outside on S  FAILED, KNOWN, expected 21.264
    test 1332 GeoidPGM('egm2008-1.pgm').height(-1.193, -143.133) kind 3: lli ('-1.192967, -143.133078'): lli ('-1.192967, -143.133078'): outside on SW  FAILED, KNOWN, expected 5.443
    test 1333 GeoidPGM('egm2008-1.pgm').height(-37.006, 154.513) kind 3: lli ('-37.006115, 154.512534'): lli ('-37.006115, 154.512534'): outside on SE  FAILED, KNOWN, expected 9.998
    test 1334 GeoidPGM('egm2008-1.pgm').height(-22.148, 9.938) kind 3: lli ('-22.148493, 9.938408'): lli ('-22.148493, 9.938408'): outside on SE  FAILED, KNOWN, expected 22.428
    test 1335 GeoidPGM('egm2008-1.pgm').height(24.329, 109.044) kind 3: lli ('24.328746, 109.043774'): lli ('24.328746, 109.043774'): outside on SE  FAILED, KNOWN, expected -23.154
    test 1336 GeoidPGM('egm2008-1.pgm').height(-54.878, 114.691) kind 3: lli ('-54.877699, 114.691444'): lli ('-54.877699, 114.691444'): outside on SE  FAILED, KNOWN, expected -17.662
    test 1337 GeoidPGM('egm2008-1.pgm').height(45.601, -80.458) kind 3: -36.840  FAILED, KNOWN, expected -36.839
    test 1338 GeoidPGM('egm2008-1.pgm').height(2.372, 58.974) kind 3: lli ('2.371766, 58.974082'): lli ('2.371766, 58.974082'): outside on SE  FAILED, KNOWN, expected -61.221
    test 1339 GeoidPGM('egm2008-1.pgm').height(15.937, 165.854) kind 3: lli ('15.936522, 165.854035'): lli ('15.936522, 165.854035'): outside on SE  FAILED, KNOWN, expected 20.355
    test 1340 GeoidPGM('egm2008-1.pgm').height(4.889, -24.213) kind 3: lli ('4.889499, -24.213194'): lli ('4.889499, -24.213194'): outside on SE  FAILED, KNOWN, expected 13.147
    test 1341 GeoidPGM('egm2008-1.pgm').height(-11.392, 179.558) kind 3: lli ('-11.392365, 179.558198'): lli ('-11.392365, 179.558198'): outside on SE  FAILED, KNOWN, expected 41.072
    test 1342 GeoidPGM('egm2008-1.pgm').height(58.246, 4.862) kind 3: lli ('58.24629, 4.862128'): lli ('58.24629, 4.862128'): outside on NE  FAILED, KNOWN, expected 42.982
    test 1343 GeoidPGM('egm2008-1.pgm').height(34.302, -109.109) kind 3: -22.997  FAILED, KNOWN, expected -22.998
    test 1344 GeoidPGM('egm2008-1.pgm').height(-58.196, 117.306) kind 3: lli ('-58.195787, 117.305696'): lli ('-58.195787, 117.305696'): outside on SE  FAILED, KNOWN, expected -20.662
    test 1345 GeoidPGM('egm2008-1.pgm').height(44.5, 173.769) kind 3: lli ('44.499876, 173.768568'): lli ('44.499876, 173.768568'): outside on E  FAILED, KNOWN, expected -8.438
    test 1346 GeoidPGM('egm2008-1.pgm').height(-28.863, -139.775) kind 3: lli ('-28.862539, -139.774812'): lli ('-28.862539, -139.774812'): outside on SW  FAILED, KNOWN, expected -8.712
    test 1347 GeoidPGM('egm2008-1.pgm').height(19.507, -96.099) kind 3: lli ('19.507043, -96.099433'): lli ('19.507043, -96.099433'): outside on S  FAILED, KNOWN, expected -12.653
    test 1348 GeoidPGM('egm2008-1.pgm').height(-42.488, -73.907) kind 3: lli ('-42.487604, -73.906602'): lli ('-42.487604, -73.906602'): outside on S  FAILED, KNOWN, expected 17.166
    test 1349 GeoidPGM('egm2008-1.pgm').height(46.138, -141.429) kind 3: lli ('46.138437, -141.429193'): lli ('46.138437, -141.429193'): outside on W  FAILED, KNOWN, expected -19.874
    test 1350 GeoidPGM('egm2008-1.pgm').height(60.507, 93.743) kind 3: lli ('60.506969, 93.74336'): lli ('60.506969, 93.74336'): outside on NE  FAILED, KNOWN, expected -31.124
    test 1351 GeoidPGM('egm2008-1.pgm').height(26.219, -145.434) kind 3: lli ('26.219081, -145.434391'): lli ('26.219081, -145.434391'): outside on W  FAILED, KNOWN, expected -17.307
    test 1352 GeoidPGM('egm2008-1.pgm').height(-28.687, 3.37) kind 3: lli ('-28.68714, 3.370196'): lli ('-28.68714, 3.370196'): outside on SE  FAILED, KNOWN, expected 23.434
    test 1353 GeoidPGM('egm2008-1.pgm').height(-15.008, 117.45) kind 3: lli ('-15.007944, 117.449536'): lli ('-15.007944, 117.449536'): outside on SE  FAILED, KNOWN, expected 4.508
    test 1354 GeoidPGM('egm2008-1.pgm').height(40.71, 144.095) kind 3: lli ('40.710024, 144.095126'): lli ('40.710024, 144.095126'): outside on E  FAILED, KNOWN, expected 11.549
    test 1355 GeoidPGM('egm2008-1.pgm').height(20.823, -173.611) kind 3: lli ('20.823096, -173.610797'): lli ('20.823096, -173.610797'): outside on SW  FAILED, KNOWN, expected 5.748
    test 1356 GeoidPGM('egm2008-1.pgm').height(16.776, -3.009) kind 3: lli ('16.776, -3.009'): lli ('16.776, -3.009'): outside on SE  FAILED, KNOWN, expected 28.788
    test 1357 GeoidPGM('egm2008-1.pgm').height(41.0, -95.0) kind 3: -30.588  FAILED, KNOWN, expected -30.589
    test 1358 GeoidPGM('egm2008-1.pgm').height(49.0, -120.5) kind 3: -15.273
    test 1359 GeoidPGM('egm2008-1.pgm').height(49.0, -103.5) kind 3: -18.624
    test 1360 GeoidPGM('egm2008-1.pgm').height(49.0, -86.5) kind 3: -37.872  FAILED, KNOWN, expected -37.873
    test 1361 GeoidPGM('egm2008-1.pgm').height(49.0, -69.5) kind 3: -26.511
    test 1362 GeoidPGM('egm2008-1.pgm').height(33.0, -120.5) kind 3: -39.600
    test 1363 GeoidPGM('egm2008-1.pgm').height(33.0, -103.5) kind 3: -22.689
    test 1364 GeoidPGM('egm2008-1.pgm').height(33.0, -86.5) kind 3: -30.066  FAILED, KNOWN, expected -30.067
    test 1365 GeoidPGM('egm2008-1.pgm').height(33.0, -69.5) kind 3: -48.093

    test 1366 GeoidPGM('egm2008-1.pgm').height() kind 3, eps max (in 0 FAILED): 0.001

    test 1367 GeoidPGM('egm2008-1.pgm').highest(): 44.15, -109.817, -7.089
    test 1368 GeoidPGM('egm2008-1.pgm').lowerleft(): 25.0, -125.0, -45.45
    test 1369 GeoidPGM('egm2008-1.pgm').lowerright(): 25.0, -64.983, -50.831
    test 1370 GeoidPGM('egm2008-1.pgm').lowest(): 25.733, -69.767, -52.518
    test 1371 GeoidPGM('egm2008-1.pgm').upperleft(): 55.0, -125.0, -10.722
    test 1372 GeoidPGM('egm2008-1.pgm').upperright(): 55.0, -64.983, -16.223
    test 1373 GeoidPGM('egm2008-1.pgm').dtype: dtype('float64')
    test 1374 GeoidPGM('egm2008-1.pgm').knots: 6485401
    test 1375 GeoidPGM('egm2008-1.pgm').mean: -29.707
    test 1376 GeoidPGM('egm2008-1.pgm').nBytes: 51883208
    test 1377 GeoidPGM('egm2008-1.pgm').scipy: '1.3.1'
    test 1378 GeoidPGM('egm2008-1.pgm').smooth: 0
    test 1379 GeoidPGM('egm2008-1.pgm').stdev: 9.505
    test 1380 GeoidPGM('egm2008-1.pgm')._g2ll2(180, 360): (180, 0.0)
    test 1381 GeoidPGM('egm2008-1.pgm')._ll2g2(180, 360): (180, 720.0)
    test 1382 GeoidPGM('egm2008-1.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1383 GeoidPGM('egm2008-1.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1384 GeoidPGM('egm2008-1.pgm').toStr: GeoidPGM('egm2008-1.pgm'): lowerleft(25.0, -125.0, -45.45), upperright(55.0, -64.983, -16.223), center(40.0, -94.992, -31.838), highest(44.15, -109.817, -7.089), lowest(25.733, -69.767, -52.518)

    test 1385 copy(GeoidPGM): (<class 'pygeodesy.geoids.GeoidPGM'>, True)
    test 1386 GeoidPGM.copy(): (<class 'pygeodesy.geoids.GeoidPGM'>, True)
    test 1387 GeoidKarney('egm84-15.pgm').height(-76.981, 34.17) kind 2: 11.727  FAILED, KNOWN, expected 11.729
    test 1388 GeoidKarney('egm84-15.pgm').height(79.695, 88.806) kind 2: 0.280  FAILED, KNOWN, expected 0.270
    test 1389 GeoidKarney('egm84-15.pgm').height(-15.245, 168.748) kind 2: 67.071  FAILED, KNOWN, expected 67.074
    test 1390 GeoidKarney('egm84-15.pgm').height(-19.379, 15.855) kind 2: 25.366  FAILED, KNOWN, expected 25.344
    test 1391 GeoidKarney('egm84-15.pgm').height(43.378, -130.552) kind 2: -28.913  FAILED, KNOWN, expected -28.919
    test 1392 GeoidKarney('egm84-15.pgm').height(-16.075, 21.795) kind 2: 14.383  FAILED, KNOWN, expected 14.386
    test 1393 GeoidKarney('egm84-15.pgm').height(-11.256, -73.75) kind 2: 30.701  FAILED, KNOWN, expected 30.700
    test 1394 GeoidKarney('egm84-15.pgm').height(69.017, -15.921) kind 2: 62.222  FAILED, KNOWN, expected 62.225
    test 1395 GeoidKarney('egm84-15.pgm').height(2.221, 139.739) kind 2: 70.221  FAILED, KNOWN, expected 70.222
    test 1396 GeoidKarney('egm84-15.pgm').height(-9.097, 119.142) kind 2: 34.290  FAILED, KNOWN, expected 34.336
    test 1397 GeoidKarney('egm84-15.pgm').height(-28.524, -22.192) kind 2: 8.205  FAILED, KNOWN, expected 8.206
    test 1398 GeoidKarney('egm84-15.pgm').height(12.272, -136.424) kind 2: -20.068  FAILED, KNOWN, expected -20.074
    test 1399 GeoidKarney('egm84-15.pgm').height(-15.203, -85.604) kind 2: -3.129
    test 1400 GeoidKarney('egm84-15.pgm').height(-63.736, -77.17) kind 2: -3.214  FAILED, KNOWN, expected -3.217
    test 1401 GeoidKarney('egm84-15.pgm').height(-48.771, -90.102) kind 2: -1.536  FAILED, KNOWN, expected -1.531
    test 1402 GeoidKarney('egm84-15.pgm').height(-0.179, -126.368) kind 2: -16.742
    test 1403 GeoidKarney('egm84-15.pgm').height(1.586, -128.887) kind 2: -15.418  FAILED, KNOWN, expected -15.412
    test 1404 GeoidKarney('egm84-15.pgm').height(-48.781, -2.684) kind 2: 25.077  FAILED, KNOWN, expected 25.078
    test 1405 GeoidKarney('egm84-15.pgm').height(-49.092, 136.862) kind 2: -18.114  FAILED, KNOWN, expected -18.120
    test 1406 GeoidKarney('egm84-15.pgm').height(47.732, 17.552) kind 2: 46.230  FAILED, KNOWN, expected 46.224
    test 1407 GeoidKarney('egm84-15.pgm').height(-49.11, 85.706) kind 2: 18.648  FAILED, KNOWN, expected 18.649
    test 1408 GeoidKarney('egm84-15.pgm').height(-49.162, 40.321) kind 2: 44.759  FAILED, KNOWN, expected 44.764
    test 1409 GeoidKarney('egm84-15.pgm').height(3.498, 158.118) kind 2: 51.095  FAILED, KNOWN, expected 51.089
    test 1410 GeoidKarney('egm84-15.pgm').height(-35.616, 122.648) kind 2: -34.436  FAILED, KNOWN, expected -34.471
    test 1411 GeoidKarney('egm84-15.pgm').height(56.598, -96.114) kind 2: -39.124
    test 1412 GeoidKarney('egm84-15.pgm').height(-31.85, 149.121) kind 2: 28.131  FAILED, KNOWN, expected 28.142
    test 1413 GeoidKarney('egm84-15.pgm').height(-26.569, -177.792) kind 2: 49.606  FAILED, KNOWN, expected 49.619
    test 1414 GeoidKarney('egm84-15.pgm').height(76.735, -65.753) kind 2: 22.568  FAILED, KNOWN, expected 22.575
    test 1415 GeoidKarney('egm84-15.pgm').height(-21.404, -122.268) kind 2: -6.894  FAILED, KNOWN, expected -6.893
    test 1416 GeoidKarney('egm84-15.pgm').height(-77.133, -65.474) kind 2: -15.017  FAILED, KNOWN, expected -15.012
    test 1417 GeoidKarney('egm84-15.pgm').height(-58.812, 2.276) kind 2: 18.777  FAILED, KNOWN, expected 18.776
    test 1418 GeoidKarney('egm84-15.pgm').height(4.415, 155.683) kind 2: 53.644  FAILED, KNOWN, expected 53.645
    test 1419 GeoidKarney('egm84-15.pgm').height(-28.146, 107.081) kind 2: -39.058  FAILED, KNOWN, expected -39.074
    test 1420 GeoidKarney('egm84-15.pgm').height(-10.551, -126.69) kind 2: -9.643  FAILED, KNOWN, expected -9.645
    test 1421 GeoidKarney('egm84-15.pgm').height(-25.444, -103.337) kind 2: -2.520  FAILED, KNOWN, expected -2.528
    test 1422 GeoidKarney('egm84-15.pgm').height(24.436, 46.159) kind 2: -6.918  FAILED, KNOWN, expected -6.907
    test 1423 GeoidKarney('egm84-15.pgm').height(-72.889, 37.107) kind 2: 21.758  FAILED, KNOWN, expected 21.711
    test 1424 GeoidKarney('egm84-15.pgm').height(-19.629, 13.245) kind 2: 25.617  FAILED, KNOWN, expected 25.611
    test 1425 GeoidKarney('egm84-15.pgm').height(-7.602, 171.265) kind 2: 41.585  FAILED, KNOWN, expected 41.569
    test 1426 GeoidKarney('egm84-15.pgm').height(-45.364, -1.876) kind 2: 23.283  FAILED, KNOWN, expected 23.280
    test 1427 GeoidKarney('egm84-15.pgm').height(-7.292, -69.18) kind 2: 24.497  FAILED, KNOWN, expected 24.502
    test 1428 GeoidKarney('egm84-15.pgm').height(-31.566, -166.689) kind 2: 14.825  FAILED, KNOWN, expected 14.826
    test 1429 GeoidKarney('egm84-15.pgm').height(-82.751, -162.085) kind 2: -45.104
    test 1430 GeoidKarney('egm84-15.pgm').height(-40.7, 99.466) kind 2: -17.254  FAILED, KNOWN, expected -17.252
    test 1431 GeoidKarney('egm84-15.pgm').height(48.676, 39.69) kind 2: 12.984  FAILED, KNOWN, expected 12.972
    test 1432 GeoidKarney('egm84-15.pgm').height(74.817, -78.404) kind 2: 4.773  FAILED, KNOWN, expected 4.776
    test 1433 GeoidKarney('egm84-15.pgm').height(-81.032, -63.865) kind 2: -23.577
    test 1434 GeoidKarney('egm84-15.pgm').height(74.022, 9.432) kind 2: 43.884  FAILED, KNOWN, expected 43.885
    test 1435 GeoidKarney('egm84-15.pgm').height(-75.071, 17.579) kind 2: 17.064  FAILED, KNOWN, expected 17.072
    test 1436 GeoidKarney('egm84-15.pgm').height(-12.546, -54.851) kind 2: -6.637  FAILED, KNOWN, expected -6.643
    test 1437 GeoidKarney('egm84-15.pgm').height(-13.621, 42.408) kind 2: -23.332  FAILED, KNOWN, expected -23.325
    test 1438 GeoidKarney('egm84-15.pgm').height(-2.266, -91.951) kind 2: -10.689  FAILED, KNOWN, expected -10.698
    test 1439 GeoidKarney('egm84-15.pgm').height(-18.672, 42.547) kind 2: -10.305  FAILED, KNOWN, expected -10.265
    test 1440 GeoidKarney('egm84-15.pgm').height(-41.44, 157.413) kind 2: 0.692  FAILED, KNOWN, expected 0.689
    test 1441 GeoidKarney('egm84-15.pgm').height(53.686, -79.375) kind 2: -43.763  FAILED, KNOWN, expected -43.758
    test 1442 GeoidKarney('egm84-15.pgm').height(39.26, -30.351) kind 2: 57.551  FAILED, KNOWN, expected 57.554
    test 1443 GeoidKarney('egm84-15.pgm').height(-51.699, -141.493) kind 2: -16.939  FAILED, KNOWN, expected -16.936
    test 1444 GeoidKarney('egm84-15.pgm').height(36.585, 4.515) kind 2: 45.227  FAILED, KNOWN, expected 45.295
    test 1445 GeoidKarney('egm84-15.pgm').height(39.642, -54.659) kind 2: -13.585  FAILED, KNOWN, expected -13.586
    test 1446 GeoidKarney('egm84-15.pgm').height(59.761, 166.567) kind 2: 11.469  FAILED, KNOWN, expected 11.468
    test 1447 GeoidKarney('egm84-15.pgm').height(51.83, 13.357) kind 2: 42.090  FAILED, KNOWN, expected 42.092
    test 1448 GeoidKarney('egm84-15.pgm').height(-36.531, -175.431) kind 2: 22.828  FAILED, KNOWN, expected 22.830
    test 1449 GeoidKarney('egm84-15.pgm').height(-37.08, 125.264) kind 2: -32.300  FAILED, KNOWN, expected -32.302
    test 1450 GeoidKarney('egm84-15.pgm').height(-68.651, 92.732) kind 2: 9.212  FAILED, KNOWN, expected 9.228
    test 1451 GeoidKarney('egm84-15.pgm').height(35.087, 45.336) kind 2: 6.000  FAILED, KNOWN, expected 5.965
    test 1452 GeoidKarney('egm84-15.pgm').height(-61.356, -169.379) kind 2: -45.000  FAILED, KNOWN, expected -45.013
    test 1453 GeoidKarney('egm84-15.pgm').height(-36.955, 179.12) kind 2: 21.148  FAILED, KNOWN, expected 21.118
    test 1454 GeoidKarney('egm84-15.pgm').height(10.248, -6.714) kind 2: 30.500  FAILED, KNOWN, expected 30.497
    test 1455 GeoidKarney('egm84-15.pgm').height(36.868, 84.602) kind 2: -40.416  FAILED, KNOWN, expected -40.396
    test 1456 GeoidKarney('egm84-15.pgm').height(28.637, 88.933) kind 2: -31.726  FAILED, KNOWN, expected -31.704
    test 1457 GeoidKarney('egm84-15.pgm').height(54.811, -99.968) kind 2: -32.271  FAILED, KNOWN, expected -32.277
    test 1458 GeoidKarney('egm84-15.pgm').height(7.611, 145.911) kind 2: 61.016  FAILED, KNOWN, expected 61.024
    test 1459 GeoidKarney('egm84-15.pgm').height(59.412, 170.102) kind 2: 5.017  FAILED, KNOWN, expected 4.994
    test 1460 GeoidKarney('egm84-15.pgm').height(-61.469, 126.144) kind 2: -30.240  FAILED, KNOWN, expected -30.237
    test 1461 GeoidKarney('egm84-15.pgm').height(18.514, -137.083) kind 2: -26.007  FAILED, KNOWN, expected -26.006
    test 1462 GeoidKarney('egm84-15.pgm').height(7.854, -126.799) kind 2: -29.280  FAILED, KNOWN, expected -29.283
    test 1463 GeoidKarney('egm84-15.pgm').height(47.489, 134.183) kind 2: 22.400  FAILED, KNOWN, expected 22.394
    test 1464 GeoidKarney('egm84-15.pgm').height(-34.144, -11.922) kind 2: 17.549  FAILED, KNOWN, expected 17.550
    test 1465 GeoidKarney('egm84-15.pgm').height(-58.389, 117.458) kind 2: -20.621  FAILED, KNOWN, expected -20.622
    test 1466 GeoidKarney('egm84-15.pgm').height(9.773, 95.846) kind 2: -41.463  FAILED, KNOWN, expected -41.484
    test 1467 GeoidKarney('egm84-15.pgm').height(-53.12, 136.994) kind 2: -20.969  FAILED, KNOWN, expected -20.968
    test 1468 GeoidKarney('egm84-15.pgm').height(-50.35, 0.075) kind 2: 25.561  FAILED, KNOWN, expected 25.568
    test 1469 GeoidKarney('egm84-15.pgm').height(31.438, -170.879) kind 2: -8.574  FAILED, KNOWN, expected -8.581
    test 1470 GeoidKarney('egm84-15.pgm').height(37.541, -153.024) kind 2: -18.329
    test 1471 GeoidKarney('egm84-15.pgm').height(27.586, 2.444) kind 2: 25.003  FAILED, KNOWN, expected 25.001
    test 1472 GeoidKarney('egm84-15.pgm').height(-26.139, -106.201) kind 2: -2.945  FAILED, KNOWN, expected -2.940
    test 1473 GeoidKarney('egm84-15.pgm').height(-33.426, -14.84) kind 2: 18.220  FAILED, KNOWN, expected 18.228
    test 1474 GeoidKarney('egm84-15.pgm').height(39.586, -153.019) kind 2: -16.511  FAILED, KNOWN, expected -16.507
    test 1475 GeoidKarney('egm84-15.pgm').height(-60.79, -2.578) kind 2: 14.277  FAILED, KNOWN, expected 14.275
    test 1476 GeoidKarney('egm84-15.pgm').height(-20.131, 21.975) kind 2: 16.866  FAILED, KNOWN, expected 16.852
    test 1477 GeoidKarney('egm84-15.pgm').height(75.649, 99.921) kind 2: -6.870  FAILED, KNOWN, expected -6.872
    test 1478 GeoidKarney('egm84-15.pgm').height(-0.385, -23.788) kind 2: 8.987  FAILED, KNOWN, expected 9.006
    test 1479 GeoidKarney('egm84-15.pgm').height(-51.56, -50.327) kind 2: 6.277  FAILED, KNOWN, expected 6.296
    test 1480 GeoidKarney('egm84-15.pgm').height(-43.129, -167.271) kind 2: -1.483  FAILED, KNOWN, expected -1.481
    test 1481 GeoidKarney('egm84-15.pgm').height(46.374, 71.948) kind 2: -40.929  FAILED, KNOWN, expected -40.915
    test 1482 GeoidKarney('egm84-15.pgm').height(-22.783, 140.657) kind 2: 37.481  FAILED, KNOWN, expected 37.495
    test 1483 GeoidKarney('egm84-15.pgm').height(-12.056, 122.804) kind 2: 32.222  FAILED, KNOWN, expected 32.258
    test 1484 GeoidKarney('egm84-15.pgm').height(30.127, 94.738) kind 2: -41.529
    test 1485 GeoidKarney('egm84-15.pgm').height(46.296, -174.479) kind 2: -1.377
    test 1486 GeoidKarney('egm84-15.pgm').height(34.99, 15.052) kind 2: 35.263  FAILED, KNOWN, expected 35.280
    test 1487 GeoidKarney('egm84-15.pgm').height(-51.287, 90.565) kind 2: 12.958
    test 1488 GeoidKarney('egm84-15.pgm').height(34.217, 141.302) kind 2: 18.423  FAILED, KNOWN, expected 18.307
    test 1489 GeoidKarney('egm84-15.pgm').height(-40.423, -142.787) kind 2: -10.400
    test 1490 GeoidKarney('egm84-15.pgm').height(-17.854, -170.216) kind 2: 28.649  FAILED, KNOWN, expected 28.638
    test 1491 GeoidKarney('egm84-15.pgm').height(47.803, 112.701) kind 2: -24.060  FAILED, KNOWN, expected -24.059
    test 1492 GeoidKarney('egm84-15.pgm').height(-23.276, 133.454) kind 2: 18.800  FAILED, KNOWN, expected 18.806
    test 1493 GeoidKarney('egm84-15.pgm').height(-26.884, -36.571) kind 2: -6.808  FAILED, KNOWN, expected -6.820
    test 1494 GeoidKarney('egm84-15.pgm').height(-37.106, 31.128) kind 2: 31.485  FAILED, KNOWN, expected 31.486
    test 1495 GeoidKarney('egm84-15.pgm').height(-75.363, -173.674) kind 2: -62.021  FAILED, KNOWN, expected -62.024
    test 1496 GeoidKarney('egm84-15.pgm').height(-18.305, 69.016) kind 2: -24.246  FAILED, KNOWN, expected -24.248
    test 1497 GeoidKarney('egm84-15.pgm').height(39.527, 23.58) kind 2: 43.246  FAILED, KNOWN, expected 43.255
    test 1498 GeoidKarney('egm84-15.pgm').height(68.903, 30.97) kind 2: 18.496  FAILED, KNOWN, expected 18.498
    test 1499 GeoidKarney('egm84-15.pgm').height(53.937, 168.318) kind 2: 4.100  FAILED, KNOWN, expected 4.067
    test 1500 GeoidKarney('egm84-15.pgm').height(-38.6, 64.812) kind 2: 25.456  FAILED, KNOWN, expected 25.454
    test 1501 GeoidKarney('egm84-15.pgm').height(-41.396, -69.739) kind 2: 26.619  FAILED, KNOWN, expected 26.657
    test 1502 GeoidKarney('egm84-15.pgm').height(50.158, 72.319) kind 2: -32.003  FAILED, KNOWN, expected -31.966
    test 1503 GeoidKarney('egm84-15.pgm').height(27.692, 176.153) kind 2: -4.422  FAILED, KNOWN, expected -4.415
    test 1504 GeoidKarney('egm84-15.pgm').height(-48.419, 170.454) kind 2: -6.717  FAILED, KNOWN, expected -6.741
    test 1505 GeoidKarney('egm84-15.pgm').height(-65.346, -124.976) kind 2: -34.915  FAILED, KNOWN, expected -34.900
    test 1506 GeoidKarney('egm84-15.pgm').height(-51.873, 167.266) kind 2: -14.214  FAILED, KNOWN, expected -14.223
    test 1507 GeoidKarney('egm84-15.pgm').height(-7.263, 84.308) kind 2: -79.313  FAILED, KNOWN, expected -79.317
    test 1508 GeoidKarney('egm84-15.pgm').height(-1.461, -105.458) kind 2: -16.163
    test 1509 GeoidKarney('egm84-15.pgm').height(7.684, 161.873) kind 2: 36.296  FAILED, KNOWN, expected 36.287
    test 1510 GeoidKarney('egm84-15.pgm').height(-31.475, -158.52) kind 2: 4.066  FAILED, KNOWN, expected 4.068
    test 1511 GeoidKarney('egm84-15.pgm').height(-36.187, 62.917) kind 2: 24.401  FAILED, KNOWN, expected 24.407
    test 1512 GeoidKarney('egm84-15.pgm').height(16.003, 141.687) kind 2: 53.051  FAILED, KNOWN, expected 53.054
    test 1513 GeoidKarney('egm84-15.pgm').height(30.182, 86.261) kind 2: -30.616  FAILED, KNOWN, expected -30.622
    test 1514 GeoidKarney('egm84-15.pgm').height(-77.304, 159.498) kind 2: -53.544  FAILED, KNOWN, expected -53.540
    test 1515 GeoidKarney('egm84-15.pgm').height(39.536, 139.795) kind 2: 36.274  FAILED, KNOWN, expected 36.262
    test 1516 GeoidKarney('egm84-15.pgm').height(8.569, 134.618) kind 2: 64.339  FAILED, KNOWN, expected 64.369
    test 1517 GeoidKarney('egm84-15.pgm').height(14.473, 90.596) kind 2: -61.320  FAILED, KNOWN, expected -61.300
    test 1518 GeoidKarney('egm84-15.pgm').height(-13.138, -99.589) kind 2: -7.996  FAILED, KNOWN, expected -7.999
    test 1519 GeoidKarney('egm84-15.pgm').height(34.212, -26.307) kind 2: 41.489  FAILED, KNOWN, expected 41.477
    test 1520 GeoidKarney('egm84-15.pgm').height(21.89, 76.371) kind 2: -59.881  FAILED, KNOWN, expected -59.876
    test 1521 GeoidKarney('egm84-15.pgm').height(29.793, 120.487) kind 2: 8.422  FAILED, KNOWN, expected 8.404
    test 1522 GeoidKarney('egm84-15.pgm').height(15.724, 122.714) kind 2: 39.200  FAILED, KNOWN, expected 39.152
    test 1523 GeoidKarney('egm84-15.pgm').height(-66.208, -78.499) kind 2: -7.068  FAILED, KNOWN, expected -7.076
    test 1524 GeoidKarney('egm84-15.pgm').height(-39.507, 55.809) kind 2: 33.179  FAILED, KNOWN, expected 33.178
    test 1525 GeoidKarney('egm84-15.pgm').height(28.159, 51.476) kind 2: -23.801  FAILED, KNOWN, expected -23.832
    test 1526 GeoidKarney('egm84-15.pgm').height(-36.207, 120.205) kind 2: -38.175  FAILED, KNOWN, expected -38.206
    test 1527 GeoidKarney('egm84-15.pgm').height(30.575, -99.998) kind 2: -22.171  FAILED, KNOWN, expected -22.142
    test 1528 GeoidKarney('egm84-15.pgm').height(-16.993, 37.136) kind 2: -13.746  FAILED, KNOWN, expected -13.765
    test 1529 GeoidKarney('egm84-15.pgm').height(-11.477, 12.039) kind 2: 16.909  FAILED, KNOWN, expected 16.898
    test 1530 GeoidKarney('egm84-15.pgm').height(30.428, -144.765) kind 2: -22.479  FAILED, KNOWN, expected -22.474
    test 1531 GeoidKarney('egm84-15.pgm').height(-17.44, -92.424) kind 2: -4.710  FAILED, KNOWN, expected -4.718
    test 1532 GeoidKarney('egm84-15.pgm').height(40.203, 143.43) kind 2: 16.680  FAILED, KNOWN, expected 16.635
    test 1533 GeoidKarney('egm84-15.pgm').height(-37.098, -106.574) kind 2: -9.012
    test 1534 GeoidKarney('egm84-15.pgm').height(54.62, -68.413) kind 2: -23.556  FAILED, KNOWN, expected -23.543
    test 1535 GeoidKarney('egm84-15.pgm').height(-31.633, 148.182) kind 2: 26.240  FAILED, KNOWN, expected 26.236
    test 1536 GeoidKarney('egm84-15.pgm').height(-56.07, -141.407) kind 2: -21.963  FAILED, KNOWN, expected -21.953
    test 1537 GeoidKarney('egm84-15.pgm').height(-8.195, -52.691) kind 2: -17.959
    test 1538 GeoidKarney('egm84-15.pgm').height(17.851, 24.749) kind 2: 9.072  FAILED, KNOWN, expected 9.078
    test 1539 GeoidKarney('egm84-15.pgm').height(0.349, -108.333) kind 2: -19.160  FAILED, KNOWN, expected -19.158
    test 1540 GeoidKarney('egm84-15.pgm').height(15.038, 126.191) kind 2: 46.776
    test 1541 GeoidKarney('egm84-15.pgm').height(-21.111, -123.696) kind 2: -8.053  FAILED, KNOWN, expected -8.055
    test 1542 GeoidKarney('egm84-15.pgm').height(30.947, 173.002) kind 2: -7.681  FAILED, KNOWN, expected -7.696
    test 1543 GeoidKarney('egm84-15.pgm').height(-10.698, -144.091) kind 2: -1.052  FAILED, KNOWN, expected -1.049
    test 1544 GeoidKarney('egm84-15.pgm').height(-29.412, 124.753) kind 2: -16.081
    test 1545 GeoidKarney('egm84-15.pgm').height(38.224, -137.189) kind 2: -35.429  FAILED, KNOWN, expected -35.427
    test 1546 GeoidKarney('egm84-15.pgm').height(36.064, -132.409) kind 2: -38.648
    test 1547 GeoidKarney('egm84-15.pgm').height(29.975, 178.076) kind 2: -5.524  FAILED, KNOWN, expected -5.519
    test 1548 GeoidKarney('egm84-15.pgm').height(-21.346, 169.26) kind 2: 53.448  FAILED, KNOWN, expected 53.431
    test 1549 GeoidKarney('egm84-15.pgm').height(49.282, -152.934) kind 2: 1.977  FAILED, KNOWN, expected 1.979
    test 1550 GeoidKarney('egm84-15.pgm').height(16.349, -99.962) kind 2: -13.131  FAILED, KNOWN, expected -13.197
    test 1551 GeoidKarney('egm84-15.pgm').height(-14.293, -167.34) kind 2: 18.953  FAILED, KNOWN, expected 18.945
    test 1552 GeoidKarney('egm84-15.pgm').height(47.166, -38.523) kind 2: 45.180  FAILED, KNOWN, expected 45.187
    test 1553 GeoidKarney('egm84-15.pgm').height(-58.911, 114.347) kind 2: -17.155  FAILED, KNOWN, expected -17.145
    test 1554 GeoidKarney('egm84-15.pgm').height(-9.055, 111.294) kind 2: 13.136  FAILED, KNOWN, expected 13.146
    test 1555 GeoidKarney('egm84-15.pgm').height(18.391, 29.692) kind 2: 4.933
    test 1556 GeoidKarney('egm84-15.pgm').height(-15.074, 22.153) kind 2: 12.313  FAILED, KNOWN, expected 12.326
    test 1557 GeoidKarney('egm84-15.pgm').height(-4.235, 62.001) kind 2: -60.029  FAILED, KNOWN, expected -60.030
    test 1558 GeoidKarney('egm84-15.pgm').height(15.171, -86.583) kind 2: 3.034  FAILED, KNOWN, expected 3.110
    test 1559 GeoidKarney('egm84-15.pgm').height(79.254, 112.116) kind 2: -2.741
    test 1560 GeoidKarney('egm84-15.pgm').height(15.947, 156.093) kind 2: 32.108  FAILED, KNOWN, expected 32.085
    test 1561 GeoidKarney('egm84-15.pgm').height(68.371, -177.382) kind 2: 2.069  FAILED, KNOWN, expected 2.060
    test 1562 GeoidKarney('egm84-15.pgm').height(-41.931, -72.093) kind 2: 22.901  FAILED, KNOWN, expected 22.916
    test 1563 GeoidKarney('egm84-15.pgm').height(-1.193, -143.133) kind 2: 5.526  FAILED, KNOWN, expected 5.519
    test 1564 GeoidKarney('egm84-15.pgm').height(-37.006, 154.513) kind 2: 11.019  FAILED, KNOWN, expected 11.020
    test 1565 GeoidKarney('egm84-15.pgm').height(-22.148, 9.938) kind 2: 22.181  FAILED, KNOWN, expected 22.171
    test 1566 GeoidKarney('egm84-15.pgm').height(24.329, 109.044) kind 2: -22.957  FAILED, KNOWN, expected -22.944
    test 1567 GeoidKarney('egm84-15.pgm').height(-54.878, 114.691) kind 2: -17.583  FAILED, KNOWN, expected -17.580
    test 1568 GeoidKarney('egm84-15.pgm').height(45.601, -80.458) kind 2: -35.728  FAILED, KNOWN, expected -35.738
    test 1569 GeoidKarney('egm84-15.pgm').height(2.372, 58.974) kind 2: -61.036  FAILED, KNOWN, expected -61.040
    test 1570 GeoidKarney('egm84-15.pgm').height(15.937, 165.854) kind 2: 20.897  FAILED, KNOWN, expected 20.907
    test 1571 GeoidKarney('egm84-15.pgm').height(4.889, -24.213) kind 2: 13.865  FAILED, KNOWN, expected 13.874
    test 1572 GeoidKarney('egm84-15.pgm').height(-11.392, 179.558) kind 2: 40.920  FAILED, KNOWN, expected 40.929
    test 1573 GeoidKarney('egm84-15.pgm').height(58.246, 4.862) kind 2: 43.196  FAILED, KNOWN, expected 43.191
    test 1574 GeoidKarney('egm84-15.pgm').height(34.302, -109.109) kind 2: -22.016  FAILED, KNOWN, expected -22.006
    test 1575 GeoidKarney('egm84-15.pgm').height(-58.196, 117.306) kind 2: -20.378  FAILED, KNOWN, expected -20.375
    test 1576 GeoidKarney('egm84-15.pgm').height(44.5, 173.769) kind 2: -7.856  FAILED, KNOWN, expected -7.852
    test 1577 GeoidKarney('egm84-15.pgm').height(-28.863, -139.775) kind 2: -8.680  FAILED, KNOWN, expected -8.674
    test 1578 GeoidKarney('egm84-15.pgm').height(19.507, -96.099) kind 2: -14.089  FAILED, KNOWN, expected -14.117
    test 1579 GeoidKarney('egm84-15.pgm').height(-42.488, -73.907) kind 2: 17.249  FAILED, KNOWN, expected 17.251
    test 1580 GeoidKarney('egm84-15.pgm').height(46.138, -141.429) kind 2: -19.434  FAILED, KNOWN, expected -19.436
    test 1581 GeoidKarney('egm84-15.pgm').height(60.507, 93.743) kind 2: -31.333  FAILED, KNOWN, expected -31.330
    test 1582 GeoidKarney('egm84-15.pgm').height(26.219, -145.434) kind 2: -17.088  FAILED, KNOWN, expected -17.090
    test 1583 GeoidKarney('egm84-15.pgm').height(-28.687, 3.37) kind 2: 24.177  FAILED, KNOWN, expected 24.184
    test 1584 GeoidKarney('egm84-15.pgm').height(-15.008, 117.45) kind 2: 6.146  FAILED, KNOWN, expected 6.142
    test 1585 GeoidKarney('egm84-15.pgm').height(40.71, 144.095) kind 2: 11.771  FAILED, KNOWN, expected 11.693
    test 1586 GeoidKarney('egm84-15.pgm').height(20.823, -173.611) kind 2: 6.830  FAILED, KNOWN, expected 6.840
    test 1587 GeoidKarney('egm84-15.pgm').height(16.776, -3.009) kind 2: 31.293  FAILED, KNOWN, expected 31.298
    test 1588 GeoidKarney('egm84-15.pgm').height(41.0, -95.0) kind 2: -31.953  FAILED, KNOWN, expected -31.952
    test 1589 GeoidKarney('egm84-15.pgm').height(49.0, -120.5) kind 2: -14.946
    test 1590 GeoidKarney('egm84-15.pgm').height(49.0, -103.5) kind 2: -17.031  FAILED, KNOWN, expected -17.032
    test 1591 GeoidKarney('egm84-15.pgm').height(49.0, -86.5) kind 2: -37.962
    test 1592 GeoidKarney('egm84-15.pgm').height(49.0, -69.5) kind 2: -26.493  FAILED, KNOWN, expected -26.492
    test 1593 GeoidKarney('egm84-15.pgm').height(33.0, -120.5) kind 2: -39.543
    test 1594 GeoidKarney('egm84-15.pgm').height(33.0, -103.5) kind 2: -22.557  FAILED, KNOWN, expected -22.556
    test 1595 GeoidKarney('egm84-15.pgm').height(33.0, -86.5) kind 2: -28.710
    test 1596 GeoidKarney('egm84-15.pgm').height(33.0, -69.5) kind 2: -46.590

    test 1597 GeoidKarney('egm84-15.pgm').height() kind 2, hits 0, eps max (in 0 FAILED): 0.116

    test 1598 GeoidKarney('egm84-15.pgm').highest(): -4.5, 148.75, 81.33
    test 1599 GeoidKarney('egm84-15.pgm').lowerleft(): -90.0, -180.0, -29.712
    test 1600 GeoidKarney('egm84-15.pgm').lowerright(): -90.0, 180.0, -29.712
    test 1601 GeoidKarney('egm84-15.pgm').lowest(): 4.75, 79.25, -107.34
    test 1602 GeoidKarney('egm84-15.pgm').upperleft(): 90.0, -180.0, 13.098
    test 1603 GeoidKarney('egm84-15.pgm').upperright(): 90.0, 180.0, 13.098
    test 1604 GeoidKarney('egm84-15.pgm').dtype: 'ushort'
    test 1605 GeoidKarney('egm84-15.pgm').knots: 1038240
    test 1606 GeoidKarney('egm84-15.pgm').mean: -1.317
    test 1607 GeoidKarney('egm84-15.pgm').nBytes: None
    test 1608 GeoidKarney('egm84-15.pgm').scipy: '1.3.1'
    test 1609 GeoidKarney('egm84-15.pgm').smooth: None
    test 1610 GeoidKarney('egm84-15.pgm').stdev: 29.244
    test 1611 GeoidKarney('egm84-15.pgm')._g2ll2(180, 360): (180, 0)
    test 1612 GeoidKarney('egm84-15.pgm')._ll2g2(180, 360): (180, 360)
    test 1613 GeoidKarney('egm84-15.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1614 GeoidKarney('egm84-15.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1615 GeoidKarney('egm84-15.pgm').toStr: GeoidKarney('egm84-15.pgm'): lowerleft(-90.0, -180.0, -29.712), upperright(90.0, 180.0, 13.098), center(0.0, 0.0, 18.33), highest(-4.5, 148.75, 81.33), lowest(4.75, 79.25, -107.34)

    test 1616 copy(GeoidKarney): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 1617 GeoidKarney.copy(): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 1618 GeoidKarney('egm84-15.pgm').height(-76.981, 34.17) kind 3: 11.729
    test 1619 GeoidKarney('egm84-15.pgm').height(79.695, 88.806) kind 3: 0.271  FAILED, KNOWN, expected 0.270
    test 1620 GeoidKarney('egm84-15.pgm').height(-15.245, 168.748) kind 3: 67.074
    test 1621 GeoidKarney('egm84-15.pgm').height(-19.379, 15.855) kind 3: 25.345  FAILED, KNOWN, expected 25.344
    test 1622 GeoidKarney('egm84-15.pgm').height(43.378, -130.552) kind 3: -28.919
    test 1623 GeoidKarney('egm84-15.pgm').height(-16.075, 21.795) kind 3: 14.386
    test 1624 GeoidKarney('egm84-15.pgm').height(-11.256, -73.75) kind 3: 30.699  FAILED, KNOWN, expected 30.700
    test 1625 GeoidKarney('egm84-15.pgm').height(69.017, -15.921) kind 3: 62.226  FAILED, KNOWN, expected 62.225
    test 1626 GeoidKarney('egm84-15.pgm').height(2.221, 139.739) kind 3: 70.222
    test 1627 GeoidKarney('egm84-15.pgm').height(-9.097, 119.142) kind 3: 34.334  FAILED, KNOWN, expected 34.336
    test 1628 GeoidKarney('egm84-15.pgm').height(-28.524, -22.192) kind 3: 8.206
    test 1629 GeoidKarney('egm84-15.pgm').height(12.272, -136.424) kind 3: -20.073  FAILED, KNOWN, expected -20.074
    test 1630 GeoidKarney('egm84-15.pgm').height(-15.203, -85.604) kind 3: -3.129
    test 1631 GeoidKarney('egm84-15.pgm').height(-63.736, -77.17) kind 3: -3.216  FAILED, KNOWN, expected -3.217
    test 1632 GeoidKarney('egm84-15.pgm').height(-48.771, -90.102) kind 3: -1.532  FAILED, KNOWN, expected -1.531
    test 1633 GeoidKarney('egm84-15.pgm').height(-0.179, -126.368) kind 3: -16.741  FAILED, KNOWN, expected -16.742
    test 1634 GeoidKarney('egm84-15.pgm').height(1.586, -128.887) kind 3: -15.413  FAILED, KNOWN, expected -15.412
    test 1635 GeoidKarney('egm84-15.pgm').height(-48.781, -2.684) kind 3: 25.079  FAILED, KNOWN, expected 25.078
    test 1636 GeoidKarney('egm84-15.pgm').height(-49.092, 136.862) kind 3: -18.120
    test 1637 GeoidKarney('egm84-15.pgm').height(47.732, 17.552) kind 3: 46.225  FAILED, KNOWN, expected 46.224
    test 1638 GeoidKarney('egm84-15.pgm').height(-49.11, 85.706) kind 3: 18.649
    test 1639 GeoidKarney('egm84-15.pgm').height(-49.162, 40.321) kind 3: 44.763  FAILED, KNOWN, expected 44.764
    test 1640 GeoidKarney('egm84-15.pgm').height(3.498, 158.118) kind 3: 51.090  FAILED, KNOWN, expected 51.089
    test 1641 GeoidKarney('egm84-15.pgm').height(-35.616, 122.648) kind 3: -34.470  FAILED, KNOWN, expected -34.471
    test 1642 GeoidKarney('egm84-15.pgm').height(56.598, -96.114) kind 3: -39.125  FAILED, KNOWN, expected -39.124
    test 1643 GeoidKarney('egm84-15.pgm').height(-31.85, 149.121) kind 3: 28.142
    test 1644 GeoidKarney('egm84-15.pgm').height(-26.569, -177.792) kind 3: 49.620  FAILED, KNOWN, expected 49.619
    test 1645 GeoidKarney('egm84-15.pgm').height(76.735, -65.753) kind 3: 22.576  FAILED, KNOWN, expected 22.575
    test 1646 GeoidKarney('egm84-15.pgm').height(-21.404, -122.268) kind 3: -6.893
    test 1647 GeoidKarney('egm84-15.pgm').height(-77.133, -65.474) kind 3: -15.013  FAILED, KNOWN, expected -15.012
    test 1648 GeoidKarney('egm84-15.pgm').height(-58.812, 2.276) kind 3: 18.777  FAILED, KNOWN, expected 18.776
    test 1649 GeoidKarney('egm84-15.pgm').height(4.415, 155.683) kind 3: 53.645
    test 1650 GeoidKarney('egm84-15.pgm').height(-28.146, 107.081) kind 3: -39.073  FAILED, KNOWN, expected -39.074
    test 1651 GeoidKarney('egm84-15.pgm').height(-10.551, -126.69) kind 3: -9.645
    test 1652 GeoidKarney('egm84-15.pgm').height(-25.444, -103.337) kind 3: -2.527  FAILED, KNOWN, expected -2.528
    test 1653 GeoidKarney('egm84-15.pgm').height(24.436, 46.159) kind 3: -6.907
    test 1654 GeoidKarney('egm84-15.pgm').height(-72.889, 37.107) kind 3: 21.715  FAILED, KNOWN, expected 21.711
    test 1655 GeoidKarney('egm84-15.pgm').height(-19.629, 13.245) kind 3: 25.612  FAILED, KNOWN, expected 25.611
    test 1656 GeoidKarney('egm84-15.pgm').height(-7.602, 171.265) kind 3: 41.570  FAILED, KNOWN, expected 41.569
    test 1657 GeoidKarney('egm84-15.pgm').height(-45.364, -1.876) kind 3: 23.280
    test 1658 GeoidKarney('egm84-15.pgm').height(-7.292, -69.18) kind 3: 24.502
    test 1659 GeoidKarney('egm84-15.pgm').height(-31.566, -166.689) kind 3: 14.825  FAILED, KNOWN, expected 14.826
    test 1660 GeoidKarney('egm84-15.pgm').height(-82.751, -162.085) kind 3: -45.104
    test 1661 GeoidKarney('egm84-15.pgm').height(-40.7, 99.466) kind 3: -17.252
    test 1662 GeoidKarney('egm84-15.pgm').height(48.676, 39.69) kind 3: 12.972
    test 1663 GeoidKarney('egm84-15.pgm').height(74.817, -78.404) kind 3: 4.777  FAILED, KNOWN, expected 4.776
    test 1664 GeoidKarney('egm84-15.pgm').height(-81.032, -63.865) kind 3: -23.578  FAILED, KNOWN, expected -23.577
    test 1665 GeoidKarney('egm84-15.pgm').height(74.022, 9.432) kind 3: 43.886  FAILED, KNOWN, expected 43.885
    test 1666 GeoidKarney('egm84-15.pgm').height(-75.071, 17.579) kind 3: 17.071  FAILED, KNOWN, expected 17.072
    test 1667 GeoidKarney('egm84-15.pgm').height(-12.546, -54.851) kind 3: -6.643
    test 1668 GeoidKarney('egm84-15.pgm').height(-13.621, 42.408) kind 3: -23.326  FAILED, KNOWN, expected -23.325
    test 1669 GeoidKarney('egm84-15.pgm').height(-2.266, -91.951) kind 3: -10.699  FAILED, KNOWN, expected -10.698
    test 1670 GeoidKarney('egm84-15.pgm').height(-18.672, 42.547) kind 3: -10.268  FAILED, KNOWN, expected -10.265
    test 1671 GeoidKarney('egm84-15.pgm').height(-41.44, 157.413) kind 3: 0.690  FAILED, KNOWN, expected 0.689
    test 1672 GeoidKarney('egm84-15.pgm').height(53.686, -79.375) kind 3: -43.759  FAILED, KNOWN, expected -43.758
    test 1673 GeoidKarney('egm84-15.pgm').height(39.26, -30.351) kind 3: 57.553  FAILED, KNOWN, expected 57.554
    test 1674 GeoidKarney('egm84-15.pgm').height(-51.699, -141.493) kind 3: -16.937  FAILED, KNOWN, expected -16.936
    test 1675 GeoidKarney('egm84-15.pgm').height(36.585, 4.515) kind 3: 45.291  FAILED, KNOWN, expected 45.295
    test 1676 GeoidKarney('egm84-15.pgm').height(39.642, -54.659) kind 3: -13.585  FAILED, KNOWN, expected -13.586
    test 1677 GeoidKarney('egm84-15.pgm').height(59.761, 166.567) kind 3: 11.467  FAILED, KNOWN, expected 11.468
    test 1678 GeoidKarney('egm84-15.pgm').height(51.83, 13.357) kind 3: 42.092
    test 1679 GeoidKarney('egm84-15.pgm').height(-36.531, -175.431) kind 3: 22.830
    test 1680 GeoidKarney('egm84-15.pgm').height(-37.08, 125.264) kind 3: -32.302
    test 1681 GeoidKarney('egm84-15.pgm').height(-68.651, 92.732) kind 3: 9.228
    test 1682 GeoidKarney('egm84-15.pgm').height(35.087, 45.336) kind 3: 5.966  FAILED, KNOWN, expected 5.965
    test 1683 GeoidKarney('egm84-15.pgm').height(-61.356, -169.379) kind 3: -45.012  FAILED, KNOWN, expected -45.013
    test 1684 GeoidKarney('egm84-15.pgm').height(-36.955, 179.12) kind 3: 21.118
    test 1685 GeoidKarney('egm84-15.pgm').height(10.248, -6.714) kind 3: 30.497
    test 1686 GeoidKarney('egm84-15.pgm').height(36.868, 84.602) kind 3: -40.397  FAILED, KNOWN, expected -40.396
    test 1687 GeoidKarney('egm84-15.pgm').height(28.637, 88.933) kind 3: -31.701  FAILED, KNOWN, expected -31.704
    test 1688 GeoidKarney('egm84-15.pgm').height(54.811, -99.968) kind 3: -32.276  FAILED, KNOWN, expected -32.277
    test 1689 GeoidKarney('egm84-15.pgm').height(7.611, 145.911) kind 3: 61.024
    test 1690 GeoidKarney('egm84-15.pgm').height(59.412, 170.102) kind 3: 4.996  FAILED, KNOWN, expected 4.994
    test 1691 GeoidKarney('egm84-15.pgm').height(-61.469, 126.144) kind 3: -30.238  FAILED, KNOWN, expected -30.237
    test 1692 GeoidKarney('egm84-15.pgm').height(18.514, -137.083) kind 3: -26.006
    test 1693 GeoidKarney('egm84-15.pgm').height(7.854, -126.799) kind 3: -29.283
    test 1694 GeoidKarney('egm84-15.pgm').height(47.489, 134.183) kind 3: 22.393  FAILED, KNOWN, expected 22.394
    test 1695 GeoidKarney('egm84-15.pgm').height(-34.144, -11.922) kind 3: 17.550
    test 1696 GeoidKarney('egm84-15.pgm').height(-58.389, 117.458) kind 3: -20.623  FAILED, KNOWN, expected -20.622
    test 1697 GeoidKarney('egm84-15.pgm').height(9.773, 95.846) kind 3: -41.482  FAILED, KNOWN, expected -41.484
    test 1698 GeoidKarney('egm84-15.pgm').height(-53.12, 136.994) kind 3: -20.968
    test 1699 GeoidKarney('egm84-15.pgm').height(-50.35, 0.075) kind 3: 25.567  FAILED, KNOWN, expected 25.568
    test 1700 GeoidKarney('egm84-15.pgm').height(31.438, -170.879) kind 3: -8.581
    test 1701 GeoidKarney('egm84-15.pgm').height(37.541, -153.024) kind 3: -18.330  FAILED, KNOWN, expected -18.329
    test 1702 GeoidKarney('egm84-15.pgm').height(27.586, 2.444) kind 3: 25.000  FAILED, KNOWN, expected 25.001
    test 1703 GeoidKarney('egm84-15.pgm').height(-26.139, -106.201) kind 3: -2.941  FAILED, KNOWN, expected -2.940
    test 1704 GeoidKarney('egm84-15.pgm').height(-33.426, -14.84) kind 3: 18.229  FAILED, KNOWN, expected 18.228
    test 1705 GeoidKarney('egm84-15.pgm').height(39.586, -153.019) kind 3: -16.507
    test 1706 GeoidKarney('egm84-15.pgm').height(-60.79, -2.578) kind 3: 14.275
    test 1707 GeoidKarney('egm84-15.pgm').height(-20.131, 21.975) kind 3: 16.853  FAILED, KNOWN, expected 16.852
    test 1708 GeoidKarney('egm84-15.pgm').height(75.649, 99.921) kind 3: -6.872
    test 1709 GeoidKarney('egm84-15.pgm').height(-0.385, -23.788) kind 3: 9.005  FAILED, KNOWN, expected 9.006
    test 1710 GeoidKarney('egm84-15.pgm').height(-51.56, -50.327) kind 3: 6.294  FAILED, KNOWN, expected 6.296
    test 1711 GeoidKarney('egm84-15.pgm').height(-43.129, -167.271) kind 3: -1.482  FAILED, KNOWN, expected -1.481
    test 1712 GeoidKarney('egm84-15.pgm').height(46.374, 71.948) kind 3: -40.916  FAILED, KNOWN, expected -40.915
    test 1713 GeoidKarney('egm84-15.pgm').height(-22.783, 140.657) kind 3: 37.495
    test 1714 GeoidKarney('egm84-15.pgm').height(-12.056, 122.804) kind 3: 32.255  FAILED, KNOWN, expected 32.258
    test 1715 GeoidKarney('egm84-15.pgm').height(30.127, 94.738) kind 3: -41.528  FAILED, KNOWN, expected -41.529
    test 1716 GeoidKarney('egm84-15.pgm').height(46.296, -174.479) kind 3: -1.376  FAILED, KNOWN, expected -1.377
    test 1717 GeoidKarney('egm84-15.pgm').height(34.99, 15.052) kind 3: 35.279  FAILED, KNOWN, expected 35.280
    test 1718 GeoidKarney('egm84-15.pgm').height(-51.287, 90.565) kind 3: 12.958
    test 1719 GeoidKarney('egm84-15.pgm').height(34.217, 141.302) kind 3: 18.313  FAILED, KNOWN, expected 18.307
    test 1720 GeoidKarney('egm84-15.pgm').height(-40.423, -142.787) kind 3: -10.400
    test 1721 GeoidKarney('egm84-15.pgm').height(-17.854, -170.216) kind 3: 28.640  FAILED, KNOWN, expected 28.638
    test 1722 GeoidKarney('egm84-15.pgm').height(47.803, 112.701) kind 3: -24.059
    test 1723 GeoidKarney('egm84-15.pgm').height(-23.276, 133.454) kind 3: 18.806
    test 1724 GeoidKarney('egm84-15.pgm').height(-26.884, -36.571) kind 3: -6.819  FAILED, KNOWN, expected -6.820
    test 1725 GeoidKarney('egm84-15.pgm').height(-37.106, 31.128) kind 3: 31.486
    test 1726 GeoidKarney('egm84-15.pgm').height(-75.363, -173.674) kind 3: -62.024
    test 1727 GeoidKarney('egm84-15.pgm').height(-18.305, 69.016) kind 3: -24.247  FAILED, KNOWN, expected -24.248
    test 1728 GeoidKarney('egm84-15.pgm').height(39.527, 23.58) kind 3: 43.255
    test 1729 GeoidKarney('egm84-15.pgm').height(68.903, 30.97) kind 3: 18.499  FAILED, KNOWN, expected 18.498
    test 1730 GeoidKarney('egm84-15.pgm').height(53.937, 168.318) kind 3: 4.069  FAILED, KNOWN, expected 4.067
    test 1731 GeoidKarney('egm84-15.pgm').height(-38.6, 64.812) kind 3: 25.455  FAILED, KNOWN, expected 25.454
    test 1732 GeoidKarney('egm84-15.pgm').height(-41.396, -69.739) kind 3: 26.655  FAILED, KNOWN, expected 26.657
    test 1733 GeoidKarney('egm84-15.pgm').height(50.158, 72.319) kind 3: -31.967  FAILED, KNOWN, expected -31.966
    test 1734 GeoidKarney('egm84-15.pgm').height(27.692, 176.153) kind 3: -4.416  FAILED, KNOWN, expected -4.415
    test 1735 GeoidKarney('egm84-15.pgm').height(-48.419, 170.454) kind 3: -6.741
    test 1736 GeoidKarney('egm84-15.pgm').height(-65.346, -124.976) kind 3: -34.902  FAILED, KNOWN, expected -34.900
    test 1737 GeoidKarney('egm84-15.pgm').height(-51.873, 167.266) kind 3: -14.223
    test 1738 GeoidKarney('egm84-15.pgm').height(-7.263, 84.308) kind 3: -79.317
    test 1739 GeoidKarney('egm84-15.pgm').height(-1.461, -105.458) kind 3: -16.162  FAILED, KNOWN, expected -16.163
    test 1740 GeoidKarney('egm84-15.pgm').height(7.684, 161.873) kind 3: 36.288  FAILED, KNOWN, expected 36.287
    test 1741 GeoidKarney('egm84-15.pgm').height(-31.475, -158.52) kind 3: 4.067  FAILED, KNOWN, expected 4.068
    test 1742 GeoidKarney('egm84-15.pgm').height(-36.187, 62.917) kind 3: 24.406  FAILED, KNOWN, expected 24.407
    test 1743 GeoidKarney('egm84-15.pgm').height(16.003, 141.687) kind 3: 53.053  FAILED, KNOWN, expected 53.054
    test 1744 GeoidKarney('egm84-15.pgm').height(30.182, 86.261) kind 3: -30.621  FAILED, KNOWN, expected -30.622
    test 1745 GeoidKarney('egm84-15.pgm').height(-77.304, 159.498) kind 3: -53.540
    test 1746 GeoidKarney('egm84-15.pgm').height(39.536, 139.795) kind 3: 36.262
    test 1747 GeoidKarney('egm84-15.pgm').height(8.569, 134.618) kind 3: 64.367  FAILED, KNOWN, expected 64.369
    test 1748 GeoidKarney('egm84-15.pgm').height(14.473, 90.596) kind 3: -61.301  FAILED, KNOWN, expected -61.300
    test 1749 GeoidKarney('egm84-15.pgm').height(-13.138, -99.589) kind 3: -8.000  FAILED, KNOWN, expected -7.999
    test 1750 GeoidKarney('egm84-15.pgm').height(34.212, -26.307) kind 3: 41.479  FAILED, KNOWN, expected 41.477
    test 1751 GeoidKarney('egm84-15.pgm').height(21.89, 76.371) kind 3: -59.875  FAILED, KNOWN, expected -59.876
    test 1752 GeoidKarney('egm84-15.pgm').height(29.793, 120.487) kind 3: 8.404
    test 1753 GeoidKarney('egm84-15.pgm').height(15.724, 122.714) kind 3: 39.154  FAILED, KNOWN, expected 39.152
    test 1754 GeoidKarney('egm84-15.pgm').height(-66.208, -78.499) kind 3: -7.076
    test 1755 GeoidKarney('egm84-15.pgm').height(-39.507, 55.809) kind 3: 33.179  FAILED, KNOWN, expected 33.178
    test 1756 GeoidKarney('egm84-15.pgm').height(28.159, 51.476) kind 3: -23.832
    test 1757 GeoidKarney('egm84-15.pgm').height(-36.207, 120.205) kind 3: -38.206
    test 1758 GeoidKarney('egm84-15.pgm').height(30.575, -99.998) kind 3: -22.144  FAILED, KNOWN, expected -22.142
    test 1759 GeoidKarney('egm84-15.pgm').height(-16.993, 37.136) kind 3: -13.763  FAILED, KNOWN, expected -13.765
    test 1760 GeoidKarney('egm84-15.pgm').height(-11.477, 12.039) kind 3: 16.899  FAILED, KNOWN, expected 16.898
    test 1761 GeoidKarney('egm84-15.pgm').height(30.428, -144.765) kind 3: -22.475  FAILED, KNOWN, expected -22.474
    test 1762 GeoidKarney('egm84-15.pgm').height(-17.44, -92.424) kind 3: -4.717  FAILED, KNOWN, expected -4.718
    test 1763 GeoidKarney('egm84-15.pgm').height(40.203, 143.43) kind 3: 16.635
    test 1764 GeoidKarney('egm84-15.pgm').height(-37.098, -106.574) kind 3: -9.011  FAILED, KNOWN, expected -9.012
    test 1765 GeoidKarney('egm84-15.pgm').height(54.62, -68.413) kind 3: -23.544  FAILED, KNOWN, expected -23.543
    test 1766 GeoidKarney('egm84-15.pgm').height(-31.633, 148.182) kind 3: 26.236
    test 1767 GeoidKarney('egm84-15.pgm').height(-56.07, -141.407) kind 3: -21.955  FAILED, KNOWN, expected -21.953
    test 1768 GeoidKarney('egm84-15.pgm').height(-8.195, -52.691) kind 3: -17.959
    test 1769 GeoidKarney('egm84-15.pgm').height(17.851, 24.749) kind 3: 9.078
    test 1770 GeoidKarney('egm84-15.pgm').height(0.349, -108.333) kind 3: -19.157  FAILED, KNOWN, expected -19.158
    test 1771 GeoidKarney('egm84-15.pgm').height(15.038, 126.191) kind 3: 46.776
    test 1772 GeoidKarney('egm84-15.pgm').height(-21.111, -123.696) kind 3: -8.055
    test 1773 GeoidKarney('egm84-15.pgm').height(30.947, 173.002) kind 3: -7.695  FAILED, KNOWN, expected -7.696
    test 1774 GeoidKarney('egm84-15.pgm').height(-10.698, -144.091) kind 3: -1.048  FAILED, KNOWN, expected -1.049
    test 1775 GeoidKarney('egm84-15.pgm').height(-29.412, 124.753) kind 3: -16.082  FAILED, KNOWN, expected -16.081
    test 1776 GeoidKarney('egm84-15.pgm').height(38.224, -137.189) kind 3: -35.426  FAILED, KNOWN, expected -35.427
    test 1777 GeoidKarney('egm84-15.pgm').height(36.064, -132.409) kind 3: -38.648
    test 1778 GeoidKarney('egm84-15.pgm').height(29.975, 178.076) kind 3: -5.519
    test 1779 GeoidKarney('egm84-15.pgm').height(-21.346, 169.26) kind 3: 53.430  FAILED, KNOWN, expected 53.431
    test 1780 GeoidKarney('egm84-15.pgm').height(49.282, -152.934) kind 3: 1.978  FAILED, KNOWN, expected 1.979
    test 1781 GeoidKarney('egm84-15.pgm').height(16.349, -99.962) kind 3: -13.194  FAILED, KNOWN, expected -13.197
    test 1782 GeoidKarney('egm84-15.pgm').height(-14.293, -167.34) kind 3: 18.945
    test 1783 GeoidKarney('egm84-15.pgm').height(47.166, -38.523) kind 3: 45.185  FAILED, KNOWN, expected 45.187
    test 1784 GeoidKarney('egm84-15.pgm').height(-58.911, 114.347) kind 3: -17.146  FAILED, KNOWN, expected -17.145
    test 1785 GeoidKarney('egm84-15.pgm').height(-9.055, 111.294) kind 3: 13.145  FAILED, KNOWN, expected 13.146
    test 1786 GeoidKarney('egm84-15.pgm').height(18.391, 29.692) kind 3: 4.932  FAILED, KNOWN, expected 4.933
    test 1787 GeoidKarney('egm84-15.pgm').height(-15.074, 22.153) kind 3: 12.327  FAILED, KNOWN, expected 12.326
    test 1788 GeoidKarney('egm84-15.pgm').height(-4.235, 62.001) kind 3: -60.029  FAILED, KNOWN, expected -60.030
    test 1789 GeoidKarney('egm84-15.pgm').height(15.171, -86.583) kind 3: 3.107  FAILED, KNOWN, expected 3.110
    test 1790 GeoidKarney('egm84-15.pgm').height(79.254, 112.116) kind 3: -2.741
    test 1791 GeoidKarney('egm84-15.pgm').height(15.947, 156.093) kind 3: 32.086  FAILED, KNOWN, expected 32.085
    test 1792 GeoidKarney('egm84-15.pgm').height(68.371, -177.382) kind 3: 2.060
    test 1793 GeoidKarney('egm84-15.pgm').height(-41.931, -72.093) kind 3: 22.916
    test 1794 GeoidKarney('egm84-15.pgm').height(-1.193, -143.133) kind 3: 5.519
    test 1795 GeoidKarney('egm84-15.pgm').height(-37.006, 154.513) kind 3: 11.021  FAILED, KNOWN, expected 11.020
    test 1796 GeoidKarney('egm84-15.pgm').height(-22.148, 9.938) kind 3: 22.171
    test 1797 GeoidKarney('egm84-15.pgm').height(24.329, 109.044) kind 3: -22.945  FAILED, KNOWN, expected -22.944
    test 1798 GeoidKarney('egm84-15.pgm').height(-54.878, 114.691) kind 3: -17.579  FAILED, KNOWN, expected -17.580
    test 1799 GeoidKarney('egm84-15.pgm').height(45.601, -80.458) kind 3: -35.737  FAILED, KNOWN, expected -35.738
    test 1800 GeoidKarney('egm84-15.pgm').height(2.372, 58.974) kind 3: -61.040
    test 1801 GeoidKarney('egm84-15.pgm').height(15.937, 165.854) kind 3: 20.906  FAILED, KNOWN, expected 20.907
    test 1802 GeoidKarney('egm84-15.pgm').height(4.889, -24.213) kind 3: 13.874
    test 1803 GeoidKarney('egm84-15.pgm').height(-11.392, 179.558) kind 3: 40.928  FAILED, KNOWN, expected 40.929
    test 1804 GeoidKarney('egm84-15.pgm').height(58.246, 4.862) kind 3: 43.191
    test 1805 GeoidKarney('egm84-15.pgm').height(34.302, -109.109) kind 3: -22.006
    test 1806 GeoidKarney('egm84-15.pgm').height(-58.196, 117.306) kind 3: -20.375
    test 1807 GeoidKarney('egm84-15.pgm').height(44.5, 173.769) kind 3: -7.851  FAILED, KNOWN, expected -7.852
    test 1808 GeoidKarney('egm84-15.pgm').height(-28.863, -139.775) kind 3: -8.675  FAILED, KNOWN, expected -8.674
    test 1809 GeoidKarney('egm84-15.pgm').height(19.507, -96.099) kind 3: -14.116  FAILED, KNOWN, expected -14.117
    test 1810 GeoidKarney('egm84-15.pgm').height(-42.488, -73.907) kind 3: 17.252  FAILED, KNOWN, expected 17.251
    test 1811 GeoidKarney('egm84-15.pgm').height(46.138, -141.429) kind 3: -19.435  FAILED, KNOWN, expected -19.436
    test 1812 GeoidKarney('egm84-15.pgm').height(60.507, 93.743) kind 3: -31.331  FAILED, KNOWN, expected -31.330
    test 1813 GeoidKarney('egm84-15.pgm').height(26.219, -145.434) kind 3: -17.091  FAILED, KNOWN, expected -17.090
    test 1814 GeoidKarney('egm84-15.pgm').height(-28.687, 3.37) kind 3: 24.184
    test 1815 GeoidKarney('egm84-15.pgm').height(-15.008, 117.45) kind 3: 6.142
    test 1816 GeoidKarney('egm84-15.pgm').height(40.71, 144.095) kind 3: 11.693
    test 1817 GeoidKarney('egm84-15.pgm').height(20.823, -173.611) kind 3: 6.839  FAILED, KNOWN, expected 6.840
    test 1818 GeoidKarney('egm84-15.pgm').height(16.776, -3.009) kind 3: 31.298
    test 1819 GeoidKarney('egm84-15.pgm').height(41.0, -95.0) kind 3: -31.952
    test 1820 GeoidKarney('egm84-15.pgm').height(49.0, -120.5) kind 3: -14.946
    test 1821 GeoidKarney('egm84-15.pgm').height(49.0, -103.5) kind 3: -17.032
    test 1822 GeoidKarney('egm84-15.pgm').height(49.0, -86.5) kind 3: -37.962
    test 1823 GeoidKarney('egm84-15.pgm').height(49.0, -69.5) kind 3: -26.492
    test 1824 GeoidKarney('egm84-15.pgm').height(33.0, -120.5) kind 3: -39.543
    test 1825 GeoidKarney('egm84-15.pgm').height(33.0, -103.5) kind 3: -22.556
    test 1826 GeoidKarney('egm84-15.pgm').height(33.0, -86.5) kind 3: -28.710
    test 1827 GeoidKarney('egm84-15.pgm').height(33.0, -69.5) kind 3: -46.590

    test 1828 GeoidKarney('egm84-15.pgm').height() kind 3, hits 0, eps max (in 0 FAILED): 0.005

    test 1829 GeoidKarney('egm84-15.pgm').highest(): -4.5, 148.75, 81.33
    test 1830 GeoidKarney('egm84-15.pgm').lowerleft(): -90.0, -180.0, -29.712
    test 1831 GeoidKarney('egm84-15.pgm').lowerright(): -90.0, 180.0, -29.712
    test 1832 GeoidKarney('egm84-15.pgm').lowest(): 4.75, 79.25, -107.34
    test 1833 GeoidKarney('egm84-15.pgm').upperleft(): 90.0, -180.0, 13.098
    test 1834 GeoidKarney('egm84-15.pgm').upperright(): 90.0, 180.0, 13.098
    test 1835 GeoidKarney('egm84-15.pgm').dtype: 'ushort'
    test 1836 GeoidKarney('egm84-15.pgm').knots: 1038240
    test 1837 GeoidKarney('egm84-15.pgm').mean: -1.317
    test 1838 GeoidKarney('egm84-15.pgm').nBytes: None
    test 1839 GeoidKarney('egm84-15.pgm').scipy: '1.3.1'
    test 1840 GeoidKarney('egm84-15.pgm').smooth: None
    test 1841 GeoidKarney('egm84-15.pgm').stdev: 29.244
    test 1842 GeoidKarney('egm84-15.pgm')._g2ll2(180, 360): (180, 0)
    test 1843 GeoidKarney('egm84-15.pgm')._ll2g2(180, 360): (180, 360)
    test 1844 GeoidKarney('egm84-15.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1845 GeoidKarney('egm84-15.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 1846 GeoidKarney('egm84-15.pgm').toStr: GeoidKarney('egm84-15.pgm'): lowerleft(-90.0, -180.0, -29.712), upperright(90.0, 180.0, 13.098), center(0.0, 0.0, 18.33), highest(-4.5, 148.75, 81.33), lowest(4.75, 79.25, -107.34)

    test 1847 copy(GeoidKarney): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 1848 GeoidKarney.copy(): (<class 'pygeodesy.geoids.GeoidKarney'>, True)
    test 1849 GeoidPGM('egm84-15.pgm').height(-76.981, 34.17) kind 3: lli ('-76.981466, 34.17016'): lli ('-76.981466, 34.17016'): outside on SE  FAILED, KNOWN, expected 11.729
    test 1850 GeoidPGM('egm84-15.pgm').height(79.695, 88.806) kind 3: lli ('79.695484, 88.805571'): lli ('79.695484, 88.805571'): outside on NE  FAILED, KNOWN, expected 0.270
    test 1851 GeoidPGM('egm84-15.pgm').height(-15.245, 168.748) kind 3: lli ('-15.244804, 168.747961'): lli ('-15.244804, 168.747961'): outside on SE  FAILED, KNOWN, expected 67.074
    test 1852 GeoidPGM('egm84-15.pgm').height(-19.379, 15.855) kind 3: lli ('-19.379357, 15.85511'): lli ('-19.379357, 15.85511'): outside on SE  FAILED, KNOWN, expected 25.344
    test 1853 GeoidPGM('egm84-15.pgm').height(43.378, -130.552) kind 3: lli ('43.377784, -130.551582'): lli ('43.377784, -130.551582'): outside on W  FAILED, KNOWN, expected -28.919
    test 1854 GeoidPGM('egm84-15.pgm').height(-16.075, 21.795) kind 3: lli ('-16.074554, 21.79547'): lli ('-16.074554, 21.79547'): outside on SE  FAILED, KNOWN, expected 14.386
    test 1855 GeoidPGM('egm84-15.pgm').height(-11.256, -73.75) kind 3: lli ('-11.256389, -73.750255'): lli ('-11.256389, -73.750255'): outside on S  FAILED, KNOWN, expected 30.700
    test 1856 GeoidPGM('egm84-15.pgm').height(69.017, -15.921) kind 3: lli ('69.016564, -15.921115'): lli ('69.016564, -15.921115'): outside on NE  FAILED, KNOWN, expected 62.225
    test 1857 GeoidPGM('egm84-15.pgm').height(2.221, 139.739) kind 3: lli ('2.221008, 139.73935'): lli ('2.221008, 139.73935'): outside on SE  FAILED, KNOWN, expected 70.222
    test 1858 GeoidPGM('egm84-15.pgm').height(-9.097, 119.142) kind 3: lli ('-9.096878, 119.141551'): lli ('-9.096878, 119.141551'): outside on SE  FAILED, KNOWN, expected 34.336
    test 1859 GeoidPGM('egm84-15.pgm').height(-28.524, -22.192) kind 3: lli ('-28.523717, -22.1925'): lli ('-28.523717, -22.1925'): outside on SE  FAILED, KNOWN, expected 8.206
    test 1860 GeoidPGM('egm84-15.pgm').height(12.272, -136.424) kind 3: lli ('12.27231, -136.424168'): lli ('12.27231, -136.424168'): outside on SW  FAILED, KNOWN, expected -20.074
    test 1861 GeoidPGM('egm84-15.pgm').height(-15.203, -85.604) kind 3: lli ('-15.20317, -85.603753'): lli ('-15.20317, -85.603753'): outside on S  FAILED, KNOWN, expected -3.129
    test 1862 GeoidPGM('egm84-15.pgm').height(-63.736, -77.17) kind 3: lli ('-63.735565, -77.169636'): lli ('-63.735565, -77.169636'): outside on S  FAILED, KNOWN, expected -3.217
    test 1863 GeoidPGM('egm84-15.pgm').height(-48.771, -90.102) kind 3: lli ('-48.770825, -90.102117'): lli ('-48.770825, -90.102117'): outside on S  FAILED, KNOWN, expected -1.531
    test 1864 GeoidPGM('egm84-15.pgm').height(-0.179, -126.368) kind 3: lli ('-0.178524, -126.368279'): lli ('-0.178524, -126.368279'): outside on SW  FAILED, KNOWN, expected -16.742
    test 1865 GeoidPGM('egm84-15.pgm').height(1.586, -128.887) kind 3: lli ('1.585536, -128.886967'): lli ('1.585536, -128.886967'): outside on SW  FAILED, KNOWN, expected -15.412
    test 1866 GeoidPGM('egm84-15.pgm').height(-48.781, -2.684) kind 3: lli ('-48.780705, -2.684224'): lli ('-48.780705, -2.684224'): outside on SE  FAILED, KNOWN, expected 25.078
    test 1867 GeoidPGM('egm84-15.pgm').height(-49.092, 136.862) kind 3: lli ('-49.091632, 136.862256'): lli ('-49.091632, 136.862256'): outside on SE  FAILED, KNOWN, expected -18.120
    test 1868 GeoidPGM('egm84-15.pgm').height(47.732, 17.552) kind 3: lli ('47.731727, 17.552416'): lli ('47.731727, 17.552416'): outside on E  FAILED, KNOWN, expected 46.224
    test 1869 GeoidPGM('egm84-15.pgm').height(-49.11, 85.706) kind 3: lli ('-49.109549, 85.706437'): lli ('-49.109549, 85.706437'): outside on SE  FAILED, KNOWN, expected 18.649
    test 1870 GeoidPGM('egm84-15.pgm').height(-49.162, 40.321) kind 3: lli ('-49.162281, 40.321209'): lli ('-49.162281, 40.321209'): outside on SE  FAILED, KNOWN, expected 44.764
    test 1871 GeoidPGM('egm84-15.pgm').height(3.498, 158.118) kind 3: lli ('3.498333, 158.117699'): lli ('3.498333, 158.117699'): outside on SE  FAILED, KNOWN, expected 51.089
    test 1872 GeoidPGM('egm84-15.pgm').height(-35.616, 122.648) kind 3: lli ('-35.616495, 122.648407'): lli ('-35.616495, 122.648407'): outside on SE  FAILED, KNOWN, expected -34.471
    test 1873 GeoidPGM('egm84-15.pgm').height(56.598, -96.114) kind 3: lli ('56.598256, -96.113696'): lli ('56.598256, -96.113696'): outside on N  FAILED, KNOWN, expected -39.124
    test 1874 GeoidPGM('egm84-15.pgm').height(-31.85, 149.121) kind 3: lli ('-31.850231, 149.120596'): lli ('-31.850231, 149.120596'): outside on SE  FAILED, KNOWN, expected 28.142
    test 1875 GeoidPGM('egm84-15.pgm').height(-26.569, -177.792) kind 3: lli ('-26.568996, -177.792196'): lli ('-26.568996, -177.792196'): outside on SW  FAILED, KNOWN, expected 49.619
    test 1876 GeoidPGM('egm84-15.pgm').height(76.735, -65.753) kind 3: lli ('76.734699, -65.752952'): lli ('76.734699, -65.752952'): outside on N  FAILED, KNOWN, expected 22.575
    test 1877 GeoidPGM('egm84-15.pgm').height(-21.404, -122.268) kind 3: lli ('-21.404166, -122.267869'): lli ('-21.404166, -122.267869'): outside on S  FAILED, KNOWN, expected -6.893
    test 1878 GeoidPGM('egm84-15.pgm').height(-77.133, -65.474) kind 3: lli ('-77.133426, -65.473819'): lli ('-77.133426, -65.473819'): outside on S  FAILED, KNOWN, expected -15.012
    test 1879 GeoidPGM('egm84-15.pgm').height(-58.812, 2.276) kind 3: lli ('-58.811779, 2.276142'): lli ('-58.811779, 2.276142'): outside on SE  FAILED, KNOWN, expected 18.776
    test 1880 GeoidPGM('egm84-15.pgm').height(4.415, 155.683) kind 3: lli ('4.415102, 155.683336'): lli ('4.415102, 155.683336'): outside on SE  FAILED, KNOWN, expected 53.645
    test 1881 GeoidPGM('egm84-15.pgm').height(-28.146, 107.081) kind 3: lli ('-28.145768, 107.081334'): lli ('-28.145768, 107.081334'): outside on SE  FAILED, KNOWN, expected -39.074
    test 1882 GeoidPGM('egm84-15.pgm').height(-10.551, -126.69) kind 3: lli ('-10.551267, -126.690468'): lli ('-10.551267, -126.690468'): outside on SW  FAILED, KNOWN, expected -9.645
    test 1883 GeoidPGM('egm84-15.pgm').height(-25.444, -103.337) kind 3: lli ('-25.444344, -103.337184'): lli ('-25.444344, -103.337184'): outside on S  FAILED, KNOWN, expected -2.528
    test 1884 GeoidPGM('egm84-15.pgm').height(24.436, 46.159) kind 3: lli ('24.435896, 46.158715'): lli ('24.435896, 46.158715'): outside on SE  FAILED, KNOWN, expected -6.907
    test 1885 GeoidPGM('egm84-15.pgm').height(-72.889, 37.107) kind 3: lli ('-72.888898, 37.106907'): lli ('-72.888898, 37.106907'): outside on SE  FAILED, KNOWN, expected 21.711
    test 1886 GeoidPGM('egm84-15.pgm').height(-19.629, 13.245) kind 3: lli ('-19.628762, 13.244525'): lli ('-19.628762, 13.244525'): outside on SE  FAILED, KNOWN, expected 25.611
    test 1887 GeoidPGM('egm84-15.pgm').height(-7.602, 171.265) kind 3: lli ('-7.602449, 171.264763'): lli ('-7.602449, 171.264763'): outside on SE  FAILED, KNOWN, expected 41.569
    test 1888 GeoidPGM('egm84-15.pgm').height(-45.364, -1.876) kind 3: lli ('-45.364396, -1.876412'): lli ('-45.364396, -1.876412'): outside on SE  FAILED, KNOWN, expected 23.280
    test 1889 GeoidPGM('egm84-15.pgm').height(-7.292, -69.18) kind 3: lli ('-7.292121, -69.179565'): lli ('-7.292121, -69.179565'): outside on S  FAILED, KNOWN, expected 24.502
    test 1890 GeoidPGM('egm84-15.pgm').height(-31.566, -166.689) kind 3: lli ('-31.566264, -166.688985'): lli ('-31.566264, -166.688985'): outside on SW  FAILED, KNOWN, expected 14.826
    test 1891 GeoidPGM('egm84-15.pgm').height(-82.751, -162.085) kind 3: lli ('-82.751144, -162.08523'): lli ('-82.751144, -162.08523'): outside on SW  FAILED, KNOWN, expected -45.104
    test 1892 GeoidPGM('egm84-15.pgm').height(-40.7, 99.466) kind 3: lli ('-40.699637, 99.465509'): lli ('-40.699637, 99.465509'): outside on SE  FAILED, KNOWN, expected -17.252
    test 1893 GeoidPGM('egm84-15.pgm').height(48.676, 39.69) kind 3: lli ('48.675771, 39.690012'): lli ('48.675771, 39.690012'): outside on E  FAILED, KNOWN, expected 12.972
    test 1894 GeoidPGM('egm84-15.pgm').height(74.817, -78.404) kind 3: lli ('74.817287, -78.404187'): lli ('74.817287, -78.404187'): outside on N  FAILED, KNOWN, expected 4.776
    test 1895 GeoidPGM('egm84-15.pgm').height(-81.032, -63.865) kind 3: lli ('-81.032306, -63.864898'): lli ('-81.032306, -63.864898'): outside on SE  FAILED, KNOWN, expected -23.577
    test 1896 GeoidPGM('egm84-15.pgm').height(74.022, 9.432) kind 3: lli ('74.021785, 9.431926'): lli ('74.021785, 9.431926'): outside on NE  FAILED, KNOWN, expected 43.885
    test 1897 GeoidPGM('egm84-15.pgm').height(-75.071, 17.579) kind 3: lli ('-75.070563, 17.57935'): lli ('-75.070563, 17.57935'): outside on SE  FAILED, KNOWN, expected 17.072
    test 1898 GeoidPGM('egm84-15.pgm').height(-12.546, -54.851) kind 3: lli ('-12.54612, -54.850614'): lli ('-12.54612, -54.850614'): outside on SE  FAILED, KNOWN, expected -6.643
    test 1899 GeoidPGM('egm84-15.pgm').height(-13.621, 42.408) kind 3: lli ('-13.621418, 42.407805'): lli ('-13.621418, 42.407805'): outside on SE  FAILED, KNOWN, expected -23.325
    test 1900 GeoidPGM('egm84-15.pgm').height(-2.266, -91.951) kind 3: lli ('-2.265774, -91.951437'): lli ('-2.265774, -91.951437'): outside on S  FAILED, KNOWN, expected -10.698
    test 1901 GeoidPGM('egm84-15.pgm').height(-18.672, 42.547) kind 3: lli ('-18.672316, 42.547125'): lli ('-18.672316, 42.547125'): outside on SE  FAILED, KNOWN, expected -10.265
    test 1902 GeoidPGM('egm84-15.pgm').height(-41.44, 157.413) kind 3: lli ('-41.439867, 157.413161'): lli ('-41.439867, 157.413161'): outside on SE  FAILED, KNOWN, expected 0.689
    test 1903 GeoidPGM('egm84-15.pgm').height(53.686, -79.375) kind 3: -43.759  FAILED, KNOWN, expected -43.758
    test 1904 GeoidPGM('egm84-15.pgm').height(39.26, -30.351) kind 3: lli ('39.260397, -30.351359'): lli ('39.260397, -30.351359'): outside on E  FAILED, KNOWN, expected 57.554
    test 1905 GeoidPGM('egm84-15.pgm').height(-51.699, -141.493) kind 3: lli ('-51.699195, -141.493082'): lli ('-51.699195, -141.493082'): outside on SW  FAILED, KNOWN, expected -16.936
    test 1906 GeoidPGM('egm84-15.pgm').height(36.585, 4.515) kind 3: lli ('36.584861, 4.515157'): lli ('36.584861, 4.515157'): outside on E  FAILED, KNOWN, expected 45.295
    test 1907 GeoidPGM('egm84-15.pgm').height(39.642, -54.659) kind 3: lli ('39.641638, -54.658846'): lli ('39.641638, -54.658846'): outside on E  FAILED, KNOWN, expected -13.586
    test 1908 GeoidPGM('egm84-15.pgm').height(59.761, 166.567) kind 3: lli ('59.761024, 166.566646'): lli ('59.761024, 166.566646'): outside on NE  FAILED, KNOWN, expected 11.468
    test 1909 GeoidPGM('egm84-15.pgm').height(51.83, 13.357) kind 3: lli ('51.830001, 13.357464'): lli ('51.830001, 13.357464'): outside on E  FAILED, KNOWN, expected 42.092
    test 1910 GeoidPGM('egm84-15.pgm').height(-36.531, -175.431) kind 3: lli ('-36.530912, -175.430804'): lli ('-36.530912, -175.430804'): outside on SW  FAILED, KNOWN, expected 22.830
    test 1911 GeoidPGM('egm84-15.pgm').height(-37.08, 125.264) kind 3: lli ('-37.079518, 125.263901'): lli ('-37.079518, 125.263901'): outside on SE  FAILED, KNOWN, expected -32.302
    test 1912 GeoidPGM('egm84-15.pgm').height(-68.651, 92.732) kind 3: lli ('-68.650762, 92.731524'): lli ('-68.650762, 92.731524'): outside on SE  FAILED, KNOWN, expected 9.228
    test 1913 GeoidPGM('egm84-15.pgm').height(35.087, 45.336) kind 3: lli ('35.086645, 45.335611'): lli ('35.086645, 45.335611'): outside on E  FAILED, KNOWN, expected 5.965
    test 1914 GeoidPGM('egm84-15.pgm').height(-61.356, -169.379) kind 3: lli ('-61.355646, -169.378929'): lli ('-61.355646, -169.378929'): outside on SW  FAILED, KNOWN, expected -45.013
    test 1915 GeoidPGM('egm84-15.pgm').height(-36.955, 179.12) kind 3: lli ('-36.954967, 179.11982'): lli ('-36.954967, 179.11982'): outside on SE  FAILED, KNOWN, expected 21.118
    test 1916 GeoidPGM('egm84-15.pgm').height(10.248, -6.714) kind 3: lli ('10.248399, -6.713559'): lli ('10.248399, -6.713559'): outside on SE  FAILED, KNOWN, expected 30.497
    test 1917 GeoidPGM('egm84-15.pgm').height(36.868, 84.602) kind 3: lli ('36.868193, 84.602243'): lli ('36.868193, 84.602243'): outside on E  FAILED, KNOWN, expected -40.396
    test 1918 GeoidPGM('egm84-15.pgm').height(28.637, 88.933) kind 3: lli ('28.636703, 88.932955'): lli ('28.636703, 88.932955'): outside on E  FAILED, KNOWN, expected -31.704
    test 1919 GeoidPGM('egm84-15.pgm').height(54.811, -99.968) kind 3: -32.277
    test 1920 GeoidPGM('egm84-15.pgm').height(7.611, 145.911) kind 3: lli ('7.610621, 145.911188'): lli ('7.610621, 145.911188'): outside on SE  FAILED, KNOWN, expected 61.024
    test 1921 GeoidPGM('egm84-15.pgm').height(59.412, 170.102) kind 3: lli ('59.411557, 170.102394'): lli ('59.411557, 170.102394'): outside on NE  FAILED, KNOWN, expected 4.994
    test 1922 GeoidPGM('egm84-15.pgm').height(-61.469, 126.144) kind 3: lli ('-61.468618, 126.144056'): lli ('-61.468618, 126.144056'): outside on SE  FAILED, KNOWN, expected -30.237
    test 1923 GeoidPGM('egm84-15.pgm').height(18.514, -137.083) kind 3: lli ('18.514019, -137.083301'): lli ('18.514019, -137.083301'): outside on SW  FAILED, KNOWN, expected -26.006
    test 1924 GeoidPGM('egm84-15.pgm').height(7.854, -126.799) kind 3: lli ('7.854318, -126.799148'): lli ('7.854318, -126.799148'): outside on SW  FAILED, KNOWN, expected -29.283
    test 1925 GeoidPGM('egm84-15.pgm').height(47.489, 134.183) kind 3: lli ('47.489222, 134.182527'): lli ('47.489222, 134.182527'): outside on E  FAILED, KNOWN, expected 22.394
    test 1926 GeoidPGM('egm84-15.pgm').height(-34.144, -11.922) kind 3: lli ('-34.143602, -11.921567'): lli ('-34.143602, -11.921567'): outside on SE  FAILED, KNOWN, expected 17.550
    test 1927 GeoidPGM('egm84-15.pgm').height(-58.389, 117.458) kind 3: lli ('-58.388787, 117.457755'): lli ('-58.388787, 117.457755'): outside on SE  FAILED, KNOWN, expected -20.622
    test 1928 GeoidPGM('egm84-15.pgm').height(9.773, 95.846) kind 3: lli ('9.772764, 95.845943'): lli ('9.772764, 95.845943'): outside on SE  FAILED, KNOWN, expected -41.484
    test 1929 GeoidPGM('egm84-15.pgm').height(-53.12, 136.994) kind 3: lli ('-53.120381, 136.993994'): lli ('-53.120381, 136.993994'): outside on SE  FAILED, KNOWN, expected -20.968
    test 1930 GeoidPGM('egm84-15.pgm').height(-50.35, 0.075) kind 3: lli ('-50.349867, 0.07532'): lli ('-50.349867, 0.07532'): outside on SE  FAILED, KNOWN, expected 25.568
    test 1931 GeoidPGM('egm84-15.pgm').height(31.438, -170.879) kind 3: lli ('31.438387, -170.878548'): lli ('31.438387, -170.878548'): outside on W  FAILED, KNOWN, expected -8.581
    test 1932 GeoidPGM('egm84-15.pgm').height(37.541, -153.024) kind 3: lli ('37.540689, -153.024228'): lli ('37.540689, -153.024228'): outside on W  FAILED, KNOWN, expected -18.329
    test 1933 GeoidPGM('egm84-15.pgm').height(27.586, 2.444) kind 3: lli ('27.586088, 2.443556'): lli ('27.586088, 2.443556'): outside on E  FAILED, KNOWN, expected 25.001
    test 1934 GeoidPGM('egm84-15.pgm').height(-26.139, -106.201) kind 3: lli ('-26.139126, -106.20081'): lli ('-26.139126, -106.20081'): outside on S  FAILED, KNOWN, expected -2.940
    test 1935 GeoidPGM('egm84-15.pgm').height(-33.426, -14.84) kind 3: lli ('-33.425976, -14.840359'): lli ('-33.425976, -14.840359'): outside on SE  FAILED, KNOWN, expected 18.228
    test 1936 GeoidPGM('egm84-15.pgm').height(39.586, -153.019) kind 3: lli ('39.586286, -153.018974'): lli ('39.586286, -153.018974'): outside on W  FAILED, KNOWN, expected -16.507
    test 1937 GeoidPGM('egm84-15.pgm').height(-60.79, -2.578) kind 3: lli ('-60.790289, -2.578163'): lli ('-60.790289, -2.578163'): outside on SE  FAILED, KNOWN, expected 14.275
    test 1938 GeoidPGM('egm84-15.pgm').height(-20.131, 21.975) kind 3: lli ('-20.130538, 21.974941'): lli ('-20.130538, 21.974941'): outside on SE  FAILED, KNOWN, expected 16.852
    test 1939 GeoidPGM('egm84-15.pgm').height(75.649, 99.921) kind 3: lli ('75.64878, 99.920587'): lli ('75.64878, 99.920587'): outside on NE  FAILED, KNOWN, expected -6.872
    test 1940 GeoidPGM('egm84-15.pgm').height(-0.385, -23.788) kind 3: lli ('-0.385453, -23.788336'): lli ('-0.385453, -23.788336'): outside on SE  FAILED, KNOWN, expected 9.006
    test 1941 GeoidPGM('egm84-15.pgm').height(-51.56, -50.327) kind 3: lli ('-51.559564, -50.32687'): lli ('-51.559564, -50.32687'): outside on SE  FAILED, KNOWN, expected 6.296
    test 1942 GeoidPGM('egm84-15.pgm').height(-43.129, -167.271) kind 3: lli ('-43.129209, -167.27147'): lli ('-43.129209, -167.27147'): outside on SW  FAILED, KNOWN, expected -1.481
    test 1943 GeoidPGM('egm84-15.pgm').height(46.374, 71.948) kind 3: lli ('46.374177, 71.947616'): lli ('46.374177, 71.947616'): outside on E  FAILED, KNOWN, expected -40.915
    test 1944 GeoidPGM('egm84-15.pgm').height(-22.783, 140.657) kind 3: lli ('-22.783085, 140.657444'): lli ('-22.783085, 140.657444'): outside on SE  FAILED, KNOWN, expected 37.495
    test 1945 GeoidPGM('egm84-15.pgm').height(-12.056, 122.804) kind 3: lli ('-12.05584, 122.80402'): lli ('-12.05584, 122.80402'): outside on SE  FAILED, KNOWN, expected 32.258
    test 1946 GeoidPGM('egm84-15.pgm').height(30.127, 94.738) kind 3: lli ('30.127372, 94.738186'): lli ('30.127372, 94.738186'): outside on E  FAILED, KNOWN, expected -41.529
    test 1947 GeoidPGM('egm84-15.pgm').height(46.296, -174.479) kind 3: lli ('46.296018, -174.478616'): lli ('46.296018, -174.478616'): outside on W  FAILED, KNOWN, expected -1.377
    test 1948 GeoidPGM('egm84-15.pgm').height(34.99, 15.052) kind 3: lli ('34.989646, 15.051646'): lli ('34.989646, 15.051646'): outside on E  FAILED, KNOWN, expected 35.280
    test 1949 GeoidPGM('egm84-15.pgm').height(-51.287, 90.565) kind 3: lli ('-51.287168, 90.564711'): lli ('-51.287168, 90.564711'): outside on SE  FAILED, KNOWN, expected 12.958
    test 1950 GeoidPGM('egm84-15.pgm').height(34.217, 141.302) kind 3: lli ('34.217016, 141.301548'): lli ('34.217016, 141.301548'): outside on E  FAILED, KNOWN, expected 18.307
    test 1951 GeoidPGM('egm84-15.pgm').height(-40.423, -142.787) kind 3: lli ('-40.423023, -142.786592'): lli ('-40.423023, -142.786592'): outside on SW  FAILED, KNOWN, expected -10.400
    test 1952 GeoidPGM('egm84-15.pgm').height(-17.854, -170.216) kind 3: lli ('-17.854486, -170.216354'): lli ('-17.854486, -170.216354'): outside on SW  FAILED, KNOWN, expected 28.638
    test 1953 GeoidPGM('egm84-15.pgm').height(47.803, 112.701) kind 3: lli ('47.803271, 112.700942'): lli ('47.803271, 112.700942'): outside on E  FAILED, KNOWN, expected -24.059
    test 1954 GeoidPGM('egm84-15.pgm').height(-23.276, 133.454) kind 3: lli ('-23.275962, 133.453821'): lli ('-23.275962, 133.453821'): outside on SE  FAILED, KNOWN, expected 18.806
    test 1955 GeoidPGM('egm84-15.pgm').height(-26.884, -36.571) kind 3: lli ('-26.884369, -36.570654'): lli ('-26.884369, -36.570654'): outside on SE  FAILED, KNOWN, expected -6.820
    test 1956 GeoidPGM('egm84-15.pgm').height(-37.106, 31.128) kind 3: lli ('-37.106468, 31.127939'): lli ('-37.106468, 31.127939'): outside on SE  FAILED, KNOWN, expected 31.486
    test 1957 GeoidPGM('egm84-15.pgm').height(-75.363, -173.674) kind 3: lli ('-75.363185, -173.673649'): lli ('-75.363185, -173.673649'): outside on SW  FAILED, KNOWN, expected -62.024
    test 1958 GeoidPGM('egm84-15.pgm').height(-18.305, 69.016) kind 3: lli ('-18.30485, 69.015565'): lli ('-18.30485, 69.015565'): outside on SE  FAILED, KNOWN, expected -24.248
    test 1959 GeoidPGM('egm84-15.pgm').height(39.527, 23.58) kind 3: lli ('39.527401, 23.580206'): lli ('39.527401, 23.580206'): outside on E  FAILED, KNOWN, expected 43.255
    test 1960 GeoidPGM('egm84-15.pgm').height(68.903, 30.97) kind 3: lli ('68.903148, 30.970247'): lli ('68.903148, 30.970247'): outside on NE  FAILED, KNOWN, expected 18.498
    test 1961 GeoidPGM('egm84-15.pgm').height(53.937, 168.318) kind 3: lli ('53.936937, 168.318201'): lli ('53.936937, 168.318201'): outside on E  FAILED, KNOWN, expected 4.067
    test 1962 GeoidPGM('egm84-15.pgm').height(-38.6, 64.812) kind 3: lli ('-38.600098, 64.811532'): lli ('-38.600098, 64.811532'): outside on SE  FAILED, KNOWN, expected 25.454
    test 1963 GeoidPGM('egm84-15.pgm').height(-41.396, -69.739) kind 3: lli ('-41.395739, -69.739418'): lli ('-41.395739, -69.739418'): outside on S  FAILED, KNOWN, expected 26.657
    test 1964 GeoidPGM('egm84-15.pgm').height(50.158, 72.319) kind 3: lli ('50.157749, 72.319017'): lli ('50.157749, 72.319017'): outside on E  FAILED, KNOWN, expected -31.966
    test 1965 GeoidPGM('egm84-15.pgm').height(27.692, 176.153) kind 3: lli ('27.691879, 176.152884'): lli ('27.691879, 176.152884'): outside on E  FAILED, KNOWN, expected -4.415
    test 1966 GeoidPGM('egm84-15.pgm').height(-48.419, 170.454) kind 3: lli ('-48.419449, 170.454472'): lli ('-48.419449, 170.454472'): outside on SE  FAILED, KNOWN, expected -6.741
    test 1967 GeoidPGM('egm84-15.pgm').height(-65.346, -124.976) kind 3: lli ('-65.34567, -124.975961'): lli ('-65.34567, -124.975961'): outside on S  FAILED, KNOWN, expected -34.900
    test 1968 GeoidPGM('egm84-15.pgm').height(-51.873, 167.266) kind 3: lli ('-51.873009, 167.265613'): lli ('-51.873009, 167.265613'): outside on SE  FAILED, KNOWN, expected -14.223
    test 1969 GeoidPGM('egm84-15.pgm').height(-7.263, 84.308) kind 3: lli ('-7.262544, 84.307626'): lli ('-7.262544, 84.307626'): outside on SE  FAILED, KNOWN, expected -79.317
    test 1970 GeoidPGM('egm84-15.pgm').height(-1.461, -105.458) kind 3: lli ('-1.461003, -105.458323'): lli ('-1.461003, -105.458323'): outside on S  FAILED, KNOWN, expected -16.163
    test 1971 GeoidPGM('egm84-15.pgm').height(7.684, 161.873) kind 3: lli ('7.684324, 161.87293'): lli ('7.684324, 161.87293'): outside on SE  FAILED, KNOWN, expected 36.287
    test 1972 GeoidPGM('egm84-15.pgm').height(-31.475, -158.52) kind 3: lli ('-31.474549, -158.520033'): lli ('-31.474549, -158.520033'): outside on SW  FAILED, KNOWN, expected 4.068
    test 1973 GeoidPGM('egm84-15.pgm').height(-36.187, 62.917) kind 3: lli ('-36.187212, 62.917075'): lli ('-36.187212, 62.917075'): outside on SE  FAILED, KNOWN, expected 24.407
    test 1974 GeoidPGM('egm84-15.pgm').height(16.003, 141.687) kind 3: lli ('16.002975, 141.686552'): lli ('16.002975, 141.686552'): outside on SE  FAILED, KNOWN, expected 53.054
    test 1975 GeoidPGM('egm84-15.pgm').height(30.182, 86.261) kind 3: lli ('30.182218, 86.260576'): lli ('30.182218, 86.260576'): outside on E  FAILED, KNOWN, expected -30.622
    test 1976 GeoidPGM('egm84-15.pgm').height(-77.304, 159.498) kind 3: lli ('-77.303842, 159.497665'): lli ('-77.303842, 159.497665'): outside on SE  FAILED, KNOWN, expected -53.540
    test 1977 GeoidPGM('egm84-15.pgm').height(39.536, 139.795) kind 3: lli ('39.536, 139.795358'): lli ('39.536, 139.795358'): outside on E  FAILED, KNOWN, expected 36.262
    test 1978 GeoidPGM('egm84-15.pgm').height(8.569, 134.618) kind 3: lli ('8.569309, 134.618403'): lli ('8.569309, 134.618403'): outside on SE  FAILED, KNOWN, expected 64.369
    test 1979 GeoidPGM('egm84-15.pgm').height(14.473, 90.596) kind 3: lli ('14.473483, 90.595663'): lli ('14.473483, 90.595663'): outside on SE  FAILED, KNOWN, expected -61.300
    test 1980 GeoidPGM('egm84-15.pgm').height(-13.138, -99.589) kind 3: lli ('-13.13767, -99.589202'): lli ('-13.13767, -99.589202'): outside on S  FAILED, KNOWN, expected -7.999
    test 1981 GeoidPGM('egm84-15.pgm').height(34.212, -26.307) kind 3: lli ('34.211572, -26.307194'): lli ('34.211572, -26.307194'): outside on E  FAILED, KNOWN, expected 41.477
    test 1982 GeoidPGM('egm84-15.pgm').height(21.89, 76.371) kind 3: lli ('21.889732, 76.371362'): lli ('21.889732, 76.371362'): outside on SE  FAILED, KNOWN, expected -59.876
    test 1983 GeoidPGM('egm84-15.pgm').height(29.793, 120.487) kind 3: lli ('29.792909, 120.48703'): lli ('29.792909, 120.48703'): outside on E  FAILED, KNOWN, expected 8.404
    test 1984 GeoidPGM('egm84-15.pgm').height(15.724, 122.714) kind 3: lli ('15.723814, 122.713685'): lli ('15.723814, 122.713685'): outside on SE  FAILED, KNOWN, expected 39.152
    test 1985 GeoidPGM('egm84-15.pgm').height(-66.208, -78.499) kind 3: lli ('-66.20776, -78.498807'): lli ('-66.20776, -78.498807'): outside on S  FAILED, KNOWN, expected -7.076
    test 1986 GeoidPGM('egm84-15.pgm').height(-39.507, 55.809) kind 3: lli ('-39.507049, 55.808743'): lli ('-39.507049, 55.808743'): outside on SE  FAILED, KNOWN, expected 33.178
    test 1987 GeoidPGM('egm84-15.pgm').height(28.159, 51.476) kind 3: lli ('28.159494, 51.476474'): lli ('28.159494, 51.476474'): outside on E  FAILED, KNOWN, expected -23.832
    test 1988 GeoidPGM('egm84-15.pgm').height(-36.207, 120.205) kind 3: lli ('-36.206825, 120.205019'): lli ('-36.206825, 120.205019'): outside on SE  FAILED, KNOWN, expected -38.206
    test 1989 GeoidPGM('egm84-15.pgm').height(30.575, -99.998) kind 3: -22.143  FAILED, KNOWN, expected -22.142
    test 1990 GeoidPGM('egm84-15.pgm').height(-16.993, 37.136) kind 3: lli ('-16.992515, 37.135881'): lli ('-16.992515, 37.135881'): outside on SE  FAILED, KNOWN, expected -13.765
    test 1991 GeoidPGM('egm84-15.pgm').height(-11.477, 12.039) kind 3: lli ('-11.476997, 12.038708'): lli ('-11.476997, 12.038708'): outside on SE  FAILED, KNOWN, expected 16.898
    test 1992 GeoidPGM('egm84-15.pgm').height(30.428, -144.765) kind 3: lli ('30.428465, -144.765049'): lli ('30.428465, -144.765049'): outside on W  FAILED, KNOWN, expected -22.474
    test 1993 GeoidPGM('egm84-15.pgm').height(-17.44, -92.424) kind 3: lli ('-17.439773, -92.424339'): lli ('-17.439773, -92.424339'): outside on S  FAILED, KNOWN, expected -4.718
    test 1994 GeoidPGM('egm84-15.pgm').height(40.203, 143.43) kind 3: lli ('40.203164, 143.429799'): lli ('40.203164, 143.429799'): outside on E  FAILED, KNOWN, expected 16.635
    test 1995 GeoidPGM('egm84-15.pgm').height(-37.098, -106.574) kind 3: lli ('-37.098392, -106.573712'): lli ('-37.098392, -106.573712'): outside on S  FAILED, KNOWN, expected -9.012
    test 1996 GeoidPGM('egm84-15.pgm').height(54.62, -68.413) kind 3: -23.544  FAILED, KNOWN, expected -23.543
    test 1997 GeoidPGM('egm84-15.pgm').height(-31.633, 148.182) kind 3: lli ('-31.633252, 148.181926'): lli ('-31.633252, 148.181926'): outside on SE  FAILED, KNOWN, expected 26.236
    test 1998 GeoidPGM('egm84-15.pgm').height(-56.07, -141.407) kind 3: lli ('-56.069748, -141.406778'): lli ('-56.069748, -141.406778'): outside on SW  FAILED, KNOWN, expected -21.953
    test 1999 GeoidPGM('egm84-15.pgm').height(-8.195, -52.691) kind 3: lli ('-8.195214, -52.691177'): lli ('-8.195214, -52.691177'): outside on SE  FAILED, KNOWN, expected -17.959
    test 2000 GeoidPGM('egm84-15.pgm').height(17.851, 24.749) kind 3: lli ('17.850526, 24.748606'): lli ('17.850526, 24.748606'): outside on SE  FAILED, KNOWN, expected 9.078
    test 2001 GeoidPGM('egm84-15.pgm').height(0.349, -108.333) kind 3: lli ('0.349465, -108.332667'): lli ('0.349465, -108.332667'): outside on S  FAILED, KNOWN, expected -19.158
    test 2002 GeoidPGM('egm84-15.pgm').height(15.038, 126.191) kind 3: lli ('15.037932, 126.190545'): lli ('15.037932, 126.190545'): outside on SE  FAILED, KNOWN, expected 46.776
    test 2003 GeoidPGM('egm84-15.pgm').height(-21.111, -123.696) kind 3: lli ('-21.111105, -123.695981'): lli ('-21.111105, -123.695981'): outside on S  FAILED, KNOWN, expected -8.055
    test 2004 GeoidPGM('egm84-15.pgm').height(30.947, 173.002) kind 3: lli ('30.946618, 173.002137'): lli ('30.946618, 173.002137'): outside on E  FAILED, KNOWN, expected -7.696
    test 2005 GeoidPGM('egm84-15.pgm').height(-10.698, -144.091) kind 3: lli ('-10.698334, -144.091109'): lli ('-10.698334, -144.091109'): outside on SW  FAILED, KNOWN, expected -1.049
    test 2006 GeoidPGM('egm84-15.pgm').height(-29.412, 124.753) kind 3: lli ('-29.412071, 124.75279'): lli ('-29.412071, 124.75279'): outside on SE  FAILED, KNOWN, expected -16.081
    test 2007 GeoidPGM('egm84-15.pgm').height(38.224, -137.189) kind 3: lli ('38.223621, -137.189376'): lli ('38.223621, -137.189376'): outside on W  FAILED, KNOWN, expected -35.427
    test 2008 GeoidPGM('egm84-15.pgm').height(36.064, -132.409) kind 3: lli ('36.063775, -132.409284'): lli ('36.063775, -132.409284'): outside on W  FAILED, KNOWN, expected -38.648
    test 2009 GeoidPGM('egm84-15.pgm').height(29.975, 178.076) kind 3: lli ('29.974676, 178.075894'): lli ('29.974676, 178.075894'): outside on E  FAILED, KNOWN, expected -5.519
    test 2010 GeoidPGM('egm84-15.pgm').height(-21.346, 169.26) kind 3: lli ('-21.346396, 169.259508'): lli ('-21.346396, 169.259508'): outside on SE  FAILED, KNOWN, expected 53.431
    test 2011 GeoidPGM('egm84-15.pgm').height(49.282, -152.934) kind 3: lli ('49.282472, -152.934409'): lli ('49.282472, -152.934409'): outside on W  FAILED, KNOWN, expected 1.979
    test 2012 GeoidPGM('egm84-15.pgm').height(16.349, -99.962) kind 3: lli ('16.349121, -99.962229'): lli ('16.349121, -99.962229'): outside on S  FAILED, KNOWN, expected -13.197
    test 2013 GeoidPGM('egm84-15.pgm').height(-14.293, -167.34) kind 3: lli ('-14.293325, -167.339799'): lli ('-14.293325, -167.339799'): outside on SW  FAILED, KNOWN, expected 18.945
    test 2014 GeoidPGM('egm84-15.pgm').height(47.166, -38.523) kind 3: lli ('47.165911, -38.522629'): lli ('47.165911, -38.522629'): outside on E  FAILED, KNOWN, expected 45.187
    test 2015 GeoidPGM('egm84-15.pgm').height(-58.911, 114.347) kind 3: lli ('-58.910597, 114.346927'): lli ('-58.910597, 114.346927'): outside on SE  FAILED, KNOWN, expected -17.145
    test 2016 GeoidPGM('egm84-15.pgm').height(-9.055, 111.294) kind 3: lli ('-9.055095, 111.294422'): lli ('-9.055095, 111.294422'): outside on SE  FAILED, KNOWN, expected 13.146
    test 2017 GeoidPGM('egm84-15.pgm').height(18.391, 29.692) kind 3: lli ('18.390988, 29.691577'): lli ('18.390988, 29.691577'): outside on SE  FAILED, KNOWN, expected 4.933
    test 2018 GeoidPGM('egm84-15.pgm').height(-15.074, 22.153) kind 3: lli ('-15.074412, 22.152663'): lli ('-15.074412, 22.152663'): outside on SE  FAILED, KNOWN, expected 12.326
    test 2019 GeoidPGM('egm84-15.pgm').height(-4.235, 62.001) kind 3: lli ('-4.234571, 62.001081'): lli ('-4.234571, 62.001081'): outside on SE  FAILED, KNOWN, expected -60.030
    test 2020 GeoidPGM('egm84-15.pgm').height(15.171, -86.583) kind 3: lli ('15.170822, -86.582929'): lli ('15.170822, -86.582929'): outside on S  FAILED, KNOWN, expected 3.110
    test 2021 GeoidPGM('egm84-15.pgm').height(79.254, 112.116) kind 3: lli ('79.254009, 112.115515'): lli ('79.254009, 112.115515'): outside on NE  FAILED, KNOWN, expected -2.741
    test 2022 GeoidPGM('egm84-15.pgm').height(15.947, 156.093) kind 3: lli ('15.947068, 156.092678'): lli ('15.947068, 156.092678'): outside on SE  FAILED, KNOWN, expected 32.085
    test 2023 GeoidPGM('egm84-15.pgm').height(68.371, -177.382) kind 3: lli ('68.370605, -177.382127'): lli ('68.370605, -177.382127'): outside on NW  FAILED, KNOWN, expected 2.060
    test 2024 GeoidPGM('egm84-15.pgm').height(-41.931, -72.093) kind 3: lli ('-41.931009, -72.093413'): lli ('-41.931009, -72.093413'): outside on S  FAILED, KNOWN, expected 22.916
    test 2025 GeoidPGM('egm84-15.pgm').height(-1.193, -143.133) kind 3: lli ('-1.192967, -143.133078'): lli ('-1.192967, -143.133078'): outside on SW  FAILED, KNOWN, expected 5.519
    test 2026 GeoidPGM('egm84-15.pgm').height(-37.006, 154.513) kind 3: lli ('-37.006115, 154.512534'): lli ('-37.006115, 154.512534'): outside on SE  FAILED, KNOWN, expected 11.020
    test 2027 GeoidPGM('egm84-15.pgm').height(-22.148, 9.938) kind 3: lli ('-22.148493, 9.938408'): lli ('-22.148493, 9.938408'): outside on SE  FAILED, KNOWN, expected 22.171
    test 2028 GeoidPGM('egm84-15.pgm').height(24.329, 109.044) kind 3: lli ('24.328746, 109.043774'): lli ('24.328746, 109.043774'): outside on SE  FAILED, KNOWN, expected -22.944
    test 2029 GeoidPGM('egm84-15.pgm').height(-54.878, 114.691) kind 3: lli ('-54.877699, 114.691444'): lli ('-54.877699, 114.691444'): outside on SE  FAILED, KNOWN, expected -17.580
    test 2030 GeoidPGM('egm84-15.pgm').height(45.601, -80.458) kind 3: -35.737  FAILED, KNOWN, expected -35.738
    test 2031 GeoidPGM('egm84-15.pgm').height(2.372, 58.974) kind 3: lli ('2.371766, 58.974082'): lli ('2.371766, 58.974082'): outside on SE  FAILED, KNOWN, expected -61.040
    test 2032 GeoidPGM('egm84-15.pgm').height(15.937, 165.854) kind 3: lli ('15.936522, 165.854035'): lli ('15.936522, 165.854035'): outside on SE  FAILED, KNOWN, expected 20.907
    test 2033 GeoidPGM('egm84-15.pgm').height(4.889, -24.213) kind 3: lli ('4.889499, -24.213194'): lli ('4.889499, -24.213194'): outside on SE  FAILED, KNOWN, expected 13.874
    test 2034 GeoidPGM('egm84-15.pgm').height(-11.392, 179.558) kind 3: lli ('-11.392365, 179.558198'): lli ('-11.392365, 179.558198'): outside on SE  FAILED, KNOWN, expected 40.929
    test 2035 GeoidPGM('egm84-15.pgm').height(58.246, 4.862) kind 3: lli ('58.24629, 4.862128'): lli ('58.24629, 4.862128'): outside on NE  FAILED, KNOWN, expected 43.191
    test 2036 GeoidPGM('egm84-15.pgm').height(34.302, -109.109) kind 3: -22.005  FAILED, KNOWN, expected -22.006
    test 2037 GeoidPGM('egm84-15.pgm').height(-58.196, 117.306) kind 3: lli ('-58.195787, 117.305696'): lli ('-58.195787, 117.305696'): outside on SE  FAILED, KNOWN, expected -20.375
    test 2038 GeoidPGM('egm84-15.pgm').height(44.5, 173.769) kind 3: lli ('44.499876, 173.768568'): lli ('44.499876, 173.768568'): outside on E  FAILED, KNOWN, expected -7.852
    test 2039 GeoidPGM('egm84-15.pgm').height(-28.863, -139.775) kind 3: lli ('-28.862539, -139.774812'): lli ('-28.862539, -139.774812'): outside on SW  FAILED, KNOWN, expected -8.674
    test 2040 GeoidPGM('egm84-15.pgm').height(19.507, -96.099) kind 3: lli ('19.507043, -96.099433'): lli ('19.507043, -96.099433'): outside on S  FAILED, KNOWN, expected -14.117
    test 2041 GeoidPGM('egm84-15.pgm').height(-42.488, -73.907) kind 3: lli ('-42.487604, -73.906602'): lli ('-42.487604, -73.906602'): outside on S  FAILED, KNOWN, expected 17.251
    test 2042 GeoidPGM('egm84-15.pgm').height(46.138, -141.429) kind 3: lli ('46.138437, -141.429193'): lli ('46.138437, -141.429193'): outside on W  FAILED, KNOWN, expected -19.436
    test 2043 GeoidPGM('egm84-15.pgm').height(60.507, 93.743) kind 3: lli ('60.506969, 93.74336'): lli ('60.506969, 93.74336'): outside on NE  FAILED, KNOWN, expected -31.330
    test 2044 GeoidPGM('egm84-15.pgm').height(26.219, -145.434) kind 3: lli ('26.219081, -145.434391'): lli ('26.219081, -145.434391'): outside on W  FAILED, KNOWN, expected -17.090
    test 2045 GeoidPGM('egm84-15.pgm').height(-28.687, 3.37) kind 3: lli ('-28.68714, 3.370196'): lli ('-28.68714, 3.370196'): outside on SE  FAILED, KNOWN, expected 24.184
    test 2046 GeoidPGM('egm84-15.pgm').height(-15.008, 117.45) kind 3: lli ('-15.007944, 117.449536'): lli ('-15.007944, 117.449536'): outside on SE  FAILED, KNOWN, expected 6.142
    test 2047 GeoidPGM('egm84-15.pgm').height(40.71, 144.095) kind 3: lli ('40.710024, 144.095126'): lli ('40.710024, 144.095126'): outside on E  FAILED, KNOWN, expected 11.693
    test 2048 GeoidPGM('egm84-15.pgm').height(20.823, -173.611) kind 3: lli ('20.823096, -173.610797'): lli ('20.823096, -173.610797'): outside on SW  FAILED, KNOWN, expected 6.840
    test 2049 GeoidPGM('egm84-15.pgm').height(16.776, -3.009) kind 3: lli ('16.776, -3.009'): lli ('16.776, -3.009'): outside on SE  FAILED, KNOWN, expected 31.298
    test 2050 GeoidPGM('egm84-15.pgm').height(41.0, -95.0) kind 3: -31.953  FAILED, KNOWN, expected -31.952
    test 2051 GeoidPGM('egm84-15.pgm').height(49.0, -120.5) kind 3: -14.946
    test 2052 GeoidPGM('egm84-15.pgm').height(49.0, -103.5) kind 3: -17.031  FAILED, KNOWN, expected -17.032
    test 2053 GeoidPGM('egm84-15.pgm').height(49.0, -86.5) kind 3: -37.962
    test 2054 GeoidPGM('egm84-15.pgm').height(49.0, -69.5) kind 3: -26.493  FAILED, KNOWN, expected -26.492
    test 2055 GeoidPGM('egm84-15.pgm').height(33.0, -120.5) kind 3: -39.543
    test 2056 GeoidPGM('egm84-15.pgm').height(33.0, -103.5) kind 3: -22.557  FAILED, KNOWN, expected -22.556
    test 2057 GeoidPGM('egm84-15.pgm').height(33.0, -86.5) kind 3: -28.710
    test 2058 GeoidPGM('egm84-15.pgm').height(33.0, -69.5) kind 3: -46.590

    test 2059 GeoidPGM('egm84-15.pgm').height() kind 3, eps max (in 0 FAILED): 0.001

    test 2060 GeoidPGM('egm84-15.pgm').highest(): 44.0, -110.25, -6.927
    test 2061 GeoidPGM('egm84-15.pgm').lowerleft(): 25.0, -125.0, -45.237
    test 2062 GeoidPGM('egm84-15.pgm').lowerright(): 25.0, -64.75, -49.503
    test 2063 GeoidPGM('egm84-15.pgm').lowest(): 26.0, -69.5, -52.293
    test 2064 GeoidPGM('egm84-15.pgm').upperleft(): 55.0, -125.0, -11.157
    test 2065 GeoidPGM('egm84-15.pgm').upperright(): 55.0, -64.75, -15.43
    test 2066 GeoidPGM('egm84-15.pgm').dtype: dtype('float64')
    test 2067 GeoidPGM('egm84-15.pgm').knots: 29161
    test 2068 GeoidPGM('egm84-15.pgm').mean: -29.223
    test 2069 GeoidPGM('egm84-15.pgm').nBytes: 233288
    test 2070 GeoidPGM('egm84-15.pgm').scipy: '1.3.1'
    test 2071 GeoidPGM('egm84-15.pgm').smooth: 0
    test 2072 GeoidPGM('egm84-15.pgm').stdev: 9.692
    test 2073 GeoidPGM('egm84-15.pgm')._g2ll2(180, 360): (180, 0.0)
    test 2074 GeoidPGM('egm84-15.pgm')._ll2g2(180, 360): (180, 720.0)
    test 2075 GeoidPGM('egm84-15.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 2076 GeoidPGM('egm84-15.pgm')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 2077 GeoidPGM('egm84-15.pgm').toStr: GeoidPGM('egm84-15.pgm'): lowerleft(25.0, -125.0, -45.237), upperright(55.0, -64.75, -15.43), center(40.0, -94.875, -33.654), highest(44.0, -110.25, -6.927), lowest(26.0, -69.5, -52.293)

    test 2078 copy(GeoidPGM): (<class 'pygeodesy.geoids.GeoidPGM'>, True)
    test 2079 GeoidPGM.copy(): (<class 'pygeodesy.geoids.GeoidPGM'>, True)
    test 2080 GeoidG2012B('g2012bu0.bin').height(41.0, -95.0) kind 3: -30.312
    test 2081 GeoidG2012B('g2012bu0.bin').height(49.0, -120.5) kind 3: -16.112
    test 2082 GeoidG2012B('g2012bu0.bin').height(49.0, -103.5) kind 3: -18.955
    test 2083 GeoidG2012B('g2012bu0.bin').height(49.0, -86.5) kind 3: -37.584
    test 2084 GeoidG2012B('g2012bu0.bin').height(49.0, -69.5) kind 3: -25.867
    test 2085 GeoidG2012B('g2012bu0.bin').height(33.0, -120.5) kind 3: -39.554
    test 2086 GeoidG2012B('g2012bu0.bin').height(33.0, -103.5) kind 3: -21.917
    test 2087 GeoidG2012B('g2012bu0.bin').height(33.0, -86.5) kind 3: -29.001
    test 2088 GeoidG2012B('g2012bu0.bin').height(33.0, -69.5) kind 3: -46.725

    test 2089 GeoidG2012B('g2012bu0.bin').height() kind 3, eps max (in 0 FAILED): 0.000

    test 2090 GeoidG2012B('g2012bu0.bin').highest(): 58.0, -60.0, 3.31
    test 2091 GeoidG2012B('g2012bu0.bin').lowerleft(): 24.0, -130.0, -39.727
    test 2092 GeoidG2012B('g2012bu0.bin').lowerright(): 24.0, -59.983, -47.981
    test 2093 GeoidG2012B('g2012bu0.bin').lowest(): 25.9, -69.85, -50.709
    test 2094 GeoidG2012B('g2012bu0.bin').upperleft(): 58.0, -130.0, -1.095
    test 2095 GeoidG2012B('g2012bu0.bin').upperright(): 58.0, -59.983, 3.38
    test 2096 GeoidG2012B('g2012bu0.bin').dtype: dtype('>f4')
    test 2097 GeoidG2012B('g2012bu0.bin').knots: 8574241
    test 2098 GeoidG2012B('g2012bu0.bin').mean: -29.481
    test 2099 GeoidG2012B('g2012bu0.bin').nBytes: 34296964
    test 2100 GeoidG2012B('g2012bu0.bin').scipy: '1.3.1'
    test 2101 GeoidG2012B('g2012bu0.bin').smooth: 0
    test 2102 GeoidG2012B('g2012bu0.bin').stdev: 10.063
    test 2103 GeoidG2012B('g2012bu0.bin')._g2ll2(180, 360): (180, 360)
    test 2104 GeoidG2012B('g2012bu0.bin')._ll2g2(180, 360): (180, 360)
    test 2105 GeoidG2012B('g2012bu0.bin')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 2106 GeoidG2012B('g2012bu0.bin')._swne: (-10.0, -100.0, 10.0, 100.0)
    test 2107 GeoidG2012B('g2012bu0.bin').toStr: GeoidG2012B('g2012bu0.bin'): lowerleft(24.0, -130.0, -39.727), upperright(58.0, -59.983, 3.38), center(41.0, -94.992, -30.328), highest(58.0, -60.0, 3.31), lowest(25.9, -69.85, -50.709)

    test 2108 copy(GeoidG2012B): (<class 'pygeodesy.geoids.GeoidG2012B'>, True)
    test 2109 GeoidG2012B.copy(): (<class 'pygeodesy.geoids.GeoidG2012B'>, True)

    1385 of 2109 testGeoids.py tests (65.7%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 5.573 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testGreatCircle.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testGreatCircle.py line 40
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testGreatCircle.py line 40
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testGreatCircle.py line 40
# lazily imported pygeodesy.bearingDMS from .dms by PyGeodesy/test/testGreatCircle.py line 40
# lazily imported pygeodesy.CrossError from .errors by PyGeodesy/test/testGreatCircle.py line 40
# lazily imported pygeodesy.crosserrors from .errors by PyGeodesy/test/testGreatCircle.py line 40
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testGreatCircle.py line 190
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testGreatCircle.py line 190

    testing testGreatCircle.py 20.05.05 isLazy=3

    testGreatCircle(pygeodesy.sphericalNvector, 20.06.16)
    test 1 InitialBearingSameLocations: 0.0
    test 2 InitialBearingEqualLocations: 0.0
    test 3 FinalBearingSameLocations: 180.0
    test 4 FinalBearingEqualLocations: 180.0
    test 5 FinalBearingCrossError: points (LatLon(43°55′51.28″N, 072°03′13.72″W)): coincident
    test 6 DistanceSameLocations: 0.0
    test 7 DistanceEqualLocations: 0.0
    test 8 DistanceEiffelToVersailles: 14084.300096  FAILED, KNOWN, expected 14084.280705
    test 9 DistanceVersaillesToEiffel: 14084.300096  FAILED, KNOWN, expected 14084.280705
    test 10 InitialBearingEiffelToVersailles: 245.13460297
    test 11 InitialBearingEiffelToVersailles(DMS): 245°08′04.5707″
    test 12 InitialBearingVersaillesToEiffel: 65.003253951
    test 13 InitialBearingVersaillesToEiffel(DMS): 65°00′11.7142″
    test 14 FinalBearingEiffelToVersailles: 245.00325395
    test 15 FinalBearingEiffelToVersailles(DMS): 245°00′11.7142″
    test 16 FinalBearingVersaillesToEiffel: 65.134602969
    test 17 FinalBearingVersaillesToEiffel(DMS): 65°08′04.5707″
    test 18 GenerateLocationVersailles: 48.804766°N, 002.120339°E
    test 19 GenerateLocationEiffel: 48.858158°N, 002.294825°E
    test 20 MidpointEiffelToVersailles: 48.831495°N, 002.207536°E
    test 21 MidpointEiffelToVersailles(DMS): 48°49′53.3817″N, 002°12′27.1279″E
    test 22 MidpointEiffelToVersailles(m): 7042.15004788  FAILED, KNOWN, expected 7042.15974330
    test 23 MidpointVersaillesToEiffel: 48.831495°N, 002.207536°E  FAILED, KNOWN, expected 48.831495°N, 002.207535°E
    test 24 MidpointVersaillesToEiffel(DMS): 48°49′53.3817″N, 002°12′27.1279″E
    test 25 MidpointVersaillesToEiffel(m): 7042.15004788  FAILED, KNOWN, expected 7042.15974330
    test 26 Intersection: 48.83569095°N, 002.221252031°E
    test 27 Intersection: 48.8356909498836°N, 002.2212520313074°E
    test 28 CrossTrackDistance200m+90°: 200.0
    test 29 CrossTrackDistance200m+270°: -200.0
    test 30 CrossTrackDistanceCloseToZero: 0.0000000

    testGreatCircle(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 31 InitialBearingSameLocations: 0.0
    test 32 InitialBearingEqualLocations: 0.0
    test 33 FinalBearingSameLocations: 180.0
    test 34 FinalBearingEqualLocations: 180.0
    test 35 FinalBearingCrossError: points (LatLon(43°55′51.28″N, 072°03′13.72″W)): coincident
    test 36 DistanceSameLocations: 0.0
    test 37 DistanceEqualLocations: 0.0
    test 38 DistanceEiffelToVersailles: 14084.300096  FAILED, KNOWN, expected 14084.280705
    test 39 DistanceVersaillesToEiffel: 14084.300096  FAILED, KNOWN, expected 14084.280705
    test 40 InitialBearingEiffelToVersailles: 245.13460297
    test 41 InitialBearingEiffelToVersailles(DMS): 245°08′04.5707″
    test 42 InitialBearingVersaillesToEiffel: 65.003253951
    test 43 InitialBearingVersaillesToEiffel(DMS): 65°00′11.7142″
    test 44 FinalBearingEiffelToVersailles: 245.00325395
    test 45 FinalBearingEiffelToVersailles(DMS): 245°00′11.7142″
    test 46 FinalBearingVersaillesToEiffel: 65.134602969
    test 47 FinalBearingVersaillesToEiffel(DMS): 65°08′04.5707″
    test 48 GenerateLocationVersailles: 48.804766°N, 002.120339°E
    test 49 GenerateLocationEiffel: 48.858158°N, 002.294825°E
    test 50 MidpointEiffelToVersailles: 48.831495°N, 002.207536°E
    test 51 MidpointEiffelToVersailles(DMS): 48°49′53.3817″N, 002°12′27.1279″E
    test 52 MidpointEiffelToVersailles(m): 7042.15004788  FAILED, KNOWN, expected 7042.15974330
    test 53 MidpointVersaillesToEiffel: 48.831495°N, 002.207536°E  FAILED, KNOWN, expected 48.831495°N, 002.207535°E
    test 54 MidpointVersaillesToEiffel(DMS): 48°49′53.3817″N, 002°12′27.1279″E
    test 55 MidpointVersaillesToEiffel(m): 7042.15004788  FAILED, KNOWN, expected 7042.15974331
    test 56 Intersection: 48.83569095°N, 002.221252031°E
    test 57 Intersection: 48.8356909498836°N, 002.2212520313074°E
    test 58 CrossTrackDistance200m+90°: 200.0
    test 59 CrossTrackDistance200m+270°: -200.0
    test 60 CrossTrackDistanceCloseToZero: 0.0000000

    10 of 60 testGreatCircle.py tests (16.7%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 14.397 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testHausdorff.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.hausdorff_ from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffCosineAndoyerLambert from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffCosineForsytheAndoyerLambert from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffDegrees from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffRadians from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffCosineLaw from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffEquirectangular from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffEuclidean from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffFlatLocal from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffFlatPolar from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffHaversine from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffHubeny from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffKarney from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffThomas from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.HausdorffVincentys from .hausdorff by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testHausdorff.py line 11
# lazily imported pygeodesy.randomrangenerator from .hausdorff by PyGeodesy/test/testHausdorff.py line 11

    testing testHausdorff.py 20.06.24 isLazy=3
    test 1 randomrange[0]: ()
    test 2 randomrange[1]: (0,)
    test 3 randomrange[2]: (0, 1)
    test 4 randomrange[8]: (1, 4, 2, 6, 0, 3, 5, 7)
    test 5 randomrange[32]: (11, 6, 30, 28, 21, 9, 13, 26, 4, 29, 8, 27, 31, 15, 1, 24, 0, 25, 22, 2, 20, 17, 3, 23, 12, 19, 18, 14, 7, 10, 16, 5)
    test 6 randomrange[128]: (122, 62, 14, 24, 65, 57, 75, 84, 42, 32, 82, 43, 13, 34, 53, 104, 71, 22, 76, 15, 108, 113, 52, 79, 112, 54, 90, 106, 10, 87, 115, 123, 119, 120, 48, 61, 39, 19, 31, 94, 124, 98, 96, 3, 101, 25, 118, 30, 99, 105, 92, 66, 126, 114, 23, 117, 72, 67, 73, 64, 68, 50, 5, 74, 51, 9, 17, 21, 80, 95, 41, 37, 2, 11, 55, 127, 38, 85, 81, 109, 36, 121, 6, 102, 12, 1, 93, 91, 83, 16, 116, 103, 70, 56, 89, 35, 88, 86, 27, 20, 44, 110, 63, 28, 8, 4, 18, 45, 78, 100, 60, 125, 58, 33, 0, 7, 40, 59, 46, 69, 26, 77, 107, 47, 49, 97, 111, 29)
    test 7 HausdorffDegrees_ (degrees): (40.0, 22, 6, 90, 18.16111)
    test 8 HausdorffDegrees_ (degrees): (48.0, 38, 36, 150, 17.30667)
    test 9 HausdorffDegrees_ (degrees): (40.0, 22, 6, 90, 18.16111)
    test 10 HausdorffDegrees_ (degrees): (48.0, 38, 36, 150, 17.30667)
    test 11 HausdorffDegrees_ (degrees): (40.0, 22, 6, 90, None)
    test 12 HausdorffDegrees_ (degrees): (48.0, 38, 36, 150, None)
    test 13 HausdorffDegrees_ (degrees): (40.0, 22, 6, 90, None)
    test 14 HausdorffDegrees_ (degrees): (48.0, 38, 36, 150, None)
    test 15 copy(HausdorffDegrees_): (<class '__main__.HausdorffDegrees_'>, True)
    test 16 HausdorffDegrees_.copy(): (<class '__main__.HausdorffDegrees_'>, True)
    test 17 HausdorffRadians_ (radians): (0.69813, 22, 6, 90, 0.31697)
    test 18 HausdorffRadians_ (radians): (0.83776, 38, 36, 150, 0.30206)
    test 19 HausdorffRadians_ (radians): (0.69813, 22, 6, 90, 0.31697)
    test 20 HausdorffRadians_ (radians): (0.83776, 38, 36, 150, 0.30206)
    test 21 HausdorffRadians_ (radians): (0.69813, 22, 6, 90, None)
    test 22 HausdorffRadians_ (radians): (0.83776, 38, 36, 150, None)
    test 23 HausdorffRadians_ (radians): (0.69813, 22, 6, 90, None)
    test 24 HausdorffRadians_ (radians): (0.83776, 38, 36, 150, None)
    test 25 copy(HausdorffRadians_): (<class '__main__.HausdorffRadians_'>, True)
    test 26 HausdorffRadians_.copy(): (<class '__main__.HausdorffRadians_'>, True)
    test 27 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 90, 0.21184)
    test 28 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 150, 0.20084)
    test 29 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 90, 0.21184)
    test 30 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 150, 0.20084)
    test 31 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 90, None)
    test 32 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 150, None)
    test 33 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 90, None)
    test 34 HausdorffCosineAndoyerLambert (radians): (0.501, 35, 3, 150, None)
    test 35 copy(HausdorffCosineAndoyerLambert): (<class 'pygeodesy.hausdorff.HausdorffCosineAndoyerLambert'>, True)
    test 36 HausdorffCosineAndoyerLambert.copy(): (<class 'pygeodesy.hausdorff.HausdorffCosineAndoyerLambert'>, True)
    test 37 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 90, 0.21184)
    test 38 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 150, 0.20084)
    test 39 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 90, 0.21184)
    test 40 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 150, 0.20084)
    test 41 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 90, None)
    test 42 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 150, None)
    test 43 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 90, None)
    test 44 HausdorffCosineForsytheAndoyerLambert (radians): (0.501, 35, 3, 150, None)
    test 45 copy(HausdorffCosineForsytheAndoyerLambert): (<class 'pygeodesy.hausdorff.HausdorffCosineForsytheAndoyerLambert'>, True)
    test 46 HausdorffCosineForsytheAndoyerLambert.copy(): (<class 'pygeodesy.hausdorff.HausdorffCosineForsytheAndoyerLambert'>, True)
    test 47 HausdorffCosineLaw (radians): (0.50097, 35, 3, 90, 0.212)
    test 48 HausdorffCosineLaw (radians): (0.50097, 35, 3, 150, 0.20099)
    test 49 HausdorffCosineLaw (radians): (0.50097, 35, 3, 90, 0.212)
    test 50 HausdorffCosineLaw (radians): (0.50097, 35, 3, 150, 0.20099)
    test 51 HausdorffCosineLaw (radians): (0.50097, 35, 3, 90, None)
    test 52 HausdorffCosineLaw (radians): (0.50097, 35, 3, 150, None)
    test 53 HausdorffCosineLaw (radians): (0.50097, 35, 3, 90, None)
    test 54 HausdorffCosineLaw (radians): (0.50097, 35, 3, 150, None)
    test 55 copy(HausdorffCosineLaw): (<class 'pygeodesy.hausdorff.HausdorffCosineLaw'>, True)
    test 56 HausdorffCosineLaw.copy(): (<class 'pygeodesy.hausdorff.HausdorffCosineLaw'>, True)
    test 57 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 90, 0.05965)
    test 58 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 150, 0.05532)
    test 59 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 90, 0.05965)
    test 60 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 150, 0.05532)
    test 61 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 90, None)
    test 62 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 150, None)
    test 63 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 90, None)
    test 64 HausdorffEquirectangular (radians**2): (0.25113, 35, 3, 150, None)
    test 65 copy(HausdorffEquirectangular): (<class 'pygeodesy.hausdorff.HausdorffEquirectangular'>, True)
    test 66 HausdorffEquirectangular.copy(): (<class 'pygeodesy.hausdorff.HausdorffEquirectangular'>, True)
    test 67 HausdorffEuclidean (radians): (0.5434, 56, 51, 90, 0.23356)
    test 68 HausdorffEuclidean (radians): (0.5434, 56, 51, 150, 0.22296)
    test 69 HausdorffEuclidean (radians): (0.5434, 56, 51, 90, 0.23356)
    test 70 HausdorffEuclidean (radians): (0.5434, 56, 51, 150, 0.22296)
    test 71 HausdorffEuclidean (radians): (0.5434, 56, 51, 90, None)
    test 72 HausdorffEuclidean (radians): (0.5434, 56, 51, 150, None)
    test 73 HausdorffEuclidean (radians): (0.5434, 56, 51, 90, None)
    test 74 HausdorffEuclidean (radians): (0.5434, 56, 51, 150, None)
    test 75 copy(HausdorffEuclidean): (<class 'pygeodesy.hausdorff.HausdorffEuclidean'>, True)
    test 76 HausdorffEuclidean.copy(): (<class 'pygeodesy.hausdorff.HausdorffEuclidean'>, True)
    test 77 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 90, 0.05951)
    test 78 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 150, 0.0552)
    test 79 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 90, 0.05951)
    test 80 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 150, 0.0552)
    test 81 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 90, None)
    test 82 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 150, None)
    test 83 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 90, None)
    test 84 HausdorffFlatLocal (radians**2): (0.25116, 35, 3, 150, None)
    test 85 copy(HausdorffFlatLocal): (<class 'pygeodesy.hausdorff.HausdorffFlatLocal'>, True)
    test 86 HausdorffFlatLocal.copy(): (<class 'pygeodesy.hausdorff.HausdorffFlatLocal'>, True)
    test 87 HausdorffFlatPolar (radians): (0.69043, 4, 31, 90, 0.22286)
    test 88 HausdorffFlatPolar (radians): (0.69043, 4, 31, 150, 0.21318)
    test 89 HausdorffFlatPolar (radians): (0.69043, 4, 31, 90, 0.22286)
    test 90 HausdorffFlatPolar (radians): (0.69043, 4, 31, 150, 0.21318)
    test 91 HausdorffFlatPolar (radians): (0.69043, 4, 31, 90, None)
    test 92 HausdorffFlatPolar (radians): (0.69043, 4, 31, 150, None)
    test 93 HausdorffFlatPolar (radians): (0.69043, 4, 31, 90, None)
    test 94 HausdorffFlatPolar (radians): (0.69043, 4, 31, 150, None)
    test 95 copy(HausdorffFlatPolar): (<class 'pygeodesy.hausdorff.HausdorffFlatPolar'>, True)
    test 96 HausdorffFlatPolar.copy(): (<class 'pygeodesy.hausdorff.HausdorffFlatPolar'>, True)
    test 97 HausdorffHaversine (radians): (0.50097, 35, 3, 90, 0.212)
    test 98 HausdorffHaversine (radians): (0.50097, 35, 3, 150, 0.20099)
    test 99 HausdorffHaversine (radians): (0.50097, 35, 3, 90, 0.212)
    test 100 HausdorffHaversine (radians): (0.50097, 35, 3, 150, 0.20099)
    test 101 HausdorffHaversine (radians): (0.50097, 35, 3, 90, None)
    test 102 HausdorffHaversine (radians): (0.50097, 35, 3, 150, None)
    test 103 HausdorffHaversine (radians): (0.50097, 35, 3, 90, None)
    test 104 HausdorffHaversine (radians): (0.50097, 35, 3, 150, None)
    test 105 copy(HausdorffHaversine): (<class 'pygeodesy.hausdorff.HausdorffHaversine'>, True)
    test 106 HausdorffHaversine.copy(): (<class 'pygeodesy.hausdorff.HausdorffHaversine'>, True)
    test 107 HausdorffHubeny (radians**2): (0.25116, 35, 3, 90, 0.05951)
    test 108 HausdorffHubeny (radians**2): (0.25116, 35, 3, 150, 0.0552)
    test 109 HausdorffHubeny (radians**2): (0.25116, 35, 3, 90, 0.05951)
    test 110 HausdorffHubeny (radians**2): (0.25116, 35, 3, 150, 0.0552)
    test 111 HausdorffHubeny (radians**2): (0.25116, 35, 3, 90, None)
    test 112 HausdorffHubeny (radians**2): (0.25116, 35, 3, 150, None)
    test 113 HausdorffHubeny (radians**2): (0.25116, 35, 3, 90, None)
    test 114 HausdorffHubeny (radians**2): (0.25116, 35, 3, 150, None)
    test 115 copy(HausdorffHubeny): (<class 'pygeodesy.hausdorff.HausdorffHubeny'>, True)
    test 116 HausdorffHubeny.copy(): (<class 'pygeodesy.hausdorff.HausdorffHubeny'>, True)
    test 117 HausdorffThomas (radians): (0.501, 35, 3, 90, 0.21184)
    test 118 HausdorffThomas (radians): (0.501, 35, 3, 150, 0.20084)
    test 119 HausdorffThomas (radians): (0.501, 35, 3, 90, 0.21184)
    test 120 HausdorffThomas (radians): (0.501, 35, 3, 150, 0.20084)
    test 121 HausdorffThomas (radians): (0.501, 35, 3, 90, None)
    test 122 HausdorffThomas (radians): (0.501, 35, 3, 150, None)
    test 123 HausdorffThomas (radians): (0.501, 35, 3, 90, None)
    test 124 HausdorffThomas (radians): (0.501, 35, 3, 150, None)
    test 125 copy(HausdorffThomas): (<class 'pygeodesy.hausdorff.HausdorffThomas'>, True)
    test 126 HausdorffThomas.copy(): (<class 'pygeodesy.hausdorff.HausdorffThomas'>, True)
    test 127 HausdorffVincentys (radians): (0.50097, 35, 3, 90, 0.212)
    test 128 HausdorffVincentys (radians): (0.50097, 35, 3, 150, 0.20099)
    test 129 HausdorffVincentys (radians): (0.50097, 35, 3, 90, 0.212)
    test 130 HausdorffVincentys (radians): (0.50097, 35, 3, 150, 0.20099)
    test 131 HausdorffVincentys (radians): (0.50097, 35, 3, 90, None)
    test 132 HausdorffVincentys (radians): (0.50097, 35, 3, 150, None)
    test 133 HausdorffVincentys (radians): (0.50097, 35, 3, 90, None)
    test 134 HausdorffVincentys (radians): (0.50097, 35, 3, 150, None)
    test 135 copy(HausdorffVincentys): (<class 'pygeodesy.hausdorff.HausdorffVincentys'>, True)
    test 136 HausdorffVincentys.copy(): (<class 'pygeodesy.hausdorff.HausdorffVincentys'>, True)
    test 137 HausdorffKarney (degrees): (28.79903, 35, 3, 90, 12.16138)
    test 138 HausdorffKarney (degrees): (28.79903, 35, 3, 150, 11.53021)
    test 139 HausdorffKarney (degrees): (28.79903, 35, 3, 90, 12.16138)
    test 140 HausdorffKarney (degrees): (28.79903, 35, 3, 150, 11.53021)
    test 141 HausdorffKarney (degrees): (28.79903, 35, 3, 90, None)
    test 142 HausdorffKarney (degrees): (28.79903, 35, 3, 150, None)
    test 143 HausdorffKarney (degrees): (28.79903, 35, 3, 90, None)
    test 144 HausdorffKarney (degrees): (28.79903, 35, 3, 150, None)
    test 145 copy(HausdorffKarney): (<class 'pygeodesy.hausdorff.HausdorffKarney'>, True)
    test 146 HausdorffKarney.copy(): (<class 'pygeodesy.hausdorff.HausdorffKarney'>, True)
    test 147 hausdorff_: (40.0, 22, 6, 90, 18.16111)
    test 148 hausdorff_: (48.0, 38, 36, 150, 17.30667)
    test 149 hausdorff_: (40.0, 22, 6, 90, 18.16111)
    test 150 hausdorff_: (48.0, 38, 36, 150, 17.30667)
    test 151 hausdorff_: (40.0, 22, 6, 90, None)
    test 152 hausdorff_: (48.0, 38, 36, 150, None)
    test 153 hausdorff_: (40.0, 22, 6, 90, None)
    test 154 hausdorff_: (48.0, 38, 36, 150, None)

    all 154 testHausdorff.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 33.691 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testHeights.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightError from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightCubic from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightLinear from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDW from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDW2 from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDW3 from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWcosineAndoyerLambert from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWcosineForsytheAndoyerLambert from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWcosineLaw from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWequirectangular from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWeuclidean from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWflatLocal from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWflatPolar from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWhaversine from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWhubeny from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWkarney from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWthomas from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightIDWvincentys from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightLSQBiSpline from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.HeightSmoothBiSpline from .heights by PyGeodesy/test/testHeights.py line 17
# lazily imported pygeodesy.SciPyError from .errors by PyGeodesy/test/testHeights.py line 17

    testing testHeights.py 20.07.01 isLazy=3
    test 1 copy(HeightIDWeuclidean): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 2 HeightIDWeuclidean.copy(): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 3 HeightIDWeuclidean(adjust=True): 6.166852765
    test 4 HeightIDWeuclidean(float): <class 'float'>
    test 5 HeightIDWeuclidean(latlon): True
    test 6 HeightIDWeuclidean(adjust=True): 5.0
    test 7 HeightIDWeuclidean(float): <class 'float'>
    test 8 HeightIDWeuclidean(latlon): True
    test 9 HeightIDWeuclidean(adjust=True): (6.166852765, 5.0,)
    test 10 HeightIDWeuclidean(tuple): <class 'tuple'>
    test 11 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 12 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 13 HeightIDWeuclidean(adjust=True): [6.166852765, 5.0]
    test 14 HeightIDWeuclidean(list: <class 'list'>
    test 15 HeightIDWeuclidean(list-float): <class 'float'>
    test 16 HeightIDWeuclidean(list-float): <class 'float'>
    test 17 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 18 HeightIDWeuclideanadjust: True
    test 19 HeightIDWeuclideankmin: 2
    test 20 HeightIDWeuclideanwrap: None
    test 21 HeightIDWeuclideanbeta: 2
    test 22 HeightIDWeuclideanadjust: True
    test 23 HeightIDWeuclideanbeta: 2
    test 24 HeightIDWeuclideankmin: 2
    test 25 HeightIDWeuclideanwrap: None
    test 26 copy(HeightIDWcosineAndoyerLambert): (<class 'pygeodesy.heights.HeightIDWcosineAndoyerLambert'>, True)
    test 27 HeightIDWcosineAndoyerLambert.copy(): (<class 'pygeodesy.heights.HeightIDWcosineAndoyerLambert'>, True)
    test 28 HeightIDWcosineAndoyerLambert(wrap=False): 6.108538037
    test 29 HeightIDWcosineAndoyerLambert(float): <class 'float'>
    test 30 HeightIDWcosineAndoyerLambert(latlon): True
    test 31 HeightIDWcosineAndoyerLambert(wrap=False): 5.0
    test 32 HeightIDWcosineAndoyerLambert(float): <class 'float'>
    test 33 HeightIDWcosineAndoyerLambert(latlon): True
    test 34 HeightIDWcosineAndoyerLambert(wrap=False): (6.108538037, 5.0,)
    test 35 HeightIDWcosineAndoyerLambert(tuple): <class 'tuple'>
    test 36 HeightIDWcosineAndoyerLambert(tuple-float): <class 'float'>
    test 37 HeightIDWcosineAndoyerLambert(tuple-float): <class 'float'>
    test 38 HeightIDWcosineAndoyerLambert(wrap=False): [6.108538037, 5.0]
    test 39 HeightIDWcosineAndoyerLambert(list: <class 'list'>
    test 40 HeightIDWcosineAndoyerLambert(list-float): <class 'float'>
    test 41 HeightIDWcosineAndoyerLambert(list-float): <class 'float'>
    test 42 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 43 HeightIDWcosineAndoyerLambertadjust: None
    test 44 HeightIDWcosineAndoyerLambertkmin: 2
    test 45 HeightIDWcosineAndoyerLambertwrap: False
    test 46 HeightIDWcosineAndoyerLambertbeta: 2
    test 47 HeightIDWcosineAndoyerLambertadjust: None
    test 48 HeightIDWcosineAndoyerLambertbeta: 2
    test 49 HeightIDWcosineAndoyerLambertkmin: 2
    test 50 HeightIDWcosineAndoyerLambertwrap: False
    test 51 copy(HeightIDWcosineForsytheAndoyerLambert): (<class 'pygeodesy.heights.HeightIDWcosineForsytheAndoyerLambert'>, True)
    test 52 HeightIDWcosineForsytheAndoyerLambert.copy(): (<class 'pygeodesy.heights.HeightIDWcosineForsytheAndoyerLambert'>, True)
    test 53 HeightIDWcosineForsytheAndoyerLambert(wrap=False): 6.108538037
    test 54 HeightIDWcosineForsytheAndoyerLambert(float): <class 'float'>
    test 55 HeightIDWcosineForsytheAndoyerLambert(latlon): True
    test 56 HeightIDWcosineForsytheAndoyerLambert(wrap=False): 5.0
    test 57 HeightIDWcosineForsytheAndoyerLambert(float): <class 'float'>
    test 58 HeightIDWcosineForsytheAndoyerLambert(latlon): True
    test 59 HeightIDWcosineForsytheAndoyerLambert(wrap=False): (6.108538037, 5.0,)
    test 60 HeightIDWcosineForsytheAndoyerLambert(tuple): <class 'tuple'>
    test 61 HeightIDWcosineForsytheAndoyerLambert(tuple-float): <class 'float'>
    test 62 HeightIDWcosineForsytheAndoyerLambert(tuple-float): <class 'float'>
    test 63 HeightIDWcosineForsytheAndoyerLambert(wrap=False): [6.108538037, 5.0]
    test 64 HeightIDWcosineForsytheAndoyerLambert(list: <class 'list'>
    test 65 HeightIDWcosineForsytheAndoyerLambert(list-float): <class 'float'>
    test 66 HeightIDWcosineForsytheAndoyerLambert(list-float): <class 'float'>
    test 67 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 68 HeightIDWcosineForsytheAndoyerLambertadjust: None
    test 69 HeightIDWcosineForsytheAndoyerLambertkmin: 2
    test 70 HeightIDWcosineForsytheAndoyerLambertwrap: False
    test 71 HeightIDWcosineForsytheAndoyerLambertbeta: 2
    test 72 HeightIDWcosineForsytheAndoyerLambertadjust: None
    test 73 HeightIDWcosineForsytheAndoyerLambertbeta: 2
    test 74 HeightIDWcosineForsytheAndoyerLambertkmin: 2
    test 75 HeightIDWcosineForsytheAndoyerLambertwrap: False
    test 76 copy(HeightIDWcosineLaw): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 77 HeightIDWcosineLaw.copy(): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 78 HeightIDWcosineLaw(wrap=True): 6.108538037
    test 79 HeightIDWcosineLaw(float): <class 'float'>
    test 80 HeightIDWcosineLaw(latlon): True
    test 81 HeightIDWcosineLaw(wrap=True): 5.0
    test 82 HeightIDWcosineLaw(float): <class 'float'>
    test 83 HeightIDWcosineLaw(latlon): True
    test 84 HeightIDWcosineLaw(wrap=True): (6.108538037, 5.0,)
    test 85 HeightIDWcosineLaw(tuple): <class 'tuple'>
    test 86 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 87 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 88 HeightIDWcosineLaw(wrap=True): [6.108538037, 5.0]
    test 89 HeightIDWcosineLaw(list: <class 'list'>
    test 90 HeightIDWcosineLaw(list-float): <class 'float'>
    test 91 HeightIDWcosineLaw(list-float): <class 'float'>
    test 92 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 93 HeightIDWcosineLawadjust: None
    test 94 HeightIDWcosineLawkmin: 2
    test 95 HeightIDWcosineLawwrap: True
    test 96 HeightIDWcosineLawbeta: 2
    test 97 HeightIDWcosineLawadjust: None
    test 98 HeightIDWcosineLawbeta: 2
    test 99 HeightIDWcosineLawkmin: 2
    test 100 HeightIDWcosineLawwrap: True
    test 101 copy(HeightIDWcosineLaw): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 102 HeightIDWcosineLaw.copy(): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 103 HeightIDWcosineLaw(wrap=False): 6.108538037
    test 104 HeightIDWcosineLaw(float): <class 'float'>
    test 105 HeightIDWcosineLaw(latlon): True
    test 106 HeightIDWcosineLaw(wrap=False): 5.0
    test 107 HeightIDWcosineLaw(float): <class 'float'>
    test 108 HeightIDWcosineLaw(latlon): True
    test 109 HeightIDWcosineLaw(wrap=False): (6.108538037, 5.0,)
    test 110 HeightIDWcosineLaw(tuple): <class 'tuple'>
    test 111 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 112 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 113 HeightIDWcosineLaw(wrap=False): [6.108538037, 5.0]
    test 114 HeightIDWcosineLaw(list: <class 'list'>
    test 115 HeightIDWcosineLaw(list-float): <class 'float'>
    test 116 HeightIDWcosineLaw(list-float): <class 'float'>
    test 117 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 118 HeightIDWcosineLawadjust: None
    test 119 HeightIDWcosineLawkmin: 2
    test 120 HeightIDWcosineLawwrap: False
    test 121 HeightIDWcosineLawbeta: 2
    test 122 HeightIDWcosineLawadjust: None
    test 123 HeightIDWcosineLawbeta: 2
    test 124 HeightIDWcosineLawkmin: 2
    test 125 HeightIDWcosineLawwrap: False
    test 126 copy(HeightIDWeuclidean): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 127 HeightIDWeuclidean.copy(): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 128 HeightIDWeuclidean(adjust=False): 6.166920194
    test 129 HeightIDWeuclidean(float): <class 'float'>
    test 130 HeightIDWeuclidean(latlon): True
    test 131 HeightIDWeuclidean(adjust=False): 5.0
    test 132 HeightIDWeuclidean(float): <class 'float'>
    test 133 HeightIDWeuclidean(latlon): True
    test 134 HeightIDWeuclidean(adjust=False): (6.166920194, 5.0,)
    test 135 HeightIDWeuclidean(tuple): <class 'tuple'>
    test 136 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 137 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 138 HeightIDWeuclidean(adjust=False): [6.166920194, 5.0]
    test 139 HeightIDWeuclidean(list: <class 'list'>
    test 140 HeightIDWeuclidean(list-float): <class 'float'>
    test 141 HeightIDWeuclidean(list-float): <class 'float'>
    test 142 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 143 HeightIDWeuclideanadjust: False
    test 144 HeightIDWeuclideankmin: 2
    test 145 HeightIDWeuclideanwrap: None
    test 146 HeightIDWeuclideanbeta: 2
    test 147 HeightIDWeuclideanadjust: False
    test 148 HeightIDWeuclideanbeta: 2
    test 149 HeightIDWeuclideankmin: 2
    test 150 HeightIDWeuclideanwrap: None
    test 151 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 152 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 153 HeightIDWequirectangular(adjust=True, wrap=False): 6.108538529
    test 154 HeightIDWequirectangular(float): <class 'float'>
    test 155 HeightIDWequirectangular(latlon): True
    test 156 HeightIDWequirectangular(adjust=True, wrap=False): 5.0
    test 157 HeightIDWequirectangular(float): <class 'float'>
    test 158 HeightIDWequirectangular(latlon): True
    test 159 HeightIDWequirectangular(adjust=True, wrap=False): (6.108538529, 5.0,)
    test 160 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 161 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 162 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 163 HeightIDWequirectangular(adjust=True, wrap=False): [6.108538529, 5.0]
    test 164 HeightIDWequirectangular(list: <class 'list'>
    test 165 HeightIDWequirectangular(list-float): <class 'float'>
    test 166 HeightIDWequirectangular(list-float): <class 'float'>
    test 167 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 168 HeightIDWequirectangularadjust: True
    test 169 HeightIDWequirectangularkmin: 2
    test 170 HeightIDWequirectangularwrap: False
    test 171 HeightIDWequirectangularbeta: 1
    test 172 HeightIDWequirectangularadjust: True
    test 173 HeightIDWequirectangularbeta: 1
    test 174 HeightIDWequirectangularkmin: 2
    test 175 HeightIDWequirectangularwrap: False
    test 176 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 177 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 178 HeightIDWequirectangular(adjust=True, wrap=True): 6.108538529
    test 179 HeightIDWequirectangular(float): <class 'float'>
    test 180 HeightIDWequirectangular(latlon): True
    test 181 HeightIDWequirectangular(adjust=True, wrap=True): 5.0
    test 182 HeightIDWequirectangular(float): <class 'float'>
    test 183 HeightIDWequirectangular(latlon): True
    test 184 HeightIDWequirectangular(adjust=True, wrap=True): (6.108538529, 5.0,)
    test 185 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 186 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 187 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 188 HeightIDWequirectangular(adjust=True, wrap=True): [6.108538529, 5.0]
    test 189 HeightIDWequirectangular(list: <class 'list'>
    test 190 HeightIDWequirectangular(list-float): <class 'float'>
    test 191 HeightIDWequirectangular(list-float): <class 'float'>
    test 192 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 193 HeightIDWequirectangularadjust: True
    test 194 HeightIDWequirectangularkmin: 2
    test 195 HeightIDWequirectangularwrap: True
    test 196 HeightIDWequirectangularbeta: 1
    test 197 HeightIDWequirectangularadjust: True
    test 198 HeightIDWequirectangularbeta: 1
    test 199 HeightIDWequirectangularkmin: 2
    test 200 HeightIDWequirectangularwrap: True
    test 201 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 202 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 203 HeightIDWequirectangular(adjust=False, wrap=False): 6.108614369
    test 204 HeightIDWequirectangular(float): <class 'float'>
    test 205 HeightIDWequirectangular(latlon): True
    test 206 HeightIDWequirectangular(adjust=False, wrap=False): 5.0
    test 207 HeightIDWequirectangular(float): <class 'float'>
    test 208 HeightIDWequirectangular(latlon): True
    test 209 HeightIDWequirectangular(adjust=False, wrap=False): (6.108614369, 5.0,)
    test 210 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 211 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 212 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 213 HeightIDWequirectangular(adjust=False, wrap=False): [6.108614369, 5.0]
    test 214 HeightIDWequirectangular(list: <class 'list'>
    test 215 HeightIDWequirectangular(list-float): <class 'float'>
    test 216 HeightIDWequirectangular(list-float): <class 'float'>
    test 217 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 218 HeightIDWequirectangularadjust: False
    test 219 HeightIDWequirectangularkmin: 2
    test 220 HeightIDWequirectangularwrap: False
    test 221 HeightIDWequirectangularbeta: 1
    test 222 HeightIDWequirectangularadjust: False
    test 223 HeightIDWequirectangularbeta: 1
    test 224 HeightIDWequirectangularkmin: 2
    test 225 HeightIDWequirectangularwrap: False
    test 226 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 227 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 228 HeightIDWequirectangular(adjust=False, wrap=True): 6.108614369
    test 229 HeightIDWequirectangular(float): <class 'float'>
    test 230 HeightIDWequirectangular(latlon): True
    test 231 HeightIDWequirectangular(adjust=False, wrap=True): 5.0
    test 232 HeightIDWequirectangular(float): <class 'float'>
    test 233 HeightIDWequirectangular(latlon): True
    test 234 HeightIDWequirectangular(adjust=False, wrap=True): (6.108614369, 5.0,)
    test 235 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 236 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 237 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 238 HeightIDWequirectangular(adjust=False, wrap=True): [6.108614369, 5.0]
    test 239 HeightIDWequirectangular(list: <class 'list'>
    test 240 HeightIDWequirectangular(list-float): <class 'float'>
    test 241 HeightIDWequirectangular(list-float): <class 'float'>
    test 242 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 243 HeightIDWequirectangularadjust: False
    test 244 HeightIDWequirectangularkmin: 2
    test 245 HeightIDWequirectangularwrap: True
    test 246 HeightIDWequirectangularbeta: 1
    test 247 HeightIDWequirectangularadjust: False
    test 248 HeightIDWequirectangularbeta: 1
    test 249 HeightIDWequirectangularkmin: 2
    test 250 HeightIDWequirectangularwrap: True
    test 251 copy(HeightIDWflatLocal): (<class 'pygeodesy.heights.HeightIDWflatLocal'>, True)
    test 252 HeightIDWflatLocal.copy(): (<class 'pygeodesy.heights.HeightIDWflatLocal'>, True)
    test 253 HeightIDWflatLocal(wrap=False): 6.860459007
    test 254 HeightIDWflatLocal(float): <class 'float'>
    test 255 HeightIDWflatLocal(latlon): True
    test 256 HeightIDWflatLocal(wrap=False): 5.0
    test 257 HeightIDWflatLocal(float): <class 'float'>
    test 258 HeightIDWflatLocal(latlon): True
    test 259 HeightIDWflatLocal(wrap=False): (6.860459007, 5.0,)
    test 260 HeightIDWflatLocal(tuple): <class 'tuple'>
    test 261 HeightIDWflatLocal(tuple-float): <class 'float'>
    test 262 HeightIDWflatLocal(tuple-float): <class 'float'>
    test 263 HeightIDWflatLocal(wrap=False): [6.860459007, 5.0]
    test 264 HeightIDWflatLocal(list: <class 'list'>
    test 265 HeightIDWflatLocal(list-float): <class 'float'>
    test 266 HeightIDWflatLocal(list-float): <class 'float'>
    test 267 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 268 HeightIDWflatLocaladjust: None
    test 269 HeightIDWflatLocalkmin: 2
    test 270 HeightIDWflatLocalwrap: False
    test 271 HeightIDWflatLocalbeta: 2
    test 272 HeightIDWflatLocaladjust: None
    test 273 HeightIDWflatLocalbeta: 2
    test 274 HeightIDWflatLocalkmin: 2
    test 275 HeightIDWflatLocalwrap: False
    test 276 copy(HeightIDWflatPolar): (<class 'pygeodesy.heights.HeightIDWflatPolar'>, True)
    test 277 HeightIDWflatPolar.copy(): (<class 'pygeodesy.heights.HeightIDWflatPolar'>, True)
    test 278 HeightIDWflatPolar(wrap=False): 6.261469975
    test 279 HeightIDWflatPolar(float): <class 'float'>
    test 280 HeightIDWflatPolar(latlon): True
    test 281 HeightIDWflatPolar(wrap=False): 5.0
    test 282 HeightIDWflatPolar(float): <class 'float'>
    test 283 HeightIDWflatPolar(latlon): True
    test 284 HeightIDWflatPolar(wrap=False): (6.261469975, 5.0,)
    test 285 HeightIDWflatPolar(tuple): <class 'tuple'>
    test 286 HeightIDWflatPolar(tuple-float): <class 'float'>
    test 287 HeightIDWflatPolar(tuple-float): <class 'float'>
    test 288 HeightIDWflatPolar(wrap=False): [6.261469975, 5.0]
    test 289 HeightIDWflatPolar(list: <class 'list'>
    test 290 HeightIDWflatPolar(list-float): <class 'float'>
    test 291 HeightIDWflatPolar(list-float): <class 'float'>
    test 292 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 293 HeightIDWflatPolaradjust: None
    test 294 HeightIDWflatPolarkmin: 2
    test 295 HeightIDWflatPolarwrap: False
    test 296 HeightIDWflatPolarbeta: 2
    test 297 HeightIDWflatPolaradjust: None
    test 298 HeightIDWflatPolarbeta: 2
    test 299 HeightIDWflatPolarkmin: 2
    test 300 HeightIDWflatPolarwrap: False
    test 301 copy(HeightIDWhaversine): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 302 HeightIDWhaversine.copy(): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 303 HeightIDWhaversine(wrap=True): 6.108538037
    test 304 HeightIDWhaversine(float): <class 'float'>
    test 305 HeightIDWhaversine(latlon): True
    test 306 HeightIDWhaversine(wrap=True): 5.0
    test 307 HeightIDWhaversine(float): <class 'float'>
    test 308 HeightIDWhaversine(latlon): True
    test 309 HeightIDWhaversine(wrap=True): (6.108538037, 5.0,)
    test 310 HeightIDWhaversine(tuple): <class 'tuple'>
    test 311 HeightIDWhaversine(tuple-float): <class 'float'>
    test 312 HeightIDWhaversine(tuple-float): <class 'float'>
    test 313 HeightIDWhaversine(wrap=True): [6.108538037, 5.0]
    test 314 HeightIDWhaversine(list: <class 'list'>
    test 315 HeightIDWhaversine(list-float): <class 'float'>
    test 316 HeightIDWhaversine(list-float): <class 'float'>
    test 317 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 318 HeightIDWhaversineadjust: None
    test 319 HeightIDWhaversinekmin: 2
    test 320 HeightIDWhaversinewrap: True
    test 321 HeightIDWhaversinebeta: 2
    test 322 HeightIDWhaversineadjust: None
    test 323 HeightIDWhaversinebeta: 2
    test 324 HeightIDWhaversinekmin: 2
    test 325 HeightIDWhaversinewrap: True
    test 326 copy(HeightIDWhaversine): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 327 HeightIDWhaversine.copy(): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 328 HeightIDWhaversine(wrap=False): 6.108538037
    test 329 HeightIDWhaversine(float): <class 'float'>
    test 330 HeightIDWhaversine(latlon): True
    test 331 HeightIDWhaversine(wrap=False): 5.0
    test 332 HeightIDWhaversine(float): <class 'float'>
    test 333 HeightIDWhaversine(latlon): True
    test 334 HeightIDWhaversine(wrap=False): (6.108538037, 5.0,)
    test 335 HeightIDWhaversine(tuple): <class 'tuple'>
    test 336 HeightIDWhaversine(tuple-float): <class 'float'>
    test 337 HeightIDWhaversine(tuple-float): <class 'float'>
    test 338 HeightIDWhaversine(wrap=False): [6.108538037, 5.0]
    test 339 HeightIDWhaversine(list: <class 'list'>
    test 340 HeightIDWhaversine(list-float): <class 'float'>
    test 341 HeightIDWhaversine(list-float): <class 'float'>
    test 342 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 343 HeightIDWhaversineadjust: None
    test 344 HeightIDWhaversinekmin: 2
    test 345 HeightIDWhaversinewrap: False
    test 346 HeightIDWhaversinebeta: 2
    test 347 HeightIDWhaversineadjust: None
    test 348 HeightIDWhaversinebeta: 2
    test 349 HeightIDWhaversinekmin: 2
    test 350 HeightIDWhaversinewrap: False
    test 351 copy(HeightIDWhubeny): (<class 'pygeodesy.heights.HeightIDWhubeny'>, True)
    test 352 HeightIDWhubeny.copy(): (<class 'pygeodesy.heights.HeightIDWhubeny'>, True)
    test 353 HeightIDWhubeny(wrap=False): 6.860459007
    test 354 HeightIDWhubeny(float): <class 'float'>
    test 355 HeightIDWhubeny(latlon): True
    test 356 HeightIDWhubeny(wrap=False): 5.0
    test 357 HeightIDWhubeny(float): <class 'float'>
    test 358 HeightIDWhubeny(latlon): True
    test 359 HeightIDWhubeny(wrap=False): (6.860459007, 5.0,)
    test 360 HeightIDWhubeny(tuple): <class 'tuple'>
    test 361 HeightIDWhubeny(tuple-float): <class 'float'>
    test 362 HeightIDWhubeny(tuple-float): <class 'float'>
    test 363 HeightIDWhubeny(wrap=False): [6.860459007, 5.0]
    test 364 HeightIDWhubeny(list: <class 'list'>
    test 365 HeightIDWhubeny(list-float): <class 'float'>
    test 366 HeightIDWhubeny(list-float): <class 'float'>
    test 367 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 368 HeightIDWhubenyadjust: None
    test 369 HeightIDWhubenykmin: 2
    test 370 HeightIDWhubenywrap: False
    test 371 HeightIDWhubenybeta: 2
    test 372 HeightIDWhubenyadjust: None
    test 373 HeightIDWhubenybeta: 2
    test 374 HeightIDWhubenykmin: 2
    test 375 HeightIDWhubenywrap: False
    test 376 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 377 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 378 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): 6.111158743
    test 379 HeightIDWkarney(float): <class 'float'>
    test 380 HeightIDWkarney(latlon): True
    test 381 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): 5.0
    test 382 HeightIDWkarney(float): <class 'float'>
    test 383 HeightIDWkarney(latlon): True
    test 384 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): (6.111158743, 5.0,)
    test 385 HeightIDWkarney(tuple): <class 'tuple'>
    test 386 HeightIDWkarney(tuple-float): <class 'float'>
    test 387 HeightIDWkarney(tuple-float): <class 'float'>
    test 388 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): [6.111158743, 5.0]
    test 389 HeightIDWkarney(list: <class 'list'>
    test 390 HeightIDWkarney(list-float): <class 'float'>
    test 391 HeightIDWkarney(list-float): <class 'float'>
    test 392 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 393 HeightIDWkarneyadjust: None
    test 394 HeightIDWkarneykmin: 2
    test 395 HeightIDWkarneywrap: True
    test 396 HeightIDWkarneybeta: 2
    test 397 HeightIDWkarneyadjust: None
    test 398 HeightIDWkarneybeta: 2
    test 399 HeightIDWkarneykmin: 2
    test 400 HeightIDWkarneywrap: True
    test 401 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 402 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 403 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): 6.111158743
    test 404 HeightIDWkarney(float): <class 'float'>
    test 405 HeightIDWkarney(latlon): True
    test 406 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): 5.0
    test 407 HeightIDWkarney(float): <class 'float'>
    test 408 HeightIDWkarney(latlon): True
    test 409 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): (6.111158743, 5.0,)
    test 410 HeightIDWkarney(tuple): <class 'tuple'>
    test 411 HeightIDWkarney(tuple-float): <class 'float'>
    test 412 HeightIDWkarney(tuple-float): <class 'float'>
    test 413 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): [6.111158743, 5.0]
    test 414 HeightIDWkarney(list: <class 'list'>
    test 415 HeightIDWkarney(list-float): <class 'float'>
    test 416 HeightIDWkarney(list-float): <class 'float'>
    test 417 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 418 HeightIDWkarneyadjust: None
    test 419 HeightIDWkarneykmin: 2
    test 420 HeightIDWkarneywrap: False
    test 421 HeightIDWkarneybeta: 2
    test 422 HeightIDWkarneyadjust: None
    test 423 HeightIDWkarneybeta: 2
    test 424 HeightIDWkarneykmin: 2
    test 425 HeightIDWkarneywrap: False
    test 426 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 427 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 428 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): 6.108538037
    test 429 HeightIDWkarney(float): <class 'float'>
    test 430 HeightIDWkarney(latlon): True
    test 431 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): 5.0
    test 432 HeightIDWkarney(float): <class 'float'>
    test 433 HeightIDWkarney(latlon): True
    test 434 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): (6.108538037, 5.0,)
    test 435 HeightIDWkarney(tuple): <class 'tuple'>
    test 436 HeightIDWkarney(tuple-float): <class 'float'>
    test 437 HeightIDWkarney(tuple-float): <class 'float'>
    test 438 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): [6.108538037, 5.0]
    test 439 HeightIDWkarney(list: <class 'list'>
    test 440 HeightIDWkarney(list-float): <class 'float'>
    test 441 HeightIDWkarney(list-float): <class 'float'>
    test 442 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 443 HeightIDWkarneyadjust: None
    test 444 HeightIDWkarneykmin: 2
    test 445 HeightIDWkarneywrap: True
    test 446 HeightIDWkarneybeta: 2
    test 447 HeightIDWkarneyadjust: None
    test 448 HeightIDWkarneybeta: 2
    test 449 HeightIDWkarneykmin: 2
    test 450 HeightIDWkarneywrap: True
    test 451 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 452 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 453 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): 6.108538037
    test 454 HeightIDWkarney(float): <class 'float'>
    test 455 HeightIDWkarney(latlon): True
    test 456 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): 5.0
    test 457 HeightIDWkarney(float): <class 'float'>
    test 458 HeightIDWkarney(latlon): True
    test 459 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): (6.108538037, 5.0,)
    test 460 HeightIDWkarney(tuple): <class 'tuple'>
    test 461 HeightIDWkarney(tuple-float): <class 'float'>
    test 462 HeightIDWkarney(tuple-float): <class 'float'>
    test 463 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): [6.108538037, 5.0]
    test 464 HeightIDWkarney(list: <class 'list'>
    test 465 HeightIDWkarney(list-float): <class 'float'>
    test 466 HeightIDWkarney(list-float): <class 'float'>
    test 467 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 468 HeightIDWkarneyadjust: None
    test 469 HeightIDWkarneykmin: 2
    test 470 HeightIDWkarneywrap: False
    test 471 HeightIDWkarneybeta: 2
    test 472 HeightIDWkarneyadjust: None
    test 473 HeightIDWkarneybeta: 2
    test 474 HeightIDWkarneykmin: 2
    test 475 HeightIDWkarneywrap: False
    test 476 copy(HeightIDWthomas): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 477 HeightIDWthomas.copy(): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 478 HeightIDWthomas(wrap=True): 6.108538037
    test 479 HeightIDWthomas(float): <class 'float'>
    test 480 HeightIDWthomas(latlon): True
    test 481 HeightIDWthomas(wrap=True): 5.0
    test 482 HeightIDWthomas(float): <class 'float'>
    test 483 HeightIDWthomas(latlon): True
    test 484 HeightIDWthomas(wrap=True): (6.108538037, 5.0,)
    test 485 HeightIDWthomas(tuple): <class 'tuple'>
    test 486 HeightIDWthomas(tuple-float): <class 'float'>
    test 487 HeightIDWthomas(tuple-float): <class 'float'>
    test 488 HeightIDWthomas(wrap=True): [6.108538037, 5.0]
    test 489 HeightIDWthomas(list: <class 'list'>
    test 490 HeightIDWthomas(list-float): <class 'float'>
    test 491 HeightIDWthomas(list-float): <class 'float'>
    test 492 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 493 HeightIDWthomasadjust: None
    test 494 HeightIDWthomaskmin: 2
    test 495 HeightIDWthomaswrap: True
    test 496 HeightIDWthomasbeta: 2
    test 497 HeightIDWthomasadjust: None
    test 498 HeightIDWthomasbeta: 2
    test 499 HeightIDWthomaskmin: 2
    test 500 HeightIDWthomaswrap: True
    test 501 copy(HeightIDWthomas): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 502 HeightIDWthomas.copy(): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 503 HeightIDWthomas(wrap=False): 6.108538037
    test 504 HeightIDWthomas(float): <class 'float'>
    test 505 HeightIDWthomas(latlon): True
    test 506 HeightIDWthomas(wrap=False): 5.0
    test 507 HeightIDWthomas(float): <class 'float'>
    test 508 HeightIDWthomas(latlon): True
    test 509 HeightIDWthomas(wrap=False): (6.108538037, 5.0,)
    test 510 HeightIDWthomas(tuple): <class 'tuple'>
    test 511 HeightIDWthomas(tuple-float): <class 'float'>
    test 512 HeightIDWthomas(tuple-float): <class 'float'>
    test 513 HeightIDWthomas(wrap=False): [6.108538037, 5.0]
    test 514 HeightIDWthomas(list: <class 'list'>
    test 515 HeightIDWthomas(list-float): <class 'float'>
    test 516 HeightIDWthomas(list-float): <class 'float'>
    test 517 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 518 HeightIDWthomasadjust: None
    test 519 HeightIDWthomaskmin: 2
    test 520 HeightIDWthomaswrap: False
    test 521 HeightIDWthomasbeta: 2
    test 522 HeightIDWthomasadjust: None
    test 523 HeightIDWthomasbeta: 2
    test 524 HeightIDWthomaskmin: 2
    test 525 HeightIDWthomaswrap: False
    test 526 copy(HeightIDWvincentys): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 527 HeightIDWvincentys.copy(): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 528 HeightIDWvincentys(wrap=True): 6.108538037
    test 529 HeightIDWvincentys(float): <class 'float'>
    test 530 HeightIDWvincentys(latlon): True
    test 531 HeightIDWvincentys(wrap=True): 5.0
    test 532 HeightIDWvincentys(float): <class 'float'>
    test 533 HeightIDWvincentys(latlon): True
    test 534 HeightIDWvincentys(wrap=True): (6.108538037, 5.0,)
    test 535 HeightIDWvincentys(tuple): <class 'tuple'>
    test 536 HeightIDWvincentys(tuple-float): <class 'float'>
    test 537 HeightIDWvincentys(tuple-float): <class 'float'>
    test 538 HeightIDWvincentys(wrap=True): [6.108538037, 5.0]
    test 539 HeightIDWvincentys(list: <class 'list'>
    test 540 HeightIDWvincentys(list-float): <class 'float'>
    test 541 HeightIDWvincentys(list-float): <class 'float'>
    test 542 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 543 HeightIDWvincentysadjust: None
    test 544 HeightIDWvincentyskmin: 2
    test 545 HeightIDWvincentyswrap: True
    test 546 HeightIDWvincentysbeta: 2
    test 547 HeightIDWvincentysadjust: None
    test 548 HeightIDWvincentysbeta: 2
    test 549 HeightIDWvincentyskmin: 2
    test 550 HeightIDWvincentyswrap: True
    test 551 copy(HeightIDWvincentys): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 552 HeightIDWvincentys.copy(): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 553 HeightIDWvincentys(wrap=False): 6.108538037
    test 554 HeightIDWvincentys(float): <class 'float'>
    test 555 HeightIDWvincentys(latlon): True
    test 556 HeightIDWvincentys(wrap=False): 5.0
    test 557 HeightIDWvincentys(float): <class 'float'>
    test 558 HeightIDWvincentys(latlon): True
    test 559 HeightIDWvincentys(wrap=False): (6.108538037, 5.0,)
    test 560 HeightIDWvincentys(tuple): <class 'tuple'>
    test 561 HeightIDWvincentys(tuple-float): <class 'float'>
    test 562 HeightIDWvincentys(tuple-float): <class 'float'>
    test 563 HeightIDWvincentys(wrap=False): [6.108538037, 5.0]
    test 564 HeightIDWvincentys(list: <class 'list'>
    test 565 HeightIDWvincentys(list-float): <class 'float'>
    test 566 HeightIDWvincentys(list-float): <class 'float'>
    test 567 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 568 HeightIDWvincentysadjust: None
    test 569 HeightIDWvincentyskmin: 2
    test 570 HeightIDWvincentyswrap: False
    test 571 HeightIDWvincentysbeta: 2
    test 572 HeightIDWvincentysadjust: None
    test 573 HeightIDWvincentysbeta: 2
    test 574 HeightIDWvincentyskmin: 2
    test 575 HeightIDWvincentyswrap: False
    test 576 intersection: 02.64932°N, 002.550079°E, +2.50m
    test 577 copy(HeightIDWeuclidean): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 578 HeightIDWeuclidean.copy(): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 579 HeightIDWeuclidean(adjust=True): 2.592747784
    test 580 HeightIDWeuclidean(float): <class 'float'>
    test 581 HeightIDWeuclidean(latlon): True
    test 582 HeightIDWeuclidean(adjust=True): 3.0
    test 583 HeightIDWeuclidean(float): <class 'float'>
    test 584 HeightIDWeuclidean(latlon): True
    test 585 HeightIDWeuclidean(adjust=True): (2.592747784, 3.0,)
    test 586 HeightIDWeuclidean(tuple): <class 'tuple'>
    test 587 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 588 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 589 HeightIDWeuclidean(adjust=True): [2.592747784, 3.0]
    test 590 HeightIDWeuclidean(list: <class 'list'>
    test 591 HeightIDWeuclidean(list-float): <class 'float'>
    test 592 HeightIDWeuclidean(list-float): <class 'float'>
    test 593 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 594 HeightIDWeuclideanadjust: True
    test 595 HeightIDWeuclideankmin: 2
    test 596 HeightIDWeuclideanwrap: None
    test 597 HeightIDWeuclideanbeta: 2
    test 598 HeightIDWeuclideanadjust: True
    test 599 HeightIDWeuclideanbeta: 2
    test 600 HeightIDWeuclideankmin: 2
    test 601 HeightIDWeuclideanwrap: None
    test 602 copy(HeightIDWcosineAndoyerLambert): (<class 'pygeodesy.heights.HeightIDWcosineAndoyerLambert'>, True)
    test 603 HeightIDWcosineAndoyerLambert.copy(): (<class 'pygeodesy.heights.HeightIDWcosineAndoyerLambert'>, True)
    test 604 HeightIDWcosineAndoyerLambert(wrap=False): 2.592742938
    test 605 HeightIDWcosineAndoyerLambert(float): <class 'float'>
    test 606 HeightIDWcosineAndoyerLambert(latlon): True
    test 607 HeightIDWcosineAndoyerLambert(wrap=False): 3.0
    test 608 HeightIDWcosineAndoyerLambert(float): <class 'float'>
    test 609 HeightIDWcosineAndoyerLambert(latlon): True
    test 610 HeightIDWcosineAndoyerLambert(wrap=False): (2.592742938, 3.0,)
    test 611 HeightIDWcosineAndoyerLambert(tuple): <class 'tuple'>
    test 612 HeightIDWcosineAndoyerLambert(tuple-float): <class 'float'>
    test 613 HeightIDWcosineAndoyerLambert(tuple-float): <class 'float'>
    test 614 HeightIDWcosineAndoyerLambert(wrap=False): [2.592742938, 3.0]
    test 615 HeightIDWcosineAndoyerLambert(list: <class 'list'>
    test 616 HeightIDWcosineAndoyerLambert(list-float): <class 'float'>
    test 617 HeightIDWcosineAndoyerLambert(list-float): <class 'float'>
    test 618 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 619 HeightIDWcosineAndoyerLambertadjust: None
    test 620 HeightIDWcosineAndoyerLambertkmin: 2
    test 621 HeightIDWcosineAndoyerLambertwrap: False
    test 622 HeightIDWcosineAndoyerLambertbeta: 2
    test 623 HeightIDWcosineAndoyerLambertadjust: None
    test 624 HeightIDWcosineAndoyerLambertbeta: 2
    test 625 HeightIDWcosineAndoyerLambertkmin: 2
    test 626 HeightIDWcosineAndoyerLambertwrap: False
    test 627 copy(HeightIDWcosineForsytheAndoyerLambert): (<class 'pygeodesy.heights.HeightIDWcosineForsytheAndoyerLambert'>, True)
    test 628 HeightIDWcosineForsytheAndoyerLambert.copy(): (<class 'pygeodesy.heights.HeightIDWcosineForsytheAndoyerLambert'>, True)
    test 629 HeightIDWcosineForsytheAndoyerLambert(wrap=False): 2.592742938
    test 630 HeightIDWcosineForsytheAndoyerLambert(float): <class 'float'>
    test 631 HeightIDWcosineForsytheAndoyerLambert(latlon): True
    test 632 HeightIDWcosineForsytheAndoyerLambert(wrap=False): 3.0
    test 633 HeightIDWcosineForsytheAndoyerLambert(float): <class 'float'>
    test 634 HeightIDWcosineForsytheAndoyerLambert(latlon): True
    test 635 HeightIDWcosineForsytheAndoyerLambert(wrap=False): (2.592742938, 3.0,)
    test 636 HeightIDWcosineForsytheAndoyerLambert(tuple): <class 'tuple'>
    test 637 HeightIDWcosineForsytheAndoyerLambert(tuple-float): <class 'float'>
    test 638 HeightIDWcosineForsytheAndoyerLambert(tuple-float): <class 'float'>
    test 639 HeightIDWcosineForsytheAndoyerLambert(wrap=False): [2.592742938, 3.0]
    test 640 HeightIDWcosineForsytheAndoyerLambert(list: <class 'list'>
    test 641 HeightIDWcosineForsytheAndoyerLambert(list-float): <class 'float'>
    test 642 HeightIDWcosineForsytheAndoyerLambert(list-float): <class 'float'>
    test 643 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 644 HeightIDWcosineForsytheAndoyerLambertadjust: None
    test 645 HeightIDWcosineForsytheAndoyerLambertkmin: 2
    test 646 HeightIDWcosineForsytheAndoyerLambertwrap: False
    test 647 HeightIDWcosineForsytheAndoyerLambertbeta: 2
    test 648 HeightIDWcosineForsytheAndoyerLambertadjust: None
    test 649 HeightIDWcosineForsytheAndoyerLambertbeta: 2
    test 650 HeightIDWcosineForsytheAndoyerLambertkmin: 2
    test 651 HeightIDWcosineForsytheAndoyerLambertwrap: False
    test 652 copy(HeightIDWcosineLaw): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 653 HeightIDWcosineLaw.copy(): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 654 HeightIDWcosineLaw(wrap=True): 2.592742938
    test 655 HeightIDWcosineLaw(float): <class 'float'>
    test 656 HeightIDWcosineLaw(latlon): True
    test 657 HeightIDWcosineLaw(wrap=True): 3.0
    test 658 HeightIDWcosineLaw(float): <class 'float'>
    test 659 HeightIDWcosineLaw(latlon): True
    test 660 HeightIDWcosineLaw(wrap=True): (2.592742938, 3.0,)
    test 661 HeightIDWcosineLaw(tuple): <class 'tuple'>
    test 662 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 663 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 664 HeightIDWcosineLaw(wrap=True): [2.592742938, 3.0]
    test 665 HeightIDWcosineLaw(list: <class 'list'>
    test 666 HeightIDWcosineLaw(list-float): <class 'float'>
    test 667 HeightIDWcosineLaw(list-float): <class 'float'>
    test 668 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 669 HeightIDWcosineLawadjust: None
    test 670 HeightIDWcosineLawkmin: 2
    test 671 HeightIDWcosineLawwrap: True
    test 672 HeightIDWcosineLawbeta: 2
    test 673 HeightIDWcosineLawadjust: None
    test 674 HeightIDWcosineLawbeta: 2
    test 675 HeightIDWcosineLawkmin: 2
    test 676 HeightIDWcosineLawwrap: True
    test 677 copy(HeightIDWcosineLaw): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 678 HeightIDWcosineLaw.copy(): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 679 HeightIDWcosineLaw(wrap=False): 2.592742938
    test 680 HeightIDWcosineLaw(float): <class 'float'>
    test 681 HeightIDWcosineLaw(latlon): True
    test 682 HeightIDWcosineLaw(wrap=False): 3.0
    test 683 HeightIDWcosineLaw(float): <class 'float'>
    test 684 HeightIDWcosineLaw(latlon): True
    test 685 HeightIDWcosineLaw(wrap=False): (2.592742938, 3.0,)
    test 686 HeightIDWcosineLaw(tuple): <class 'tuple'>
    test 687 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 688 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 689 HeightIDWcosineLaw(wrap=False): [2.592742938, 3.0]
    test 690 HeightIDWcosineLaw(list: <class 'list'>
    test 691 HeightIDWcosineLaw(list-float): <class 'float'>
    test 692 HeightIDWcosineLaw(list-float): <class 'float'>
    test 693 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 694 HeightIDWcosineLawadjust: None
    test 695 HeightIDWcosineLawkmin: 2
    test 696 HeightIDWcosineLawwrap: False
    test 697 HeightIDWcosineLawbeta: 2
    test 698 HeightIDWcosineLawadjust: None
    test 699 HeightIDWcosineLawbeta: 2
    test 700 HeightIDWcosineLawkmin: 2
    test 701 HeightIDWcosineLawwrap: False
    test 702 copy(HeightIDWeuclidean): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 703 HeightIDWeuclidean.copy(): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 704 HeightIDWeuclidean(adjust=False): 2.592735027
    test 705 HeightIDWeuclidean(float): <class 'float'>
    test 706 HeightIDWeuclidean(latlon): True
    test 707 HeightIDWeuclidean(adjust=False): 3.0
    test 708 HeightIDWeuclidean(float): <class 'float'>
    test 709 HeightIDWeuclidean(latlon): True
    test 710 HeightIDWeuclidean(adjust=False): (2.592735027, 3.0,)
    test 711 HeightIDWeuclidean(tuple): <class 'tuple'>
    test 712 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 713 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 714 HeightIDWeuclidean(adjust=False): [2.592735027, 3.0]
    test 715 HeightIDWeuclidean(list: <class 'list'>
    test 716 HeightIDWeuclidean(list-float): <class 'float'>
    test 717 HeightIDWeuclidean(list-float): <class 'float'>
    test 718 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 719 HeightIDWeuclideanadjust: False
    test 720 HeightIDWeuclideankmin: 2
    test 721 HeightIDWeuclideanwrap: None
    test 722 HeightIDWeuclideanbeta: 2
    test 723 HeightIDWeuclideanadjust: False
    test 724 HeightIDWeuclideanbeta: 2
    test 725 HeightIDWeuclideankmin: 2
    test 726 HeightIDWeuclideanwrap: None
    test 727 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 728 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 729 HeightIDWequirectangular(adjust=True, wrap=False): 2.592743455
    test 730 HeightIDWequirectangular(float): <class 'float'>
    test 731 HeightIDWequirectangular(latlon): True
    test 732 HeightIDWequirectangular(adjust=True, wrap=False): 3.0
    test 733 HeightIDWequirectangular(float): <class 'float'>
    test 734 HeightIDWequirectangular(latlon): True
    test 735 HeightIDWequirectangular(adjust=True, wrap=False): (2.592743455, 3.0,)
    test 736 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 737 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 738 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 739 HeightIDWequirectangular(adjust=True, wrap=False): [2.592743455, 3.0]
    test 740 HeightIDWequirectangular(list: <class 'list'>
    test 741 HeightIDWequirectangular(list-float): <class 'float'>
    test 742 HeightIDWequirectangular(list-float): <class 'float'>
    test 743 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 744 HeightIDWequirectangularadjust: True
    test 745 HeightIDWequirectangularkmin: 2
    test 746 HeightIDWequirectangularwrap: False
    test 747 HeightIDWequirectangularbeta: 1
    test 748 HeightIDWequirectangularadjust: True
    test 749 HeightIDWequirectangularbeta: 1
    test 750 HeightIDWequirectangularkmin: 2
    test 751 HeightIDWequirectangularwrap: False
    test 752 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 753 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 754 HeightIDWequirectangular(adjust=True, wrap=True): 2.592743455
    test 755 HeightIDWequirectangular(float): <class 'float'>
    test 756 HeightIDWequirectangular(latlon): True
    test 757 HeightIDWequirectangular(adjust=True, wrap=True): 3.0
    test 758 HeightIDWequirectangular(float): <class 'float'>
    test 759 HeightIDWequirectangular(latlon): True
    test 760 HeightIDWequirectangular(adjust=True, wrap=True): (2.592743455, 3.0,)
    test 761 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 762 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 763 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 764 HeightIDWequirectangular(adjust=True, wrap=True): [2.592743455, 3.0]
    test 765 HeightIDWequirectangular(list: <class 'list'>
    test 766 HeightIDWequirectangular(list-float): <class 'float'>
    test 767 HeightIDWequirectangular(list-float): <class 'float'>
    test 768 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 769 HeightIDWequirectangularadjust: True
    test 770 HeightIDWequirectangularkmin: 2
    test 771 HeightIDWequirectangularwrap: True
    test 772 HeightIDWequirectangularbeta: 1
    test 773 HeightIDWequirectangularadjust: True
    test 774 HeightIDWequirectangularbeta: 1
    test 775 HeightIDWequirectangularkmin: 2
    test 776 HeightIDWequirectangularwrap: True
    test 777 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 778 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 779 HeightIDWequirectangular(adjust=False, wrap=False): 2.592732915
    test 780 HeightIDWequirectangular(float): <class 'float'>
    test 781 HeightIDWequirectangular(latlon): True
    test 782 HeightIDWequirectangular(adjust=False, wrap=False): 3.0
    test 783 HeightIDWequirectangular(float): <class 'float'>
    test 784 HeightIDWequirectangular(latlon): True
    test 785 HeightIDWequirectangular(adjust=False, wrap=False): (2.592732915, 3.0,)
    test 786 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 787 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 788 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 789 HeightIDWequirectangular(adjust=False, wrap=False): [2.592732915, 3.0]
    test 790 HeightIDWequirectangular(list: <class 'list'>
    test 791 HeightIDWequirectangular(list-float): <class 'float'>
    test 792 HeightIDWequirectangular(list-float): <class 'float'>
    test 793 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 794 HeightIDWequirectangularadjust: False
    test 795 HeightIDWequirectangularkmin: 2
    test 796 HeightIDWequirectangularwrap: False
    test 797 HeightIDWequirectangularbeta: 1
    test 798 HeightIDWequirectangularadjust: False
    test 799 HeightIDWequirectangularbeta: 1
    test 800 HeightIDWequirectangularkmin: 2
    test 801 HeightIDWequirectangularwrap: False
    test 802 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 803 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 804 HeightIDWequirectangular(adjust=False, wrap=True): 2.592732915
    test 805 HeightIDWequirectangular(float): <class 'float'>
    test 806 HeightIDWequirectangular(latlon): True
    test 807 HeightIDWequirectangular(adjust=False, wrap=True): 3.0
    test 808 HeightIDWequirectangular(float): <class 'float'>
    test 809 HeightIDWequirectangular(latlon): True
    test 810 HeightIDWequirectangular(adjust=False, wrap=True): (2.592732915, 3.0,)
    test 811 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 812 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 813 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 814 HeightIDWequirectangular(adjust=False, wrap=True): [2.592732915, 3.0]
    test 815 HeightIDWequirectangular(list: <class 'list'>
    test 816 HeightIDWequirectangular(list-float): <class 'float'>
    test 817 HeightIDWequirectangular(list-float): <class 'float'>
    test 818 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 819 HeightIDWequirectangularadjust: False
    test 820 HeightIDWequirectangularkmin: 2
    test 821 HeightIDWequirectangularwrap: True
    test 822 HeightIDWequirectangularbeta: 1
    test 823 HeightIDWequirectangularadjust: False
    test 824 HeightIDWequirectangularbeta: 1
    test 825 HeightIDWequirectangularkmin: 2
    test 826 HeightIDWequirectangularwrap: True
    test 827 copy(HeightIDWflatLocal): (<class 'pygeodesy.heights.HeightIDWflatLocal'>, True)
    test 828 HeightIDWflatLocal.copy(): (<class 'pygeodesy.heights.HeightIDWflatLocal'>, True)
    test 829 HeightIDWflatLocal(wrap=False): 2.689429914
    test 830 HeightIDWflatLocal(float): <class 'float'>
    test 831 HeightIDWflatLocal(latlon): True
    test 832 HeightIDWflatLocal(wrap=False): 3.0
    test 833 HeightIDWflatLocal(float): <class 'float'>
    test 834 HeightIDWflatLocal(latlon): True
    test 835 HeightIDWflatLocal(wrap=False): (2.689429914, 3.0,)
    test 836 HeightIDWflatLocal(tuple): <class 'tuple'>
    test 837 HeightIDWflatLocal(tuple-float): <class 'float'>
    test 838 HeightIDWflatLocal(tuple-float): <class 'float'>
    test 839 HeightIDWflatLocal(wrap=False): [2.689429914, 3.0]
    test 840 HeightIDWflatLocal(list: <class 'list'>
    test 841 HeightIDWflatLocal(list-float): <class 'float'>
    test 842 HeightIDWflatLocal(list-float): <class 'float'>
    test 843 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 844 HeightIDWflatLocaladjust: None
    test 845 HeightIDWflatLocalkmin: 2
    test 846 HeightIDWflatLocalwrap: False
    test 847 HeightIDWflatLocalbeta: 2
    test 848 HeightIDWflatLocaladjust: None
    test 849 HeightIDWflatLocalbeta: 2
    test 850 HeightIDWflatLocalkmin: 2
    test 851 HeightIDWflatLocalwrap: False
    test 852 copy(HeightIDWflatPolar): (<class 'pygeodesy.heights.HeightIDWflatPolar'>, True)
    test 853 HeightIDWflatPolar.copy(): (<class 'pygeodesy.heights.HeightIDWflatPolar'>, True)
    test 854 HeightIDWflatPolar(wrap=False): 2.592973059
    test 855 HeightIDWflatPolar(float): <class 'float'>
    test 856 HeightIDWflatPolar(latlon): True
    test 857 HeightIDWflatPolar(wrap=False): 3.0
    test 858 HeightIDWflatPolar(float): <class 'float'>
    test 859 HeightIDWflatPolar(latlon): True
    test 860 HeightIDWflatPolar(wrap=False): (2.592973059, 3.0,)
    test 861 HeightIDWflatPolar(tuple): <class 'tuple'>
    test 862 HeightIDWflatPolar(tuple-float): <class 'float'>
    test 863 HeightIDWflatPolar(tuple-float): <class 'float'>
    test 864 HeightIDWflatPolar(wrap=False): [2.592973059, 3.0]
    test 865 HeightIDWflatPolar(list: <class 'list'>
    test 866 HeightIDWflatPolar(list-float): <class 'float'>
    test 867 HeightIDWflatPolar(list-float): <class 'float'>
    test 868 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 869 HeightIDWflatPolaradjust: None
    test 870 HeightIDWflatPolarkmin: 2
    test 871 HeightIDWflatPolarwrap: False
    test 872 HeightIDWflatPolarbeta: 2
    test 873 HeightIDWflatPolaradjust: None
    test 874 HeightIDWflatPolarbeta: 2
    test 875 HeightIDWflatPolarkmin: 2
    test 876 HeightIDWflatPolarwrap: False
    test 877 copy(HeightIDWhaversine): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 878 HeightIDWhaversine.copy(): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 879 HeightIDWhaversine(wrap=True): 2.592742938
    test 880 HeightIDWhaversine(float): <class 'float'>
    test 881 HeightIDWhaversine(latlon): True
    test 882 HeightIDWhaversine(wrap=True): 3.0
    test 883 HeightIDWhaversine(float): <class 'float'>
    test 884 HeightIDWhaversine(latlon): True
    test 885 HeightIDWhaversine(wrap=True): (2.592742938, 3.0,)
    test 886 HeightIDWhaversine(tuple): <class 'tuple'>
    test 887 HeightIDWhaversine(tuple-float): <class 'float'>
    test 888 HeightIDWhaversine(tuple-float): <class 'float'>
    test 889 HeightIDWhaversine(wrap=True): [2.592742938, 3.0]
    test 890 HeightIDWhaversine(list: <class 'list'>
    test 891 HeightIDWhaversine(list-float): <class 'float'>
    test 892 HeightIDWhaversine(list-float): <class 'float'>
    test 893 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 894 HeightIDWhaversineadjust: None
    test 895 HeightIDWhaversinekmin: 2
    test 896 HeightIDWhaversinewrap: True
    test 897 HeightIDWhaversinebeta: 2
    test 898 HeightIDWhaversineadjust: None
    test 899 HeightIDWhaversinebeta: 2
    test 900 HeightIDWhaversinekmin: 2
    test 901 HeightIDWhaversinewrap: True
    test 902 copy(HeightIDWhaversine): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 903 HeightIDWhaversine.copy(): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 904 HeightIDWhaversine(wrap=False): 2.592742938
    test 905 HeightIDWhaversine(float): <class 'float'>
    test 906 HeightIDWhaversine(latlon): True
    test 907 HeightIDWhaversine(wrap=False): 3.0
    test 908 HeightIDWhaversine(float): <class 'float'>
    test 909 HeightIDWhaversine(latlon): True
    test 910 HeightIDWhaversine(wrap=False): (2.592742938, 3.0,)
    test 911 HeightIDWhaversine(tuple): <class 'tuple'>
    test 912 HeightIDWhaversine(tuple-float): <class 'float'>
    test 913 HeightIDWhaversine(tuple-float): <class 'float'>
    test 914 HeightIDWhaversine(wrap=False): [2.592742938, 3.0]
    test 915 HeightIDWhaversine(list: <class 'list'>
    test 916 HeightIDWhaversine(list-float): <class 'float'>
    test 917 HeightIDWhaversine(list-float): <class 'float'>
    test 918 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 919 HeightIDWhaversineadjust: None
    test 920 HeightIDWhaversinekmin: 2
    test 921 HeightIDWhaversinewrap: False
    test 922 HeightIDWhaversinebeta: 2
    test 923 HeightIDWhaversineadjust: None
    test 924 HeightIDWhaversinebeta: 2
    test 925 HeightIDWhaversinekmin: 2
    test 926 HeightIDWhaversinewrap: False
    test 927 copy(HeightIDWhubeny): (<class 'pygeodesy.heights.HeightIDWhubeny'>, True)
    test 928 HeightIDWhubeny.copy(): (<class 'pygeodesy.heights.HeightIDWhubeny'>, True)
    test 929 HeightIDWhubeny(wrap=False): 2.689429914
    test 930 HeightIDWhubeny(float): <class 'float'>
    test 931 HeightIDWhubeny(latlon): True
    test 932 HeightIDWhubeny(wrap=False): 3.0
    test 933 HeightIDWhubeny(float): <class 'float'>
    test 934 HeightIDWhubeny(latlon): True
    test 935 HeightIDWhubeny(wrap=False): (2.689429914, 3.0,)
    test 936 HeightIDWhubeny(tuple): <class 'tuple'>
    test 937 HeightIDWhubeny(tuple-float): <class 'float'>
    test 938 HeightIDWhubeny(tuple-float): <class 'float'>
    test 939 HeightIDWhubeny(wrap=False): [2.689429914, 3.0]
    test 940 HeightIDWhubeny(list: <class 'list'>
    test 941 HeightIDWhubeny(list-float): <class 'float'>
    test 942 HeightIDWhubeny(list-float): <class 'float'>
    test 943 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 944 HeightIDWhubenyadjust: None
    test 945 HeightIDWhubenykmin: 2
    test 946 HeightIDWhubenywrap: False
    test 947 HeightIDWhubenybeta: 2
    test 948 HeightIDWhubenyadjust: None
    test 949 HeightIDWhubenybeta: 2
    test 950 HeightIDWhubenykmin: 2
    test 951 HeightIDWhubenywrap: False
    test 952 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 953 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 954 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): 2.592742915
    test 955 HeightIDWkarney(float): <class 'float'>
    test 956 HeightIDWkarney(latlon): True
    test 957 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): 3.0
    test 958 HeightIDWkarney(float): <class 'float'>
    test 959 HeightIDWkarney(latlon): True
    test 960 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): (2.592742915, 3.0,)
    test 961 HeightIDWkarney(tuple): <class 'tuple'>
    test 962 HeightIDWkarney(tuple-float): <class 'float'>
    test 963 HeightIDWkarney(tuple-float): <class 'float'>
    test 964 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=True): [2.592742915, 3.0]
    test 965 HeightIDWkarney(list: <class 'list'>
    test 966 HeightIDWkarney(list-float): <class 'float'>
    test 967 HeightIDWkarney(list-float): <class 'float'>
    test 968 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 969 HeightIDWkarneyadjust: None
    test 970 HeightIDWkarneykmin: 2
    test 971 HeightIDWkarneywrap: True
    test 972 HeightIDWkarneybeta: 2
    test 973 HeightIDWkarneyadjust: None
    test 974 HeightIDWkarneybeta: 2
    test 975 HeightIDWkarneykmin: 2
    test 976 HeightIDWkarneywrap: True
    test 977 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 978 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 979 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): 2.592742915
    test 980 HeightIDWkarney(float): <class 'float'>
    test 981 HeightIDWkarney(latlon): True
    test 982 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): 3.0
    test 983 HeightIDWkarney(float): <class 'float'>
    test 984 HeightIDWkarney(latlon): True
    test 985 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): (2.592742915, 3.0,)
    test 986 HeightIDWkarney(tuple): <class 'tuple'>
    test 987 HeightIDWkarney(tuple-float): <class 'float'>
    test 988 HeightIDWkarney(tuple-float): <class 'float'>
    test 989 HeightIDWkarney(datum=Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84), wrap=False): [2.592742915, 3.0]
    test 990 HeightIDWkarney(list: <class 'list'>
    test 991 HeightIDWkarney(list-float): <class 'float'>
    test 992 HeightIDWkarney(list-float): <class 'float'>
    test 993 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 994 HeightIDWkarneyadjust: None
    test 995 HeightIDWkarneykmin: 2
    test 996 HeightIDWkarneywrap: False
    test 997 HeightIDWkarneybeta: 2
    test 998 HeightIDWkarneyadjust: None
    test 999 HeightIDWkarneybeta: 2
    test 1000 HeightIDWkarneykmin: 2
    test 1001 HeightIDWkarneywrap: False
    test 1002 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 1003 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 1004 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): 2.592742938
    test 1005 HeightIDWkarney(float): <class 'float'>
    test 1006 HeightIDWkarney(latlon): True
    test 1007 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): 3.0
    test 1008 HeightIDWkarney(float): <class 'float'>
    test 1009 HeightIDWkarney(latlon): True
    test 1010 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): (2.592742938, 3.0,)
    test 1011 HeightIDWkarney(tuple): <class 'tuple'>
    test 1012 HeightIDWkarney(tuple-float): <class 'float'>
    test 1013 HeightIDWkarney(tuple-float): <class 'float'>
    test 1014 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=True): [2.592742938, 3.0]
    test 1015 HeightIDWkarney(list: <class 'list'>
    test 1016 HeightIDWkarney(list-float): <class 'float'>
    test 1017 HeightIDWkarney(list-float): <class 'float'>
    test 1018 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1019 HeightIDWkarneyadjust: None
    test 1020 HeightIDWkarneykmin: 2
    test 1021 HeightIDWkarneywrap: True
    test 1022 HeightIDWkarneybeta: 2
    test 1023 HeightIDWkarneyadjust: None
    test 1024 HeightIDWkarneybeta: 2
    test 1025 HeightIDWkarneykmin: 2
    test 1026 HeightIDWkarneywrap: True
    test 1027 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 1028 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 1029 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): 2.592742938
    test 1030 HeightIDWkarney(float): <class 'float'>
    test 1031 HeightIDWkarney(latlon): True
    test 1032 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): 3.0
    test 1033 HeightIDWkarney(float): <class 'float'>
    test 1034 HeightIDWkarney(latlon): True
    test 1035 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): (2.592742938, 3.0,)
    test 1036 HeightIDWkarney(tuple): <class 'tuple'>
    test 1037 HeightIDWkarney(tuple-float): <class 'float'>
    test 1038 HeightIDWkarney(tuple-float): <class 'float'>
    test 1039 HeightIDWkarney(datum=Datum(name='Sphere', ellipsoid=Ellipsoids.Sphere, transform=Transforms.WGS84), wrap=False): [2.592742938, 3.0]
    test 1040 HeightIDWkarney(list: <class 'list'>
    test 1041 HeightIDWkarney(list-float): <class 'float'>
    test 1042 HeightIDWkarney(list-float): <class 'float'>
    test 1043 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1044 HeightIDWkarneyadjust: None
    test 1045 HeightIDWkarneykmin: 2
    test 1046 HeightIDWkarneywrap: False
    test 1047 HeightIDWkarneybeta: 2
    test 1048 HeightIDWkarneyadjust: None
    test 1049 HeightIDWkarneybeta: 2
    test 1050 HeightIDWkarneykmin: 2
    test 1051 HeightIDWkarneywrap: False
    test 1052 copy(HeightIDWthomas): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 1053 HeightIDWthomas.copy(): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 1054 HeightIDWthomas(wrap=True): 2.592742938
    test 1055 HeightIDWthomas(float): <class 'float'>
    test 1056 HeightIDWthomas(latlon): True
    test 1057 HeightIDWthomas(wrap=True): 3.0
    test 1058 HeightIDWthomas(float): <class 'float'>
    test 1059 HeightIDWthomas(latlon): True
    test 1060 HeightIDWthomas(wrap=True): (2.592742938, 3.0,)
    test 1061 HeightIDWthomas(tuple): <class 'tuple'>
    test 1062 HeightIDWthomas(tuple-float): <class 'float'>
    test 1063 HeightIDWthomas(tuple-float): <class 'float'>
    test 1064 HeightIDWthomas(wrap=True): [2.592742938, 3.0]
    test 1065 HeightIDWthomas(list: <class 'list'>
    test 1066 HeightIDWthomas(list-float): <class 'float'>
    test 1067 HeightIDWthomas(list-float): <class 'float'>
    test 1068 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1069 HeightIDWthomasadjust: None
    test 1070 HeightIDWthomaskmin: 2
    test 1071 HeightIDWthomaswrap: True
    test 1072 HeightIDWthomasbeta: 2
    test 1073 HeightIDWthomasadjust: None
    test 1074 HeightIDWthomasbeta: 2
    test 1075 HeightIDWthomaskmin: 2
    test 1076 HeightIDWthomaswrap: True
    test 1077 copy(HeightIDWthomas): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 1078 HeightIDWthomas.copy(): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 1079 HeightIDWthomas(wrap=False): 2.592742938
    test 1080 HeightIDWthomas(float): <class 'float'>
    test 1081 HeightIDWthomas(latlon): True
    test 1082 HeightIDWthomas(wrap=False): 3.0
    test 1083 HeightIDWthomas(float): <class 'float'>
    test 1084 HeightIDWthomas(latlon): True
    test 1085 HeightIDWthomas(wrap=False): (2.592742938, 3.0,)
    test 1086 HeightIDWthomas(tuple): <class 'tuple'>
    test 1087 HeightIDWthomas(tuple-float): <class 'float'>
    test 1088 HeightIDWthomas(tuple-float): <class 'float'>
    test 1089 HeightIDWthomas(wrap=False): [2.592742938, 3.0]
    test 1090 HeightIDWthomas(list: <class 'list'>
    test 1091 HeightIDWthomas(list-float): <class 'float'>
    test 1092 HeightIDWthomas(list-float): <class 'float'>
    test 1093 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1094 HeightIDWthomasadjust: None
    test 1095 HeightIDWthomaskmin: 2
    test 1096 HeightIDWthomaswrap: False
    test 1097 HeightIDWthomasbeta: 2
    test 1098 HeightIDWthomasadjust: None
    test 1099 HeightIDWthomasbeta: 2
    test 1100 HeightIDWthomaskmin: 2
    test 1101 HeightIDWthomaswrap: False
    test 1102 copy(HeightIDWvincentys): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 1103 HeightIDWvincentys.copy(): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 1104 HeightIDWvincentys(wrap=True): 2.592742938
    test 1105 HeightIDWvincentys(float): <class 'float'>
    test 1106 HeightIDWvincentys(latlon): True
    test 1107 HeightIDWvincentys(wrap=True): 3.0
    test 1108 HeightIDWvincentys(float): <class 'float'>
    test 1109 HeightIDWvincentys(latlon): True
    test 1110 HeightIDWvincentys(wrap=True): (2.592742938, 3.0,)
    test 1111 HeightIDWvincentys(tuple): <class 'tuple'>
    test 1112 HeightIDWvincentys(tuple-float): <class 'float'>
    test 1113 HeightIDWvincentys(tuple-float): <class 'float'>
    test 1114 HeightIDWvincentys(wrap=True): [2.592742938, 3.0]
    test 1115 HeightIDWvincentys(list: <class 'list'>
    test 1116 HeightIDWvincentys(list-float): <class 'float'>
    test 1117 HeightIDWvincentys(list-float): <class 'float'>
    test 1118 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1119 HeightIDWvincentysadjust: None
    test 1120 HeightIDWvincentyskmin: 2
    test 1121 HeightIDWvincentyswrap: True
    test 1122 HeightIDWvincentysbeta: 2
    test 1123 HeightIDWvincentysadjust: None
    test 1124 HeightIDWvincentysbeta: 2
    test 1125 HeightIDWvincentyskmin: 2
    test 1126 HeightIDWvincentyswrap: True
    test 1127 copy(HeightIDWvincentys): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 1128 HeightIDWvincentys.copy(): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 1129 HeightIDWvincentys(wrap=False): 2.592742938
    test 1130 HeightIDWvincentys(float): <class 'float'>
    test 1131 HeightIDWvincentys(latlon): True
    test 1132 HeightIDWvincentys(wrap=False): 3.0
    test 1133 HeightIDWvincentys(float): <class 'float'>
    test 1134 HeightIDWvincentys(latlon): True
    test 1135 HeightIDWvincentys(wrap=False): (2.592742938, 3.0,)
    test 1136 HeightIDWvincentys(tuple): <class 'tuple'>
    test 1137 HeightIDWvincentys(tuple-float): <class 'float'>
    test 1138 HeightIDWvincentys(tuple-float): <class 'float'>
    test 1139 HeightIDWvincentys(wrap=False): [2.592742938, 3.0]
    test 1140 HeightIDWvincentys(list: <class 'list'>
    test 1141 HeightIDWvincentys(list-float): <class 'float'>
    test 1142 HeightIDWvincentys(list-float): <class 'float'>
    test 1143 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1144 HeightIDWvincentysadjust: None
    test 1145 HeightIDWvincentyskmin: 2
    test 1146 HeightIDWvincentyswrap: False
    test 1147 HeightIDWvincentysbeta: 2
    test 1148 HeightIDWvincentysadjust: None
    test 1149 HeightIDWvincentysbeta: 2
    test 1150 HeightIDWvincentyskmin: 2
    test 1151 HeightIDWvincentyswrap: False
    test 1152 copy(HeightLinear): (<class 'pygeodesy.heights.HeightLinear'>, True)
    test 1153 HeightLinear.copy(): (<class 'pygeodesy.heights.HeightLinear'>, True)
    test 1154 HeightLinear: 2.536626441
    test 1155 HeightLinear(float): <class 'float'>
    test 1156 HeightLinear(latlon): True
    test 1157 copy(HeightCubic): (<class 'pygeodesy.heights.HeightCubic'>, True)
    test 1158 HeightCubic.copy(): (<class 'pygeodesy.heights.HeightCubic'>, True)
    test 1159 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1160 HeightCubicadjust: None
    test 1161 HeightCubickmin: 16
    test 1162 HeightCubicwrap: None
    test 1163 HeightCubic: 3.000000000
    test 1164 HeightCubic(float): <class 'float'>
    test 1165 HeightCubic(latlon): True
    test 1166 HeightCubic(tuple): <class 'tuple'>
    test 1167 HeightCubic(tuple-float): <class 'float'>
    test 1168 HeightCubic(tuple-float): <class 'float'>
    test 1169 HeightCubic(list): <class 'list'>
    test 1170 HeightCubic(list-float): <class 'float'>
    test 1171 HeightCubic(list-float): <class 'float'>
    test 1172 HeightCubic(latlon): True
    test 1173 copy(HeightIDWcosineAndoyerLambert): (<class 'pygeodesy.heights.HeightIDWcosineAndoyerLambert'>, True)
    test 1174 HeightIDWcosineAndoyerLambert.copy(): (<class 'pygeodesy.heights.HeightIDWcosineAndoyerLambert'>, True)
    test 1175 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1176 HeightIDWcosineAndoyerLambertadjust: None
    test 1177 HeightIDWcosineAndoyerLambertkmin: 2
    test 1178 HeightIDWcosineAndoyerLambertwrap: False
    test 1179 HeightIDWcosineAndoyerLambert: 2.402157442
    test 1180 HeightIDWcosineAndoyerLambert(float): <class 'float'>
    test 1181 HeightIDWcosineAndoyerLambert(latlon): True
    test 1182 HeightIDWcosineAndoyerLambert(tuple): <class 'tuple'>
    test 1183 HeightIDWcosineAndoyerLambert(tuple-float): <class 'float'>
    test 1184 HeightIDWcosineAndoyerLambert(tuple-float): <class 'float'>
    test 1185 HeightIDWcosineAndoyerLambert(list): <class 'list'>
    test 1186 HeightIDWcosineAndoyerLambert(list-float): <class 'float'>
    test 1187 HeightIDWcosineAndoyerLambert(list-float): <class 'float'>
    test 1188 HeightIDWcosineAndoyerLambert(latlon): True
    test 1189 copy(HeightIDWcosineForsytheAndoyerLambert): (<class 'pygeodesy.heights.HeightIDWcosineForsytheAndoyerLambert'>, True)
    test 1190 HeightIDWcosineForsytheAndoyerLambert.copy(): (<class 'pygeodesy.heights.HeightIDWcosineForsytheAndoyerLambert'>, True)
    test 1191 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1192 HeightIDWcosineForsytheAndoyerLambertadjust: None
    test 1193 HeightIDWcosineForsytheAndoyerLambertkmin: 2
    test 1194 HeightIDWcosineForsytheAndoyerLambertwrap: False
    test 1195 HeightIDWcosineForsytheAndoyerLambert: 2.402157442
    test 1196 HeightIDWcosineForsytheAndoyerLambert(float): <class 'float'>
    test 1197 HeightIDWcosineForsytheAndoyerLambert(latlon): True
    test 1198 HeightIDWcosineForsytheAndoyerLambert(tuple): <class 'tuple'>
    test 1199 HeightIDWcosineForsytheAndoyerLambert(tuple-float): <class 'float'>
    test 1200 HeightIDWcosineForsytheAndoyerLambert(tuple-float): <class 'float'>
    test 1201 HeightIDWcosineForsytheAndoyerLambert(list): <class 'list'>
    test 1202 HeightIDWcosineForsytheAndoyerLambert(list-float): <class 'float'>
    test 1203 HeightIDWcosineForsytheAndoyerLambert(list-float): <class 'float'>
    test 1204 HeightIDWcosineForsytheAndoyerLambert(latlon): True
    test 1205 copy(HeightIDWcosineLaw): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 1206 HeightIDWcosineLaw.copy(): (<class 'pygeodesy.heights.HeightIDWcosineLaw'>, True)
    test 1207 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1208 HeightIDWcosineLawadjust: None
    test 1209 HeightIDWcosineLawkmin: 2
    test 1210 HeightIDWcosineLawwrap: False
    test 1211 HeightIDWcosineLaw: 2.402157442
    test 1212 HeightIDWcosineLaw(float): <class 'float'>
    test 1213 HeightIDWcosineLaw(latlon): True
    test 1214 HeightIDWcosineLaw(tuple): <class 'tuple'>
    test 1215 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 1216 HeightIDWcosineLaw(tuple-float): <class 'float'>
    test 1217 HeightIDWcosineLaw(list): <class 'list'>
    test 1218 HeightIDWcosineLaw(list-float): <class 'float'>
    test 1219 HeightIDWcosineLaw(list-float): <class 'float'>
    test 1220 HeightIDWcosineLaw(latlon): True
    test 1221 copy(HeightIDWeuclidean): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 1222 HeightIDWeuclidean.copy(): (<class 'pygeodesy.heights.HeightIDWeuclidean'>, True)
    test 1223 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1224 HeightIDWeuclideanadjust: True
    test 1225 HeightIDWeuclideankmin: 2
    test 1226 HeightIDWeuclideanwrap: None
    test 1227 HeightIDWeuclidean: 2.408053308
    test 1228 HeightIDWeuclidean(float): <class 'float'>
    test 1229 HeightIDWeuclidean(latlon): True
    test 1230 HeightIDWeuclidean(tuple): <class 'tuple'>
    test 1231 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 1232 HeightIDWeuclidean(tuple-float): <class 'float'>
    test 1233 HeightIDWeuclidean(list): <class 'list'>
    test 1234 HeightIDWeuclidean(list-float): <class 'float'>
    test 1235 HeightIDWeuclidean(list-float): <class 'float'>
    test 1236 HeightIDWeuclidean(latlon): True
    test 1237 copy(HeightIDWequirectangular): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 1238 HeightIDWequirectangular.copy(): (<class 'pygeodesy.heights.HeightIDWequirectangular'>, True)
    test 1239 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1240 HeightIDWequirectangularadjust: True
    test 1241 HeightIDWequirectangularkmin: 2
    test 1242 HeightIDWequirectangularwrap: False
    test 1243 HeightIDWequirectangular: 2.402157181
    test 1244 HeightIDWequirectangular(float): <class 'float'>
    test 1245 HeightIDWequirectangular(latlon): True
    test 1246 HeightIDWequirectangular(tuple): <class 'tuple'>
    test 1247 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 1248 HeightIDWequirectangular(tuple-float): <class 'float'>
    test 1249 HeightIDWequirectangular(list): <class 'list'>
    test 1250 HeightIDWequirectangular(list-float): <class 'float'>
    test 1251 HeightIDWequirectangular(list-float): <class 'float'>
    test 1252 HeightIDWequirectangular(latlon): True
    test 1253 copy(HeightIDWflatLocal): (<class 'pygeodesy.heights.HeightIDWflatLocal'>, True)
    test 1254 HeightIDWflatLocal.copy(): (<class 'pygeodesy.heights.HeightIDWflatLocal'>, True)
    test 1255 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1256 HeightIDWflatLocaladjust: None
    test 1257 HeightIDWflatLocalkmin: 2
    test 1258 HeightIDWflatLocalwrap: False
    test 1259 HeightIDWflatLocal: 2.469718302
    test 1260 HeightIDWflatLocal(float): <class 'float'>
    test 1261 HeightIDWflatLocal(latlon): True
    test 1262 HeightIDWflatLocal(tuple): <class 'tuple'>
    test 1263 HeightIDWflatLocal(tuple-float): <class 'float'>
    test 1264 HeightIDWflatLocal(tuple-float): <class 'float'>
    test 1265 HeightIDWflatLocal(list): <class 'list'>
    test 1266 HeightIDWflatLocal(list-float): <class 'float'>
    test 1267 HeightIDWflatLocal(list-float): <class 'float'>
    test 1268 HeightIDWflatLocal(latlon): True
    test 1269 copy(HeightIDWflatPolar): (<class 'pygeodesy.heights.HeightIDWflatPolar'>, True)
    test 1270 HeightIDWflatPolar.copy(): (<class 'pygeodesy.heights.HeightIDWflatPolar'>, True)
    test 1271 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1272 HeightIDWflatPolaradjust: None
    test 1273 HeightIDWflatPolarkmin: 2
    test 1274 HeightIDWflatPolarwrap: False
    test 1275 HeightIDWflatPolar: 2.370266641
    test 1276 HeightIDWflatPolar(float): <class 'float'>
    test 1277 HeightIDWflatPolar(latlon): True
    test 1278 HeightIDWflatPolar(tuple): <class 'tuple'>
    test 1279 HeightIDWflatPolar(tuple-float): <class 'float'>
    test 1280 HeightIDWflatPolar(tuple-float): <class 'float'>
    test 1281 HeightIDWflatPolar(list): <class 'list'>
    test 1282 HeightIDWflatPolar(list-float): <class 'float'>
    test 1283 HeightIDWflatPolar(list-float): <class 'float'>
    test 1284 HeightIDWflatPolar(latlon): True
    test 1285 copy(HeightIDWhaversine): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 1286 HeightIDWhaversine.copy(): (<class 'pygeodesy.heights.HeightIDWhaversine'>, True)
    test 1287 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1288 HeightIDWhaversineadjust: None
    test 1289 HeightIDWhaversinekmin: 2
    test 1290 HeightIDWhaversinewrap: False
    test 1291 HeightIDWhaversine: 2.402157442
    test 1292 HeightIDWhaversine(float): <class 'float'>
    test 1293 HeightIDWhaversine(latlon): True
    test 1294 HeightIDWhaversine(tuple): <class 'tuple'>
    test 1295 HeightIDWhaversine(tuple-float): <class 'float'>
    test 1296 HeightIDWhaversine(tuple-float): <class 'float'>
    test 1297 HeightIDWhaversine(list): <class 'list'>
    test 1298 HeightIDWhaversine(list-float): <class 'float'>
    test 1299 HeightIDWhaversine(list-float): <class 'float'>
    test 1300 HeightIDWhaversine(latlon): True
    test 1301 copy(HeightIDWhubeny): (<class 'pygeodesy.heights.HeightIDWhubeny'>, True)
    test 1302 HeightIDWhubeny.copy(): (<class 'pygeodesy.heights.HeightIDWhubeny'>, True)
    test 1303 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1304 HeightIDWhubenyadjust: None
    test 1305 HeightIDWhubenykmin: 2
    test 1306 HeightIDWhubenywrap: False
    test 1307 HeightIDWhubeny: 2.469718302
    test 1308 HeightIDWhubeny(float): <class 'float'>
    test 1309 HeightIDWhubeny(latlon): True
    test 1310 HeightIDWhubeny(tuple): <class 'tuple'>
    test 1311 HeightIDWhubeny(tuple-float): <class 'float'>
    test 1312 HeightIDWhubeny(tuple-float): <class 'float'>
    test 1313 HeightIDWhubeny(list): <class 'list'>
    test 1314 HeightIDWhubeny(list-float): <class 'float'>
    test 1315 HeightIDWhubeny(list-float): <class 'float'>
    test 1316 HeightIDWhubeny(latlon): True
    test 1317 copy(HeightIDWkarney): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 1318 HeightIDWkarney.copy(): (<class 'pygeodesy.heights.HeightIDWkarney'>, True)
    test 1319 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1320 HeightIDWkarneyadjust: None
    test 1321 HeightIDWkarneykmin: 2
    test 1322 HeightIDWkarneywrap: False
    test 1323 HeightIDWkarney: 2.402157442
    test 1324 HeightIDWkarney(float): <class 'float'>
    test 1325 HeightIDWkarney(latlon): True
    test 1326 HeightIDWkarney(tuple): <class 'tuple'>
    test 1327 HeightIDWkarney(tuple-float): <class 'float'>
    test 1328 HeightIDWkarney(tuple-float): <class 'float'>
    test 1329 HeightIDWkarney(list): <class 'list'>
    test 1330 HeightIDWkarney(list-float): <class 'float'>
    test 1331 HeightIDWkarney(list-float): <class 'float'>
    test 1332 HeightIDWkarney(latlon): True
    test 1333 copy(HeightIDWthomas): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 1334 HeightIDWthomas.copy(): (<class 'pygeodesy.heights.HeightIDWthomas'>, True)
    test 1335 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1336 HeightIDWthomasadjust: None
    test 1337 HeightIDWthomaskmin: 2
    test 1338 HeightIDWthomaswrap: False
    test 1339 HeightIDWthomas: 2.402157442
    test 1340 HeightIDWthomas(float): <class 'float'>
    test 1341 HeightIDWthomas(latlon): True
    test 1342 HeightIDWthomas(tuple): <class 'tuple'>
    test 1343 HeightIDWthomas(tuple-float): <class 'float'>
    test 1344 HeightIDWthomas(tuple-float): <class 'float'>
    test 1345 HeightIDWthomas(list): <class 'list'>
    test 1346 HeightIDWthomas(list-float): <class 'float'>
    test 1347 HeightIDWthomas(list-float): <class 'float'>
    test 1348 HeightIDWthomas(latlon): True
    test 1349 copy(HeightIDWvincentys): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 1350 HeightIDWvincentys.copy(): (<class 'pygeodesy.heights.HeightIDWvincentys'>, True)
    test 1351 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1352 HeightIDWvincentysadjust: None
    test 1353 HeightIDWvincentyskmin: 2
    test 1354 HeightIDWvincentyswrap: False
    test 1355 HeightIDWvincentys: 2.402157442
    test 1356 HeightIDWvincentys(float): <class 'float'>
    test 1357 HeightIDWvincentys(latlon): True
    test 1358 HeightIDWvincentys(tuple): <class 'tuple'>
    test 1359 HeightIDWvincentys(tuple-float): <class 'float'>
    test 1360 HeightIDWvincentys(tuple-float): <class 'float'>
    test 1361 HeightIDWvincentys(list): <class 'list'>
    test 1362 HeightIDWvincentys(list-float): <class 'float'>
    test 1363 HeightIDWvincentys(list-float): <class 'float'>
    test 1364 HeightIDWvincentys(latlon): True
    test 1365 copy(HeightLinear): (<class 'pygeodesy.heights.HeightLinear'>, True)
    test 1366 HeightLinear.copy(): (<class 'pygeodesy.heights.HeightLinear'>, True)
    test 1367 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1368 HeightLinearadjust: None
    test 1369 HeightLinearkmin: 2
    test 1370 HeightLinearwrap: None
    test 1371 HeightLinear: 3.000000000
    test 1372 HeightLinear(float): <class 'float'>
    test 1373 HeightLinear(latlon): True
    test 1374 HeightLinear(tuple): <class 'tuple'>
    test 1375 HeightLinear(tuple-float): <class 'float'>
    test 1376 HeightLinear(tuple-float): <class 'float'>
    test 1377 HeightLinear(list): <class 'list'>
    test 1378 HeightLinear(list-float): <class 'float'>
    test 1379 HeightLinear(list-float): <class 'float'>
    test 1380 HeightLinear(latlon): True
    test 1381 copy(HeightLSQBiSpline): (<class 'pygeodesy.heights.HeightLSQBiSpline'>, True)
    test 1382 HeightLSQBiSpline.copy(): (<class 'pygeodesy.heights.HeightLSQBiSpline'>, True)
    test 1383 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1384 HeightLSQBiSplineadjust: None
    test 1385 HeightLSQBiSplinekmin: 16
    test 1386 HeightLSQBiSplinewrap: None
    test 1387 HeightLSQBiSpline: 6.419251669
    test 1388 HeightLSQBiSpline(float): <class 'float'>
    test 1389 HeightLSQBiSpline(latlon): True
    test 1390 HeightLSQBiSpline(tuple): <class 'tuple'>
    test 1391 HeightLSQBiSpline(tuple-float): <class 'float'>
    test 1392 HeightLSQBiSpline(tuple-float): <class 'float'>
    test 1393 HeightLSQBiSpline(list): <class 'list'>
    test 1394 HeightLSQBiSpline(list-float): <class 'float'>
    test 1395 HeightLSQBiSpline(list-float): <class 'float'>
    test 1396 HeightLSQBiSpline(latlon): True
    test 1397 copy(HeightLSQBiSpline): (<class 'pygeodesy.heights.HeightLSQBiSpline'>, True)
    test 1398 HeightLSQBiSpline.copy(): (<class 'pygeodesy.heights.HeightLSQBiSpline'>, True)
    test 1399 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1400 HeightLSQBiSplineadjust: None
    test 1401 HeightLSQBiSplinekmin: 16
    test 1402 HeightLSQBiSplinewrap: None
    test 1403 HeightLSQBiSpline: 6.419251669
    test 1404 HeightLSQBiSpline(float): <class 'float'>
    test 1405 HeightLSQBiSpline(latlon): True
    test 1406 HeightLSQBiSpline(tuple): <class 'tuple'>
    test 1407 HeightLSQBiSpline(tuple-float): <class 'float'>
    test 1408 HeightLSQBiSpline(tuple-float): <class 'float'>
    test 1409 HeightLSQBiSpline(list): <class 'list'>
    test 1410 HeightLSQBiSpline(list-float): <class 'float'>
    test 1411 HeightLSQBiSpline(list-float): <class 'float'>
    test 1412 HeightLSQBiSpline(latlon): True
    test 1413 copy(HeightLSQBiSpline): (<class 'pygeodesy.heights.HeightLSQBiSpline'>, True)
    test 1414 HeightLSQBiSpline.copy(): (<class 'pygeodesy.heights.HeightLSQBiSpline'>, True)
    test 1415 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1416 HeightLSQBiSplineadjust: None
    test 1417 HeightLSQBiSplinekmin: 16
    test 1418 HeightLSQBiSplinewrap: None
    test 1419 HeightLSQBiSpline: 6.419251669
    test 1420 HeightLSQBiSpline(float): <class 'float'>
    test 1421 HeightLSQBiSpline(latlon): True
    test 1422 HeightLSQBiSpline(tuple): <class 'tuple'>
    test 1423 HeightLSQBiSpline(tuple-float): <class 'float'>
    test 1424 HeightLSQBiSpline(tuple-float): <class 'float'>
    test 1425 HeightLSQBiSpline(list): <class 'list'>
    test 1426 HeightLSQBiSpline(list-float): <class 'float'>
    test 1427 HeightLSQBiSpline(list-float): <class 'float'>
    test 1428 HeightLSQBiSpline(latlon): True
    test 1429 copy(HeightSmoothBiSpline): (<class 'pygeodesy.heights.HeightSmoothBiSpline'>, True)
    test 1430 HeightSmoothBiSpline.copy(): (<class 'pygeodesy.heights.HeightSmoothBiSpline'>, True)
    test 1431 HeightError: llis[0] (0.0): 'float' object has no attribute 'lon'
    test 1432 HeightSmoothBiSplineadjust: None
    test 1433 HeightSmoothBiSplinekmin: 16
    test 1434 HeightSmoothBiSplinewrap: None
    test 1435 HeightSmoothBiSpline: 2.598922541
    test 1436 HeightSmoothBiSpline(float): <class 'float'>
    test 1437 HeightSmoothBiSpline(latlon): True
    test 1438 HeightSmoothBiSpline(tuple): <class 'tuple'>
    test 1439 HeightSmoothBiSpline(tuple-float): <class 'float'>
    test 1440 HeightSmoothBiSpline(tuple-float): <class 'float'>
    test 1441 HeightSmoothBiSpline(list): <class 'list'>
    test 1442 HeightSmoothBiSpline(list-float): <class 'float'>
    test 1443 HeightSmoothBiSpline(list-float): <class 'float'>
    test 1444 HeightSmoothBiSpline(latlon): True

    all 1444 testHeights.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 551.706 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testKarney.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.karney by PyGeodesy/test/testKarney.py line 12
# lazily imported pygeodesy.NEG0 from .basics by PyGeodesy/test/testKarney.py line 12
# lazily imported pygeodesy.wrap180 from .utily by PyGeodesy/test/testKarney.py line 12

    testing testKarney.py 20.06.05 (module pygeodesy.karney 20.06.05) isLazy=3
    test 1 Geodesic: True

    testDirect(pygeodesy.karney, 20.06.05)
    test 2 dict.lat2: -11.174909999999993  FAILED, KNOWN, expected -11.17491
    test 3 dict.lon2: -69.95921000000003  FAILED, KNOWN, expected -69.95921
    test 4 dict.azi2: 129.28927088970877
    test 5 dict.a12: 80.50729714281974
    test 6 dict.m12: 6273170.205530385  FAILED, KNOWN, expected 6273170.205530384
    test 7 dict.M12: 0.16606318447386084  FAILED, KNOWN, expected 0.16606318447386068
    test 8 dict.M21: 0.16479116945612954  FAILED, KNOWN, expected 0.16479116945612937
    test 9 dict.S12: 12841384694976.432
    test 10 dict.lat2: 77.03196
    test 11 dict.lon2: 197.18234
    test 12 dict.azi2: 109.11204111067151
    test 13 dict.a12: 36.8927406904459  FAILED, KNOWN, expected 36.89274069044589
    test 14 dict.m12: 3828869.3344387603  FAILED, KNOWN, expected 3828869.3344387608
    test 15 dict.M12: 0.800763496080926  FAILED, KNOWN, expected 0.8007634960809261
    test 16 dict.M21: 0.8010100698420101
    test 17 dict.S12: 61674961290615.61  FAILED, KNOWN, expected 61674961290615.62
    test 18 dict.lat2: 41.84138
    test 19 dict.lon2: 98.56635000000001  FAILED, KNOWN, expected 98.56635
    test 20 dict.azi2: -41.843599514404666  FAILED, KNOWN, expected -41.84359951440466
    test 21 dict.a12: 75.62930491011522
    test 22 dict.m12: 6161154.57731106  FAILED, KNOWN, expected 6161154.577311061
    test 23 dict.M12: 0.24816339233950377  FAILED, KNOWN, expected 0.2481633923395038
    test 24 dict.M21: 0.24930251203627887  FAILED, KNOWN, expected 0.24930251203627893
    test 25 dict.S12: -6637997720646.716  FAILED, KNOWN, expected -6637997720646.717
    test 26 dict.lat2: -12.706309999999982  FAILED, KNOWN, expected -12.70631
    test 27 dict.lon2: 285.90344
    test 28 dict.azi2: 2.51295662091367  FAILED, KNOWN, expected 2.512956620913668
    test 29 dict.a12: 100.27863418115578  FAILED, KNOWN, expected 100.27863418115575
    test 30 dict.m12: 6289939.567044667  FAILED, KNOWN, expected 6289939.567044669
    test 31 dict.M12: -0.1719949027470042  FAILED, KNOWN, expected -0.17199490274700385
    test 32 dict.M21: -0.17722569526345747  FAILED, KNOWN, expected -0.17722569526345708
    test 33 dict.S12: -121287239862139.73  FAILED, KNOWN, expected -121287239862139.75
    test 34 dict.lat2: -15.84783999999998  FAILED, KNOWN, expected -15.84784
    test 35 dict.lon2: 5.935569999999984  FAILED, KNOWN, expected 5.93557
    test 36 dict.azi2: -20.787484651536985  FAILED, KNOWN, expected -20.78748465153699
    test 37 dict.a12: 144.64010881028628  FAILED, KNOWN, expected 144.64010881028625
    test 38 dict.m12: 3732902.158387717  FAILED, KNOWN, expected 3732902.1583877187
    test 39 dict.M12: -0.8127363870007049  FAILED, KNOWN, expected -0.8127363870007047
    test 40 dict.M21: -0.812998005191545  FAILED, KNOWN, expected -0.8129980051915447
    test 41 dict.S12: 97825992354058.7

    testInverse(pygeodesy.karney, 20.06.05)
    test 42 dict.lat2: -11.17491
    test 43 dict.lon2: -69.95921
    test 44 dict.azi1: 111.09874842956033
    test 45 dict.azi2: 129.28927088970877
    test 46 dict.s12: 8935244.56048183
    test 47 dict.a12: 80.50729714281975  FAILED, KNOWN, expected 80.50729714281974
    test 48 dict.m12: 6273170.205530385  FAILED, KNOWN, expected 6273170.205530384
    test 49 dict.M12: 0.16606318447386068
    test 50 dict.M21: 0.16479116945612937
    test 51 dict.S12: 12841384694976.434  FAILED, KNOWN, expected 12841384694976.432
    test 52 dict.lat2: 77.03196
    test 53 dict.lon2: 197.18234
    test 54 dict.azi1: 22.020059880982803  FAILED, KNOWN, expected 22.0200598809828
    test 55 dict.azi2: 109.11204111067154  FAILED, KNOWN, expected 109.11204111067151
    test 56 dict.s12: 4105086.1713924417  FAILED, KNOWN, expected 4105086.171392441
    test 57 dict.a12: 36.892740690445905  FAILED, KNOWN, expected 36.89274069044589
    test 58 dict.m12: 3828869.3344387617  FAILED, KNOWN, expected 3828869.3344387608
    test 59 dict.M12: 0.8007634960809259  FAILED, KNOWN, expected 0.8007634960809261
    test 60 dict.M21: 0.80101006984201  FAILED, KNOWN, expected 0.8010100698420101
    test 61 dict.S12: 61674961290615.62
    test 62 dict.lat2: 41.84138
    test 63 dict.lon2: 98.56635
    test 64 dict.azi1: -32.4445687643319  FAILED, KNOWN, expected -32.44456876433189
    test 65 dict.azi2: -41.843599514404666  FAILED, KNOWN, expected -41.84359951440466
    test 66 dict.s12: 8394328.89465767  FAILED, KNOWN, expected 8394328.894657671
    test 67 dict.a12: 75.62930491011522
    test 68 dict.m12: 6161154.57731106  FAILED, KNOWN, expected 6161154.577311061
    test 69 dict.M12: 0.2481633923395037  FAILED, KNOWN, expected 0.2481633923395038
    test 70 dict.M21: 0.24930251203627882  FAILED, KNOWN, expected 0.24930251203627893
    test 71 dict.S12: -6637997720646.718  FAILED, KNOWN, expected -6637997720646.717
    test 72 dict.lat2: -12.70631
    test 73 dict.lon2: 285.90344
    test 74 dict.azi1: 173.73491240878403
    test 75 dict.azi2: 2.512956620913673  FAILED, KNOWN, expected 2.512956620913668
    test 76 dict.s12: 11150344.231208025
    test 77 dict.a12: 100.27863418115577  FAILED, KNOWN, expected 100.27863418115575
    test 78 dict.m12: 6289939.567044667  FAILED, KNOWN, expected 6289939.567044669
    test 79 dict.M12: -0.17199490274700388  FAILED, KNOWN, expected -0.17199490274700385
    test 80 dict.M21: -0.17722569526345713  FAILED, KNOWN, expected -0.17722569526345708
    test 81 dict.S12: -121287239862139.72  FAILED, KNOWN, expected -121287239862139.75
    test 82 dict.lat2: -15.84784
    test 83 dict.lon2: 5.93557
    test 84 dict.azi1: -159.03355766119293
    test 85 dict.azi2: -20.78748465153699
    test 86 dict.s12: 16076603.163118068
    test 87 dict.a12: 144.64010881028625
    test 88 dict.m12: 3732902.158387719  FAILED, KNOWN, expected 3732902.1583877187
    test 89 dict.M12: -0.8127363870007049  FAILED, KNOWN, expected -0.8127363870007047
    test 90 dict.M21: -0.812998005191545  FAILED, KNOWN, expected -0.8129980051915447
    test 91 dict.S12: 97825992354058.7

    testMask(pygeodesy.karney, 20.06.05)
    test 92 Geodesic.EMPTY: 0
    test 93 Geodesic.LATITUDE: 128
    test 94 Geodesic.LONGITUDE: 264
    test 95 Geodesic.AZIMUTH: 512
    test 96 Geodesic.DISTANCE: 1025
    test 97 Geodesic.STANDARD: 1929
    test 98 Geodesic.DISTANCE_IN: 2051
    test 99 Geodesic.REDUCEDLENGTH: 4101
    test 100 Geodesic.GEODESICSCALE: 8197
    test 101 Geodesic.AREA: 16400
    test 102 Geodesic.ALL: 32671
    test 103 Geodesic.LONG_UNROLL: 32768

    testMath(pygeodesy.karney, 20.06.05)
    test 104 _diff182(-180, -180): 0.0  FAILED, KNOWN, expected -0.0
    test 105 _diff182(-180, -90): 90.0
    test 106 _diff182(-180, 0): 180  FAILED, KNOWN, expected -180
    test 107 _diff182(-180, 90): -90.0
    test 108 _diff182(-180, 180): 0.0  FAILED, KNOWN, expected -0.0
    test 109 _diff182(-90, -180): -90.0
    test 110 _diff182(-90, -90): 0.0  FAILED, KNOWN, expected -0.0
    test 111 _diff182(-90, 0): 90.0
    test 112 _diff182(-90, 90): 180.0  FAILED, KNOWN, expected -180.0
    test 113 _diff182(-90, 180): -90.0
    test 114 _diff182(0, -180): 180  FAILED, KNOWN, expected -180
    test 115 _diff182(0, -90): -90.0
    test 116 _diff182(0, 0): 0
    test 117 _diff182(0, 90): 90.0
    test 118 _diff182(0, 180): 180  FAILED, KNOWN, expected -180
    test 119 _diff182(90, -180): 90.0
    test 120 _diff182(90, -90): 180.0  FAILED, KNOWN, expected -180.0
    test 121 _diff182(90, 0): -90.0
    test 122 _diff182(90, 90): 0.0  FAILED, KNOWN, expected -0.0
    test 123 _diff182(90, 180): 90.0
    test 124 _diff182(180, -180): 0.0  FAILED, KNOWN, expected -0.0
    test 125 _diff182(180, -90): 90.0
    test 126 _diff182(180, 0): 180  FAILED, KNOWN, expected -180
    test 127 _diff182(180, 90): -90.0
    test 128 _diff182(180, 180): 0.0  FAILED, KNOWN, expected -0.0
    test 129 _norm180(-361): -1.0
    test 130  wrap180(-361): -1.0
    test 131 _norm180(-360): -0.0
    test 132  wrap180(-360): 0.0  FAILED, KNOWN, expected -0.0
    test 133 _norm180(-180): 180.0
    test 134  wrap180(-180): -180.0  FAILED, KNOWN, expected 180.0
    test 135 _norm180(-90): -90.0
    test 136  wrap180(-90): -90.0
    test 137 _norm180(0): 0.0
    test 138  wrap180(0): 0.0
    test 139 _norm180(0): 0.0
    test 140  wrap180(0): 0.0
    test 141 _norm180(90): 90.0
    test 142  wrap180(90): 90.0
    test 143 _norm180(180): 180.0
    test 144  wrap180(180): 180.0
    test 145 _norm180(360): 0.0
    test 146  wrap180(360): 0.0
    test 147 _norm180(361): 1.0
    test 148  wrap180(361): 1.0
    test 149 _fsum2_: 1.0e-20
    test 150 _fsum2_: -0.0  FAILED, KNOWN, expected 0.0
    test 151 _fsum2_: -8.0e-20  FAILED, KNOWN, expected 1.0e-20
    test 152 _fsum2_: 1.0e-20
    test 153 _fsum2_: -3.589050987400773e+19  FAILED, KNOWN, expected 1.0
    test 154 _fsum2_: -0.0  FAILED, KNOWN, expected 0.0

    73 of 154 testKarney.py tests (47.4%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 10.482 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testLatLon.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.R_NM from .datum by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isconvex from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isenclosedBy from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.ispolar from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.m2km from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.m2NM from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testLatLon.py line 430
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testLatLon.py line 430
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testLatLon.py line 430

    testing testLatLon.py 20.06.15 isLazy=3
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testLatLon.py line 436

    testLatLon(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 1 isEllipsoidal: True
    test 2 isSpherical: False
    test 3 lat/lonDMS: 52.20472°N, 000.14056°E
    test 4 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 5 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 6 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 7 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 8 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 9 isequalTo: True
    test 10 isequalTo: True
    test 11 latlon2: 52.20472, 0.14056
    test 12 latlon2: 52.2047, 0.1406
    test 13 latlon2: 52.205, 0.141
    test 14 latlon2: 52.2, 0.14
    test 15 latlon2: 52.2, 0.1
    test 16 latlon2: 52.0, 0.0
    test 17 isequalTo: False
    test 18 antipode1: 52.205°S, 179.881°W
    test 19 antipode2: True
    test 20 antipode3: 52.205°N, 000.119°E
    test 21 antipode4: True
    test 22 antipode5: 52.205°N, 000.119°E
    test 23 initialBearingTo: 156.1106
    test 24 finalBearingTo: 157.8345
    test 25 initialBearingTo: 65.9335
    test 26 finalBearingTo: 93.9034
    test 27 bearingTo2: 156.1106, 157.8345
    test 28 ispolar: True
    test 29 copy: True
    test 30 __eq__: True
    test 31 __ne__: False
    test 32 equirectangularTo: 404329.56
    test 33 distanceTo: 404607.805988
    test 34 distanceTo: 404607.805988
    test 35 distanceTo: 3981601
    test 36 antipodal: False
    test 37 distanceTo dateline: 19959679.267
    test 38 distanceTo unrolled: 19959679.267
    test 39 antipodal: False
    test 40 distanceTo dateline: 9513998
    test 41 distanceTo unrolled: 9513998
    test 42 distanceTo: 18012714.66
    test 43 distanceTo: 20003931.46
    test 44 distanceTo3 dateline: 19959679.2674, 161.0677, 18.8252
    test 45 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 46 distanceTo3 dateline: 19959679.2674, 161.0677, 18.8252
    test 47 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 48 destination: 51.513526°N, 000.098038°W
    test 49 destination: 51°30′49″N, 000°05′53″W
    test 50 destination: 33°57′N, 118°24′W
    test 51 destination: 33.950367°N, 118.399012°W
    test 52 destination: 0.592546N, 2.066453W
    test 53 destination: 32.11195529°N, 064.56074722°E  FAILED, KNOWN, expected 32.11195529°N, 063.95925278°E
    test 54 cosineAndoyerLambertTo: 125205.962
    test 55 cosineAndoyerLambertTo: 125205.962
    test 56 cosineForsyheAndoyerLambertTo: 125205.965
    test 57 cosineForsyheAndoyerLambertTo: 125205.965
    test 58 cosineLawTo: 124801.098
    test 59 cosineLawTo: 124801.098
    test 60 equirectangularTo: 124804.754
    test 61 equirectangularTo: 124804.754
    test 62 euclideanTo: 131273.287
    test 63 euclideanTo: 131273.287
    test 64 flatLocalTo: 125209.633
    test 65 flatLocalTo: 125209.633
    test 66 flatPolarTo: 133663.257
    test 67 flatPolarTo: 133663.257
    test 68 haversineTo: 124801.098
    test 69 haversineTo: 124801.098
    test 70 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 71 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 72 thomasTo: 125206.188
    test 73 thomasTo: 125206.188
    test 74 vincentysTo: 124801.098
    test 75 vincentysTo: 124801.098
    test 76 isclockwise: False
    test 77 isclockwise*: False
    test 78 isclockwise: True
    test 79 isclockwise*: True
    test 80 isclockwise: points (2): too few
    test 81 isclockwise*: points (2): too few
    test 82 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 83 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 84 isconvex: False
    test 85 isconvex*: False
    test 86 isconvex: True
    test 87 isconvex*: True
    test 88 isconvex: points (2): too few
    test 89 isconvex*: points (2): too few
    test 90 isenclosedBy1: True
    test 91 isenclosedBy1*: True
    test 92 isenclosedBy2: False
    test 93 isenclosedBy2*: False
    test 94 isenclosedBy3: False
    test 95 isenclosedBy3*: False
    test 96 isenclosedBy4: False
    test 97 isenclosedBy4*: False
    test 98 isenclosedBy5: False
    test 99 isenclosedBy5*: False
    test 100 isenclosedBy6: True
    test 101 isenclosedBy6*: True
    test 102 isenclosedBy7: True
    test 103 isenclosedBy7*: True
    test 104 initialBearingTo: 102.392291
    test 105 compassAngleTo: 100.017
    test 106 compassAngleTo: 105.599
    test 107 initialBearingTo: 288.676039
    test 108 compassAngleTo: 280.017
    test 109 compassAngleTo: 285.599
    test 110 equirectangularTo: 592.185
    test 111 distanceTo: 593.571
    test 112 bearingTo: 0.0
    test 113 compassAngleTo: 0.0
    test 114 bearingTo: 45.2  FAILED, KNOWN, expected 45.0
    test 115 compassAngleTo: 45.0
    test 116 bearingTo: 90.0
    test 117 compassAngleTo: 90.0
    test 118 bearingTo: 180.0
    test 119 compassAngleTo: 180.0
    test 120 bearingTo: 225.2  FAILED, KNOWN, expected 225.0
    test 121 compassAngleTo: 225.0
    test 122 bearingTo: 314.8  FAILED, KNOWN, expected 315.0
    test 123 compassAngleTo: 315.0
    test 124 bearingTo: 270.0
    test 125 compassAngleTo: 270.0
    test 126 bearingTo: -0.0  FAILED, KNOWN, expected 359.4
    test 127 compassAngleTo: 359.4
    test 128 latlon2: (53.0, 1.0)
    test 129 philam2: (0.93, 0.02)
    test 130 bearingTo: 31
    test 131 compassAngleTo: 31
    test 132 compassAngleTo: 45
    test 133 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 134 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 135 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 136 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 137 isequalTo: <class 'bool'>
    test 138 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 139 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 140 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 141 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 142 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 143 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 144 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 145 compassAngleTo: <class 'float'>
    test 146 cosineLawTo: <class 'float'>
    test 147 euclideanTo: <class 'float'>
    test 148 flatLocalTo: <class 'float'>
    test 149 flatPolarTo: <class 'float'>
    test 150 haversineTo: <class 'float'>
    test 151 hubenyTo: <class 'float'>
    test 152 vincentysTo: <class 'float'>
    test 153 toNvector: (0.615661, 0.0, 0.788011)
    test 154 toVector: (0.615661, 0.0, 0.788011)
    test 155 toVector3d: (0.61566, 0.0, 0.78801)

    testLatLon(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 156 isEllipsoidal: True
    test 157 isSpherical: False
    test 158 lat/lonDMS: 52.20472°N, 000.14056°E
    test 159 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 160 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 161 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 162 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 163 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 164 isequalTo: True
    test 165 isequalTo: True
    test 166 latlon2: 52.20472, 0.14056
    test 167 latlon2: 52.2047, 0.1406
    test 168 latlon2: 52.205, 0.141
    test 169 latlon2: 52.2, 0.14
    test 170 latlon2: 52.2, 0.1
    test 171 latlon2: 52.0, 0.0
    test 172 isequalTo: False
    test 173 antipode1: 52.205°S, 179.881°W
    test 174 antipode2: True
    test 175 antipode3: 52.205°N, 000.119°E
    test 176 antipode4: True
    test 177 antipode5: 52.205°N, 000.119°E
    test 178 copy: True
    test 179 __eq__: True
    test 180 __ne__: False
    test 181 equirectangularTo: 404329.56
    test 182 distanceTo: 404279.720589
    test 183 distanceTo: 404279.720589
    test 184 distanceTo: 3972863
    test 185 distanceTo: 18013602.92
    test 186 distanceTo: 0.00  FAILED, KNOWN, expected 20003931.46
    test 187 intermediateTo: 51.372294°N, 000.707192°E
    test 188 intermediateTo: True
    test 189 intermediateTo: 404279.721
    test 190 intermediateTo+5: 35.560239°N, 008.833512°E
    test 191 intermediateTo+5: 4.885
    test 192 intermediateTo-4: 64.570387°N, 013.156352°W
    test 193 intermediateTo-4: 3.885
    test 194 intermediateTo-h: 125.000
    test 195 cosineAndoyerLambertTo: 125205.962
    test 196 cosineAndoyerLambertTo: 125205.962
    test 197 cosineForsyheAndoyerLambertTo: 125205.965
    test 198 cosineForsyheAndoyerLambertTo: 125205.965
    test 199 cosineLawTo: 124801.098
    test 200 cosineLawTo: 124801.098
    test 201 equirectangularTo: 124804.754
    test 202 equirectangularTo: 124804.754
    test 203 euclideanTo: 131273.287
    test 204 euclideanTo: 131273.287
    test 205 flatLocalTo: 125209.633
    test 206 flatLocalTo: 125209.633
    test 207 flatPolarTo: 133663.257
    test 208 flatPolarTo: 133663.257
    test 209 haversineTo: 124801.098
    test 210 haversineTo: 124801.098
    test 211 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 212 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 213 thomasTo: 125206.188
    test 214 thomasTo: 125206.188
    test 215 vincentysTo: 124801.098
    test 216 vincentysTo: 124801.098
    test 217 isclockwise: False
    test 218 isclockwise*: False
    test 219 isclockwise: True
    test 220 isclockwise*: True
    test 221 isclockwise: points (2): too few
    test 222 isclockwise*: points (2): too few
    test 223 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 224 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 225 isconvex: False
    test 226 isconvex*: False
    test 227 isconvex: True
    test 228 isconvex*: True
    test 229 isconvex: points (2): too few
    test 230 isconvex*: points (2): too few
    test 231 isenclosedBy1: True
    test 232 isenclosedBy1*: True
    test 233 isenclosedBy2: False
    test 234 isenclosedBy2*: False
    test 235 isenclosedBy3: False
    test 236 isenclosedBy3*: False
    test 237 isenclosedBy4: False
    test 238 isenclosedBy4*: False
    test 239 isenclosedBy5: False
    test 240 isenclosedBy5*: False
    test 241 isenclosedBy6: True
    test 242 isenclosedBy6*: True
    test 243 isenclosedBy7: True
    test 244 isenclosedBy7*: True
    test 245 compassAngleTo: 100.017
    test 246 compassAngleTo: 105.599
    test 247 compassAngleTo: 280.017
    test 248 compassAngleTo: 285.599
    test 249 equirectangularTo: 592.185
    test 250 distanceTo: 591.831
    test 251 compassAngleTo: 0.0
    test 252 compassAngleTo: 45.0
    test 253 compassAngleTo: 90.0
    test 254 compassAngleTo: 180.0
    test 255 compassAngleTo: 225.0
    test 256 compassAngleTo: 315.0
    test 257 compassAngleTo: 270.0
    test 258 compassAngleTo: 359.4
    test 259 latlon2: (53.0, 1.0)
    test 260 philam2: (0.93, 0.02)
    test 261 compassAngleTo: 31
    test 262 compassAngleTo: 45
    test 263 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 264 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 265 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 266 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 267 isequalTo: <class 'bool'>
    test 268 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 269 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 270 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 271 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 272 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 273 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 274 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 275 compassAngleTo: <class 'float'>
    test 276 cosineLawTo: <class 'float'>
    test 277 euclideanTo: <class 'float'>
    test 278 flatLocalTo: <class 'float'>
    test 279 flatPolarTo: <class 'float'>
    test 280 haversineTo: <class 'float'>
    test 281 hubenyTo: <class 'float'>
    test 282 vincentysTo: <class 'float'>
    test 283 toVector: (0.615661, 0.0, 0.788011)
    test 284 toVector3d: (0.61566, 0.0, 0.78801)

    testLatLon(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 285 isEllipsoidal: True
    test 286 isSpherical: False
    test 287 lat/lonDMS: 52.20472°N, 000.14056°E
    test 288 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 289 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 290 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 291 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 292 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 293 isequalTo: True
    test 294 isequalTo: True
    test 295 latlon2: 52.20472, 0.14056
    test 296 latlon2: 52.2047, 0.1406
    test 297 latlon2: 52.205, 0.141
    test 298 latlon2: 52.2, 0.14
    test 299 latlon2: 52.2, 0.1
    test 300 latlon2: 52.0, 0.0
    test 301 isequalTo: False
    test 302 antipode1: 52.205°S, 179.881°W
    test 303 antipode2: True
    test 304 antipode3: 52.205°N, 000.119°E
    test 305 antipode4: True
    test 306 antipode5: 52.205°N, 000.119°E
    test 307 initialBearingTo: 156.1106
    test 308 finalBearingTo: 157.8345
    test 309 initialBearingTo: 65.9335
    test 310 finalBearingTo: 93.9034
    test 311 bearingTo2: 156.1106, 157.8345
    test 312 ispolar: True
    test 313 copy: True
    test 314 __eq__: True
    test 315 __ne__: False
    test 316 equirectangularTo: 404329.56
    test 317 distanceTo: 404607.805988
    test 318 distanceTo: 404607.805988
    test 319 distanceTo: 3981601
    test 320 antipodal: False
    test 321 distanceTo dateline: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 322 distanceTo unrolled: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 323 antipodal: False
    test 324 distanceTo dateline: 9513998
    test 325 distanceTo unrolled: 9513998
    test 326 distanceTo: 18012714.66
    test 327 distanceTo: ambiguous: LatLon(00°00′00.0″N, 000°00′00.0″E) antipodal to LatLon(00°00′00.0″N, 180°00′00.0″E)  FAILED, KNOWN, expected ambiguous, antipodal ...
    test 328 distanceTo3 dateline: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 329 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 330 distanceTo3 dateline: no convergence: LatLon(41°19′12.0″S, 174°48′36.0″E) to LatLon(40°57′36.0″N, 005°30′00.0″W)  FAILED, KNOWN, expected no convergence ...
    test 331 distanceTo3 dateline: 9513997.9901, 42.9164, 138.8903
    test 332 destination: 51.513526°N, 000.098038°W
    test 333 destination: 51°30′49″N, 000°05′53″W
    test 334 destination: 33°57′N, 118°24′W
    test 335 destination: 33.950367°N, 118.399012°W
    test 336 destination: 0.592546N, 2.066453W
    test 337 destination: 32.11195529°N, 064.56074722°E  FAILED, KNOWN, expected 32.11195529°N, 063.95925278°E
    test 338 cosineAndoyerLambertTo: 125205.962
    test 339 cosineAndoyerLambertTo: 125205.962
    test 340 cosineForsyheAndoyerLambertTo: 125205.965
    test 341 cosineForsyheAndoyerLambertTo: 125205.965
    test 342 cosineLawTo: 124801.098
    test 343 cosineLawTo: 124801.098
    test 344 equirectangularTo: 124804.754
    test 345 equirectangularTo: 124804.754
    test 346 euclideanTo: 131273.287
    test 347 euclideanTo: 131273.287
    test 348 flatLocalTo: 125209.633
    test 349 flatLocalTo: 125209.633
    test 350 flatPolarTo: 133663.257
    test 351 flatPolarTo: 133663.257
    test 352 haversineTo: 124801.098
    test 353 haversineTo: 124801.098
    test 354 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 355 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 356 thomasTo: 125206.188
    test 357 thomasTo: 125206.188
    test 358 vincentysTo: 124801.098
    test 359 vincentysTo: 124801.098
    test 360 isclockwise: False
    test 361 isclockwise*: False
    test 362 isclockwise: True
    test 363 isclockwise*: True
    test 364 isclockwise: points (2): too few
    test 365 isclockwise*: points (2): too few
    test 366 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 367 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 368 isconvex: False
    test 369 isconvex*: False
    test 370 isconvex: True
    test 371 isconvex*: True
    test 372 isconvex: points (2): too few
    test 373 isconvex*: points (2): too few
    test 374 isenclosedBy1: True
    test 375 isenclosedBy1*: True
    test 376 isenclosedBy2: False
    test 377 isenclosedBy2*: False
    test 378 isenclosedBy3: False
    test 379 isenclosedBy3*: False
    test 380 isenclosedBy4: False
    test 381 isenclosedBy4*: False
    test 382 isenclosedBy5: False
    test 383 isenclosedBy5*: False
    test 384 isenclosedBy6: True
    test 385 isenclosedBy6*: True
    test 386 isenclosedBy7: True
    test 387 isenclosedBy7*: True
    test 388 initialBearingTo: 102.392291
    test 389 compassAngleTo: 100.017
    test 390 compassAngleTo: 105.599
    test 391 initialBearingTo: 288.676039
    test 392 compassAngleTo: 280.017
    test 393 compassAngleTo: 285.599
    test 394 equirectangularTo: 592.185
    test 395 distanceTo: 593.571
    test 396 bearingTo: 0.0
    test 397 compassAngleTo: 0.0
    test 398 bearingTo: 45.2  FAILED, KNOWN, expected 45.0
    test 399 compassAngleTo: 45.0
    test 400 bearingTo: 90.0
    test 401 compassAngleTo: 90.0
    test 402 bearingTo: 180.0
    test 403 compassAngleTo: 180.0
    test 404 bearingTo: 225.2  FAILED, KNOWN, expected 225.0
    test 405 compassAngleTo: 225.0
    test 406 bearingTo: 314.8  FAILED, KNOWN, expected 315.0
    test 407 compassAngleTo: 315.0
    test 408 bearingTo: 270.0
    test 409 compassAngleTo: 270.0
    test 410 bearingTo: 360.0  FAILED, KNOWN, expected 359.4
    test 411 compassAngleTo: 359.4
    test 412 latlon2: (53.0, 1.0)
    test 413 philam2: (0.93, 0.02)
    test 414 bearingTo: 31
    test 415 compassAngleTo: 31
    test 416 compassAngleTo: 45
    test 417 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 418 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 419 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 420 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 421 isequalTo: <class 'bool'>
    test 422 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 423 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 424 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 425 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 426 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 427 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 428 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 429 compassAngleTo: <class 'float'>
    test 430 cosineLawTo: <class 'float'>
    test 431 euclideanTo: <class 'float'>
    test 432 flatLocalTo: <class 'float'>
    test 433 flatPolarTo: <class 'float'>
    test 434 haversineTo: <class 'float'>
    test 435 hubenyTo: <class 'float'>
    test 436 vincentysTo: <class 'float'>
    test 437 toNvector: (0.615661, 0.0, 0.788011)
    test 438 toVector: (0.615661, 0.0, 0.788011)
    test 439 toVector3d: (0.61566, 0.0, 0.78801)

    testLatLon(pygeodesy.sphericalNvector, 20.06.16)
    test 440 isEllipsoidal: False
    test 441 isSpherical: True
    test 442 lat/lonDMS: 52.20472°N, 000.14056°E
    test 443 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 444 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 445 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 446 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 447 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 448 isequalTo: True
    test 449 isequalTo: True
    test 450 latlon2: 52.20472, 0.14056
    test 451 latlon2: 52.2047, 0.1406
    test 452 latlon2: 52.205, 0.141
    test 453 latlon2: 52.2, 0.14
    test 454 latlon2: 52.2, 0.1
    test 455 latlon2: 52.0, 0.0
    test 456 isequalTo: False
    test 457 antipode1: 52.205°S, 179.881°W
    test 458 antipode2: True
    test 459 antipode3: 52.205°N, 000.119°E
    test 460 antipode4: True
    test 461 antipode5: 52.205°N, 000.119°E
    test 462 initialBearingTo: 156.1666
    test 463 finalBearingTo: 157.8904
    test 464 initialBearingTo: 65.8921
    test 465 finalBearingTo: 93.8581
    test 466 bearingTo2: 156.1666, 157.8904
    test 467 ispolar: True
    test 468 copy: True
    test 469 __eq__: True
    test 470 __ne__: False
    test 471 equirectangularTo: 404329.56
    test 472 distanceTo: 404279.720589
    test 473 distanceTo: 404279.720589
    test 474 distanceTo: 2145
    test 475 distanceTo: 18013602.92
    test 476 distanceTo: 0.00  FAILED, KNOWN, expected 20015114.35
    test 477 intermediateTo: 51.372084°N, 000.707337°E
    test 478 intermediateTo: True
    test 479 intermediateTo: 404279.721
    test 480 intermediateTo+5: 35.160975°N, 008.989542°E
    test 481 intermediateTo+5: 5.000
    test 482 intermediateTo-4: 64.911647°N, 013.726301°W
    test 483 intermediateTo-4: 4.000
    test 484 intermediateTo-h: 125.000
    test 485 intermediateChordTo: 51.372294°N, 000.707192°E
    test 486 intermediateChordTo: True
    test 487 intermediateChordTo-h: 125.000
    test 488 midpointTo: 50.536327°N, 001.274614°E
    test 489 destination: 51.513546°N, 000.098345°W
    test 490 destination: 51°30′49″N, 000°05′54″W
    test 491 destination: 34°37′N, 116°33′W
    test 492 destination: 34.613647°N, 116.55116°W
    test 493 destination: 0.604122N, 2.034201W
    test 494 destination: 31.96383509°N, 064.37329146°E
    test 495 alongTrackDistanceTo: alongTrackDistanceTo() got an unexpected keyword argument 'known'  FAILED, KNOWN, expected incompatible ...
    test 496 alongTrackDistanceTo: 62331.58
    test 497 alongTrackDistanceTo: 99.588
    test 498 alongTrackDistanceTo: -7702.7
    test 499 alongTrackDistanceTo: 7587.6
    test 500 crossTrackDistanceTo: -305.6652816061398  FAILED, KNOWN, expected TypeError
    test 501 crossTrackDistanceTo: -307.55
    test 502 crossTrackDistanceTo: 7.4524
    test 503 greatCircle: (-0.79408, 0.12856, 0.59406)
    test 504 cosineAndoyerLambertTo: 124801.098
    test 505 cosineAndoyerLambertTo: 124801.098
    test 506 cosineForsyheAndoyerLambertTo: 124801.098
    test 507 cosineForsyheAndoyerLambertTo: 124801.098
    test 508 cosineLawTo: 124801.098
    test 509 cosineLawTo: 124801.098
    test 510 equirectangularTo: 124804.754
    test 511 equirectangularTo: 124804.754
    test 512 euclideanTo: 131273.287
    test 513 euclideanTo: 131273.287
    test 514 flatLocalTo: 124804.754
    test 515 flatLocalTo: 124804.754
    test 516 flatPolarTo: 133663.257
    test 517 flatPolarTo: 133663.257
    test 518 haversineTo: 124801.098
    test 519 haversineTo: 124801.098
    test 520 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 521 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 522 thomasTo: 124801.098
    test 523 thomasTo: 124801.098
    test 524 vincentysTo: 124801.098
    test 525 vincentysTo: 124801.098
    test 526 greatCircleTo: (-0.79408, 0.12859, 0.59406)
    test 527 isclockwise: False
    test 528 isclockwise*: False
    test 529 isclockwise: True
    test 530 isclockwise*: True
    test 531 isclockwise: points (2): too few
    test 532 isclockwise*: points (2): too few
    test 533 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 534 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 535 isconvex: False
    test 536 isconvex*: False
    test 537 isconvex: True
    test 538 isconvex*: True
    test 539 isconvex: points (2): too few
    test 540 isconvex*: points (2): too few
    test 541 isenclosedBy1: True
    test 542 isenclosedBy1*: True
    test 543 isenclosedBy2: False
    test 544 isenclosedBy2*: False
    test 545 isenclosedBy3: False
    test 546 isenclosedBy3*: False
    test 547 isenclosedBy4: False
    test 548 isenclosedBy4*: False
    test 549 isenclosedBy5: False
    test 550 isenclosedBy5*: False
    test 551 isenclosedBy6: True
    test 552 isenclosedBy6*: True
    test 553 isenclosedBy7: True
    test 554 isenclosedBy7*: True
    test 555 initialBearingTo: 102.432182
    test 556 compassAngleTo: 100.017
    test 557 compassAngleTo: 105.599
    test 558 initialBearingTo: 288.715918
    test 559 compassAngleTo: 280.017
    test 560 compassAngleTo: 285.599
    test 561 equirectangularTo: 592.185
    test 562 distanceTo: 591.831
    test 563 compassAngleTo: 0.0
    test 564 compassAngleTo: 45.0
    test 565 compassAngleTo: 90.0
    test 566 compassAngleTo: 180.0
    test 567 compassAngleTo: 225.0
    test 568 compassAngleTo: 315.0
    test 569 compassAngleTo: 270.0
    test 570 compassAngleTo: 359.4
    test 571 latlon2: (53.0, 1.0)
    test 572 philam2: (0.93, 0.02)
    test 573 compassAngleTo: 31
    test 574 compassAngleTo: 45
    test 575 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 576 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 577 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 578 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 579 isequalTo: <class 'bool'>
    test 580 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 581 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 582 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 583 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 584 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 585 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 586 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 587 compassAngleTo: <class 'float'>
    test 588 cosineLawTo: <class 'float'>
    test 589 euclideanTo: <class 'float'>
    test 590 flatLocalTo: <class 'float'>
    test 591 flatPolarTo: <class 'float'>
    test 592 haversineTo: <class 'float'>
    test 593 hubenyTo: <class 'float'>
    test 594 vincentysTo: <class 'float'>
    test 595 toVector: (0.615661, 0.0, 0.788011)
    test 596 toVector3d: (0.61566, 0.0, 0.78801)

    testLatLon(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 597 isEllipsoidal: False
    test 598 isSpherical: True
    test 599 lat/lonDMS: 52.20472°N, 000.14056°E
    test 600 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 601 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 602 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 603 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 604 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 605 isequalTo: True
    test 606 isequalTo: True
    test 607 latlon2: 52.20472, 0.14056
    test 608 latlon2: 52.2047, 0.1406
    test 609 latlon2: 52.205, 0.141
    test 610 latlon2: 52.2, 0.14
    test 611 latlon2: 52.2, 0.1
    test 612 latlon2: 52.0, 0.0
    test 613 isequalTo: False
    test 614 antipode1: 52.205°S, 179.881°W
    test 615 antipode2: True
    test 616 antipode3: 52.205°N, 000.119°E
    test 617 antipode4: True
    test 618 antipode5: 52.205°N, 000.119°E
    test 619 initialBearingTo: 156.1666
    test 620 finalBearingTo: 157.8904
    test 621 initialBearingTo: 65.8921
    test 622 finalBearingTo: 93.8581
    test 623 bearingTo2: 156.1666, 157.8904
    test 624 ispolar: True
    test 625 copy: True
    test 626 __eq__: True
    test 627 __ne__: False
    test 628 equirectangularTo: 404329.56
    test 629 distanceTo: 404279.720589
    test 630 distanceTo: 404279.720589
    test 631 distanceTo: 2145
    test 632 antipodal: False
    test 633 distanceTo dateline: 19967403.498  FAILED, KNOWN, expected 19119590.551
    test 634 distanceTo unrolled: 19967403.498  FAILED, KNOWN, expected 19119590.551
    test 635 antipodal: False
    test 636 distanceTo dateline: 9491735
    test 637 distanceTo unrolled: 9491735
    test 638 distanceTo: 18013602.92
    test 639 distanceTo: 20015114.35
    test 640 intermediateTo: 51.372084°N, 000.707337°E
    test 641 intermediateTo: True
    test 642 intermediateTo: 404279.721
    test 643 intermediateTo+5: 35.160975°N, 008.989542°E
    test 644 intermediateTo+5: 5.000
    test 645 intermediateTo-4: 64.911647°N, 013.726301°W
    test 646 intermediateTo-4: 4.000
    test 647 intermediateTo-h: 125.000
    test 648 midpointTo: 50.536327°N, 001.274614°E
    test 649 destination: 51.513546°N, 000.098345°W
    test 650 destination: 51°30′49″N, 000°05′54″W
    test 651 destination: 34°37′N, 116°33′W
    test 652 destination: 34.613647°N, 116.55116°W
    test 653 destination: 0.604122N, 2.034201W
    test 654 destination: 31.96383509°N, 064.37329146°E
    test 655 alongTrackDistanceTo: alongTrackDistanceTo() got an unexpected keyword argument 'known'  FAILED, KNOWN, expected incompatible ...
    test 656 alongTrackDistanceTo: 62331.58
    test 657 alongTrackDistanceTo: 99.588
    test 658 alongTrackDistanceTo: -7702.7
    test 659 alongTrackDistanceTo: 7587.6
    test 660 crossTrackDistanceTo: type(end) (96): incompatible with LatLon  FAILED, KNOWN, expected incompatible ...
    test 661 crossTrackDistanceTo: -307.55
    test 662 crossTrackDistanceTo: 7.4524
    test 663 greatCircle: (-0.79408, 0.12856, 0.59406)
    test 664 cosineAndoyerLambertTo: 124801.098
    test 665 cosineAndoyerLambertTo: 124801.098
    test 666 cosineForsyheAndoyerLambertTo: 124801.098
    test 667 cosineForsyheAndoyerLambertTo: 124801.098
    test 668 cosineLawTo: 124801.098
    test 669 cosineLawTo: 124801.098
    test 670 equirectangularTo: 124804.754
    test 671 equirectangularTo: 124804.754
    test 672 euclideanTo: 131273.287
    test 673 euclideanTo: 131273.287
    test 674 flatLocalTo: 124804.754
    test 675 flatLocalTo: 124804.754
    test 676 flatPolarTo: 133663.257
    test 677 flatPolarTo: 133663.257
    test 678 haversineTo: 124801.098
    test 679 haversineTo: 124801.098
    test 680 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 681 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 682 thomasTo: 124801.098
    test 683 thomasTo: 124801.098
    test 684 vincentysTo: 124801.098
    test 685 vincentysTo: 124801.098
    test 686 isclockwise: False
    test 687 isclockwise*: False
    test 688 isclockwise: True
    test 689 isclockwise*: True
    test 690 isclockwise: points (2): too few
    test 691 isclockwise*: points (2): too few
    test 692 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 693 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 694 isconvex: False
    test 695 isconvex*: False
    test 696 isconvex: True
    test 697 isconvex*: True
    test 698 isconvex: points (2): too few
    test 699 isconvex*: points (2): too few
    test 700 isenclosedBy1: True
    test 701 isenclosedBy1*: True
    test 702 isenclosedBy2: False
    test 703 isenclosedBy2*: False
    test 704 isenclosedBy3: False
    test 705 isenclosedBy3*: False
    test 706 isenclosedBy4: False
    test 707 isenclosedBy4*: False
    test 708 isenclosedBy5: False
    test 709 isenclosedBy5*: False
    test 710 isenclosedBy6: True
    test 711 isenclosedBy6*: True
    test 712 isenclosedBy7: True
    test 713 isenclosedBy7*: True
    test 714 initialBearingTo: 102.432182
    test 715 compassAngleTo: 100.017
    test 716 compassAngleTo: 105.599
    test 717 initialBearingTo: 288.715918
    test 718 compassAngleTo: 280.017
    test 719 compassAngleTo: 285.599
    test 720 equirectangularTo: 592.185
    test 721 distanceTo: 591.831
    test 722 bearingTo: 0.0
    test 723 compassAngleTo: 0.0
    test 724 bearingTo: 45.0
    test 725 compassAngleTo: 45.0
    test 726 bearingTo: 90.0
    test 727 compassAngleTo: 90.0
    test 728 bearingTo: 180.0
    test 729 compassAngleTo: 180.0
    test 730 bearingTo: 225.0
    test 731 compassAngleTo: 225.0
    test 732 bearingTo: 315.0
    test 733 compassAngleTo: 315.0
    test 734 bearingTo: 270.0
    test 735 compassAngleTo: 270.0
    test 736 bearingTo: 0.0  FAILED, KNOWN, expected 359.4
    test 737 compassAngleTo: 359.4
    test 738 latlon2: (53.0, 1.0)
    test 739 philam2: (0.93, 0.02)
    test 740 bearingTo: 31
    test 741 compassAngleTo: 31
    test 742 compassAngleTo: 45
    test 743 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 744 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 745 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 746 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 747 isequalTo: <class 'bool'>
    test 748 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 749 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 750 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 751 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 752 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 753 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 754 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 755 compassAngleTo: <class 'float'>
    test 756 cosineLawTo: <class 'float'>
    test 757 euclideanTo: <class 'float'>
    test 758 flatLocalTo: <class 'float'>
    test 759 flatPolarTo: <class 'float'>
    test 760 haversineTo: <class 'float'>
    test 761 hubenyTo: <class 'float'>
    test 762 vincentysTo: <class 'float'>
    test 763 toNvector: (0.61566, 0.0, 0.78801)
    test 764 toVector: (0.615661, 0.0, 0.788011)
    test 765 toVector3d: (0.61566, 0.0, 0.78801)

    34 of 765 testLatLon.py tests (4.4%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 101.766 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testLazily.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.__all__ by /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/coverage-4.5.4-py3.7-macosx-10.9-x86_64.egg/coverage/execfile.py line 192

    testing testLazily.py 20.01.07 isLazy=3
# lazily imported pygeodesy.acos1 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 1 acos1: function
# lazily imported pygeodesy.anStr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 2 anStr: function
    test 3 anstr: function
# lazily imported pygeodesy.antipode from .formy by PyGeodesy/test/testLazily.py line 38
    test 4 antipode: function
# lazily imported pygeodesy.antipode_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 5 antipode_: function
# lazily imported pygeodesy.areaof from .points by PyGeodesy/test/testLazily.py line 38
    test 6 areaof: function
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testLazily.py line 38
    test 7 areaOf: function
# lazily imported pygeodesy.attrs from .streprs by PyGeodesy/test/testLazily.py line 38
    test 8 attrs: function
# lazily imported pygeodesy.Band from .units by PyGeodesy/test/testLazily.py line 38
    test 9 Band: class
# lazily imported pygeodesy.bases by PyGeodesy/test/testLazily.py line 38
    test 10 bases: module
    test 11 basics: module
# lazily imported pygeodesy.bearing from .formy by PyGeodesy/test/testLazily.py line 38
    test 12 bearing: function
# lazily imported pygeodesy.Bearing from .units by PyGeodesy/test/testLazily.py line 38
    test 13 Bearing: class
# lazily imported pygeodesy.bearing_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 14 bearing_: function
# lazily imported pygeodesy.Bearing_ from .units by PyGeodesy/test/testLazily.py line 38
    test 15 Bearing_: class
# lazily imported pygeodesy.bearingDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 16 bearingDMS: function
# lazily imported pygeodesy.bounds from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 17 bounds: function
# lazily imported pygeodesy.boundsOf from .points by PyGeodesy/test/testLazily.py line 38
    test 18 boundsOf: function
# lazily imported pygeodesy.CassiniSoldner from .css by PyGeodesy/test/testLazily.py line 38
    test 19 CassiniSoldner: class
# lazily imported pygeodesy.cbrt from .fmath by PyGeodesy/test/testLazily.py line 38
    test 20 cbrt: function
# lazily imported pygeodesy.cbrt2 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 21 cbrt2: function
# lazily imported pygeodesy.centroidOf from .points by PyGeodesy/test/testLazily.py line 38
    test 22 centroidOf: function
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testLazily.py line 38
    test 23 classname: function
# lazily imported pygeodesy.classnaming from .named by PyGeodesy/test/testLazily.py line 38
    test 24 classnaming: function
# lazily imported pygeodesy.clipCS3 from .clipy by PyGeodesy/test/testLazily.py line 38
    test 25 clipCS3: function
# lazily imported pygeodesy.clipDegrees from .dms by PyGeodesy/test/testLazily.py line 38
    test 26 clipDegrees: function
# lazily imported pygeodesy.clipDMS from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 27 clipDMS: function
# lazily imported pygeodesy.ClipError from .clipy by PyGeodesy/test/testLazily.py line 38
    test 28 ClipError: class
# lazily imported pygeodesy.clipRadians from .dms by PyGeodesy/test/testLazily.py line 38
    test 29 clipRadians: function
    test 30 clips: function
# lazily imported pygeodesy.clipSH from .clipy by PyGeodesy/test/testLazily.py line 38
    test 31 clipSH: function
# lazily imported pygeodesy.clipSH3 from .clipy by PyGeodesy/test/testLazily.py line 38
    test 32 clipSH3: function
# lazily imported pygeodesy.clipStr from .basics by PyGeodesy/test/testLazily.py line 38
    test 33 clipStr: function
    test 34 clipy: module
# lazily imported pygeodesy.compassAngle from .formy by PyGeodesy/test/testLazily.py line 38
    test 35 compassAngle: function
# lazily imported pygeodesy.compassDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 36 compassDMS: function
# lazily imported pygeodesy.compassPoint from .dms by PyGeodesy/test/testLazily.py line 38
    test 37 compassPoint: function
# lazily imported pygeodesy.Conic from .lcc by PyGeodesy/test/testLazily.py line 38
    test 38 Conic: class
# lazily imported pygeodesy.Conics from .lcc by PyGeodesy/test/testLazily.py line 38
    test 39 Conics: class pygeodesy.named._NamedEnum
# lazily imported pygeodesy.cosineAndoyerLambert from .formy by PyGeodesy/test/testLazily.py line 38
    test 40 cosineAndoyerLambert: function
# lazily imported pygeodesy.cosineAndoyerLambert_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 41 cosineAndoyerLambert_: function
# lazily imported pygeodesy.cosineForsytheAndoyerLambert from .formy by PyGeodesy/test/testLazily.py line 38
    test 42 cosineForsytheAndoyerLambert: function
# lazily imported pygeodesy.cosineForsytheAndoyerLambert_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 43 cosineForsytheAndoyerLambert_: function
# lazily imported pygeodesy.cosineLaw from .formy by PyGeodesy/test/testLazily.py line 38
    test 44 cosineLaw: function
# lazily imported pygeodesy.cosineLaw_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 45 cosineLaw_: function
# lazily imported pygeodesy.CrossError from .errors by PyGeodesy/test/testLazily.py line 38
    test 46 CrossError: class
# lazily imported pygeodesy.crosserrors from .errors by PyGeodesy/test/testLazily.py line 38
    test 47 crosserrors: function
    test 48 css: module
# lazily imported pygeodesy.Css from .css by PyGeodesy/test/testLazily.py line 38
    test 49 Css: class
# lazily imported pygeodesy.CSSError from .css by PyGeodesy/test/testLazily.py line 38
    test 50 CSSError: class
# lazily imported pygeodesy.date2epoch from .trf by PyGeodesy/test/testLazily.py line 38
    test 51 date2epoch: function
    test 52 datum: module
# lazily imported pygeodesy.Datum from .datum by PyGeodesy/test/testLazily.py line 38
    test 53 Datum: class
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testLazily.py line 38
    test 54 Datums: class pygeodesy.named._NamedEnum
# lazily imported pygeodesy.decodeEPSG2 from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 55 decodeEPSG2: function
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 56 degDMS: function
# lazily imported pygeodesy.Degrees from .units by PyGeodesy/test/testLazily.py line 38
    test 57 Degrees: class
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testLazily.py line 38
    test 58 degrees: class builtin_function_or_method
# lazily imported pygeodesy.degrees180 from .utily by PyGeodesy/test/testLazily.py line 38
    test 59 degrees180: function
# lazily imported pygeodesy.degrees2m from .utily by PyGeodesy/test/testLazily.py line 38
    test 60 degrees2m: function
# lazily imported pygeodesy.degrees360 from .utily by PyGeodesy/test/testLazily.py line 38
    test 61 degrees360: function
# lazily imported pygeodesy.degrees90 from .utily by PyGeodesy/test/testLazily.py line 38
    test 62 degrees90: function
    test 63 deprecated: module
# lazily imported pygeodesy.Distance from .units by PyGeodesy/test/testLazily.py line 38
    test 64 Distance: class
    test 65 dms: module
# lazily imported pygeodesy.Easting from .units by PyGeodesy/test/testLazily.py line 38
    test 66 Easting: class
    test 67 ecef: module
# lazily imported pygeodesy.EcefCartesian from .ecef by PyGeodesy/test/testLazily.py line 38
    test 68 EcefCartesian: class
# lazily imported pygeodesy.EcefError from .ecef by PyGeodesy/test/testLazily.py line 38
    test 69 EcefError: class
# lazily imported pygeodesy.EcefKarney from .ecef by PyGeodesy/test/testLazily.py line 38
    test 70 EcefKarney: class
# lazily imported pygeodesy.EcefMatrix from .ecef by PyGeodesy/test/testLazily.py line 38
    test 71 EcefMatrix: class
# lazily imported pygeodesy.EcefSudano from .ecef by PyGeodesy/test/testLazily.py line 38
    test 72 EcefSudano: class
# lazily imported pygeodesy.EcefVeness from .ecef by PyGeodesy/test/testLazily.py line 38
    test 73 EcefVeness: class
# lazily imported pygeodesy.EcefYou from .ecef by PyGeodesy/test/testLazily.py line 38
    test 74 EcefYou: class
# lazily imported pygeodesy.egmGeoidHeights from .geoids by PyGeodesy/test/testLazily.py line 38
    test 75 egmGeoidHeights: function
# lazily imported pygeodesy.elevation2 from .elevations by PyGeodesy/test/testLazily.py line 38
    test 76 elevation2: function
    test 77 elevations: module
# lazily imported pygeodesy.Ellipsoid from .datum by PyGeodesy/test/testLazily.py line 38
    test 78 Ellipsoid: class
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testLazily.py line 38
    test 79 ellipsoidalKarney: module
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testLazily.py line 38
    test 80 ellipsoidalNvector: module
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testLazily.py line 38
    test 81 ellipsoidalVincenty: module
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testLazily.py line 38
    test 82 Ellipsoids: class pygeodesy.named._NamedEnum
# lazily imported pygeodesy.elliptic by PyGeodesy/test/testLazily.py line 38
    test 83 elliptic: module
# lazily imported pygeodesy.Elliptic from .elliptic by PyGeodesy/test/testLazily.py line 38
    test 84 Elliptic: class
# lazily imported pygeodesy.EllipticError from .elliptic by PyGeodesy/test/testLazily.py line 38
    test 85 EllipticError: class
# lazily imported pygeodesy.encodeEPSG from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 86 encodeEPSG: function
# lazily imported pygeodesy.enStr2 from .streprs by PyGeodesy/test/testLazily.py line 38
    test 87 enStr2: function
# lazily imported pygeodesy.enstr2 from .streprs by PyGeodesy/test/testLazily.py line 38
    test 88 enstr2: function
# lazily imported pygeodesy.epoch2date from .trf by PyGeodesy/test/testLazily.py line 38
    test 89 epoch2date: function
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testLazily.py line 38
    test 90 EPS: float
# lazily imported pygeodesy.EPS1 from .basics by PyGeodesy/test/testLazily.py line 38
    test 91 EPS1: float
# lazily imported pygeodesy.EPS1_2 from .basics by PyGeodesy/test/testLazily.py line 38
    test 92 EPS1_2: float
# lazily imported pygeodesy.EPS_2 from .basics by PyGeodesy/test/testLazily.py line 38
    test 93 EPS_2: float
# lazily imported pygeodesy.epsg by PyGeodesy/test/testLazily.py line 38
    test 94 epsg: module
# lazily imported pygeodesy.Epsg from .epsg by PyGeodesy/test/testLazily.py line 38
    test 95 Epsg: class
# lazily imported pygeodesy.EPSGError from .epsg by PyGeodesy/test/testLazily.py line 38
    test 96 EPSGError: class
# lazily imported pygeodesy.equirectangular from .formy by PyGeodesy/test/testLazily.py line 38
    test 97 equirectangular: function
# lazily imported pygeodesy.equirectangular3 from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 98 equirectangular3: function
# lazily imported pygeodesy.equirectangular_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 99 equirectangular_: function
    test 100 errors: module
# lazily imported pygeodesy.etm by PyGeodesy/test/testLazily.py line 38
    test 101 etm: module
# lazily imported pygeodesy.Etm from .etm by PyGeodesy/test/testLazily.py line 38
    test 102 Etm: class
# lazily imported pygeodesy.ETMError from .etm by PyGeodesy/test/testLazily.py line 38
    test 103 ETMError: class
# lazily imported pygeodesy.euclidean from .formy by PyGeodesy/test/testLazily.py line 38
    test 104 euclidean: function
# lazily imported pygeodesy.euclidean_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 105 euclidean_: function
# lazily imported pygeodesy.ExactTransverseMercator from .etm by PyGeodesy/test/testLazily.py line 38
    test 106 ExactTransverseMercator: class
# lazily imported pygeodesy.exception_chaining from .errors by PyGeodesy/test/testLazily.py line 38
    test 107 exception_chaining: function
# lazily imported pygeodesy.F__E from .dms by PyGeodesy/test/testLazily.py line 38
    test 108 F__E: str
# lazily imported pygeodesy.F__E_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 109 F__E_: str
# lazily imported pygeodesy.F__E__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 110 F__E__: str
# lazily imported pygeodesy.F__F from .dms by PyGeodesy/test/testLazily.py line 38
    test 111 F__F: str
# lazily imported pygeodesy.F__F_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 112 F__F_: str
# lazily imported pygeodesy.F__F__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 113 F__F__: str
# lazily imported pygeodesy.F__G from .dms by PyGeodesy/test/testLazily.py line 38
    test 114 F__G: str
# lazily imported pygeodesy.F__G_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 115 F__G_: str
# lazily imported pygeodesy.F__G__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 116 F__G__: str
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testLazily.py line 38
    test 117 F_D: str
# lazily imported pygeodesy.F_D_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 118 F_D_: str
# lazily imported pygeodesy.F_D__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 119 F_D__: str
# lazily imported pygeodesy.F_DEG from .dms by PyGeodesy/test/testLazily.py line 38
    test 120 F_DEG: str
# lazily imported pygeodesy.F_DEG_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 121 F_DEG_: str
# lazily imported pygeodesy.F_DEG__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 122 F_DEG__: str
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testLazily.py line 38
    test 123 F_DM: str
# lazily imported pygeodesy.F_DM_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 124 F_DM_: str
# lazily imported pygeodesy.F_DM__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 125 F_DM__: str
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 126 F_DMS: str
# lazily imported pygeodesy.F_DMS_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 127 F_DMS_: str
# lazily imported pygeodesy.F_DMS__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 128 F_DMS__: str
# lazily imported pygeodesy.F_MIN from .dms by PyGeodesy/test/testLazily.py line 38
    test 129 F_MIN: str
# lazily imported pygeodesy.F_MIN_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 130 F_MIN_: str
# lazily imported pygeodesy.F_MIN__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 131 F_MIN__: str
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testLazily.py line 38
    test 132 F_RAD: str
# lazily imported pygeodesy.F_RAD_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 133 F_RAD_: str
# lazily imported pygeodesy.F_RAD__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 134 F_RAD__: str
# lazily imported pygeodesy.F_SEC from .dms by PyGeodesy/test/testLazily.py line 38
    test 135 F_SEC: str
# lazily imported pygeodesy.F_SEC_ from .dms by PyGeodesy/test/testLazily.py line 38
    test 136 F_SEC_: str
# lazily imported pygeodesy.F_SEC__ from .dms by PyGeodesy/test/testLazily.py line 38
    test 137 F_SEC__: str
# lazily imported pygeodesy.false2f from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 138 false2f: function
# lazily imported pygeodesy.falsed2f from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 139 falsed2f: function
# lazily imported pygeodesy.favg from .fmath by PyGeodesy/test/testLazily.py line 38
    test 140 favg: function
# lazily imported pygeodesy.Fdot from .fmath by PyGeodesy/test/testLazily.py line 38
    test 141 Fdot: class
# lazily imported pygeodesy.fdot from .fmath by PyGeodesy/test/testLazily.py line 38
    test 142 fdot: function
# lazily imported pygeodesy.fdot3 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 143 fdot3: function
# lazily imported pygeodesy.Feet from .units by PyGeodesy/test/testLazily.py line 38
    test 144 Feet: class
# lazily imported pygeodesy.Fhorner from .fmath by PyGeodesy/test/testLazily.py line 38
    test 145 Fhorner: class
# lazily imported pygeodesy.fhorner from .fmath by PyGeodesy/test/testLazily.py line 38
    test 146 fhorner: function
# lazily imported pygeodesy.fidw from .fmath by PyGeodesy/test/testLazily.py line 38
    test 147 fidw: function
# lazily imported pygeodesy.flatLocal from .formy by PyGeodesy/test/testLazily.py line 38
    test 148 flatLocal: function
# lazily imported pygeodesy.flatLocal_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 149 flatLocal_: function
# lazily imported pygeodesy.flatPolar from .formy by PyGeodesy/test/testLazily.py line 38
    test 150 flatPolar: function
# lazily imported pygeodesy.flatPolar_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 151 flatPolar_: function
# lazily imported pygeodesy.Float from .units by PyGeodesy/test/testLazily.py line 38
    test 152 Float: class
# lazily imported pygeodesy.Float_ from .units by PyGeodesy/test/testLazily.py line 38
    test 153 Float_: class
    test 154 fmath: module
# lazily imported pygeodesy.fmean from .fmath by PyGeodesy/test/testLazily.py line 38
    test 155 fmean: function
    test 156 formy: module
# lazily imported pygeodesy.Fpolynomial from .fmath by PyGeodesy/test/testLazily.py line 38
    test 157 Fpolynomial: class
# lazily imported pygeodesy.fpolynomial from .fmath by PyGeodesy/test/testLazily.py line 38
    test 158 fpolynomial: function
# lazily imported pygeodesy.fpowers from .fmath by PyGeodesy/test/testLazily.py line 38
    test 159 fpowers: function
# lazily imported pygeodesy.fprod from .fmath by PyGeodesy/test/testLazily.py line 38
    test 160 fprod: function
# lazily imported pygeodesy.fractional from .frechet by PyGeodesy/test/testLazily.py line 38
    test 161 fractional: function
# lazily imported pygeodesy.frange from .fmath by PyGeodesy/test/testLazily.py line 38
    test 162 frange: function
    test 163 frechet: module
# lazily imported pygeodesy.Frechet from .frechet by PyGeodesy/test/testLazily.py line 38
    test 164 Frechet: class
# lazily imported pygeodesy.frechet_ from .frechet by PyGeodesy/test/testLazily.py line 38
    test 165 frechet_: function
# lazily imported pygeodesy.FrechetCosineAndoyerLambert from .frechet by PyGeodesy/test/testLazily.py line 38
    test 166 FrechetCosineAndoyerLambert: class
# lazily imported pygeodesy.FrechetCosineForsytheAndoyerLambert from .frechet by PyGeodesy/test/testLazily.py line 38
    test 167 FrechetCosineForsytheAndoyerLambert: class
# lazily imported pygeodesy.FrechetCosineLaw from .frechet by PyGeodesy/test/testLazily.py line 38
    test 168 FrechetCosineLaw: class
# lazily imported pygeodesy.FrechetDegrees from .frechet by PyGeodesy/test/testLazily.py line 38
    test 169 FrechetDegrees: class
# lazily imported pygeodesy.FrechetDistanceTo from .frechet by PyGeodesy/test/testLazily.py line 38
    test 170 FrechetDistanceTo: class
# lazily imported pygeodesy.FrechetEquirectangular from .frechet by PyGeodesy/test/testLazily.py line 38
    test 171 FrechetEquirectangular: class
# lazily imported pygeodesy.FrechetError from .frechet by PyGeodesy/test/testLazily.py line 38
    test 172 FrechetError: class
# lazily imported pygeodesy.FrechetEuclidean from .frechet by PyGeodesy/test/testLazily.py line 38
    test 173 FrechetEuclidean: class
# lazily imported pygeodesy.FrechetFlatLocal from .frechet by PyGeodesy/test/testLazily.py line 38
    test 174 FrechetFlatLocal: class
# lazily imported pygeodesy.FrechetFlatPolar from .frechet by PyGeodesy/test/testLazily.py line 38
    test 175 FrechetFlatPolar: class
# lazily imported pygeodesy.FrechetHaversine from .frechet by PyGeodesy/test/testLazily.py line 38
    test 176 FrechetHaversine: class
# lazily imported pygeodesy.FrechetHubeny from .frechet by PyGeodesy/test/testLazily.py line 38
    test 177 FrechetHubeny: class
# lazily imported pygeodesy.FrechetKarney from .frechet by PyGeodesy/test/testLazily.py line 38
    test 178 FrechetKarney: class
# lazily imported pygeodesy.FrechetRadians from .frechet by PyGeodesy/test/testLazily.py line 38
    test 179 FrechetRadians: class
# lazily imported pygeodesy.FrechetThomas from .frechet by PyGeodesy/test/testLazily.py line 38
    test 180 FrechetThomas: class
# lazily imported pygeodesy.FrechetVincentys from .frechet by PyGeodesy/test/testLazily.py line 38
    test 181 FrechetVincentys: class
# lazily imported pygeodesy.freduce from .fmath by PyGeodesy/test/testLazily.py line 38
    test 182 freduce: class builtin_function_or_method
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 183 fStr: function
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 184 fstr: function
# lazily imported pygeodesy.fStrzs from .streprs by PyGeodesy/test/testLazily.py line 38
    test 185 fStrzs: function
# lazily imported pygeodesy.fstrzs from .streprs by PyGeodesy/test/testLazily.py line 38
    test 186 fstrzs: function
# lazily imported pygeodesy.Fsum from .fmath by PyGeodesy/test/testLazily.py line 38
    test 187 Fsum: class
# lazily imported pygeodesy.fsum from .fmath by PyGeodesy/test/testLazily.py line 38
    test 188 fsum: class builtin_function_or_method
# lazily imported pygeodesy.fsum_ from .fmath by PyGeodesy/test/testLazily.py line 38
    test 189 fsum_: function
# lazily imported pygeodesy.ft2m from .utily by PyGeodesy/test/testLazily.py line 38
    test 190 ft2m: function
# lazily imported pygeodesy.Garef from .gars by PyGeodesy/test/testLazily.py line 38
    test 191 Garef: class
    test 192 gars: module
# lazily imported pygeodesy.GARSError from .gars by PyGeodesy/test/testLazily.py line 38
    test 193 GARSError: class
# lazily imported pygeodesy.geohash by PyGeodesy/test/testLazily.py line 38
    test 194 geohash: module
# lazily imported pygeodesy.Geohash from .geohash by PyGeodesy/test/testLazily.py line 38
    test 195 Geohash: class
# lazily imported pygeodesy.GeohashError from .geohash by PyGeodesy/test/testLazily.py line 38
    test 196 GeohashError: class
# lazily imported pygeodesy.GeoidError from .geoids by PyGeodesy/test/testLazily.py line 38
    test 197 GeoidError: class
# lazily imported pygeodesy.GeoidG2012B from .geoids by PyGeodesy/test/testLazily.py line 38
    test 198 GeoidG2012B: class
# lazily imported pygeodesy.geoidHeight2 from .elevations by PyGeodesy/test/testLazily.py line 38
    test 199 geoidHeight2: function
# lazily imported pygeodesy.GeoidKarney from .geoids by PyGeodesy/test/testLazily.py line 38
    test 200 GeoidKarney: class
# lazily imported pygeodesy.GeoidPGM from .geoids by PyGeodesy/test/testLazily.py line 38
    test 201 GeoidPGM: class
    test 202 geoids: module
# lazily imported pygeodesy.Georef from .wgrs by PyGeodesy/test/testLazily.py line 38
    test 203 Georef: class
# lazily imported pygeodesy.halfs2 from .basics by PyGeodesy/test/testLazily.py line 38
    test 204 halfs2: function
# lazily imported pygeodesy.hausdorff by PyGeodesy/test/testLazily.py line 38
    test 205 hausdorff: module
# lazily imported pygeodesy.Hausdorff from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 206 Hausdorff: class
# lazily imported pygeodesy.hausdorff_ from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 207 hausdorff_: function
# lazily imported pygeodesy.HausdorffCosineAndoyerLambert from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 208 HausdorffCosineAndoyerLambert: class
# lazily imported pygeodesy.HausdorffCosineForsytheAndoyerLambert from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 209 HausdorffCosineForsytheAndoyerLambert: class
# lazily imported pygeodesy.HausdorffCosineLaw from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 210 HausdorffCosineLaw: class
# lazily imported pygeodesy.HausdorffDegrees from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 211 HausdorffDegrees: class
# lazily imported pygeodesy.HausdorffDistanceTo from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 212 HausdorffDistanceTo: class
# lazily imported pygeodesy.HausdorffEquirectangular from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 213 HausdorffEquirectangular: class
# lazily imported pygeodesy.HausdorffError from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 214 HausdorffError: class
# lazily imported pygeodesy.HausdorffEuclidean from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 215 HausdorffEuclidean: class
# lazily imported pygeodesy.HausdorffFlatLocal from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 216 HausdorffFlatLocal: class
# lazily imported pygeodesy.HausdorffFlatPolar from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 217 HausdorffFlatPolar: class
# lazily imported pygeodesy.HausdorffHaversine from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 218 HausdorffHaversine: class
# lazily imported pygeodesy.HausdorffHubeny from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 219 HausdorffHubeny: class
# lazily imported pygeodesy.HausdorffKarney from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 220 HausdorffKarney: class
# lazily imported pygeodesy.HausdorffRadians from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 221 HausdorffRadians: class
# lazily imported pygeodesy.HausdorffThomas from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 222 HausdorffThomas: class
# lazily imported pygeodesy.HausdorffVincentys from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 223 HausdorffVincentys: class
# lazily imported pygeodesy.haversine from .formy by PyGeodesy/test/testLazily.py line 38
    test 224 haversine: function
# lazily imported pygeodesy.haversine_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 225 haversine_: function
# lazily imported pygeodesy.Height from .units by PyGeodesy/test/testLazily.py line 38
    test 226 Height: class
# lazily imported pygeodesy.HeightCubic from .heights by PyGeodesy/test/testLazily.py line 38
    test 227 HeightCubic: class
# lazily imported pygeodesy.HeightError from .heights by PyGeodesy/test/testLazily.py line 38
    test 228 HeightError: class
# lazily imported pygeodesy.HeightIDW from .heights by PyGeodesy/test/testLazily.py line 38
    test 229 HeightIDW: class
# lazily imported pygeodesy.HeightIDW2 from .heights by PyGeodesy/test/testLazily.py line 38
    test 230 HeightIDW2: class
# lazily imported pygeodesy.HeightIDW3 from .heights by PyGeodesy/test/testLazily.py line 38
    test 231 HeightIDW3: class
# lazily imported pygeodesy.HeightIDWcosineAndoyerLambert from .heights by PyGeodesy/test/testLazily.py line 38
    test 232 HeightIDWcosineAndoyerLambert: class
# lazily imported pygeodesy.HeightIDWcosineForsytheAndoyerLambert from .heights by PyGeodesy/test/testLazily.py line 38
    test 233 HeightIDWcosineForsytheAndoyerLambert: class
# lazily imported pygeodesy.HeightIDWcosineLaw from .heights by PyGeodesy/test/testLazily.py line 38
    test 234 HeightIDWcosineLaw: class
# lazily imported pygeodesy.HeightIDWdistanceTo from .heights by PyGeodesy/test/testLazily.py line 38
    test 235 HeightIDWdistanceTo: class
# lazily imported pygeodesy.HeightIDWequirectangular from .heights by PyGeodesy/test/testLazily.py line 38
    test 236 HeightIDWequirectangular: class
# lazily imported pygeodesy.HeightIDWeuclidean from .heights by PyGeodesy/test/testLazily.py line 38
    test 237 HeightIDWeuclidean: class
# lazily imported pygeodesy.HeightIDWflatLocal from .heights by PyGeodesy/test/testLazily.py line 38
    test 238 HeightIDWflatLocal: class
# lazily imported pygeodesy.HeightIDWflatPolar from .heights by PyGeodesy/test/testLazily.py line 38
    test 239 HeightIDWflatPolar: class
# lazily imported pygeodesy.HeightIDWhaversine from .heights by PyGeodesy/test/testLazily.py line 38
    test 240 HeightIDWhaversine: class
# lazily imported pygeodesy.HeightIDWhubeny from .heights by PyGeodesy/test/testLazily.py line 38
    test 241 HeightIDWhubeny: class
# lazily imported pygeodesy.HeightIDWkarney from .heights by PyGeodesy/test/testLazily.py line 38
    test 242 HeightIDWkarney: class
# lazily imported pygeodesy.HeightIDWthomas from .heights by PyGeodesy/test/testLazily.py line 38
    test 243 HeightIDWthomas: class
# lazily imported pygeodesy.HeightIDWvincentys from .heights by PyGeodesy/test/testLazily.py line 38
    test 244 HeightIDWvincentys: class
# lazily imported pygeodesy.HeightLinear from .heights by PyGeodesy/test/testLazily.py line 38
    test 245 HeightLinear: class
# lazily imported pygeodesy.HeightLSQBiSpline from .heights by PyGeodesy/test/testLazily.py line 38
    test 246 HeightLSQBiSpline: class
# lazily imported pygeodesy.heightOf from .formy by PyGeodesy/test/testLazily.py line 38
    test 247 heightOf: function
    test 248 heights: module
# lazily imported pygeodesy.HeightSmoothBiSpline from .heights by PyGeodesy/test/testLazily.py line 38
    test 249 HeightSmoothBiSpline: class
# lazily imported pygeodesy.horizon from .formy by PyGeodesy/test/testLazily.py line 38
    test 250 horizon: function
# lazily imported pygeodesy.hubeny from .formy by PyGeodesy/test/testLazily.py line 38
    test 251 hubeny: function
# lazily imported pygeodesy.hubeny_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 252 hubeny_: function
# lazily imported pygeodesy.hypot from .fmath by PyGeodesy/test/testLazily.py line 38
    test 253 hypot: class builtin_function_or_method
# lazily imported pygeodesy.hypot1 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 254 hypot1: function
# lazily imported pygeodesy.hypot2 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 255 hypot2: function
# lazily imported pygeodesy.hypot3 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 256 hypot3: function
# lazily imported pygeodesy.hypot_ from .fmath by PyGeodesy/test/testLazily.py line 38
    test 257 hypot_: function
# lazily imported pygeodesy.INF from .basics by PyGeodesy/test/testLazily.py line 38
    test 258 INF: float
# lazily imported pygeodesy.inStr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 259 inStr: function
# lazily imported pygeodesy.instr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 260 instr: function
# lazily imported pygeodesy.Int from .units by PyGeodesy/test/testLazily.py line 38
    test 261 Int: class
# lazily imported pygeodesy.Int_ from .units by PyGeodesy/test/testLazily.py line 38
    test 262 Int_: class
# lazily imported pygeodesy.IntersectionError from .errors by PyGeodesy/test/testLazily.py line 38
    test 263 IntersectionError: class
# lazily imported pygeodesy.isantipode from .formy by PyGeodesy/test/testLazily.py line 38
    test 264 isantipode: function
# lazily imported pygeodesy.isantipode_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 265 isantipode_: function
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testLazily.py line 38
    test 266 isclockwise: function
# lazily imported pygeodesy.isconvex from .points by PyGeodesy/test/testLazily.py line 38
    test 267 isconvex: function
# lazily imported pygeodesy.isconvex_ from .points by PyGeodesy/test/testLazily.py line 38
    test 268 isconvex_: function
# lazily imported pygeodesy.isenclosedby from .points by PyGeodesy/test/testLazily.py line 38
    test 269 isenclosedby: function
# lazily imported pygeodesy.isenclosedBy from .points by PyGeodesy/test/testLazily.py line 38
    test 270 isenclosedBy: function
# lazily imported pygeodesy.isfinite from .basics by PyGeodesy/test/testLazily.py line 38
    test 271 isfinite: class builtin_function_or_method
# lazily imported pygeodesy.isinf from .basics by PyGeodesy/test/testLazily.py line 38
    test 272 isinf: class builtin_function_or_method
# lazily imported pygeodesy.isint from .basics by PyGeodesy/test/testLazily.py line 38
    test 273 isint: function
    test 274 isLazy: int
# lazily imported pygeodesy.isnan from .basics by PyGeodesy/test/testLazily.py line 38
    test 275 isnan: class builtin_function_or_method
# lazily imported pygeodesy.isneg0 from .basics by PyGeodesy/test/testLazily.py line 38
    test 276 isneg0: function
# lazily imported pygeodesy.isNumpy2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 277 isNumpy2: function
# lazily imported pygeodesy.isPoints2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 278 isPoints2: function
# lazily imported pygeodesy.ispolar from .points by PyGeodesy/test/testLazily.py line 38
    test 279 ispolar: function
# lazily imported pygeodesy.isscalar from .basics by PyGeodesy/test/testLazily.py line 38
    test 280 isscalar: function
# lazily imported pygeodesy.issequence from .basics by PyGeodesy/test/testLazily.py line 38
    test 281 issequence: function
# lazily imported pygeodesy.isstr from .basics by PyGeodesy/test/testLazily.py line 38
    test 282 isstr: function
# lazily imported pygeodesy.issubclassof from .basics by PyGeodesy/test/testLazily.py line 38
    test 283 issubclassof: function
# lazily imported pygeodesy.isTuple2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 284 isTuple2: function
# lazily imported pygeodesy.iterNumpy2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 285 iterNumpy2: function
    test 286 iterNumpy2over: function
    test 287 karney: module
# lazily imported pygeodesy.Lam from .units by PyGeodesy/test/testLazily.py line 38
    test 288 Lam: class
# lazily imported pygeodesy.Lam_ from .units by PyGeodesy/test/testLazily.py line 38
    test 289 Lam_: class
# lazily imported pygeodesy.Lat from .units by PyGeodesy/test/testLazily.py line 38
    test 290 Lat: class
# lazily imported pygeodesy.latDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 291 latDMS: function
# lazily imported pygeodesy.latlon2n_xyz from .formy by PyGeodesy/test/testLazily.py line 38
    test 292 latlon2n_xyz: function
# lazily imported pygeodesy.LatLon2psxy from .points by PyGeodesy/test/testLazily.py line 38
    test 293 LatLon2psxy: class
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testLazily.py line 38
    test 294 LatLon_: class
# lazily imported pygeodesy.latlonDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 295 latlonDMS: function
    test 296 lazily: module
    test 297 LazyImportError: class
    test 298 lcc: module
# lazily imported pygeodesy.Lcc from .lcc by PyGeodesy/test/testLazily.py line 38
    test 299 Lcc: class
# lazily imported pygeodesy.LCCError from .lcc by PyGeodesy/test/testLazily.py line 38
    test 300 LCCError: class
# lazily imported pygeodesy.len2 from .basics by PyGeodesy/test/testLazily.py line 38
    test 301 len2: function
# lazily imported pygeodesy.LenError from .errors by PyGeodesy/test/testLazily.py line 38
    test 302 LenError: class
# lazily imported pygeodesy.LimitError from .errors by PyGeodesy/test/testLazily.py line 38
    test 303 LimitError: class
# lazily imported pygeodesy.limiterrors from .errors by PyGeodesy/test/testLazily.py line 38
    test 304 limiterrors: function
# lazily imported pygeodesy.Lon from .units by PyGeodesy/test/testLazily.py line 38
    test 305 Lon: class
# lazily imported pygeodesy.lonDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 306 lonDMS: function
# lazily imported pygeodesy.m2degrees from .utily by PyGeodesy/test/testLazily.py line 38
    test 307 m2degrees: function
# lazily imported pygeodesy.m2ft from .utily by PyGeodesy/test/testLazily.py line 38
    test 308 m2ft: function
# lazily imported pygeodesy.m2km from .utily by PyGeodesy/test/testLazily.py line 38
    test 309 m2km: function
# lazily imported pygeodesy.m2NM from .utily by PyGeodesy/test/testLazily.py line 38
    test 310 m2NM: function
# lazily imported pygeodesy.m2SM from .utily by PyGeodesy/test/testLazily.py line 38
    test 311 m2SM: function
# lazily imported pygeodesy.MANTIS from .basics by PyGeodesy/test/testLazily.py line 38
    test 312 MANTIS: int
# lazily imported pygeodesy.map1 from .basics by PyGeodesy/test/testLazily.py line 38
    test 313 map1: function
    test 314 map2: function
# lazily imported pygeodesy.MAX from .basics by PyGeodesy/test/testLazily.py line 38
    test 315 MAX: float
# lazily imported pygeodesy.Meter from .units by PyGeodesy/test/testLazily.py line 38
    test 316 Meter: class
# lazily imported pygeodesy.mgrs by PyGeodesy/test/testLazily.py line 38
    test 317 mgrs: module
# lazily imported pygeodesy.Mgrs from .mgrs by PyGeodesy/test/testLazily.py line 38
    test 318 Mgrs: class
# lazily imported pygeodesy.MGRSError from .mgrs by PyGeodesy/test/testLazily.py line 38
    test 319 MGRSError: class
# lazily imported pygeodesy.MIN from .basics by PyGeodesy/test/testLazily.py line 38
    test 320 MIN: float
# lazily imported pygeodesy.modulename from .named by PyGeodesy/test/testLazily.py line 38
    test 321 modulename: function
# lazily imported pygeodesy.n_xyz2latlon from .formy by PyGeodesy/test/testLazily.py line 38
    test 322 n_xyz2latlon: function
# lazily imported pygeodesy.n_xyz2philam from .formy by PyGeodesy/test/testLazily.py line 38
    test 323 n_xyz2philam: function
    test 324 named: module
# lazily imported pygeodesy.nameof from .named by PyGeodesy/test/testLazily.py line 38
    test 325 nameof: function
# lazily imported pygeodesy.NAN from .basics by PyGeodesy/test/testLazily.py line 38
    test 326 NAN: float
# lazily imported pygeodesy.nearestOn3 from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 327 nearestOn3: function
# lazily imported pygeodesy.nearestOn4 from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 328 nearestOn4: function
# lazily imported pygeodesy.nearestOn5 from .points by PyGeodesy/test/testLazily.py line 38
    test 329 nearestOn5: function
# lazily imported pygeodesy.NEG0 from .basics by PyGeodesy/test/testLazily.py line 38
    test 330 NEG0: float
# lazily imported pygeodesy.NN from .basics by PyGeodesy/test/testLazily.py line 38
    test 331 NN: str
    test 332 normDMS: function
# lazily imported pygeodesy.Northing from .units by PyGeodesy/test/testLazily.py line 38
    test 333 Northing: class
# lazily imported pygeodesy.Number_ from .units by PyGeodesy/test/testLazily.py line 38
    test 334 Number_: class
# lazily imported pygeodesy.Numpy2LatLon from .points by PyGeodesy/test/testLazily.py line 38
    test 335 Numpy2LatLon: class
# lazily imported pygeodesy.nvector by PyGeodesy/test/testLazily.py line 38
    test 336 nvector: module
# lazily imported pygeodesy.OK from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 337 OK: str
# lazily imported pygeodesy.osgr by PyGeodesy/test/testLazily.py line 38
    test 338 osgr: module
# lazily imported pygeodesy.Osgr from .osgr by PyGeodesy/test/testLazily.py line 38
    test 339 Osgr: class
# lazily imported pygeodesy.OSGRError from .osgr by PyGeodesy/test/testLazily.py line 38
    test 340 OSGRError: class
    test 341 pairs: function
# lazily imported pygeodesy.parse3llh from .dms by PyGeodesy/test/testLazily.py line 38
    test 342 parse3llh: function
# lazily imported pygeodesy.parseDDDMMSS from .dms by PyGeodesy/test/testLazily.py line 38
    test 343 parseDDDMMSS: function
# lazily imported pygeodesy.parseDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 344 parseDMS: function
# lazily imported pygeodesy.parseDMS2 from .dms by PyGeodesy/test/testLazily.py line 38
    test 345 parseDMS2: function
# lazily imported pygeodesy.ParseError from .dms by PyGeodesy/test/testLazily.py line 38
    test 346 ParseError: class
# lazily imported pygeodesy.parseETM5 from .etm by PyGeodesy/test/testLazily.py line 38
    test 347 parseETM5: function
# lazily imported pygeodesy.parseMGRS from .mgrs by PyGeodesy/test/testLazily.py line 38
    test 348 parseMGRS: function
# lazily imported pygeodesy.parseOSGR from .osgr by PyGeodesy/test/testLazily.py line 38
    test 349 parseOSGR: function
# lazily imported pygeodesy.parseRad from .dms by PyGeodesy/test/testLazily.py line 38
    test 350 parseRad: function
# lazily imported pygeodesy.parseUPS5 from .ups by PyGeodesy/test/testLazily.py line 38
    test 351 parseUPS5: function
# lazily imported pygeodesy.parseUTM from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 352 parseUTM: function
# lazily imported pygeodesy.parseUTM5 from .utm by PyGeodesy/test/testLazily.py line 38
    test 353 parseUTM5: function
# lazily imported pygeodesy.parseUTMUPS5 from .utmups by PyGeodesy/test/testLazily.py line 38
    test 354 parseUTMUPS5: function
# lazily imported pygeodesy.parseWM from .webmercator by PyGeodesy/test/testLazily.py line 38
    test 355 parseWM: function
# lazily imported pygeodesy.perimeterof from .points by PyGeodesy/test/testLazily.py line 38
    test 356 perimeterof: function
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testLazily.py line 38
    test 357 perimeterOf: function
# lazily imported pygeodesy.PGMError from .geoids by PyGeodesy/test/testLazily.py line 38
    test 358 PGMError: class
# lazily imported pygeodesy.Phi from .units by PyGeodesy/test/testLazily.py line 38
    test 359 Phi: class
# lazily imported pygeodesy.Phi_ from .units by PyGeodesy/test/testLazily.py line 38
    test 360 Phi_: class
# lazily imported pygeodesy.philam2n_xyz from .formy by PyGeodesy/test/testLazily.py line 38
    test 361 philam2n_xyz: function
# lazily imported pygeodesy.PI from .basics by PyGeodesy/test/testLazily.py line 38
    test 362 PI: float
# lazily imported pygeodesy.PI2 from .basics by PyGeodesy/test/testLazily.py line 38
    test 363 PI2: float
# lazily imported pygeodesy.PI_2 from .basics by PyGeodesy/test/testLazily.py line 38
    test 364 PI_2: float
# lazily imported pygeodesy.PI_4 from .basics by PyGeodesy/test/testLazily.py line 38
    test 365 PI_4: float
    test 366 points: module
# lazily imported pygeodesy.points2 from .formy by PyGeodesy/test/testLazily.py line 38
    test 367 points2: function
# lazily imported pygeodesy.PointsError from .errors by PyGeodesy/test/testLazily.py line 38
    test 368 PointsError: class
# lazily imported pygeodesy.polygon from .formy by PyGeodesy/test/testLazily.py line 38
    test 369 polygon: function
# lazily imported pygeodesy.precision from .dms by PyGeodesy/test/testLazily.py line 38
    test 370 precision: function
# lazily imported pygeodesy.Precision_ from .units by PyGeodesy/test/testLazily.py line 38
    test 371 Precision_: class
# lazily imported pygeodesy.property_doc_ from .basics by PyGeodesy/test/testLazily.py line 38
    test 372 property_doc_: function
    test 373 property_RO: class
    test 374 pygeodesy_abspath: str
# lazily imported pygeodesy.R_FM from .datum by PyGeodesy/test/testLazily.py line 38
    test 375 R_FM: float
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testLazily.py line 38
    test 376 R_KM: float
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testLazily.py line 38
    test 377 R_M: float
# lazily imported pygeodesy.R_MA from .datum by PyGeodesy/test/testLazily.py line 38
    test 378 R_MA: float
# lazily imported pygeodesy.R_MB from .datum by PyGeodesy/test/testLazily.py line 38
    test 379 R_MB: float
# lazily imported pygeodesy.R_NM from .datum by PyGeodesy/test/testLazily.py line 38
    test 380 R_NM: float
# lazily imported pygeodesy.R_SM from .datum by PyGeodesy/test/testLazily.py line 38
    test 381 R_SM: float
# lazily imported pygeodesy.R_VM from .datum by PyGeodesy/test/testLazily.py line 38
    test 382 R_VM: float
# lazily imported pygeodesy.Radians from .units by PyGeodesy/test/testLazily.py line 38
    test 383 Radians: class
# lazily imported pygeodesy.radians from .utily by PyGeodesy/test/testLazily.py line 38
    test 384 radians: class builtin_function_or_method
# lazily imported pygeodesy.radiansPI from .utily by PyGeodesy/test/testLazily.py line 38
    test 385 radiansPI: function
# lazily imported pygeodesy.radiansPI2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 386 radiansPI2: function
# lazily imported pygeodesy.radiansPI_2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 387 radiansPI_2: function
# lazily imported pygeodesy.Radius from .units by PyGeodesy/test/testLazily.py line 38
    test 388 Radius: class
# lazily imported pygeodesy.Radius_ from .units by PyGeodesy/test/testLazily.py line 38
    test 389 Radius_: class
# lazily imported pygeodesy.randomrangenerator from .hausdorff by PyGeodesy/test/testLazily.py line 38
    test 390 randomrangenerator: function
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testLazily.py line 38
    test 391 RangeError: class
# lazily imported pygeodesy.rangerrors from .errors by PyGeodesy/test/testLazily.py line 38
    test 392 rangerrors: function
# lazily imported pygeodesy.RefFrame from .trf by PyGeodesy/test/testLazily.py line 38
    test 393 RefFrame: class
# lazily imported pygeodesy.RefFrameError from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 394 RefFrameError: class
# lazily imported pygeodesy.RefFrames from .trf by PyGeodesy/test/testLazily.py line 38
    test 395 RefFrames: class pygeodesy.named._NamedEnum
# lazily imported pygeodesy.reprs from .streprs by PyGeodesy/test/testLazily.py line 38
    test 396 reprs: function
# lazily imported pygeodesy.S_DEG from .dms by PyGeodesy/test/testLazily.py line 38
    test 397 S_DEG: str
# lazily imported pygeodesy.S_MIN from .dms by PyGeodesy/test/testLazily.py line 38
    test 398 S_MIN: str
# lazily imported pygeodesy.S_RAD from .dms by PyGeodesy/test/testLazily.py line 38
    test 399 S_RAD: str
# lazily imported pygeodesy.S_SEC from .dms by PyGeodesy/test/testLazily.py line 38
    test 400 S_SEC: str
# lazily imported pygeodesy.S_SEP from .dms by PyGeodesy/test/testLazily.py line 38
    test 401 S_SEP: str
# lazily imported pygeodesy.scalar from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 402 scalar: function
# lazily imported pygeodesy.Scalar from .units by PyGeodesy/test/testLazily.py line 38
    test 403 Scalar: class
# lazily imported pygeodesy.Scalar_ from .units by PyGeodesy/test/testLazily.py line 38
    test 404 Scalar_: class
# lazily imported pygeodesy.SciPyError from .errors by PyGeodesy/test/testLazily.py line 38
    test 405 SciPyError: class
# lazily imported pygeodesy.SciPyWarning from .errors by PyGeodesy/test/testLazily.py line 38
    test 406 SciPyWarning: class
# lazily imported pygeodesy.simplify by PyGeodesy/test/testLazily.py line 38
    test 407 simplify: module
# lazily imported pygeodesy.simplify1 from .simplify by PyGeodesy/test/testLazily.py line 38
    test 408 simplify1: function
# lazily imported pygeodesy.simplify2 from .simplify by PyGeodesy/test/testLazily.py line 38
    test 409 simplify2: function
# lazily imported pygeodesy.simplifyRDP from .simplify by PyGeodesy/test/testLazily.py line 38
    test 410 simplifyRDP: function
# lazily imported pygeodesy.simplifyRDPm from .simplify by PyGeodesy/test/testLazily.py line 38
    test 411 simplifyRDPm: function
# lazily imported pygeodesy.simplifyRW from .simplify by PyGeodesy/test/testLazily.py line 38
    test 412 simplifyRW: function
# lazily imported pygeodesy.simplifyVW from .simplify by PyGeodesy/test/testLazily.py line 38
    test 413 simplifyVW: function
# lazily imported pygeodesy.simplifyVWm from .simplify by PyGeodesy/test/testLazily.py line 38
    test 414 simplifyVWm: function
# lazily imported pygeodesy.sincos2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 415 sincos2: function
# lazily imported pygeodesy.sincos2d from .utily by PyGeodesy/test/testLazily.py line 38
    test 416 sincos2d: function
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testLazily.py line 38
    test 417 sphericalNvector: module
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testLazily.py line 38
    test 418 sphericalTrigonometry: module
# lazily imported pygeodesy.splice from .utily by PyGeodesy/test/testLazily.py line 38
    test 419 splice: function
# lazily imported pygeodesy.sqrt3 from .fmath by PyGeodesy/test/testLazily.py line 38
    test 420 sqrt3: function
# lazily imported pygeodesy.Str from .units by PyGeodesy/test/testLazily.py line 38
    test 421 Str: class
    test 422 streprs: module
# lazily imported pygeodesy.strs from .streprs by PyGeodesy/test/testLazily.py line 38
    test 423 strs: function
# lazily imported pygeodesy.tan_2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 424 tan_2: function
# lazily imported pygeodesy.tanPI_2_2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 425 tanPI_2_2: function
# lazily imported pygeodesy.thomas from .formy by PyGeodesy/test/testLazily.py line 38
    test 426 thomas: function
# lazily imported pygeodesy.thomas_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 427 thomas_: function
# lazily imported pygeodesy.toCss from .css by PyGeodesy/test/testLazily.py line 38
    test 428 toCss: function
# lazily imported pygeodesy.toDMS from .dms by PyGeodesy/test/testLazily.py line 38
    test 429 toDMS: function
# lazily imported pygeodesy.toEtm8 from .etm by PyGeodesy/test/testLazily.py line 38
    test 430 toEtm8: function
# lazily imported pygeodesy.toLcc from .lcc by PyGeodesy/test/testLazily.py line 38
    test 431 toLcc: function
# lazily imported pygeodesy.toMgrs from .mgrs by PyGeodesy/test/testLazily.py line 38
    test 432 toMgrs: function
# lazily imported pygeodesy.toOsgr from .osgr by PyGeodesy/test/testLazily.py line 38
    test 433 toOsgr: function
# lazily imported pygeodesy.toUps8 from .ups by PyGeodesy/test/testLazily.py line 38
    test 434 toUps8: function
# lazily imported pygeodesy.toUtm from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 435 toUtm: function
# lazily imported pygeodesy.toUtm8 from .utm by PyGeodesy/test/testLazily.py line 38
    test 436 toUtm8: function
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testLazily.py line 38
    test 437 toUtmUps8: function
# lazily imported pygeodesy.toWm from .webmercator by PyGeodesy/test/testLazily.py line 38
    test 438 toWm: function
# lazily imported pygeodesy.Transform from .datum by PyGeodesy/test/testLazily.py line 38
    test 439 Transform: class
# lazily imported pygeodesy.Transforms from .datum by PyGeodesy/test/testLazily.py line 38
    test 440 Transforms: class pygeodesy.named._NamedEnum
    test 441 trf: module
# lazily imported pygeodesy.TRFError from .trf by PyGeodesy/test/testLazily.py line 38
    test 442 TRFError: class
# lazily imported pygeodesy.Tuple2LatLon from .points by PyGeodesy/test/testLazily.py line 38
    test 443 Tuple2LatLon: class
# lazily imported pygeodesy.UnitError from .units by PyGeodesy/test/testLazily.py line 38
    test 444 UnitError: class
    test 445 units: module
# lazily imported pygeodesy.unroll180 from .utily by PyGeodesy/test/testLazily.py line 38
    test 446 unroll180: function
# lazily imported pygeodesy.unrollPI from .utily by PyGeodesy/test/testLazily.py line 38
    test 447 unrollPI: function
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 448 unStr: function
# lazily imported pygeodesy.unstr from .streprs by PyGeodesy/test/testLazily.py line 38
    test 449 unstr: function
    test 450 ups: module
# lazily imported pygeodesy.Ups from .ups by PyGeodesy/test/testLazily.py line 38
    test 451 Ups: class
# lazily imported pygeodesy.UPSError from .ups by PyGeodesy/test/testLazily.py line 38
    test 452 UPSError: class
# lazily imported pygeodesy.upsZoneBand5 from .ups by PyGeodesy/test/testLazily.py line 38
    test 453 upsZoneBand5: function
    test 454 utily: module
    test 455 utm: module
# lazily imported pygeodesy.Utm from .utm by PyGeodesy/test/testLazily.py line 38
    test 456 Utm: class
# lazily imported pygeodesy.UTMError from .utm by PyGeodesy/test/testLazily.py line 38
    test 457 UTMError: class
    test 458 utmups: module
# lazily imported pygeodesy.UtmUps from .utmups by PyGeodesy/test/testLazily.py line 38
    test 459 UtmUps: function
# lazily imported pygeodesy.UTMUPSError from .utmups by PyGeodesy/test/testLazily.py line 38
    test 460 UTMUPSError: class
# lazily imported pygeodesy.utmupsValidate from .utmups by PyGeodesy/test/testLazily.py line 38
    test 461 utmupsValidate: function
# lazily imported pygeodesy.utmupsValidateOK from .utmups by PyGeodesy/test/testLazily.py line 38
    test 462 utmupsValidateOK: function
# lazily imported pygeodesy.utmupsZoneBand5 from .utmups by PyGeodesy/test/testLazily.py line 38
    test 463 utmupsZoneBand5: function
# lazily imported pygeodesy.utmZoneBand2 from .deprecated by PyGeodesy/test/testLazily.py line 38
    test 464 utmZoneBand2: function
# lazily imported pygeodesy.utmZoneBand5 from .utm by PyGeodesy/test/testLazily.py line 38
    test 465 utmZoneBand5: function
    test 466 vector3d: module
# lazily imported pygeodesy.Vector3d from .vector3d by PyGeodesy/test/testLazily.py line 38
    test 467 Vector3d: class
# lazily imported pygeodesy.VectorError from .vector3d by PyGeodesy/test/testLazily.py line 38
    test 468 VectorError: class
    test 469 version: str
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testLazily.py line 38
    test 470 VincentyError: class
# lazily imported pygeodesy.vincentys from .formy by PyGeodesy/test/testLazily.py line 38
    test 471 vincentys: function
# lazily imported pygeodesy.vincentys_ from .formy by PyGeodesy/test/testLazily.py line 38
    test 472 vincentys_: function
    test 473 webmercator: module
# lazily imported pygeodesy.WebMercatorError from .webmercator by PyGeodesy/test/testLazily.py line 38
    test 474 WebMercatorError: class
    test 475 wgrs: module
# lazily imported pygeodesy.WGRSError from .wgrs by PyGeodesy/test/testLazily.py line 38
    test 476 WGRSError: class
# lazily imported pygeodesy.Wm from .webmercator by PyGeodesy/test/testLazily.py line 38
    test 477 Wm: class
# lazily imported pygeodesy.wrap180 from .utily by PyGeodesy/test/testLazily.py line 38
    test 478 wrap180: function
# lazily imported pygeodesy.wrap360 from .utily by PyGeodesy/test/testLazily.py line 38
    test 479 wrap360: function
# lazily imported pygeodesy.wrap90 from .utily by PyGeodesy/test/testLazily.py line 38
    test 480 wrap90: function
# lazily imported pygeodesy.wrapPI from .utily by PyGeodesy/test/testLazily.py line 38
    test 481 wrapPI: function
# lazily imported pygeodesy.wrapPI2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 482 wrapPI2: function
# lazily imported pygeodesy.wrapPI_2 from .utily by PyGeodesy/test/testLazily.py line 38
    test 483 wrapPI_2: function
# lazily imported pygeodesy.Zone from .units by PyGeodesy/test/testLazily.py line 38
    test 484 Zone: class
    test 485 isLazy: 3
    test 486 cmd: /usr/local/bin/python3.7 -c 'import pygeodesy, sys; sys.exit(0 if pygeodesy.isLazy == %s else 1)'
    test 487 PYGEODESY_LAZY_IMPORT=0: 0
    test 488 PYGEODESY_LAZY_IMPORT=1: 0
    test 489 PYGEODESY_LAZY_IMPORT=2: 0
    test 490 PYGEODESY_LAZY_IMPORT=3: 0
    test 491 PYGEODESY_LAZY_IMPORT=4: 0

    all 491 testLazily.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 752.366 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testLcc.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.Conic from .lcc by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.Conics from .lcc by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.Lcc from .lcc by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.toLcc from .lcc by PyGeodesy/test/testLcc.py line 11
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testLcc.py line 92
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testLcc.py line 92

    testing testLcc.py 20.04.06 (module pygeodesy.lcc 20.05.14) isLazy=3

    testLcc(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 1 lb1: 448251.0 5411932.0001
    test 2 lb1: 448251, 5411932
    test 3 lb1: [E:448251, N:5411932]
    test 4 lb1: WRF_Lb.WGS84
    test 5 lb1: lb1
    test 6 lb1: (81.929348, -79.558697)
    test 7 lb1: (1.429937, -1.388561)
    test 8 LatLon: 46.5°N, 003.0°E
    test 9 LatLon: 46°30′00.0″N, 003°00′00.0″E
    test 10 toLcc1: 700000 6600000
    test 11 toLcc1: 46.5°N, 003.0°E
    test 12 lb2: 1894411 1564650
    test 13 lb2: Clarke1866
    test 14 lb2: lb2
    test 15 toLatLon2: 35.0°N, 075.0°W
    test 16 toLatLon2: 35°00′00.0007″N, 074°59′59.9997″W
    test 17 toLatLon2: NAD27
    test 18 toLcc2: 1894410.9 1564649.5
    test 19 toLcc2: [E:1894411, N:1564649]
    test 20 toLcc2: Snyder.NAD27
    test 21 Be08Lb: 49.833333°N, 003.025882°E
    test 22 Be08Lb: GRS80
    test 23 Be08Lb: 49.833333°N, 004.359216°E
    test 24 Be08Lb: GRS80
    test 25 Be08Lb: 49.833333°N, 005.69255°E
    test 26 Be08Lb: GRS80
    test 27 Be08Lb: 51.166667°N, 003.025882°E
    test 28 Be08Lb: GRS80
    test 29 Be08Lb: 51.166667°N, 004.359216°E
    test 30 Be08Lb: GRS80
    test 31 Be08Lb: 51.166667°N, 005.69255°E
    test 32 Be08Lb: GRS80
    test 33 Be72Lb: 49.833334°N, 003.034153°E
    test 34 Be72Lb: NAD83
    test 35 Be72Lb: 49.833334°N, 004.367487°E
    test 36 Be72Lb: NAD83
    test 37 Be72Lb: 49.833334°N, 005.70082°E
    test 38 Be72Lb: NAD83
    test 39 Be72Lb: 51.166667°N, 003.034153°E
    test 40 Be72Lb: NAD83
    test 41 Be72Lb: 51.166667°N, 004.367487°E
    test 42 Be72Lb: NAD83
    test 43 Be72Lb: 51.166667°N, 005.70082°E
    test 44 Be72Lb: NAD83
    test 45 Fr93Lb: 49.0°N, 002.0°W
    test 46 Fr93Lb: WGS84
    test 47 Fr93Lb: 49.0°N, 003.0°E
    test 48 Fr93Lb: WGS84
    test 49 Fr93Lb: 49.0°N, 008.0°E
    test 50 Fr93Lb: WGS84
    test 51 Fr93Lb: 44.0°N, 002.0°W
    test 52 Fr93Lb: WGS84
    test 53 Fr93Lb: 44.0°N, 003.0°E
    test 54 Fr93Lb: WGS84
    test 55 Fr93Lb: 44.0°N, 008.0°E
    test 56 Fr93Lb: WGS84
    test 57 MaNLb: 31.73°N, 008.54°W
    test 58 MaNLb: NTF
    test 59 MaNLb: 31.73°N, 005.4°W
    test 60 MaNLb: NTF
    test 61 MaNLb: 31.73°N, 002.26°W
    test 62 MaNLb: NTF
    test 63 MaNLb: 34.87°N, 008.54°W
    test 64 MaNLb: NTF
    test 65 MaNLb: 34.87°N, 005.4°W
    test 66 MaNLb: NTF
    test 67 MaNLb: 34.87°N, 002.26°W
    test 68 MaNLb: NTF
    test 69 MxLb: 17.5°N, 114.0°W
    test 70 MxLb: WGS84
    test 71 MxLb: 17.5°N, 102.0°W
    test 72 MxLb: WGS84
    test 73 MxLb: 17.5°N, 090.0°W
    test 74 MxLb: WGS84
    test 75 MxLb: 29.5°N, 114.0°W
    test 76 MxLb: WGS84
    test 77 MxLb: 29.5°N, 102.0°W
    test 78 MxLb: WGS84
    test 79 MxLb: 29.5°N, 090.0°W
    test 80 MxLb: WGS84
    test 81 PyT_Lb: 45.898939°N, 000.540154°E
    test 82 PyT_Lb: NTF
    test 83 PyT_Lb: 45.898939°N, 002.337229°E
    test 84 PyT_Lb: NTF
    test 85 PyT_Lb: 45.898939°N, 004.134305°E
    test 86 PyT_Lb: NTF
    test 87 PyT_Lb: 47.696014°N, 000.540154°E
    test 88 PyT_Lb: NTF
    test 89 PyT_Lb: 47.696014°N, 002.337229°E
    test 90 PyT_Lb: NTF
    test 91 PyT_Lb: 47.696014°N, 004.134305°E
    test 92 PyT_Lb: NTF
    test 93 Snyder: 33.0°N, 108.0°W
    test 94 Snyder: NAD27
    test 95 Snyder: 33.0°N, 096.0°W
    test 96 Snyder: NAD27
    test 97 Snyder: 33.0°N, 084.0°W
    test 98 Snyder: NAD27
    test 99 Snyder: 45.0°N, 108.0°W
    test 100 Snyder: NAD27
    test 101 Snyder: 45.0°N, 096.0°W
    test 102 Snyder: NAD27
    test 103 Snyder: 45.0°N, 084.0°W
    test 104 Snyder: NAD27
    test 105 USA_Lb: 33.0°N, 108.0°W
    test 106 USA_Lb: WGS84
    test 107 USA_Lb: 33.0°N, 096.0°W
    test 108 USA_Lb: WGS84
    test 109 USA_Lb: 33.0°N, 084.0°W
    test 110 USA_Lb: WGS84
    test 111 USA_Lb: 45.0°N, 108.0°W
    test 112 USA_Lb: WGS84
    test 113 USA_Lb: 45.0°N, 096.0°W
    test 114 USA_Lb: WGS84
    test 115 USA_Lb: 45.0°N, 084.0°W
    test 116 USA_Lb: WGS84
    test 117 WRF_Lb: 33.0°N, 109.0°W
    test 118 WRF_Lb: WGS84
    test 119 WRF_Lb: 33.0°N, 097.0°W
    test 120 WRF_Lb: WGS84
    test 121 WRF_Lb: 33.0°N, 085.0°W
    test 122 WRF_Lb: WGS84
    test 123 WRF_Lb: 45.0°N, 109.0°W
    test 124 WRF_Lb: WGS84
    test 125 WRF_Lb: 45.0°N, 097.0°W
    test 126 WRF_Lb: WGS84
    test 127 WRF_Lb: 45.0°N, 085.0°W
    test 128 WRF_Lb: WGS84

    testLcc(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 129 lb1: 448251.0 5411932.0001
    test 130 lb1: 448251, 5411932
    test 131 lb1: [E:448251, N:5411932]
    test 132 lb1: WRF_Lb.WGS84
    test 133 lb1: lb1
    test 134 lb1: (81.929348, -79.558697)
    test 135 lb1: (1.429937, -1.388561)
    test 136 LatLon: 46.5°N, 003.0°E
    test 137 LatLon: 46°30′00.0″N, 003°00′00.0″E
    test 138 toLcc1: 700000 6600000
    test 139 toLcc1: 46.5°N, 003.0°E
    test 140 lb2: 1894411 1564650
    test 141 lb2: Clarke1866
    test 142 lb2: lb2
    test 143 toLatLon2: 35.0°N, 075.0°W
    test 144 toLatLon2: 35°00′00.0007″N, 074°59′59.9997″W
    test 145 toLatLon2: NAD27
    test 146 toLcc2: 1894410.9 1564649.5
    test 147 toLcc2: [E:1894411, N:1564649]
    test 148 toLcc2: Snyder.NAD27
    test 149 Be08Lb: 49.833333°N, 003.025882°E
    test 150 Be08Lb: GRS80
    test 151 Be08Lb: 49.833333°N, 004.359216°E
    test 152 Be08Lb: GRS80
    test 153 Be08Lb: 49.833333°N, 005.69255°E
    test 154 Be08Lb: GRS80
    test 155 Be08Lb: 51.166667°N, 003.025882°E
    test 156 Be08Lb: GRS80
    test 157 Be08Lb: 51.166667°N, 004.359216°E
    test 158 Be08Lb: GRS80
    test 159 Be08Lb: 51.166667°N, 005.69255°E
    test 160 Be08Lb: GRS80
    test 161 Be72Lb: 49.833334°N, 003.034153°E
    test 162 Be72Lb: NAD83
    test 163 Be72Lb: 49.833334°N, 004.367487°E
    test 164 Be72Lb: NAD83
    test 165 Be72Lb: 49.833334°N, 005.70082°E
    test 166 Be72Lb: NAD83
    test 167 Be72Lb: 51.166667°N, 003.034153°E
    test 168 Be72Lb: NAD83
    test 169 Be72Lb: 51.166667°N, 004.367487°E
    test 170 Be72Lb: NAD83
    test 171 Be72Lb: 51.166667°N, 005.70082°E
    test 172 Be72Lb: NAD83
    test 173 Fr93Lb: 49.0°N, 002.0°W
    test 174 Fr93Lb: WGS84
    test 175 Fr93Lb: 49.0°N, 003.0°E
    test 176 Fr93Lb: WGS84
    test 177 Fr93Lb: 49.0°N, 008.0°E
    test 178 Fr93Lb: WGS84
    test 179 Fr93Lb: 44.0°N, 002.0°W
    test 180 Fr93Lb: WGS84
    test 181 Fr93Lb: 44.0°N, 003.0°E
    test 182 Fr93Lb: WGS84
    test 183 Fr93Lb: 44.0°N, 008.0°E
    test 184 Fr93Lb: WGS84
    test 185 MaNLb: 31.73°N, 008.54°W
    test 186 MaNLb: NTF
    test 187 MaNLb: 31.73°N, 005.4°W
    test 188 MaNLb: NTF
    test 189 MaNLb: 31.73°N, 002.26°W
    test 190 MaNLb: NTF
    test 191 MaNLb: 34.87°N, 008.54°W
    test 192 MaNLb: NTF
    test 193 MaNLb: 34.87°N, 005.4°W
    test 194 MaNLb: NTF
    test 195 MaNLb: 34.87°N, 002.26°W
    test 196 MaNLb: NTF
    test 197 MxLb: 17.5°N, 114.0°W
    test 198 MxLb: WGS84
    test 199 MxLb: 17.5°N, 102.0°W
    test 200 MxLb: WGS84
    test 201 MxLb: 17.5°N, 090.0°W
    test 202 MxLb: WGS84
    test 203 MxLb: 29.5°N, 114.0°W
    test 204 MxLb: WGS84
    test 205 MxLb: 29.5°N, 102.0°W
    test 206 MxLb: WGS84
    test 207 MxLb: 29.5°N, 090.0°W
    test 208 MxLb: WGS84
    test 209 PyT_Lb: 45.898939°N, 000.540154°E
    test 210 PyT_Lb: NTF
    test 211 PyT_Lb: 45.898939°N, 002.337229°E
    test 212 PyT_Lb: NTF
    test 213 PyT_Lb: 45.898939°N, 004.134305°E
    test 214 PyT_Lb: NTF
    test 215 PyT_Lb: 47.696014°N, 000.540154°E
    test 216 PyT_Lb: NTF
    test 217 PyT_Lb: 47.696014°N, 002.337229°E
    test 218 PyT_Lb: NTF
    test 219 PyT_Lb: 47.696014°N, 004.134305°E
    test 220 PyT_Lb: NTF
    test 221 Snyder: 33.0°N, 108.0°W
    test 222 Snyder: NAD27
    test 223 Snyder: 33.0°N, 096.0°W
    test 224 Snyder: NAD27
    test 225 Snyder: 33.0°N, 084.0°W
    test 226 Snyder: NAD27
    test 227 Snyder: 45.0°N, 108.0°W
    test 228 Snyder: NAD27
    test 229 Snyder: 45.0°N, 096.0°W
    test 230 Snyder: NAD27
    test 231 Snyder: 45.0°N, 084.0°W
    test 232 Snyder: NAD27
    test 233 USA_Lb: 33.0°N, 108.0°W
    test 234 USA_Lb: WGS84
    test 235 USA_Lb: 33.0°N, 096.0°W
    test 236 USA_Lb: WGS84
    test 237 USA_Lb: 33.0°N, 084.0°W
    test 238 USA_Lb: WGS84
    test 239 USA_Lb: 45.0°N, 108.0°W
    test 240 USA_Lb: WGS84
    test 241 USA_Lb: 45.0°N, 096.0°W
    test 242 USA_Lb: WGS84
    test 243 USA_Lb: 45.0°N, 084.0°W
    test 244 USA_Lb: WGS84
    test 245 WRF_Lb: 33.0°N, 109.0°W
    test 246 WRF_Lb: WGS84
    test 247 WRF_Lb: 33.0°N, 097.0°W
    test 248 WRF_Lb: WGS84
    test 249 WRF_Lb: 33.0°N, 085.0°W
    test 250 WRF_Lb: WGS84
    test 251 WRF_Lb: 45.0°N, 109.0°W
    test 252 WRF_Lb: WGS84
    test 253 WRF_Lb: 45.0°N, 097.0°W
    test 254 WRF_Lb: WGS84
    test 255 WRF_Lb: 45.0°N, 085.0°W
    test 256 WRF_Lb: WGS84

    testConic(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 257 SnyderN: name='SnyderN', lat0=23, lon0=-96, par1=33, par2=45, E0=0, N0=0, k0=1, SP=2, datum=Datum(name='NAD27', ellipsoid=Ellipsoids.Clarke1866, transform=Transforms.NAD27)
    test 258 _SnyderN: name='_SnyderN', lat0=23, lon0=-96, par1=33, E0=0, N0=0, k0=1, SP=1, datum=Datum(name='NAD27', ellipsoid=Ellipsoids.Clarke1866, transform=Transforms.NAD27)
    test 259 _SnyderN: name='_SnyderN', lat0=23, lon0=-96, par1=33, E0=0, N0=0, k0=1, SP=1, datum=Datum(name='NAD83', ellipsoid=Ellipsoids.GRS80, transform=Transforms.NAD83)
    test 260 _SnyderN .auth: ''
    test 261 _SnyderN .opt3: 0.0
    test 262 _SnyderN .latlon0: (23.0, -96.0)
    test 263 _SnyderN .philam0: (0.401426, -1.675516)

    testConic(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 264 SnyderV: name='SnyderV', lat0=23, lon0=-96, par1=33, par2=45, E0=0, N0=0, k0=1, SP=2, datum=Datum(name='NAD27', ellipsoid=Ellipsoids.Clarke1866, transform=Transforms.NAD27)
    test 265 _SnyderV: name='_SnyderV', lat0=23, lon0=-96, par1=33, E0=0, N0=0, k0=1, SP=1, datum=Datum(name='NAD27', ellipsoid=Ellipsoids.Clarke1866, transform=Transforms.NAD27)
    test 266 _SnyderV: name='_SnyderV', lat0=23, lon0=-96, par1=33, E0=0, N0=0, k0=1, SP=1, datum=Datum(name='NAD83', ellipsoid=Ellipsoids.GRS80, transform=Transforms.NAD83)
    test 267 _SnyderV .auth: ''
    test 268 _SnyderV .opt3: 0.0
    test 269 _SnyderV .latlon0: (23.0, -96.0)
    test 270 _SnyderV .philam0: (0.401426, -1.675516)

    all 270 testLcc.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 29.553 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testMgrs.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.mgrs by PyGeodesy/test/testMgrs.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testMgrs.py line 95

    testing testMgrs.py 20.05.01 (module pygeodesy.mgrs 20.05.14) isLazy=3
    test 1 Mgrs1: 42S XD 09705 38646
    test 2 Mgrs1: [Z:42S, G:XD, E:09705, N:38646]
    test 3 Mgrs2: 42S XD 19705 08646
    test 4 Mgrs2: [Z:42S, G:XD, E:19705, N:08646]
    test 5 Mgrs3: 42S XD 19000 38000
    test 6 Mgrs3: [Z:42S, G:XD, E:19000, N:38000]
    test 7 Mgrs4: 31U DQ 48251 11932
    test 8 Mgrs4: [Z:31U, G:DQ, E:48251, N:11932]
    test 9 Mgrs5: 31U DQ 48251 11932
    test 10 Mgrs5: [Z:31U, G:DQ, E:48251, N:11932]
    test 11 Mgrs6: 31U DQ 48251 11932
    test 12 Mgrs6: [Z:31U, G:DQ, E:48251, N:11932]
    test 13 Mgrs7: 31U DQ 48251 11932
    test 14 Mgrs7: [Z:31U, G:DQ, E:48251, N:11932]
    test 15 Mgrs8: 31U DQ 48251 11932
    test 16 Mgrs8: [Z:31U, G:DQ, E:48251, N:11932]
    test 17 toUtm1: 31 N 448251 5411932
    test 18 toUtm1: [Z:31U, H:N, E:448251, N:5411932]
    test 19 toMgrs1: 31U DQ 48251 11932
    test 20 toMgrs1: [Z:31U, G:DQ, E:48251, N:11932]
    test 21 toUtm(None): (31, 'N', 448251.0, 5411932.0, 'U')  FAILED, KNOWN, expected (31, 'N', 448251.0, 5411932.0)
    test 22 toUtm(None): (31, 'N', 448251.0, 5411932.0, 'U')
    test 23 easting: 48251.0
    test 24 northing: 11932.0
    test 25 en100k: DQ
    test 26 digraph: DQ
    test 27 zone: 31
    test 28 band: U
    test 29 bandLatitude: 48
    test 30 toMgrs: 31U DQ 48251 11932
    test 31 toMgrs(None): Mgrs6Tuple
    test 32 toUtm(60.0°N, 001.0°E).toMgrs: 31V CG 88455 53097
    test 33 toUtm(60.0°N, 003.0°E).toMgrs: 32V JM 65640 66593
    test 34 toUtm(60.0°N, 009.0°E).toMgrs: 32V NM 00000 51411
    test 35 toUtm(76.0°N, 001.0°E).toMgrs: 31X DE 45999 36099
    test 36 toUtm(76.0°N, 013.0°E).toMgrs: 33X VE 45999 36099
    test 37 toUtm(76.0°N, 025.0°E).toMgrs: 35X ME 45999 36099
    test 38 toUtm(76.0°N, 037.0°E).toMgrs: 37X DE 45999 36099

    1 of 38 testMgrs.py tests (2.6%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 6.038 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testModules.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42

    testing testModules.py 19.02.21 isLazy=3

    testModule(pygeodesy, 20.07.01)
# lazily imported pygeodesy.__all__ by PyGeodesy/test/testModules.py line 35
# lazily imported pygeodesy.Band from .units by PyGeodesy/test/testModules.py line 20
    test 1 pygeodesy.Band() class (pygeodesy.units): True
# lazily imported pygeodesy.Bearing from .units by PyGeodesy/test/testModules.py line 20
    test 2 pygeodesy.Bearing() class (pygeodesy.units): True
# lazily imported pygeodesy.Bearing_ from .units by PyGeodesy/test/testModules.py line 20
    test 3 pygeodesy.Bearing_() class (pygeodesy.units): True
# lazily imported pygeodesy.CSSError from .css by PyGeodesy/test/testModules.py line 20
    test 4 pygeodesy.CSSError() class (pygeodesy.css): True
# lazily imported pygeodesy.CassiniSoldner from .css by PyGeodesy/test/testModules.py line 20
    test 5 pygeodesy.CassiniSoldner() class (pygeodesy.css): True
# lazily imported pygeodesy.ClipError from .clipy by PyGeodesy/test/testModules.py line 20
    test 6 pygeodesy.ClipError() class (pygeodesy.clipy): True
# lazily imported pygeodesy.Conic from .lcc by PyGeodesy/test/testModules.py line 20
    test 7 pygeodesy.Conic() class (pygeodesy.lcc): True
# lazily imported pygeodesy.Conics from .lcc by PyGeodesy/test/testModules.py line 20
    test 8 pygeodesy.Conics class pygeodesy.named._NamedEnum (pygeodesy.named): True
# lazily imported pygeodesy.CrossError from .errors by PyGeodesy/test/testModules.py line 20
    test 9 pygeodesy.CrossError() class (pygeodesy.errors): True
# lazily imported pygeodesy.Css from .css by PyGeodesy/test/testModules.py line 20
    test 10 pygeodesy.Css() class (pygeodesy.css): True
# lazily imported pygeodesy.Datum from .datum by PyGeodesy/test/testModules.py line 20
    test 11 pygeodesy.Datum() class (pygeodesy.datum): True
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testModules.py line 20
    test 12 pygeodesy.Datums class pygeodesy.named._NamedEnum (pygeodesy.named): True
# lazily imported pygeodesy.Degrees from .units by PyGeodesy/test/testModules.py line 20
    test 13 pygeodesy.Degrees() class (pygeodesy.units): True
# lazily imported pygeodesy.Distance from .units by PyGeodesy/test/testModules.py line 20
    test 14 pygeodesy.Distance() class (pygeodesy.units): True
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testModules.py line 20
    test 15 pygeodesy.EPS float: True
# lazily imported pygeodesy.EPS1 from .basics by PyGeodesy/test/testModules.py line 20
    test 16 pygeodesy.EPS1 float: True
# lazily imported pygeodesy.EPS1_2 from .basics by PyGeodesy/test/testModules.py line 20
    test 17 pygeodesy.EPS1_2 float: True
# lazily imported pygeodesy.EPSGError from .epsg by PyGeodesy/test/testModules.py line 20
    test 18 pygeodesy.EPSGError() class (pygeodesy.epsg): True
# lazily imported pygeodesy.EPS_2 from .basics by PyGeodesy/test/testModules.py line 20
    test 19 pygeodesy.EPS_2 float: True
# lazily imported pygeodesy.ETMError from .etm by PyGeodesy/test/testModules.py line 20
    test 20 pygeodesy.ETMError() class (pygeodesy.etm): True
# lazily imported pygeodesy.Easting from .units by PyGeodesy/test/testModules.py line 20
    test 21 pygeodesy.Easting() class (pygeodesy.units): True
# lazily imported pygeodesy.EcefCartesian from .ecef by PyGeodesy/test/testModules.py line 20
    test 22 pygeodesy.EcefCartesian() class (pygeodesy.ecef): True
# lazily imported pygeodesy.EcefError from .ecef by PyGeodesy/test/testModules.py line 20
    test 23 pygeodesy.EcefError() class (pygeodesy.ecef): True
# lazily imported pygeodesy.EcefKarney from .ecef by PyGeodesy/test/testModules.py line 20
    test 24 pygeodesy.EcefKarney() class (pygeodesy.ecef): True
# lazily imported pygeodesy.EcefMatrix from .ecef by PyGeodesy/test/testModules.py line 20
    test 25 pygeodesy.EcefMatrix() class (pygeodesy.ecef): True
# lazily imported pygeodesy.EcefSudano from .ecef by PyGeodesy/test/testModules.py line 20
    test 26 pygeodesy.EcefSudano() class (pygeodesy.ecef): True
# lazily imported pygeodesy.EcefVeness from .ecef by PyGeodesy/test/testModules.py line 20
    test 27 pygeodesy.EcefVeness() class (pygeodesy.ecef): True
# lazily imported pygeodesy.EcefYou from .ecef by PyGeodesy/test/testModules.py line 20
    test 28 pygeodesy.EcefYou() class (pygeodesy.ecef): True
# lazily imported pygeodesy.Ellipsoid from .datum by PyGeodesy/test/testModules.py line 20
    test 29 pygeodesy.Ellipsoid() class (pygeodesy.datum): True
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testModules.py line 20
    test 30 pygeodesy.Ellipsoids class pygeodesy.named._NamedEnum (pygeodesy.named): True
# lazily imported pygeodesy.Elliptic from .elliptic by PyGeodesy/test/testModules.py line 20
    test 31 pygeodesy.Elliptic() class (pygeodesy.elliptic): True
# lazily imported pygeodesy.EllipticError from .elliptic by PyGeodesy/test/testModules.py line 20
    test 32 pygeodesy.EllipticError() class (pygeodesy.elliptic): True
# lazily imported pygeodesy.Epsg from .epsg by PyGeodesy/test/testModules.py line 20
    test 33 pygeodesy.Epsg() class (pygeodesy.epsg): True
# lazily imported pygeodesy.Etm from .etm by PyGeodesy/test/testModules.py line 20
    test 34 pygeodesy.Etm() class (pygeodesy.etm): True
# lazily imported pygeodesy.ExactTransverseMercator from .etm by PyGeodesy/test/testModules.py line 20
    test 35 pygeodesy.ExactTransverseMercator() class (pygeodesy.etm): True
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testModules.py line 20
    test 36 pygeodesy.F_D str: True
# lazily imported pygeodesy.F_DEG from .dms by PyGeodesy/test/testModules.py line 20
    test 37 pygeodesy.F_DEG str: True
# lazily imported pygeodesy.F_DEG_ from .dms by PyGeodesy/test/testModules.py line 20
    test 38 pygeodesy.F_DEG_ str: True
# lazily imported pygeodesy.F_DEG__ from .dms by PyGeodesy/test/testModules.py line 20
    test 39 pygeodesy.F_DEG__ str: True
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testModules.py line 20
    test 40 pygeodesy.F_DM str: True
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testModules.py line 20
    test 41 pygeodesy.F_DMS str: True
# lazily imported pygeodesy.F_DMS_ from .dms by PyGeodesy/test/testModules.py line 20
    test 42 pygeodesy.F_DMS_ str: True
# lazily imported pygeodesy.F_DMS__ from .dms by PyGeodesy/test/testModules.py line 20
    test 43 pygeodesy.F_DMS__ str: True
# lazily imported pygeodesy.F_DM_ from .dms by PyGeodesy/test/testModules.py line 20
    test 44 pygeodesy.F_DM_ str: True
# lazily imported pygeodesy.F_DM__ from .dms by PyGeodesy/test/testModules.py line 20
    test 45 pygeodesy.F_DM__ str: True
# lazily imported pygeodesy.F_D_ from .dms by PyGeodesy/test/testModules.py line 20
    test 46 pygeodesy.F_D_ str: True
# lazily imported pygeodesy.F_D__ from .dms by PyGeodesy/test/testModules.py line 20
    test 47 pygeodesy.F_D__ str: True
# lazily imported pygeodesy.F_MIN from .dms by PyGeodesy/test/testModules.py line 20
    test 48 pygeodesy.F_MIN str: True
# lazily imported pygeodesy.F_MIN_ from .dms by PyGeodesy/test/testModules.py line 20
    test 49 pygeodesy.F_MIN_ str: True
# lazily imported pygeodesy.F_MIN__ from .dms by PyGeodesy/test/testModules.py line 20
    test 50 pygeodesy.F_MIN__ str: True
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testModules.py line 20
    test 51 pygeodesy.F_RAD str: True
# lazily imported pygeodesy.F_RAD_ from .dms by PyGeodesy/test/testModules.py line 20
    test 52 pygeodesy.F_RAD_ str: True
# lazily imported pygeodesy.F_RAD__ from .dms by PyGeodesy/test/testModules.py line 20
    test 53 pygeodesy.F_RAD__ str: True
# lazily imported pygeodesy.F_SEC from .dms by PyGeodesy/test/testModules.py line 20
    test 54 pygeodesy.F_SEC str: True
# lazily imported pygeodesy.F_SEC_ from .dms by PyGeodesy/test/testModules.py line 20
    test 55 pygeodesy.F_SEC_ str: True
# lazily imported pygeodesy.F_SEC__ from .dms by PyGeodesy/test/testModules.py line 20
    test 56 pygeodesy.F_SEC__ str: True
# lazily imported pygeodesy.F__E from .dms by PyGeodesy/test/testModules.py line 20
    test 57 pygeodesy.F__E str: True
# lazily imported pygeodesy.F__E_ from .dms by PyGeodesy/test/testModules.py line 20
    test 58 pygeodesy.F__E_ str: True
# lazily imported pygeodesy.F__E__ from .dms by PyGeodesy/test/testModules.py line 20
    test 59 pygeodesy.F__E__ str: True
# lazily imported pygeodesy.F__F from .dms by PyGeodesy/test/testModules.py line 20
    test 60 pygeodesy.F__F str: True
# lazily imported pygeodesy.F__F_ from .dms by PyGeodesy/test/testModules.py line 20
    test 61 pygeodesy.F__F_ str: True
# lazily imported pygeodesy.F__F__ from .dms by PyGeodesy/test/testModules.py line 20
    test 62 pygeodesy.F__F__ str: True
# lazily imported pygeodesy.F__G from .dms by PyGeodesy/test/testModules.py line 20
    test 63 pygeodesy.F__G str: True
# lazily imported pygeodesy.F__G_ from .dms by PyGeodesy/test/testModules.py line 20
    test 64 pygeodesy.F__G_ str: True
# lazily imported pygeodesy.F__G__ from .dms by PyGeodesy/test/testModules.py line 20
    test 65 pygeodesy.F__G__ str: True
# lazily imported pygeodesy.Fdot from .fmath by PyGeodesy/test/testModules.py line 20
    test 66 pygeodesy.Fdot() class (pygeodesy.fmath): True
# lazily imported pygeodesy.Feet from .units by PyGeodesy/test/testModules.py line 20
    test 67 pygeodesy.Feet() class (pygeodesy.units): True
# lazily imported pygeodesy.Fhorner from .fmath by PyGeodesy/test/testModules.py line 20
    test 68 pygeodesy.Fhorner() class (pygeodesy.fmath): True
# lazily imported pygeodesy.Float from .units by PyGeodesy/test/testModules.py line 20
    test 69 pygeodesy.Float() class (pygeodesy.units): True
# lazily imported pygeodesy.Float_ from .units by PyGeodesy/test/testModules.py line 20
    test 70 pygeodesy.Float_() class (pygeodesy.units): True
# lazily imported pygeodesy.Fpolynomial from .fmath by PyGeodesy/test/testModules.py line 20
    test 71 pygeodesy.Fpolynomial() class (pygeodesy.fmath): True
# lazily imported pygeodesy.Frechet from .frechet by PyGeodesy/test/testModules.py line 20
    test 72 pygeodesy.Frechet() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetCosineAndoyerLambert from .frechet by PyGeodesy/test/testModules.py line 20
    test 73 pygeodesy.FrechetCosineAndoyerLambert() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetCosineForsytheAndoyerLambert from .frechet by PyGeodesy/test/testModules.py line 20
    test 74 pygeodesy.FrechetCosineForsytheAndoyerLambert() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetCosineLaw from .frechet by PyGeodesy/test/testModules.py line 20
    test 75 pygeodesy.FrechetCosineLaw() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetDegrees from .frechet by PyGeodesy/test/testModules.py line 20
    test 76 pygeodesy.FrechetDegrees() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetDistanceTo from .frechet by PyGeodesy/test/testModules.py line 20
    test 77 pygeodesy.FrechetDistanceTo() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetEquirectangular from .frechet by PyGeodesy/test/testModules.py line 20
    test 78 pygeodesy.FrechetEquirectangular() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetError from .frechet by PyGeodesy/test/testModules.py line 20
    test 79 pygeodesy.FrechetError() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetEuclidean from .frechet by PyGeodesy/test/testModules.py line 20
    test 80 pygeodesy.FrechetEuclidean() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetFlatLocal from .frechet by PyGeodesy/test/testModules.py line 20
    test 81 pygeodesy.FrechetFlatLocal() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetFlatPolar from .frechet by PyGeodesy/test/testModules.py line 20
    test 82 pygeodesy.FrechetFlatPolar() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetHaversine from .frechet by PyGeodesy/test/testModules.py line 20
    test 83 pygeodesy.FrechetHaversine() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetHubeny from .frechet by PyGeodesy/test/testModules.py line 20
    test 84 pygeodesy.FrechetHubeny() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetKarney from .frechet by PyGeodesy/test/testModules.py line 20
    test 85 pygeodesy.FrechetKarney() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetRadians from .frechet by PyGeodesy/test/testModules.py line 20
    test 86 pygeodesy.FrechetRadians() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetThomas from .frechet by PyGeodesy/test/testModules.py line 20
    test 87 pygeodesy.FrechetThomas() class (pygeodesy.frechet): True
# lazily imported pygeodesy.FrechetVincentys from .frechet by PyGeodesy/test/testModules.py line 20
    test 88 pygeodesy.FrechetVincentys() class (pygeodesy.frechet): True
# lazily imported pygeodesy.Fsum from .fmath by PyGeodesy/test/testModules.py line 20
    test 89 pygeodesy.Fsum() class (pygeodesy.fmath): True
# lazily imported pygeodesy.GARSError from .gars by PyGeodesy/test/testModules.py line 20
    test 90 pygeodesy.GARSError() class (pygeodesy.gars): True
# lazily imported pygeodesy.Garef from .gars by PyGeodesy/test/testModules.py line 20
    test 91 pygeodesy.Garef() class (pygeodesy.gars): True
# lazily imported pygeodesy.Geohash from .geohash by PyGeodesy/test/testModules.py line 20
    test 92 pygeodesy.Geohash() class (pygeodesy.geohash): True
# lazily imported pygeodesy.GeohashError from .geohash by PyGeodesy/test/testModules.py line 20
    test 93 pygeodesy.GeohashError() class (pygeodesy.geohash): True
# lazily imported pygeodesy.GeoidError from .geoids by PyGeodesy/test/testModules.py line 20
    test 94 pygeodesy.GeoidError() class (pygeodesy.geoids): True
# lazily imported pygeodesy.GeoidG2012B from .geoids by PyGeodesy/test/testModules.py line 20
    test 95 pygeodesy.GeoidG2012B() class (pygeodesy.geoids): True
# lazily imported pygeodesy.GeoidKarney from .geoids by PyGeodesy/test/testModules.py line 20
    test 96 pygeodesy.GeoidKarney() class (pygeodesy.geoids): True
# lazily imported pygeodesy.GeoidPGM from .geoids by PyGeodesy/test/testModules.py line 20
    test 97 pygeodesy.GeoidPGM() class (pygeodesy.geoids): True
# lazily imported pygeodesy.Georef from .wgrs by PyGeodesy/test/testModules.py line 20
    test 98 pygeodesy.Georef() class (pygeodesy.wgrs): True
# lazily imported pygeodesy.Hausdorff from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 99 pygeodesy.Hausdorff() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffCosineAndoyerLambert from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 100 pygeodesy.HausdorffCosineAndoyerLambert() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffCosineForsytheAndoyerLambert from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 101 pygeodesy.HausdorffCosineForsytheAndoyerLambert() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffCosineLaw from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 102 pygeodesy.HausdorffCosineLaw() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffDegrees from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 103 pygeodesy.HausdorffDegrees() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffDistanceTo from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 104 pygeodesy.HausdorffDistanceTo() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffEquirectangular from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 105 pygeodesy.HausdorffEquirectangular() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffError from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 106 pygeodesy.HausdorffError() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffEuclidean from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 107 pygeodesy.HausdorffEuclidean() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffFlatLocal from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 108 pygeodesy.HausdorffFlatLocal() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffFlatPolar from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 109 pygeodesy.HausdorffFlatPolar() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffHaversine from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 110 pygeodesy.HausdorffHaversine() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffHubeny from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 111 pygeodesy.HausdorffHubeny() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffKarney from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 112 pygeodesy.HausdorffKarney() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffRadians from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 113 pygeodesy.HausdorffRadians() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffThomas from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 114 pygeodesy.HausdorffThomas() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.HausdorffVincentys from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 115 pygeodesy.HausdorffVincentys() class (pygeodesy.hausdorff): True
# lazily imported pygeodesy.Height from .units by PyGeodesy/test/testModules.py line 20
    test 116 pygeodesy.Height() class (pygeodesy.units): True
# lazily imported pygeodesy.HeightCubic from .heights by PyGeodesy/test/testModules.py line 20
    test 117 pygeodesy.HeightCubic() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightError from .heights by PyGeodesy/test/testModules.py line 20
    test 118 pygeodesy.HeightError() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDW from .heights by PyGeodesy/test/testModules.py line 20
    test 119 pygeodesy.HeightIDW() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDW2 from .heights by PyGeodesy/test/testModules.py line 20
    test 120 pygeodesy.HeightIDW2() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDW3 from .heights by PyGeodesy/test/testModules.py line 20
    test 121 pygeodesy.HeightIDW3() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWcosineAndoyerLambert from .heights by PyGeodesy/test/testModules.py line 20
    test 122 pygeodesy.HeightIDWcosineAndoyerLambert() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWcosineForsytheAndoyerLambert from .heights by PyGeodesy/test/testModules.py line 20
    test 123 pygeodesy.HeightIDWcosineForsytheAndoyerLambert() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWcosineLaw from .heights by PyGeodesy/test/testModules.py line 20
    test 124 pygeodesy.HeightIDWcosineLaw() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWdistanceTo from .heights by PyGeodesy/test/testModules.py line 20
    test 125 pygeodesy.HeightIDWdistanceTo() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWequirectangular from .heights by PyGeodesy/test/testModules.py line 20
    test 126 pygeodesy.HeightIDWequirectangular() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWeuclidean from .heights by PyGeodesy/test/testModules.py line 20
    test 127 pygeodesy.HeightIDWeuclidean() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWflatLocal from .heights by PyGeodesy/test/testModules.py line 20
    test 128 pygeodesy.HeightIDWflatLocal() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWflatPolar from .heights by PyGeodesy/test/testModules.py line 20
    test 129 pygeodesy.HeightIDWflatPolar() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWhaversine from .heights by PyGeodesy/test/testModules.py line 20
    test 130 pygeodesy.HeightIDWhaversine() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWhubeny from .heights by PyGeodesy/test/testModules.py line 20
    test 131 pygeodesy.HeightIDWhubeny() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWkarney from .heights by PyGeodesy/test/testModules.py line 20
    test 132 pygeodesy.HeightIDWkarney() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWthomas from .heights by PyGeodesy/test/testModules.py line 20
    test 133 pygeodesy.HeightIDWthomas() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightIDWvincentys from .heights by PyGeodesy/test/testModules.py line 20
    test 134 pygeodesy.HeightIDWvincentys() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightLSQBiSpline from .heights by PyGeodesy/test/testModules.py line 20
    test 135 pygeodesy.HeightLSQBiSpline() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightLinear from .heights by PyGeodesy/test/testModules.py line 20
    test 136 pygeodesy.HeightLinear() class (pygeodesy.heights): True
# lazily imported pygeodesy.HeightSmoothBiSpline from .heights by PyGeodesy/test/testModules.py line 20
    test 137 pygeodesy.HeightSmoothBiSpline() class (pygeodesy.heights): True
# lazily imported pygeodesy.INF from .basics by PyGeodesy/test/testModules.py line 20
    test 138 pygeodesy.INF float: True
# lazily imported pygeodesy.Int from .units by PyGeodesy/test/testModules.py line 20
    test 139 pygeodesy.Int() class (pygeodesy.units): True
# lazily imported pygeodesy.Int_ from .units by PyGeodesy/test/testModules.py line 20
    test 140 pygeodesy.Int_() class (pygeodesy.units): True
# lazily imported pygeodesy.IntersectionError from .errors by PyGeodesy/test/testModules.py line 20
    test 141 pygeodesy.IntersectionError() class (pygeodesy.errors): True
# lazily imported pygeodesy.LCCError from .lcc by PyGeodesy/test/testModules.py line 20
    test 142 pygeodesy.LCCError() class (pygeodesy.lcc): True
# lazily imported pygeodesy.Lam from .units by PyGeodesy/test/testModules.py line 20
    test 143 pygeodesy.Lam() class (pygeodesy.units): True
# lazily imported pygeodesy.Lam_ from .units by PyGeodesy/test/testModules.py line 20
    test 144 pygeodesy.Lam_() class (pygeodesy.units): True
# lazily imported pygeodesy.Lat from .units by PyGeodesy/test/testModules.py line 20
    test 145 pygeodesy.Lat() class (pygeodesy.units): True
# lazily imported pygeodesy.LatLon2psxy from .points by PyGeodesy/test/testModules.py line 20
    test 146 pygeodesy.LatLon2psxy() class (pygeodesy.points): True
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testModules.py line 20
    test 147 pygeodesy.LatLon_() class (pygeodesy.points): True
    test 148 pygeodesy.LazyImportError() class (pygeodesy.lazily): True
# lazily imported pygeodesy.Lcc from .lcc by PyGeodesy/test/testModules.py line 20
    test 149 pygeodesy.Lcc() class (pygeodesy.lcc): True
# lazily imported pygeodesy.LenError from .errors by PyGeodesy/test/testModules.py line 20
    test 150 pygeodesy.LenError() class (pygeodesy.errors): True
# lazily imported pygeodesy.LimitError from .errors by PyGeodesy/test/testModules.py line 20
    test 151 pygeodesy.LimitError() class (pygeodesy.errors): True
# lazily imported pygeodesy.Lon from .units by PyGeodesy/test/testModules.py line 20
    test 152 pygeodesy.Lon() class (pygeodesy.units): True
# lazily imported pygeodesy.MANTIS from .basics by PyGeodesy/test/testModules.py line 20
    test 153 pygeodesy.MANTIS int: True
# lazily imported pygeodesy.MAX from .basics by PyGeodesy/test/testModules.py line 20
    test 154 pygeodesy.MAX float: True
# lazily imported pygeodesy.MGRSError from .mgrs by PyGeodesy/test/testModules.py line 20
    test 155 pygeodesy.MGRSError() class (pygeodesy.mgrs): True
# lazily imported pygeodesy.MIN from .basics by PyGeodesy/test/testModules.py line 20
    test 156 pygeodesy.MIN float: True
# lazily imported pygeodesy.Meter from .units by PyGeodesy/test/testModules.py line 20
    test 157 pygeodesy.Meter() class (pygeodesy.units): True
# lazily imported pygeodesy.Mgrs from .mgrs by PyGeodesy/test/testModules.py line 20
    test 158 pygeodesy.Mgrs() class (pygeodesy.mgrs): True
# lazily imported pygeodesy.NAN from .basics by PyGeodesy/test/testModules.py line 20
    test 159 pygeodesy.NAN float: True
# lazily imported pygeodesy.NEG0 from .basics by PyGeodesy/test/testModules.py line 20
    test 160 pygeodesy.NEG0 float: True
# lazily imported pygeodesy.NN from .basics by PyGeodesy/test/testModules.py line 20
    test 161 pygeodesy.NN str: True
# lazily imported pygeodesy.Northing from .units by PyGeodesy/test/testModules.py line 20
    test 162 pygeodesy.Northing() class (pygeodesy.units): True
# lazily imported pygeodesy.Number_ from .units by PyGeodesy/test/testModules.py line 20
    test 163 pygeodesy.Number_() class (pygeodesy.units): True
# lazily imported pygeodesy.Numpy2LatLon from .points by PyGeodesy/test/testModules.py line 20
    test 164 pygeodesy.Numpy2LatLon() class (pygeodesy.points): True
# lazily imported pygeodesy.OK from .deprecated by PyGeodesy/test/testModules.py line 20
    test 165 pygeodesy.OK str: True
# lazily imported pygeodesy.OSGRError from .osgr by PyGeodesy/test/testModules.py line 20
    test 166 pygeodesy.OSGRError() class (pygeodesy.osgr): True
# lazily imported pygeodesy.Osgr from .osgr by PyGeodesy/test/testModules.py line 20
    test 167 pygeodesy.Osgr() class (pygeodesy.osgr): True
# lazily imported pygeodesy.PGMError from .geoids by PyGeodesy/test/testModules.py line 20
    test 168 pygeodesy.PGMError() class (pygeodesy.geoids): True
# lazily imported pygeodesy.PI from .basics by PyGeodesy/test/testModules.py line 20
    test 169 pygeodesy.PI float: True
# lazily imported pygeodesy.PI2 from .basics by PyGeodesy/test/testModules.py line 20
    test 170 pygeodesy.PI2 float: True
# lazily imported pygeodesy.PI_2 from .basics by PyGeodesy/test/testModules.py line 20
    test 171 pygeodesy.PI_2 float: True
# lazily imported pygeodesy.PI_4 from .basics by PyGeodesy/test/testModules.py line 20
    test 172 pygeodesy.PI_4 float: True
# lazily imported pygeodesy.ParseError from .dms by PyGeodesy/test/testModules.py line 20
    test 173 pygeodesy.ParseError() class (pygeodesy.errors): True
# lazily imported pygeodesy.Phi from .units by PyGeodesy/test/testModules.py line 20
    test 174 pygeodesy.Phi() class (pygeodesy.units): True
# lazily imported pygeodesy.Phi_ from .units by PyGeodesy/test/testModules.py line 20
    test 175 pygeodesy.Phi_() class (pygeodesy.units): True
# lazily imported pygeodesy.PointsError from .errors by PyGeodesy/test/testModules.py line 20
    test 176 pygeodesy.PointsError() class (pygeodesy.errors): True
# lazily imported pygeodesy.Precision_ from .units by PyGeodesy/test/testModules.py line 20
    test 177 pygeodesy.Precision_() class (pygeodesy.units): True
# lazily imported pygeodesy.R_FM from .datum by PyGeodesy/test/testModules.py line 20
    test 178 pygeodesy.R_FM float (pygeodesy.units): True
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testModules.py line 20
    test 179 pygeodesy.R_KM float (pygeodesy.units): True
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testModules.py line 20
    test 180 pygeodesy.R_M float (pygeodesy.units): True
# lazily imported pygeodesy.R_MA from .datum by PyGeodesy/test/testModules.py line 20
    test 181 pygeodesy.R_MA float (pygeodesy.units): True
# lazily imported pygeodesy.R_MB from .datum by PyGeodesy/test/testModules.py line 20
    test 182 pygeodesy.R_MB float (pygeodesy.units): True
# lazily imported pygeodesy.R_NM from .datum by PyGeodesy/test/testModules.py line 20
    test 183 pygeodesy.R_NM float (pygeodesy.units): True
# lazily imported pygeodesy.R_SM from .datum by PyGeodesy/test/testModules.py line 20
    test 184 pygeodesy.R_SM float (pygeodesy.units): True
# lazily imported pygeodesy.R_VM from .datum by PyGeodesy/test/testModules.py line 20
    test 185 pygeodesy.R_VM float (pygeodesy.units): True
# lazily imported pygeodesy.Radians from .units by PyGeodesy/test/testModules.py line 20
    test 186 pygeodesy.Radians() class (pygeodesy.units): True
# lazily imported pygeodesy.Radius from .units by PyGeodesy/test/testModules.py line 20
    test 187 pygeodesy.Radius() class (pygeodesy.units): True
# lazily imported pygeodesy.Radius_ from .units by PyGeodesy/test/testModules.py line 20
    test 188 pygeodesy.Radius_() class (pygeodesy.units): True
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testModules.py line 20
    test 189 pygeodesy.RangeError() class (pygeodesy.errors): True
# lazily imported pygeodesy.RefFrame from .trf by PyGeodesy/test/testModules.py line 20
    test 190 pygeodesy.RefFrame() class (pygeodesy.trf): True
# lazily imported pygeodesy.RefFrameError from .deprecated by PyGeodesy/test/testModules.py line 20
    test 191 pygeodesy.RefFrameError() class (pygeodesy.deprecated): True
# lazily imported pygeodesy.RefFrames from .trf by PyGeodesy/test/testModules.py line 20
    test 192 pygeodesy.RefFrames class pygeodesy.named._NamedEnum (pygeodesy.named): True
# lazily imported pygeodesy.S_DEG from .dms by PyGeodesy/test/testModules.py line 20
    test 193 pygeodesy.S_DEG str: True
# lazily imported pygeodesy.S_MIN from .dms by PyGeodesy/test/testModules.py line 20
    test 194 pygeodesy.S_MIN str: True
# lazily imported pygeodesy.S_RAD from .dms by PyGeodesy/test/testModules.py line 20
    test 195 pygeodesy.S_RAD str: True
# lazily imported pygeodesy.S_SEC from .dms by PyGeodesy/test/testModules.py line 20
    test 196 pygeodesy.S_SEC str: True
# lazily imported pygeodesy.S_SEP from .dms by PyGeodesy/test/testModules.py line 20
    test 197 pygeodesy.S_SEP str: True
# lazily imported pygeodesy.Scalar from .units by PyGeodesy/test/testModules.py line 20
    test 198 pygeodesy.Scalar() class (pygeodesy.units): True
# lazily imported pygeodesy.Scalar_ from .units by PyGeodesy/test/testModules.py line 20
    test 199 pygeodesy.Scalar_() class (pygeodesy.units): True
# lazily imported pygeodesy.SciPyError from .errors by PyGeodesy/test/testModules.py line 20
    test 200 pygeodesy.SciPyError() class (pygeodesy.errors): True
# lazily imported pygeodesy.SciPyWarning from .errors by PyGeodesy/test/testModules.py line 20
    test 201 pygeodesy.SciPyWarning() class (pygeodesy.errors): True
# lazily imported pygeodesy.Str from .units by PyGeodesy/test/testModules.py line 20
    test 202 pygeodesy.Str() class (pygeodesy.units): True
# lazily imported pygeodesy.TRFError from .trf by PyGeodesy/test/testModules.py line 20
    test 203 pygeodesy.TRFError() class (pygeodesy.trf): True
# lazily imported pygeodesy.Transform from .datum by PyGeodesy/test/testModules.py line 20
    test 204 pygeodesy.Transform() class (pygeodesy.datum): True
# lazily imported pygeodesy.Transforms from .datum by PyGeodesy/test/testModules.py line 20
    test 205 pygeodesy.Transforms class pygeodesy.named._NamedEnum (pygeodesy.named): True
# lazily imported pygeodesy.Tuple2LatLon from .points by PyGeodesy/test/testModules.py line 20
    test 206 pygeodesy.Tuple2LatLon() class (pygeodesy.points): True
# lazily imported pygeodesy.UPSError from .ups by PyGeodesy/test/testModules.py line 20
    test 207 pygeodesy.UPSError() class (pygeodesy.ups): True
# lazily imported pygeodesy.UTMError from .utm by PyGeodesy/test/testModules.py line 20
    test 208 pygeodesy.UTMError() class (pygeodesy.utm): True
# lazily imported pygeodesy.UTMUPSError from .utmups by PyGeodesy/test/testModules.py line 20
    test 209 pygeodesy.UTMUPSError() class (pygeodesy.utmups): True
# lazily imported pygeodesy.UnitError from .units by PyGeodesy/test/testModules.py line 20
    test 210 pygeodesy.UnitError() class (pygeodesy.units): True
# lazily imported pygeodesy.Ups from .ups by PyGeodesy/test/testModules.py line 20
    test 211 pygeodesy.Ups() class (pygeodesy.ups): True
# lazily imported pygeodesy.Utm from .utm by PyGeodesy/test/testModules.py line 20
    test 212 pygeodesy.Utm() class (pygeodesy.utm): True
# lazily imported pygeodesy.UtmUps from .utmups by PyGeodesy/test/testModules.py line 20
    test 213 pygeodesy.UtmUps() function (pygeodesy.utmups): True
# lazily imported pygeodesy.Vector3d from .vector3d by PyGeodesy/test/testModules.py line 20
    test 214 pygeodesy.Vector3d() class (pygeodesy.vector3d): True
# lazily imported pygeodesy.VectorError from .vector3d by PyGeodesy/test/testModules.py line 20
    test 215 pygeodesy.VectorError() class (pygeodesy.vector3d): True
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testModules.py line 20
    test 216 pygeodesy.VincentyError() class (pygeodesy.ellipsoidalVincenty): True
# lazily imported pygeodesy.WGRSError from .wgrs by PyGeodesy/test/testModules.py line 20
    test 217 pygeodesy.WGRSError() class (pygeodesy.wgrs): True
# lazily imported pygeodesy.WebMercatorError from .webmercator by PyGeodesy/test/testModules.py line 20
    test 218 pygeodesy.WebMercatorError() class (pygeodesy.webmercator): True
# lazily imported pygeodesy.Wm from .webmercator by PyGeodesy/test/testModules.py line 20
    test 219 pygeodesy.Wm() class (pygeodesy.webmercator): True
# lazily imported pygeodesy.Zone from .units by PyGeodesy/test/testModules.py line 20
    test 220 pygeodesy.Zone() class (pygeodesy.units): True
# lazily imported pygeodesy.acos1 from .fmath by PyGeodesy/test/testModules.py line 20
    test 221 pygeodesy.acos1() function (pygeodesy.fmath): True
# lazily imported pygeodesy.anStr from .streprs by PyGeodesy/test/testModules.py line 20
    test 222 pygeodesy.anStr() function (pygeodesy.streprs): True
    test 223 pygeodesy.anstr() function (pygeodesy.streprs): True
# lazily imported pygeodesy.antipode from .formy by PyGeodesy/test/testModules.py line 20
    test 224 pygeodesy.antipode() function (pygeodesy.formy): True
# lazily imported pygeodesy.antipode_ from .formy by PyGeodesy/test/testModules.py line 20
    test 225 pygeodesy.antipode_() function (pygeodesy.formy): True
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testModules.py line 20
    test 226 pygeodesy.areaOf() function (pygeodesy.points): True
# lazily imported pygeodesy.areaof from .points by PyGeodesy/test/testModules.py line 20
    test 227 pygeodesy.areaof() function (pygeodesy.points): True
# lazily imported pygeodesy.attrs from .streprs by PyGeodesy/test/testModules.py line 20
    test 228 pygeodesy.attrs() function (pygeodesy.streprs): True
# lazily imported pygeodesy.bases by PyGeodesy/test/testModules.py line 20
    test 229 pygeodesy.bases module: True
    test 230 pygeodesy.basics module: True
# lazily imported pygeodesy.bearing from .formy by PyGeodesy/test/testModules.py line 20
    test 231 pygeodesy.bearing() function (pygeodesy.formy): True
# lazily imported pygeodesy.bearingDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 232 pygeodesy.bearingDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.bearing_ from .formy by PyGeodesy/test/testModules.py line 20
    test 233 pygeodesy.bearing_() function (pygeodesy.formy): True
# lazily imported pygeodesy.bounds from .deprecated by PyGeodesy/test/testModules.py line 20
    test 234 pygeodesy.bounds() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.boundsOf from .points by PyGeodesy/test/testModules.py line 20
    test 235 pygeodesy.boundsOf() function (pygeodesy.points): True
# lazily imported pygeodesy.cbrt from .fmath by PyGeodesy/test/testModules.py line 20
    test 236 pygeodesy.cbrt() function (pygeodesy.fmath): True
# lazily imported pygeodesy.cbrt2 from .fmath by PyGeodesy/test/testModules.py line 20
    test 237 pygeodesy.cbrt2() function (pygeodesy.fmath): True
# lazily imported pygeodesy.centroidOf from .points by PyGeodesy/test/testModules.py line 20
    test 238 pygeodesy.centroidOf() function (pygeodesy.points): True
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testModules.py line 20
    test 239 pygeodesy.classname() function (pygeodesy.named): True
# lazily imported pygeodesy.classnaming from .named by PyGeodesy/test/testModules.py line 20
    test 240 pygeodesy.classnaming() function (pygeodesy.named): True
# lazily imported pygeodesy.clipCS3 from .clipy by PyGeodesy/test/testModules.py line 20
    test 241 pygeodesy.clipCS3() function (pygeodesy.clipy): True
# lazily imported pygeodesy.clipDMS from .deprecated by PyGeodesy/test/testModules.py line 20
    test 242 pygeodesy.clipDMS() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.clipDegrees from .dms by PyGeodesy/test/testModules.py line 20
    test 243 pygeodesy.clipDegrees() function (pygeodesy.dms): True
# lazily imported pygeodesy.clipRadians from .dms by PyGeodesy/test/testModules.py line 20
    test 244 pygeodesy.clipRadians() function (pygeodesy.dms): True
# lazily imported pygeodesy.clipSH from .clipy by PyGeodesy/test/testModules.py line 20
    test 245 pygeodesy.clipSH() function (pygeodesy.clipy): True
# lazily imported pygeodesy.clipSH3 from .clipy by PyGeodesy/test/testModules.py line 20
    test 246 pygeodesy.clipSH3() function (pygeodesy.clipy): True
# lazily imported pygeodesy.clipStr from .basics by PyGeodesy/test/testModules.py line 20
    test 247 pygeodesy.clipStr() function (pygeodesy.basics): True
    test 248 pygeodesy.clips() function (pygeodesy.basics): True
    test 249 pygeodesy.clipy module: True
# lazily imported pygeodesy.compassAngle from .formy by PyGeodesy/test/testModules.py line 20
    test 250 pygeodesy.compassAngle() function (pygeodesy.formy): True
# lazily imported pygeodesy.compassDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 251 pygeodesy.compassDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.compassPoint from .dms by PyGeodesy/test/testModules.py line 20
    test 252 pygeodesy.compassPoint() function (pygeodesy.dms): True
# lazily imported pygeodesy.cosineAndoyerLambert from .formy by PyGeodesy/test/testModules.py line 20
    test 253 pygeodesy.cosineAndoyerLambert() function (pygeodesy.formy): True
# lazily imported pygeodesy.cosineAndoyerLambert_ from .formy by PyGeodesy/test/testModules.py line 20
    test 254 pygeodesy.cosineAndoyerLambert_() function (pygeodesy.formy): True
# lazily imported pygeodesy.cosineForsytheAndoyerLambert from .formy by PyGeodesy/test/testModules.py line 20
    test 255 pygeodesy.cosineForsytheAndoyerLambert() function (pygeodesy.formy): True
# lazily imported pygeodesy.cosineForsytheAndoyerLambert_ from .formy by PyGeodesy/test/testModules.py line 20
    test 256 pygeodesy.cosineForsytheAndoyerLambert_() function (pygeodesy.formy): True
# lazily imported pygeodesy.cosineLaw from .formy by PyGeodesy/test/testModules.py line 20
    test 257 pygeodesy.cosineLaw() function (pygeodesy.formy): True
# lazily imported pygeodesy.cosineLaw_ from .formy by PyGeodesy/test/testModules.py line 20
    test 258 pygeodesy.cosineLaw_() function (pygeodesy.formy): True
# lazily imported pygeodesy.crosserrors from .errors by PyGeodesy/test/testModules.py line 20
    test 259 pygeodesy.crosserrors() function (pygeodesy.errors): True
    test 260 pygeodesy.css module: True
# lazily imported pygeodesy.date2epoch from .trf by PyGeodesy/test/testModules.py line 20
    test 261 pygeodesy.date2epoch() function (pygeodesy.trf): True
    test 262 pygeodesy.datum module: True
# lazily imported pygeodesy.decodeEPSG2 from .deprecated by PyGeodesy/test/testModules.py line 20
    test 263 pygeodesy.decodeEPSG2() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 264 pygeodesy.degDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testModules.py line 20
    test 265 pygeodesy.degrees class builtin_function_or_method (math): True
# lazily imported pygeodesy.degrees180 from .utily by PyGeodesy/test/testModules.py line 20
    test 266 pygeodesy.degrees180() function (pygeodesy.utily): True
# lazily imported pygeodesy.degrees2m from .utily by PyGeodesy/test/testModules.py line 20
    test 267 pygeodesy.degrees2m() function (pygeodesy.utily): True
# lazily imported pygeodesy.degrees360 from .utily by PyGeodesy/test/testModules.py line 20
    test 268 pygeodesy.degrees360() function (pygeodesy.utily): True
# lazily imported pygeodesy.degrees90 from .utily by PyGeodesy/test/testModules.py line 20
    test 269 pygeodesy.degrees90() function (pygeodesy.utily): True
    test 270 pygeodesy.deprecated module: True
    test 271 pygeodesy.dms module: True
    test 272 pygeodesy.ecef module: True
# lazily imported pygeodesy.egmGeoidHeights from .geoids by PyGeodesy/test/testModules.py line 20
    test 273 pygeodesy.egmGeoidHeights() function (pygeodesy.geoids): True
# lazily imported pygeodesy.elevation2 from .elevations by PyGeodesy/test/testModules.py line 20
    test 274 pygeodesy.elevation2() function (pygeodesy.elevations): True
    test 275 pygeodesy.elevations module: True
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testModules.py line 20
    test 276 pygeodesy.ellipsoidalKarney module: True
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testModules.py line 20
    test 277 pygeodesy.ellipsoidalNvector module: True
    test 278 pygeodesy.ellipsoidalVincenty module: True
    test 279 pygeodesy.elliptic module: True
# lazily imported pygeodesy.enStr2 from .streprs by PyGeodesy/test/testModules.py line 20
    test 280 pygeodesy.enStr2() function (pygeodesy.streprs): True
# lazily imported pygeodesy.encodeEPSG from .deprecated by PyGeodesy/test/testModules.py line 20
    test 281 pygeodesy.encodeEPSG() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.enstr2 from .streprs by PyGeodesy/test/testModules.py line 20
    test 282 pygeodesy.enstr2() function (pygeodesy.streprs): True
# lazily imported pygeodesy.epoch2date from .trf by PyGeodesy/test/testModules.py line 20
    test 283 pygeodesy.epoch2date() function (pygeodesy.trf): True
    test 284 pygeodesy.epsg module: True
# lazily imported pygeodesy.equirectangular from .formy by PyGeodesy/test/testModules.py line 20
    test 285 pygeodesy.equirectangular() function (pygeodesy.formy): True
# lazily imported pygeodesy.equirectangular3 from .deprecated by PyGeodesy/test/testModules.py line 20
    test 286 pygeodesy.equirectangular3() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.equirectangular_ from .formy by PyGeodesy/test/testModules.py line 20
    test 287 pygeodesy.equirectangular_() function (pygeodesy.formy): True
    test 288 pygeodesy.errors module: True
    test 289 pygeodesy.etm module: True
# lazily imported pygeodesy.euclidean from .formy by PyGeodesy/test/testModules.py line 20
    test 290 pygeodesy.euclidean() function (pygeodesy.formy): True
# lazily imported pygeodesy.euclidean_ from .formy by PyGeodesy/test/testModules.py line 20
    test 291 pygeodesy.euclidean_() function (pygeodesy.formy): True
# lazily imported pygeodesy.exception_chaining from .errors by PyGeodesy/test/testModules.py line 20
    test 292 pygeodesy.exception_chaining() function (pygeodesy.errors): True
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testModules.py line 20
    test 293 pygeodesy.fStr() function (pygeodesy.streprs): True
# lazily imported pygeodesy.fStrzs from .streprs by PyGeodesy/test/testModules.py line 20
    test 294 pygeodesy.fStrzs() function (pygeodesy.streprs): True
# lazily imported pygeodesy.false2f from .deprecated by PyGeodesy/test/testModules.py line 20
    test 295 pygeodesy.false2f() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.falsed2f from .deprecated by PyGeodesy/test/testModules.py line 20
    test 296 pygeodesy.falsed2f() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.favg from .fmath by PyGeodesy/test/testModules.py line 20
    test 297 pygeodesy.favg() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fdot from .fmath by PyGeodesy/test/testModules.py line 20
    test 298 pygeodesy.fdot() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fdot3 from .fmath by PyGeodesy/test/testModules.py line 20
    test 299 pygeodesy.fdot3() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fhorner from .fmath by PyGeodesy/test/testModules.py line 20
    test 300 pygeodesy.fhorner() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fidw from .fmath by PyGeodesy/test/testModules.py line 20
    test 301 pygeodesy.fidw() function (pygeodesy.fmath): True
# lazily imported pygeodesy.flatLocal from .formy by PyGeodesy/test/testModules.py line 20
    test 302 pygeodesy.flatLocal() function (pygeodesy.formy): True
# lazily imported pygeodesy.flatLocal_ from .formy by PyGeodesy/test/testModules.py line 20
    test 303 pygeodesy.flatLocal_() function (pygeodesy.formy): True
# lazily imported pygeodesy.flatPolar from .formy by PyGeodesy/test/testModules.py line 20
    test 304 pygeodesy.flatPolar() function (pygeodesy.formy): True
# lazily imported pygeodesy.flatPolar_ from .formy by PyGeodesy/test/testModules.py line 20
    test 305 pygeodesy.flatPolar_() function (pygeodesy.formy): True
    test 306 pygeodesy.fmath module: True
# lazily imported pygeodesy.fmean from .fmath by PyGeodesy/test/testModules.py line 20
    test 307 pygeodesy.fmean() function (pygeodesy.fmath): True
    test 308 pygeodesy.formy module: True
# lazily imported pygeodesy.fpolynomial from .fmath by PyGeodesy/test/testModules.py line 20
    test 309 pygeodesy.fpolynomial() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fpowers from .fmath by PyGeodesy/test/testModules.py line 20
    test 310 pygeodesy.fpowers() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fprod from .fmath by PyGeodesy/test/testModules.py line 20
    test 311 pygeodesy.fprod() function (pygeodesy.fmath): True
# lazily imported pygeodesy.fractional from .frechet by PyGeodesy/test/testModules.py line 20
    test 312 pygeodesy.fractional() function (pygeodesy.frechet): True
# lazily imported pygeodesy.frange from .fmath by PyGeodesy/test/testModules.py line 20
    test 313 pygeodesy.frange() function (pygeodesy.fmath): True
    test 314 pygeodesy.frechet module: True
# lazily imported pygeodesy.frechet_ from .frechet by PyGeodesy/test/testModules.py line 20
    test 315 pygeodesy.frechet_() function (pygeodesy.frechet): True
# lazily imported pygeodesy.freduce from .fmath by PyGeodesy/test/testModules.py line 20
    test 316 pygeodesy.freduce class builtin_function_or_method (_functools): True
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testModules.py line 20
    test 317 pygeodesy.fstr() function (pygeodesy.streprs): True
# lazily imported pygeodesy.fstrzs from .streprs by PyGeodesy/test/testModules.py line 20
    test 318 pygeodesy.fstrzs() function (pygeodesy.streprs): True
# lazily imported pygeodesy.fsum from .fmath by PyGeodesy/test/testModules.py line 20
    test 319 pygeodesy.fsum class builtin_function_or_method (math): True
# lazily imported pygeodesy.fsum_ from .fmath by PyGeodesy/test/testModules.py line 20
    test 320 pygeodesy.fsum_() function (pygeodesy.fmath): True
# lazily imported pygeodesy.ft2m from .utily by PyGeodesy/test/testModules.py line 20
    test 321 pygeodesy.ft2m() function (pygeodesy.utily): True
    test 322 pygeodesy.gars module: True
    test 323 pygeodesy.geohash module: True
# lazily imported pygeodesy.geoidHeight2 from .elevations by PyGeodesy/test/testModules.py line 20
    test 324 pygeodesy.geoidHeight2() function (pygeodesy.elevations): True
    test 325 pygeodesy.geoids module: True
# lazily imported pygeodesy.halfs2 from .basics by PyGeodesy/test/testModules.py line 20
    test 326 pygeodesy.halfs2() function (pygeodesy.basics): True
    test 327 pygeodesy.hausdorff module: True
# lazily imported pygeodesy.hausdorff_ from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 328 pygeodesy.hausdorff_() function (pygeodesy.hausdorff): True
# lazily imported pygeodesy.haversine from .formy by PyGeodesy/test/testModules.py line 20
    test 329 pygeodesy.haversine() function (pygeodesy.formy): True
# lazily imported pygeodesy.haversine_ from .formy by PyGeodesy/test/testModules.py line 20
    test 330 pygeodesy.haversine_() function (pygeodesy.formy): True
# lazily imported pygeodesy.heightOf from .formy by PyGeodesy/test/testModules.py line 20
    test 331 pygeodesy.heightOf() function (pygeodesy.formy): True
    test 332 pygeodesy.heights module: True
# lazily imported pygeodesy.horizon from .formy by PyGeodesy/test/testModules.py line 20
    test 333 pygeodesy.horizon() function (pygeodesy.formy): True
# lazily imported pygeodesy.hubeny from .formy by PyGeodesy/test/testModules.py line 20
    test 334 pygeodesy.hubeny() function (pygeodesy.formy): True
# lazily imported pygeodesy.hubeny_ from .formy by PyGeodesy/test/testModules.py line 20
    test 335 pygeodesy.hubeny_() function (pygeodesy.formy): True
# lazily imported pygeodesy.hypot from .fmath by PyGeodesy/test/testModules.py line 20
    test 336 pygeodesy.hypot class builtin_function_or_method (math): True
# lazily imported pygeodesy.hypot1 from .fmath by PyGeodesy/test/testModules.py line 20
    test 337 pygeodesy.hypot1() function (pygeodesy.fmath): True
# lazily imported pygeodesy.hypot2 from .fmath by PyGeodesy/test/testModules.py line 20
    test 338 pygeodesy.hypot2() function (pygeodesy.fmath): True
# lazily imported pygeodesy.hypot3 from .fmath by PyGeodesy/test/testModules.py line 20
    test 339 pygeodesy.hypot3() function (pygeodesy.fmath): True
# lazily imported pygeodesy.hypot_ from .fmath by PyGeodesy/test/testModules.py line 20
    test 340 pygeodesy.hypot_() function (pygeodesy.fmath): True
# lazily imported pygeodesy.inStr from .streprs by PyGeodesy/test/testModules.py line 20
    test 341 pygeodesy.inStr() function (pygeodesy.streprs): True
# lazily imported pygeodesy.instr from .streprs by PyGeodesy/test/testModules.py line 20
    test 342 pygeodesy.instr() function (pygeodesy.streprs): True
    test 343 pygeodesy.isLazy int: True
# lazily imported pygeodesy.isNumpy2 from .utily by PyGeodesy/test/testModules.py line 20
    test 344 pygeodesy.isNumpy2() function (pygeodesy.utily): True
# lazily imported pygeodesy.isPoints2 from .utily by PyGeodesy/test/testModules.py line 20
    test 345 pygeodesy.isPoints2() function (pygeodesy.utily): True
# lazily imported pygeodesy.isTuple2 from .utily by PyGeodesy/test/testModules.py line 20
    test 346 pygeodesy.isTuple2() function (pygeodesy.utily): True
# lazily imported pygeodesy.isantipode from .formy by PyGeodesy/test/testModules.py line 20
    test 347 pygeodesy.isantipode() function (pygeodesy.formy): True
# lazily imported pygeodesy.isantipode_ from .formy by PyGeodesy/test/testModules.py line 20
    test 348 pygeodesy.isantipode_() function (pygeodesy.formy): True
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testModules.py line 20
    test 349 pygeodesy.isclockwise() function (pygeodesy.points): True
# lazily imported pygeodesy.isconvex from .points by PyGeodesy/test/testModules.py line 20
    test 350 pygeodesy.isconvex() function (pygeodesy.points): True
# lazily imported pygeodesy.isconvex_ from .points by PyGeodesy/test/testModules.py line 20
    test 351 pygeodesy.isconvex_() function (pygeodesy.points): True
# lazily imported pygeodesy.isenclosedBy from .points by PyGeodesy/test/testModules.py line 20
    test 352 pygeodesy.isenclosedBy() function (pygeodesy.points): True
# lazily imported pygeodesy.isenclosedby from .points by PyGeodesy/test/testModules.py line 20
    test 353 pygeodesy.isenclosedby() function (pygeodesy.points): True
# lazily imported pygeodesy.isfinite from .basics by PyGeodesy/test/testModules.py line 20
    test 354 pygeodesy.isfinite class builtin_function_or_method (math): True
# lazily imported pygeodesy.isinf from .basics by PyGeodesy/test/testModules.py line 20
    test 355 pygeodesy.isinf class builtin_function_or_method (math): True
# lazily imported pygeodesy.isint from .basics by PyGeodesy/test/testModules.py line 20
    test 356 pygeodesy.isint() function (pygeodesy.basics): True
# lazily imported pygeodesy.isnan from .basics by PyGeodesy/test/testModules.py line 20
    test 357 pygeodesy.isnan class builtin_function_or_method (math): True
# lazily imported pygeodesy.isneg0 from .basics by PyGeodesy/test/testModules.py line 20
    test 358 pygeodesy.isneg0() function (pygeodesy.basics): True
# lazily imported pygeodesy.ispolar from .points by PyGeodesy/test/testModules.py line 20
    test 359 pygeodesy.ispolar() function (pygeodesy.points): True
# lazily imported pygeodesy.isscalar from .basics by PyGeodesy/test/testModules.py line 20
    test 360 pygeodesy.isscalar() function (pygeodesy.basics): True
# lazily imported pygeodesy.issequence from .basics by PyGeodesy/test/testModules.py line 20
    test 361 pygeodesy.issequence() function (pygeodesy.basics): True
# lazily imported pygeodesy.isstr from .basics by PyGeodesy/test/testModules.py line 20
    test 362 pygeodesy.isstr() function (pygeodesy.basics): True
# lazily imported pygeodesy.issubclassof from .basics by PyGeodesy/test/testModules.py line 20
    test 363 pygeodesy.issubclassof() function (pygeodesy.basics): True
# lazily imported pygeodesy.iterNumpy2 from .utily by PyGeodesy/test/testModules.py line 20
    test 364 pygeodesy.iterNumpy2() function (pygeodesy.utily): True
    test 365 pygeodesy.iterNumpy2over() function (pygeodesy.utily): True
    test 366 pygeodesy.karney module: True
# lazily imported pygeodesy.latDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 367 pygeodesy.latDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.latlon2n_xyz from .formy by PyGeodesy/test/testModules.py line 20
    test 368 pygeodesy.latlon2n_xyz() function (pygeodesy.formy): True
# lazily imported pygeodesy.latlonDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 369 pygeodesy.latlonDMS() function (pygeodesy.dms): True
    test 370 pygeodesy.lazily module: True
    test 371 pygeodesy.lcc module: True
# lazily imported pygeodesy.len2 from .basics by PyGeodesy/test/testModules.py line 20
    test 372 pygeodesy.len2() function (pygeodesy.basics): True
# lazily imported pygeodesy.limiterrors from .errors by PyGeodesy/test/testModules.py line 20
    test 373 pygeodesy.limiterrors() function (pygeodesy.errors): True
# lazily imported pygeodesy.lonDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 374 pygeodesy.lonDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.m2NM from .utily by PyGeodesy/test/testModules.py line 20
    test 375 pygeodesy.m2NM() function (pygeodesy.utily): True
# lazily imported pygeodesy.m2SM from .utily by PyGeodesy/test/testModules.py line 20
    test 376 pygeodesy.m2SM() function (pygeodesy.utily): True
# lazily imported pygeodesy.m2degrees from .utily by PyGeodesy/test/testModules.py line 20
    test 377 pygeodesy.m2degrees() function (pygeodesy.utily): True
# lazily imported pygeodesy.m2ft from .utily by PyGeodesy/test/testModules.py line 20
    test 378 pygeodesy.m2ft() function (pygeodesy.utily): True
# lazily imported pygeodesy.m2km from .utily by PyGeodesy/test/testModules.py line 20
    test 379 pygeodesy.m2km() function (pygeodesy.utily): True
# lazily imported pygeodesy.map1 from .basics by PyGeodesy/test/testModules.py line 20
    test 380 pygeodesy.map1() function (pygeodesy.basics): True
    test 381 pygeodesy.map2() function (pygeodesy.basics): True
    test 382 pygeodesy.mgrs module: True
# lazily imported pygeodesy.modulename from .named by PyGeodesy/test/testModules.py line 20
    test 383 pygeodesy.modulename() function (pygeodesy.named): True
# lazily imported pygeodesy.n_xyz2latlon from .formy by PyGeodesy/test/testModules.py line 20
    test 384 pygeodesy.n_xyz2latlon() function (pygeodesy.formy): True
# lazily imported pygeodesy.n_xyz2philam from .formy by PyGeodesy/test/testModules.py line 20
    test 385 pygeodesy.n_xyz2philam() function (pygeodesy.formy): True
    test 386 pygeodesy.named module: True
# lazily imported pygeodesy.nameof from .named by PyGeodesy/test/testModules.py line 20
    test 387 pygeodesy.nameof() function (pygeodesy.named): True
# lazily imported pygeodesy.nearestOn3 from .deprecated by PyGeodesy/test/testModules.py line 20
    test 388 pygeodesy.nearestOn3() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.nearestOn4 from .deprecated by PyGeodesy/test/testModules.py line 20
    test 389 pygeodesy.nearestOn4() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.nearestOn5 from .points by PyGeodesy/test/testModules.py line 20
    test 390 pygeodesy.nearestOn5() function (pygeodesy.points): True
    test 391 pygeodesy.normDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.nvector by PyGeodesy/test/testModules.py line 20
    test 392 pygeodesy.nvector module: True
    test 393 pygeodesy.osgr module: True
    test 394 pygeodesy.pairs() function (pygeodesy.streprs): True
# lazily imported pygeodesy.parse3llh from .dms by PyGeodesy/test/testModules.py line 20
    test 395 pygeodesy.parse3llh() function (pygeodesy.dms): True
# lazily imported pygeodesy.parseDDDMMSS from .dms by PyGeodesy/test/testModules.py line 20
    test 396 pygeodesy.parseDDDMMSS() function (pygeodesy.dms): True
# lazily imported pygeodesy.parseDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 397 pygeodesy.parseDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.parseDMS2 from .dms by PyGeodesy/test/testModules.py line 20
    test 398 pygeodesy.parseDMS2() function (pygeodesy.dms): True
# lazily imported pygeodesy.parseETM5 from .etm by PyGeodesy/test/testModules.py line 20
    test 399 pygeodesy.parseETM5() function (pygeodesy.etm): True
# lazily imported pygeodesy.parseMGRS from .mgrs by PyGeodesy/test/testModules.py line 20
    test 400 pygeodesy.parseMGRS() function (pygeodesy.mgrs): True
# lazily imported pygeodesy.parseOSGR from .osgr by PyGeodesy/test/testModules.py line 20
    test 401 pygeodesy.parseOSGR() function (pygeodesy.osgr): True
# lazily imported pygeodesy.parseRad from .dms by PyGeodesy/test/testModules.py line 20
    test 402 pygeodesy.parseRad() function (pygeodesy.dms): True
# lazily imported pygeodesy.parseUPS5 from .ups by PyGeodesy/test/testModules.py line 20
    test 403 pygeodesy.parseUPS5() function (pygeodesy.ups): True
# lazily imported pygeodesy.parseUTM from .deprecated by PyGeodesy/test/testModules.py line 20
    test 404 pygeodesy.parseUTM() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.parseUTM5 from .utm by PyGeodesy/test/testModules.py line 20
    test 405 pygeodesy.parseUTM5() function (pygeodesy.utm): True
# lazily imported pygeodesy.parseUTMUPS5 from .utmups by PyGeodesy/test/testModules.py line 20
    test 406 pygeodesy.parseUTMUPS5() function (pygeodesy.utmups): True
# lazily imported pygeodesy.parseWM from .webmercator by PyGeodesy/test/testModules.py line 20
    test 407 pygeodesy.parseWM() function (pygeodesy.webmercator): True
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testModules.py line 20
    test 408 pygeodesy.perimeterOf() function (pygeodesy.points): True
# lazily imported pygeodesy.perimeterof from .points by PyGeodesy/test/testModules.py line 20
    test 409 pygeodesy.perimeterof() function (pygeodesy.points): True
# lazily imported pygeodesy.philam2n_xyz from .formy by PyGeodesy/test/testModules.py line 20
    test 410 pygeodesy.philam2n_xyz() function (pygeodesy.formy): True
    test 411 pygeodesy.points module: True
# lazily imported pygeodesy.points2 from .formy by PyGeodesy/test/testModules.py line 20
    test 412 pygeodesy.points2() function (pygeodesy.formy): True
# lazily imported pygeodesy.polygon from .formy by PyGeodesy/test/testModules.py line 20
    test 413 pygeodesy.polygon() function (pygeodesy.formy): True
# lazily imported pygeodesy.precision from .dms by PyGeodesy/test/testModules.py line 20
    test 414 pygeodesy.precision() function (pygeodesy.dms): True
    test 415 pygeodesy.property_RO() class (pygeodesy.basics): True
# lazily imported pygeodesy.property_doc_ from .basics by PyGeodesy/test/testModules.py line 20
    test 416 pygeodesy.property_doc_() function (pygeodesy.basics): True
    test 417 pygeodesy.pygeodesy_abspath str: True
# lazily imported pygeodesy.radians from .utily by PyGeodesy/test/testModules.py line 20
    test 418 pygeodesy.radians class builtin_function_or_method (math): True
# lazily imported pygeodesy.radiansPI from .utily by PyGeodesy/test/testModules.py line 20
    test 419 pygeodesy.radiansPI() function (pygeodesy.utily): True
# lazily imported pygeodesy.radiansPI2 from .utily by PyGeodesy/test/testModules.py line 20
    test 420 pygeodesy.radiansPI2() function (pygeodesy.utily): True
# lazily imported pygeodesy.radiansPI_2 from .utily by PyGeodesy/test/testModules.py line 20
    test 421 pygeodesy.radiansPI_2() function (pygeodesy.utily): True
# lazily imported pygeodesy.randomrangenerator from .hausdorff by PyGeodesy/test/testModules.py line 20
    test 422 pygeodesy.randomrangenerator() function (pygeodesy.hausdorff): True
# lazily imported pygeodesy.rangerrors from .errors by PyGeodesy/test/testModules.py line 20
    test 423 pygeodesy.rangerrors() function (pygeodesy.errors): True
# lazily imported pygeodesy.reprs from .streprs by PyGeodesy/test/testModules.py line 20
    test 424 pygeodesy.reprs() function (pygeodesy.streprs): True
# lazily imported pygeodesy.scalar from .deprecated by PyGeodesy/test/testModules.py line 20
    test 425 pygeodesy.scalar() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.simplify by PyGeodesy/test/testModules.py line 20
    test 426 pygeodesy.simplify module: True
# lazily imported pygeodesy.simplify1 from .simplify by PyGeodesy/test/testModules.py line 20
    test 427 pygeodesy.simplify1() function (pygeodesy.simplify): True
# lazily imported pygeodesy.simplify2 from .simplify by PyGeodesy/test/testModules.py line 20
    test 428 pygeodesy.simplify2() function (pygeodesy.simplify): True
# lazily imported pygeodesy.simplifyRDP from .simplify by PyGeodesy/test/testModules.py line 20
    test 429 pygeodesy.simplifyRDP() function (pygeodesy.simplify): True
# lazily imported pygeodesy.simplifyRDPm from .simplify by PyGeodesy/test/testModules.py line 20
    test 430 pygeodesy.simplifyRDPm() function (pygeodesy.simplify): True
# lazily imported pygeodesy.simplifyRW from .simplify by PyGeodesy/test/testModules.py line 20
    test 431 pygeodesy.simplifyRW() function (pygeodesy.simplify): True
# lazily imported pygeodesy.simplifyVW from .simplify by PyGeodesy/test/testModules.py line 20
    test 432 pygeodesy.simplifyVW() function (pygeodesy.simplify): True
# lazily imported pygeodesy.simplifyVWm from .simplify by PyGeodesy/test/testModules.py line 20
    test 433 pygeodesy.simplifyVWm() function (pygeodesy.simplify): True
# lazily imported pygeodesy.sincos2 from .utily by PyGeodesy/test/testModules.py line 20
    test 434 pygeodesy.sincos2() function (pygeodesy.utily): True
# lazily imported pygeodesy.sincos2d from .utily by PyGeodesy/test/testModules.py line 20
    test 435 pygeodesy.sincos2d() function (pygeodesy.utily): True
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testModules.py line 20
    test 436 pygeodesy.sphericalNvector module: True
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testModules.py line 20
    test 437 pygeodesy.sphericalTrigonometry module: True
# lazily imported pygeodesy.splice from .utily by PyGeodesy/test/testModules.py line 20
    test 438 pygeodesy.splice() function (pygeodesy.utily): True
# lazily imported pygeodesy.sqrt3 from .fmath by PyGeodesy/test/testModules.py line 20
    test 439 pygeodesy.sqrt3() function (pygeodesy.fmath): True
    test 440 pygeodesy.streprs module: True
# lazily imported pygeodesy.strs from .streprs by PyGeodesy/test/testModules.py line 20
    test 441 pygeodesy.strs() function (pygeodesy.streprs): True
# lazily imported pygeodesy.tanPI_2_2 from .utily by PyGeodesy/test/testModules.py line 20
    test 442 pygeodesy.tanPI_2_2() function (pygeodesy.utily): True
# lazily imported pygeodesy.tan_2 from .utily by PyGeodesy/test/testModules.py line 20
    test 443 pygeodesy.tan_2() function (pygeodesy.utily): True
# lazily imported pygeodesy.thomas from .formy by PyGeodesy/test/testModules.py line 20
    test 444 pygeodesy.thomas() function (pygeodesy.formy): True
# lazily imported pygeodesy.thomas_ from .formy by PyGeodesy/test/testModules.py line 20
    test 445 pygeodesy.thomas_() function (pygeodesy.formy): True
# lazily imported pygeodesy.toCss from .css by PyGeodesy/test/testModules.py line 20
    test 446 pygeodesy.toCss() function (pygeodesy.css): True
# lazily imported pygeodesy.toDMS from .dms by PyGeodesy/test/testModules.py line 20
    test 447 pygeodesy.toDMS() function (pygeodesy.dms): True
# lazily imported pygeodesy.toEtm8 from .etm by PyGeodesy/test/testModules.py line 20
    test 448 pygeodesy.toEtm8() function (pygeodesy.etm): True
# lazily imported pygeodesy.toLcc from .lcc by PyGeodesy/test/testModules.py line 20
    test 449 pygeodesy.toLcc() function (pygeodesy.lcc): True
# lazily imported pygeodesy.toMgrs from .mgrs by PyGeodesy/test/testModules.py line 20
    test 450 pygeodesy.toMgrs() function (pygeodesy.mgrs): True
# lazily imported pygeodesy.toOsgr from .osgr by PyGeodesy/test/testModules.py line 20
    test 451 pygeodesy.toOsgr() function (pygeodesy.osgr): True
# lazily imported pygeodesy.toUps8 from .ups by PyGeodesy/test/testModules.py line 20
    test 452 pygeodesy.toUps8() function (pygeodesy.ups): True
# lazily imported pygeodesy.toUtm from .deprecated by PyGeodesy/test/testModules.py line 20
    test 453 pygeodesy.toUtm() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.toUtm8 from .utm by PyGeodesy/test/testModules.py line 20
    test 454 pygeodesy.toUtm8() function (pygeodesy.utm): True
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testModules.py line 20
    test 455 pygeodesy.toUtmUps8() function (pygeodesy.utmups): True
# lazily imported pygeodesy.toWm from .webmercator by PyGeodesy/test/testModules.py line 20
    test 456 pygeodesy.toWm() function (pygeodesy.webmercator): True
    test 457 pygeodesy.trf module: True
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testModules.py line 20
    test 458 pygeodesy.unStr() function (pygeodesy.streprs): True
    test 459 pygeodesy.units module: True
# lazily imported pygeodesy.unroll180 from .utily by PyGeodesy/test/testModules.py line 20
    test 460 pygeodesy.unroll180() function (pygeodesy.utily): True
# lazily imported pygeodesy.unrollPI from .utily by PyGeodesy/test/testModules.py line 20
    test 461 pygeodesy.unrollPI() function (pygeodesy.utily): True
# lazily imported pygeodesy.unstr from .streprs by PyGeodesy/test/testModules.py line 20
    test 462 pygeodesy.unstr() function (pygeodesy.streprs): True
    test 463 pygeodesy.ups module: True
# lazily imported pygeodesy.upsZoneBand5 from .ups by PyGeodesy/test/testModules.py line 20
    test 464 pygeodesy.upsZoneBand5() function (pygeodesy.ups): True
    test 465 pygeodesy.utily module: True
    test 466 pygeodesy.utm module: True
# lazily imported pygeodesy.utmZoneBand2 from .deprecated by PyGeodesy/test/testModules.py line 20
    test 467 pygeodesy.utmZoneBand2() function (pygeodesy.deprecated): True
# lazily imported pygeodesy.utmZoneBand5 from .utm by PyGeodesy/test/testModules.py line 20
    test 468 pygeodesy.utmZoneBand5() function (pygeodesy.utm): True
    test 469 pygeodesy.utmups module: True
# lazily imported pygeodesy.utmupsValidate from .utmups by PyGeodesy/test/testModules.py line 20
    test 470 pygeodesy.utmupsValidate() function (pygeodesy.utmups): True
# lazily imported pygeodesy.utmupsValidateOK from .utmups by PyGeodesy/test/testModules.py line 20
    test 471 pygeodesy.utmupsValidateOK() function (pygeodesy.utmups): True
# lazily imported pygeodesy.utmupsZoneBand5 from .utmups by PyGeodesy/test/testModules.py line 20
    test 472 pygeodesy.utmupsZoneBand5() function (pygeodesy.utmups): True
    test 473 pygeodesy.vector3d module: True
    test 474 pygeodesy.version str: True
# lazily imported pygeodesy.vincentys from .formy by PyGeodesy/test/testModules.py line 20
    test 475 pygeodesy.vincentys() function (pygeodesy.formy): True
# lazily imported pygeodesy.vincentys_ from .formy by PyGeodesy/test/testModules.py line 20
    test 476 pygeodesy.vincentys_() function (pygeodesy.formy): True
    test 477 pygeodesy.webmercator module: True
    test 478 pygeodesy.wgrs module: True
# lazily imported pygeodesy.wrap180 from .utily by PyGeodesy/test/testModules.py line 20
    test 479 pygeodesy.wrap180() function (pygeodesy.utily): True
# lazily imported pygeodesy.wrap360 from .utily by PyGeodesy/test/testModules.py line 20
    test 480 pygeodesy.wrap360() function (pygeodesy.utily): True
# lazily imported pygeodesy.wrap90 from .utily by PyGeodesy/test/testModules.py line 20
    test 481 pygeodesy.wrap90() function (pygeodesy.utily): True
# lazily imported pygeodesy.wrapPI from .utily by PyGeodesy/test/testModules.py line 20
    test 482 pygeodesy.wrapPI() function (pygeodesy.utily): True
# lazily imported pygeodesy.wrapPI2 from .utily by PyGeodesy/test/testModules.py line 20
    test 483 pygeodesy.wrapPI2() function (pygeodesy.utily): True
# lazily imported pygeodesy.wrapPI_2 from .utily by PyGeodesy/test/testModules.py line 20
    test 484 pygeodesy.wrapPI_2() function (pygeodesy.utily): True

    testModule(pygeodesy.bases, 19.10.20)

    testModule(pygeodesy.basics, 20.06.15)
    test 485 basics.EPS float: True
    test 486 basics.EPS1 float: True
    test 487 basics.EPS1_2 float: True
    test 488 basics.EPS_2 float: True
    test 489 basics.INF float: True
    test 490 basics.MANTIS int: True
    test 491 basics.MAX float: True
    test 492 basics.MIN float: True
    test 493 basics.NAN float: True
    test 494 basics.NEG0 float: True
    test 495 basics.NN str: True
    test 496 basics.PI float: True
    test 497 basics.PI2 float: True
    test 498 basics.PI_2 float: True
    test 499 basics.PI_4 float: True
    test 500 basics.R_M float: True
    test 501 basics.clips() function: True
    test 502 basics.halfs2() function: True
    test 503 basics.isfinite class builtin_function_or_method (math): True
    test 504 basics.isinf class builtin_function_or_method (math): True
    test 505 basics.isint() function: True
    test 506 basics.isnan class builtin_function_or_method (math): True
    test 507 basics.isneg0() function: True
    test 508 basics.isscalar() function: True
    test 509 basics.issequence() function: True
    test 510 basics.isstr() function: True
    test 511 basics.issubclassof() function: True
    test 512 basics.len2() function: True
    test 513 basics.map1() function: True
    test 514 basics.map2() function: True
    test 515 basics.property_RO() class: True
    test 516 basics.property_doc_() function: True

    testModule(pygeodesy.clipy, 20.06.17)
    test 517 clipy.ClipError() class: True
    test 518 clipy.clipCS3() function: True
    test 519 clipy.clipSH() function: True
    test 520 clipy.clipSH3() function: True

    testModule(pygeodesy.css, 20.05.14)
    test 521 css.CSSError() class: True
    test 522 css.CassiniSoldner() class: True
    test 523 css.Css() class: True
    test 524 css.toCss() function: True

    testModule(pygeodesy.datum, 20.06.20)
    test 525 datum.Datum() class: True
    test 526 datum.Datums class pygeodesy.named._NamedEnum (pygeodesy.named): True
    test 527 datum.Ellipsoid() class: True
    test 528 datum.Ellipsoids class pygeodesy.named._NamedEnum (pygeodesy.named): True
    test 529 datum.R_FM float (pygeodesy.units): True
    test 530 datum.R_KM float (pygeodesy.units): True
    test 531 datum.R_M float (pygeodesy.units): True
    test 532 datum.R_MA float (pygeodesy.units): True
    test 533 datum.R_MB float (pygeodesy.units): True
    test 534 datum.R_NM float (pygeodesy.units): True
    test 535 datum.R_SM float (pygeodesy.units): True
    test 536 datum.R_VM float (pygeodesy.units): True
    test 537 datum.Transform() class: True
    test 538 datum.Transforms class pygeodesy.named._NamedEnum (pygeodesy.named): True

    testModule(pygeodesy.deprecated, 20.05.14)
    test 539 deprecated.HeightIDW() class: True
    test 540 deprecated.HeightIDW2() class: True
    test 541 deprecated.HeightIDW3() class: True
    test 542 deprecated.OK str: True
    test 543 deprecated.RefFrameError() class: True
    test 544 deprecated.anStr() function: True
    test 545 deprecated.areaof() function: True
    test 546 deprecated.bounds() function: True
    test 547 deprecated.clipDMS() function: True
    test 548 deprecated.clipStr() function: True
    test 549 deprecated.decodeEPSG2() function: True
    test 550 deprecated.enStr2() function: True
    test 551 deprecated.encodeEPSG() function: True
    test 552 deprecated.equirectangular3() function: True
    test 553 deprecated.fStr() function: True
    test 554 deprecated.fStrzs() function: True
    test 555 deprecated.false2f() function: True
    test 556 deprecated.falsed2f() function: True
    test 557 deprecated.hypot3() function: True
    test 558 deprecated.inStr() function: True
    test 559 deprecated.isenclosedby() function: True
    test 560 deprecated.nearestOn3() function: True
    test 561 deprecated.nearestOn4() function: True
    test 562 deprecated.parseUTM() function: True
    test 563 deprecated.perimeterof() function: True
    test 564 deprecated.polygon() function: True
    test 565 deprecated.scalar() function: True
    test 566 deprecated.simplify2() function: True
    test 567 deprecated.toUtm() function: True
    test 568 deprecated.unStr() function: True
    test 569 deprecated.utmZoneBand2() function: True

    testModule(pygeodesy.dms, 20.06.12)
    test 570 dms.F_D str: True
    test 571 dms.F_DEG str: True
    test 572 dms.F_DEG_ str: True
    test 573 dms.F_DEG__ str: True
    test 574 dms.F_DM str: True
    test 575 dms.F_DMS str: True
    test 576 dms.F_DMS_ str: True
    test 577 dms.F_DMS__ str: True
    test 578 dms.F_DM_ str: True
    test 579 dms.F_DM__ str: True
    test 580 dms.F_D_ str: True
    test 581 dms.F_D__ str: True
    test 582 dms.F_MIN str: True
    test 583 dms.F_MIN_ str: True
    test 584 dms.F_MIN__ str: True
    test 585 dms.F_RAD str: True
    test 586 dms.F_RAD_ str: True
    test 587 dms.F_RAD__ str: True
    test 588 dms.F_SEC str: True
    test 589 dms.F_SEC_ str: True
    test 590 dms.F_SEC__ str: True
    test 591 dms.F__E str: True
    test 592 dms.F__E_ str: True
    test 593 dms.F__E__ str: True
    test 594 dms.F__F str: True
    test 595 dms.F__F_ str: True
    test 596 dms.F__F__ str: True
    test 597 dms.F__G str: True
    test 598 dms.F__G_ str: True
    test 599 dms.F__G__ str: True
    test 600 dms.ParseError() class (pygeodesy.errors): True
    test 601 dms.S_DEG str: True
    test 602 dms.S_MIN str: True
    test 603 dms.S_RAD str: True
    test 604 dms.S_SEC str: True
    test 605 dms.S_SEP str: True
    test 606 dms.bearingDMS() function: True
    test 607 dms.clipDegrees() function: True
    test 608 dms.clipRadians() function: True
    test 609 dms.compassDMS() function: True
    test 610 dms.compassPoint() function: True
    test 611 dms.degDMS() function: True
    test 612 dms.latDMS() function: True
    test 613 dms.latlonDMS() function: True
    test 614 dms.lonDMS() function: True
    test 615 dms.normDMS() function: True
    test 616 dms.parse3llh() function: True
    test 617 dms.parseDDDMMSS() function: True
    test 618 dms.parseDMS() function: True
    test 619 dms.parseDMS2() function: True
    test 620 dms.parseRad() function: True
    test 621 dms.precision() function: True
    test 622 dms.toDMS() function: True

    testModule(pygeodesy.ecef, 20.06.24)
    test 623 ecef.EcefCartesian() class: True
    test 624 ecef.EcefError() class: True
    test 625 ecef.EcefKarney() class: True
    test 626 ecef.EcefMatrix() class: True
    test 627 ecef.EcefSudano() class: True
    test 628 ecef.EcefVeness() class: True
    test 629 ecef.EcefYou() class: True

    testModule(pygeodesy.elevations, 20.05.14)
    test 630 elevations.elevation2() function: True
    test 631 elevations.geoidHeight2() function: True

    testModule(pygeodesy.ellipsoidalKarney, 20.06.16)
    test 632 ellipsoidalKarney.Cartesian() class: True
    test 633 ellipsoidalKarney.LatLon() class: True
    test 634 ellipsoidalKarney.areaOf() function: True
    test 635 ellipsoidalKarney.isclockwise() function: True
    test 636 ellipsoidalKarney.ispolar() function (pygeodesy.points): True
    test 637 ellipsoidalKarney.perimeterOf() function: True

    testModule(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 638 ellipsoidalNvector.Cartesian() class: True
    test 639 ellipsoidalNvector.LatLon() class: True
    test 640 ellipsoidalNvector.Ned() class: True
    test 641 ellipsoidalNvector.Nvector() class: True
    test 642 ellipsoidalNvector.meanOf() function: True
    test 643 ellipsoidalNvector.sumOf() function: True
    test 644 ellipsoidalNvector.toNed() function: True

    testModule(pygeodesy.ellipsoidalVincenty, 20.06.16)
    test 645 ellipsoidalVincenty.Cartesian() class: True
    test 646 ellipsoidalVincenty.LatLon() class: True
    test 647 ellipsoidalVincenty.VincentyError() class: True
    test 648 ellipsoidalVincenty.ispolar() function (pygeodesy.points): True

    testModule(pygeodesy.elliptic, 20.05.08)
    test 649 elliptic.Elliptic() class: True
    test 650 elliptic.EllipticError() class: True

    testModule(pygeodesy.epsg, 20.05.14)
    test 651 epsg.EPSGError() class: True
    test 652 epsg.Epsg() class: True
    test 653 epsg.decode2() function: True
    test 654 epsg.encode() function: True

    testModule(pygeodesy.errors, 20.07.01)
    test 655 errors.CrossError() class: True
    test 656 errors.IntersectionError() class: True
    test 657 errors.LenError() class: True
    test 658 errors.LimitError() class: True
    test 659 errors.PointsError() class: True
    test 660 errors.RangeError() class: True
    test 661 errors.SciPyError() class: True
    test 662 errors.SciPyWarning() class: True
    test 663 errors.crosserrors() function: True
    test 664 errors.exception_chaining() function: True
    test 665 errors.limiterrors() function: True
    test 666 errors.rangerrors() function: True

    testModule(pygeodesy.etm, 20.05.14)
    test 667 etm.ETMError() class: True
    test 668 etm.Etm() class: True
    test 669 etm.ExactTransverseMercator() class: True
    test 670 etm.parseETM5() function: True
    test 671 etm.toEtm8() function: True

    testModule(pygeodesy.fmath, 20.05.15)
    test 672 fmath.Fdot() class: True
    test 673 fmath.Fhorner() class: True
    test 674 fmath.Fpolynomial() class: True
    test 675 fmath.Fsum() class: True
    test 676 fmath.acos1() function: True
    test 677 fmath.cbrt() function: True
    test 678 fmath.cbrt2() function: True
    test 679 fmath.favg() function: True
    test 680 fmath.fdot() function: True
    test 681 fmath.fdot3() function: True
    test 682 fmath.fhorner() function: True
    test 683 fmath.fidw() function: True
    test 684 fmath.fmean() function: True
    test 685 fmath.fpolynomial() function: True
    test 686 fmath.fpowers() function: True
    test 687 fmath.fprod() function: True
    test 688 fmath.frange() function: True
    test 689 fmath.freduce class builtin_function_or_method (_functools): True
    test 690 fmath.fsum class builtin_function_or_method (math): True
    test 691 fmath.fsum_() function: True
    test 692 fmath.hypot class builtin_function_or_method (math): True
    test 693 fmath.hypot1() function: True
    test 694 fmath.hypot2() function: True
    test 695 fmath.hypot_() function: True
    test 696 fmath.sqrt3() function: True

    testModule(pygeodesy.formy, 20.06.17)
    test 697 formy.antipode() function: True
    test 698 formy.antipode_() function: True
    test 699 formy.bearing() function: True
    test 700 formy.bearing_() function: True
    test 701 formy.compassAngle() function: True
    test 702 formy.cosineAndoyerLambert() function: True
    test 703 formy.cosineAndoyerLambert_() function: True
    test 704 formy.cosineForsytheAndoyerLambert() function: True
    test 705 formy.cosineForsytheAndoyerLambert_() function: True
    test 706 formy.cosineLaw() function: True
    test 707 formy.cosineLaw_() function: True
    test 708 formy.equirectangular() function: True
    test 709 formy.equirectangular_() function: True
    test 710 formy.euclidean() function: True
    test 711 formy.euclidean_() function: True
    test 712 formy.flatLocal() function: True
    test 713 formy.flatLocal_() function: True
    test 714 formy.flatPolar() function: True
    test 715 formy.flatPolar_() function: True
    test 716 formy.haversine() function: True
    test 717 formy.haversine_() function: True
    test 718 formy.heightOf() function: True
    test 719 formy.horizon() function: True
    test 720 formy.hubeny() function: True
    test 721 formy.hubeny_() function: True
    test 722 formy.isantipode() function: True
    test 723 formy.isantipode_() function: True
    test 724 formy.latlon2n_xyz() function: True
    test 725 formy.n_xyz2latlon() function: True
    test 726 formy.n_xyz2philam() function: True
    test 727 formy.philam2n_xyz() function: True
    test 728 formy.points2() function: True
    test 729 formy.thomas() function: True
    test 730 formy.thomas_() function: True
    test 731 formy.vincentys() function: True
    test 732 formy.vincentys_() function: True

    testModule(pygeodesy.frechet, 20.06.25)
    test 733 frechet.Frechet() class: True
    test 734 frechet.FrechetCosineAndoyerLambert() class: True
    test 735 frechet.FrechetCosineForsytheAndoyerLambert() class: True
    test 736 frechet.FrechetCosineLaw() class: True
    test 737 frechet.FrechetDegrees() class: True
    test 738 frechet.FrechetDistanceTo() class: True
    test 739 frechet.FrechetEquirectangular() class: True
    test 740 frechet.FrechetError() class: True
    test 741 frechet.FrechetEuclidean() class: True
    test 742 frechet.FrechetFlatLocal() class: True
    test 743 frechet.FrechetFlatPolar() class: True
    test 744 frechet.FrechetHaversine() class: True
    test 745 frechet.FrechetHubeny() class: True
    test 746 frechet.FrechetKarney() class: True
    test 747 frechet.FrechetRadians() class: True
    test 748 frechet.FrechetThomas() class: True
    test 749 frechet.FrechetVincentys() class: True
    test 750 frechet.fractional() function: True
    test 751 frechet.frechet_() function: True

    testModule(pygeodesy.gars, 20.05.14)
    test 752 gars.GARSError() class: True
    test 753 gars.Garef() class: True
    test 754 gars.decode3() function: True
    test 755 gars.encode() function: True
    test 756 gars.precision() function: True
    test 757 gars.resolution() function: True

    testModule(pygeodesy.geohash, 20.05.14)
    test 758 geohash.Geohash() class: True
    test 759 geohash.GeohashError() class: True
    test 760 geohash.bounds() function: True
    test 761 geohash.decode() function: True
    test 762 geohash.decode_error() function: True
    test 763 geohash.distance1() function: True
    test 764 geohash.distance2() function: True
    test 765 geohash.distance3() function: True
    test 766 geohash.encode() function: True
    test 767 geohash.neighbors() function: True
    test 768 geohash.precision() function: True
    test 769 geohash.resolution2() function: True
    test 770 geohash.sizes() function: True

    testModule(pygeodesy.geoids, 20.06.25)
    test 771 geoids.GeoidError() class: True
    test 772 geoids.GeoidG2012B() class: True
    test 773 geoids.GeoidKarney() class: True
    test 774 geoids.GeoidPGM() class: True
    test 775 geoids.PGMError() class: True
    test 776 geoids.egmGeoidHeights() function: True

    testModule(pygeodesy.hausdorff, 20.06.25)
    test 777 hausdorff.Hausdorff() class: True
    test 778 hausdorff.HausdorffCosineAndoyerLambert() class: True
    test 779 hausdorff.HausdorffCosineForsytheAndoyerLambert() class: True
    test 780 hausdorff.HausdorffCosineLaw() class: True
    test 781 hausdorff.HausdorffDegrees() class: True
    test 782 hausdorff.HausdorffDistanceTo() class: True
    test 783 hausdorff.HausdorffEquirectangular() class: True
    test 784 hausdorff.HausdorffError() class: True
    test 785 hausdorff.HausdorffEuclidean() class: True
    test 786 hausdorff.HausdorffFlatLocal() class: True
    test 787 hausdorff.HausdorffFlatPolar() class: True
    test 788 hausdorff.HausdorffHaversine() class: True
    test 789 hausdorff.HausdorffHubeny() class: True
    test 790 hausdorff.HausdorffKarney() class: True
    test 791 hausdorff.HausdorffRadians() class: True
    test 792 hausdorff.HausdorffThomas() class: True
    test 793 hausdorff.HausdorffVincentys() class: True
    test 794 hausdorff.hausdorff_() function: True
    test 795 hausdorff.randomrangenerator() function: True

    testModule(pygeodesy.heights, 20.06.25)
    test 796 heights.HeightCubic() class: True
    test 797 heights.HeightError() class: True
    test 798 heights.HeightIDWcosineAndoyerLambert() class: True
    test 799 heights.HeightIDWcosineForsytheAndoyerLambert() class: True
    test 800 heights.HeightIDWcosineLaw() class: True
    test 801 heights.HeightIDWdistanceTo() class: True
    test 802 heights.HeightIDWequirectangular() class: True
    test 803 heights.HeightIDWeuclidean() class: True
    test 804 heights.HeightIDWflatLocal() class: True
    test 805 heights.HeightIDWflatPolar() class: True
    test 806 heights.HeightIDWhaversine() class: True
    test 807 heights.HeightIDWhubeny() class: True
    test 808 heights.HeightIDWkarney() class: True
    test 809 heights.HeightIDWthomas() class: True
    test 810 heights.HeightIDWvincentys() class: True
    test 811 heights.HeightLSQBiSpline() class: True
    test 812 heights.HeightLinear() class: True
    test 813 heights.HeightSmoothBiSpline() class: True

    testModule(pygeodesy.karney, 20.06.05)

    testModule(pygeodesy.lazily, 20.06.18)
    test 814 lazily.LazyImportError() class: True
    test 815 lazily.isLazy int: True

    testModule(pygeodesy.lcc, 20.05.14)
    test 816 lcc.Conic() class: True
    test 817 lcc.Conics class pygeodesy.named._NamedEnum (pygeodesy.named): True
    test 818 lcc.LCCError() class: True
    test 819 lcc.Lcc() class: True
    test 820 lcc.toLcc() function: True

    testModule(pygeodesy.mgrs, 20.05.14)
    test 821 mgrs.MGRSError() class: True
    test 822 mgrs.Mgrs() class: True
    test 823 mgrs.parseMGRS() function: True
    test 824 mgrs.toMgrs() function: True

    testModule(pygeodesy.named, 20.05.15)
    test 825 named.classname() function: True
    test 826 named.classnaming() function: True
    test 827 named.modulename() function: True
    test 828 named.nameof() function: True

    testModule(pygeodesy.nvector, 19.10.20)
    test 829 nvector.NorthPole class pygeodesy.nvectorBase.NvectorBase (pygeodesy.nvectorBase): True
    test 830 nvector.Nvector() class (pygeodesy.nvectorBase): True
    test 831 nvector.SouthPole class pygeodesy.nvectorBase.NvectorBase (pygeodesy.nvectorBase): True
    test 832 nvector.sumOf() function (pygeodesy.nvectorBase): True

    testModule(pygeodesy.osgr, 20.05.14)
    test 833 osgr.OSGRError() class: True
    test 834 osgr.Osgr() class: True
    test 835 osgr.parseOSGR() function: True
    test 836 osgr.toOsgr() function: True

    testModule(pygeodesy.points, 20.05.14)
    test 837 points.LatLon2psxy() class: True
    test 838 points.LatLon_() class: True
    test 839 points.Numpy2LatLon() class: True
    test 840 points.Tuple2LatLon() class: True
    test 841 points.areaOf() function: True
    test 842 points.boundsOf() function: True
    test 843 points.centroidOf() function: True
    test 844 points.isclockwise() function: True
    test 845 points.isconvex() function: True
    test 846 points.isconvex_() function: True
    test 847 points.isenclosedBy() function: True
    test 848 points.ispolar() function: True
    test 849 points.nearestOn5() function: True
    test 850 points.perimeterOf() function: True

    testModule(pygeodesy.simplify, 20.05.08)
    test 851 simplify.simplify1() function: True
    test 852 simplify.simplifyRDP() function: True
    test 853 simplify.simplifyRDPm() function: True
    test 854 simplify.simplifyRW() function: True
    test 855 simplify.simplifyVW() function: True
    test 856 simplify.simplifyVWm() function: True

    testModule(pygeodesy.sphericalNvector, 20.06.16)
    test 857 sphericalNvector.Cartesian() class: True
    test 858 sphericalNvector.LatLon() class: True
    test 859 sphericalNvector.Nvector() class: True
    test 860 sphericalNvector.areaOf() function: True
    test 861 sphericalNvector.intersection() function: True
    test 862 sphericalNvector.ispolar() function (pygeodesy.points): True
    test 863 sphericalNvector.meanOf() function: True
    test 864 sphericalNvector.nearestOn2() function: True
    test 865 sphericalNvector.perimeterOf() function: True
    test 866 sphericalNvector.sumOf() function: True
    test 867 sphericalNvector.triangulate() function: True
    test 868 sphericalNvector.trilaterate() function: True

    testModule(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 869 sphericalTrigonometry.Cartesian() class: True
    test 870 sphericalTrigonometry.LatLon() class: True
    test 871 sphericalTrigonometry.areaOf() function: True
    test 872 sphericalTrigonometry.intersection() function: True
    test 873 sphericalTrigonometry.intersections2() function: True
    test 874 sphericalTrigonometry.isPoleEnclosedBy() function: True
    test 875 sphericalTrigonometry.ispolar() function (pygeodesy.points): True
    test 876 sphericalTrigonometry.meanOf() function: True
    test 877 sphericalTrigonometry.nearestOn2() function: True
    test 878 sphericalTrigonometry.nearestOn3() function: True
    test 879 sphericalTrigonometry.perimeterOf() function: True
    test 880 sphericalTrigonometry.sumOf() function (pygeodesy.vector3d): True

    testModule(pygeodesy.streprs, 20.06.24)
    test 881 streprs.anstr() function: True
    test 882 streprs.attrs() function: True
    test 883 streprs.enstr2() function: True
    test 884 streprs.fstr() function: True
    test 885 streprs.fstrzs() function: True
    test 886 streprs.instr() function: True
    test 887 streprs.pairs() function: True
    test 888 streprs.reprs() function: True
    test 889 streprs.strs() function: True
    test 890 streprs.unstr() function: True

    testModule(pygeodesy.trf, 20.05.14)
    test 891 trf.RefFrame() class: True
    test 892 trf.RefFrames class pygeodesy.named._NamedEnum (pygeodesy.named): True
    test 893 trf.TRFError() class: True
    test 894 trf.date2epoch() function: True
    test 895 trf.epoch2date() function: True

    testModule(pygeodesy.units, 20.05.15)
    test 896 units.Band() class: True
    test 897 units.Bearing() class: True
    test 898 units.Bearing_() class: True
    test 899 units.Degrees() class: True
    test 900 units.Distance() class: True
    test 901 units.Easting() class: True
    test 902 units.Feet() class: True
    test 903 units.Float() class: True
    test 904 units.Float_() class: True
    test 905 units.Height() class: True
    test 906 units.Int() class: True
    test 907 units.Int_() class: True
    test 908 units.Lam() class: True
    test 909 units.Lam_() class: True
    test 910 units.Lat() class: True
    test 911 units.Lon() class: True
    test 912 units.Meter() class: True
    test 913 units.Northing() class: True
    test 914 units.Number_() class: True
    test 915 units.Phi() class: True
    test 916 units.Phi_() class: True
    test 917 units.Precision_() class: True
    test 918 units.Radians() class: True
    test 919 units.Radius() class: True
    test 920 units.Radius_() class: True
    test 921 units.Scalar() class: True
    test 922 units.Scalar_() class: True
    test 923 units.Str() class: True
    test 924 units.UnitError() class: True
    test 925 units.Zone() class: True

    testModule(pygeodesy.ups, 20.05.14)
    test 926 ups.UPSError() class: True
    test 927 ups.Ups() class: True
    test 928 ups.parseUPS5() function: True
    test 929 ups.toUps8() function: True
    test 930 ups.upsZoneBand5() function: True

    testModule(pygeodesy.utily, 20.06.28)
    test 931 utily.degrees class builtin_function_or_method (math): True
    test 932 utily.degrees180() function: True
    test 933 utily.degrees2m() function: True
    test 934 utily.degrees360() function: True
    test 935 utily.degrees90() function: True
    test 936 utily.ft2m() function: True
    test 937 utily.isNumpy2() function: True
    test 938 utily.isPoints2() function: True
    test 939 utily.isTuple2() function: True
    test 940 utily.iterNumpy2() function: True
    test 941 utily.iterNumpy2over() function: True
    test 942 utily.m2NM() function: True
    test 943 utily.m2SM() function: True
    test 944 utily.m2degrees() function: True
    test 945 utily.m2ft() function: True
    test 946 utily.m2km() function: True
    test 947 utily.radians class builtin_function_or_method (math): True
    test 948 utily.radiansPI() function: True
    test 949 utily.radiansPI2() function: True
    test 950 utily.radiansPI_2() function: True
    test 951 utily.sincos2() function: True
    test 952 utily.sincos2d() function: True
    test 953 utily.splice() function: True
    test 954 utily.tanPI_2_2() function: True
    test 955 utily.tan_2() function: True
    test 956 utily.unroll180() function: True
    test 957 utily.unrollPI() function: True
    test 958 utily.wrap180() function: True
    test 959 utily.wrap360() function: True
    test 960 utily.wrap90() function: True
    test 961 utily.wrapPI() function: True
    test 962 utily.wrapPI2() function: True
    test 963 utily.wrapPI_2() function: True

    testModule(pygeodesy.utm, 20.05.14)
    test 964 utm.UTMError() class: True
    test 965 utm.Utm() class: True
    test 966 utm.parseUTM5() function: True
    test 967 utm.toUtm8() function: True
    test 968 utm.utmZoneBand5() function: True

    testModule(pygeodesy.utmups, 20.05.14)
    test 969 utmups.UTMUPSError() class: True
    test 970 utmups.UtmUps() function: True
    test 971 utmups.parseUTMUPS5() function: True
    test 972 utmups.toUtmUps8() function: True
    test 973 utmups.utmupsValidate() function: True
    test 974 utmups.utmupsValidateOK() function: True
    test 975 utmups.utmupsZoneBand5() function: True

    testModule(pygeodesy.vector3d, 20.05.14)
    test 976 vector3d.Vector3d() class: True
    test 977 vector3d.VectorError() class: True
    test 978 vector3d.sumOf() function: True

    testModule(pygeodesy.webmercator, 20.05.14)
    test 979 webmercator.WebMercatorError() class: True
    test 980 webmercator.Wm() class: True
    test 981 webmercator.parseWM() function: True
    test 982 webmercator.toWm() function: True

    testModule(pygeodesy.wgrs, 20.05.14)
    test 983 wgrs.Georef() class: True
    test 984 wgrs.WGRSError() class: True
    test 985 wgrs.decode3() function: True
    test 986 wgrs.decode5() function: True
    test 987 wgrs.encode() function: True
    test 988 wgrs.precision() function: True
    test 989 wgrs.resolution() function: True

    testPublic(pygeodesy, 20.07.01)
    test 990 Band() class: True
    test 991 Bearing() class: True
    test 992 Bearing_() class: True
    test 993 CSSError() class: True
    test 994 CassiniSoldner() class: True
    test 995 ClipError() class: True
    test 996 Conic() class: True
    test 997 Conics class pygeodesy.named._NamedEnum: True
    test 998 CrossError() class: True
    test 999 Css() class: True
    test 1000 Datum() class: True
    test 1001 Datums class pygeodesy.named._NamedEnum: True
    test 1002 Degrees() class: True
    test 1003 Distance() class: True
    test 1004 EPSGError() class: True
    test 1005 ETMError() class: True
    test 1006 Easting() class: True
    test 1007 EcefCartesian() class: True
    test 1008 EcefError() class: True
    test 1009 EcefKarney() class: True
    test 1010 EcefMatrix() class: True
    test 1011 EcefSudano() class: True
    test 1012 EcefVeness() class: True
    test 1013 EcefYou() class: True
    test 1014 Ellipsoid() class: True
    test 1015 Ellipsoids class pygeodesy.named._NamedEnum: True
    test 1016 Elliptic() class: True
    test 1017 EllipticError() class: True
    test 1018 Epsg() class: True
    test 1019 Etm() class: True
    test 1020 ExactTransverseMercator() class: True
    test 1021 Fdot() class: True
    test 1022 Feet() class: True
    test 1023 Fhorner() class: True
    test 1024 Float() class: True
    test 1025 Float_() class: True
    test 1026 Fpolynomial() class: True
    test 1027 Frechet() class: True
    test 1028 FrechetCosineAndoyerLambert() class: True
    test 1029 FrechetCosineForsytheAndoyerLambert() class: True
    test 1030 FrechetCosineLaw() class: True
    test 1031 FrechetDegrees() class: True
    test 1032 FrechetDistanceTo() class: True
    test 1033 FrechetEquirectangular() class: True
    test 1034 FrechetError() class: True
    test 1035 FrechetEuclidean() class: True
    test 1036 FrechetFlatLocal() class: True
    test 1037 FrechetFlatPolar() class: True
    test 1038 FrechetHaversine() class: True
    test 1039 FrechetHubeny() class: True
    test 1040 FrechetKarney() class: True
    test 1041 FrechetRadians() class: True
    test 1042 FrechetThomas() class: True
    test 1043 FrechetVincentys() class: True
    test 1044 Fsum() class: True
    test 1045 GARSError() class: True
    test 1046 Garef() class: True
    test 1047 Geohash() class: True
    test 1048 GeohashError() class: True
    test 1049 GeoidError() class: True
    test 1050 GeoidG2012B() class: True
    test 1051 GeoidKarney() class: True
    test 1052 GeoidPGM() class: True
    test 1053 Georef() class: True
    test 1054 Hausdorff() class: True
    test 1055 HausdorffCosineAndoyerLambert() class: True
    test 1056 HausdorffCosineForsytheAndoyerLambert() class: True
    test 1057 HausdorffCosineLaw() class: True
    test 1058 HausdorffDegrees() class: True
    test 1059 HausdorffDistanceTo() class: True
    test 1060 HausdorffEquirectangular() class: True
    test 1061 HausdorffError() class: True
    test 1062 HausdorffEuclidean() class: True
    test 1063 HausdorffFlatLocal() class: True
    test 1064 HausdorffFlatPolar() class: True
    test 1065 HausdorffHaversine() class: True
    test 1066 HausdorffHubeny() class: True
    test 1067 HausdorffKarney() class: True
    test 1068 HausdorffRadians() class: True
    test 1069 HausdorffThomas() class: True
    test 1070 HausdorffVincentys() class: True
    test 1071 Height() class: True
    test 1072 HeightCubic() class: True
    test 1073 HeightError() class: True
    test 1074 HeightIDW() class: True
    test 1075 HeightIDW2() class: True
    test 1076 HeightIDW3() class: True
    test 1077 HeightIDWcosineAndoyerLambert() class: True
    test 1078 HeightIDWcosineForsytheAndoyerLambert() class: True
    test 1079 HeightIDWcosineLaw() class: True
    test 1080 HeightIDWdistanceTo() class: True
    test 1081 HeightIDWequirectangular() class: True
    test 1082 HeightIDWeuclidean() class: True
    test 1083 HeightIDWflatLocal() class: True
    test 1084 HeightIDWflatPolar() class: True
    test 1085 HeightIDWhaversine() class: True
    test 1086 HeightIDWhubeny() class: True
    test 1087 HeightIDWkarney() class: True
    test 1088 HeightIDWthomas() class: True
    test 1089 HeightIDWvincentys() class: True
    test 1090 HeightLSQBiSpline() class: True
    test 1091 HeightLinear() class: True
    test 1092 HeightSmoothBiSpline() class: True
    test 1093 Int() class: True
    test 1094 Int_() class: True
    test 1095 IntersectionError() class: True
    test 1096 LCCError() class: True
    test 1097 Lam() class: True
    test 1098 Lam_() class: True
    test 1099 Lat() class: True
    test 1100 LatLon2psxy() class: True
    test 1101 LatLon_() class: True
    test 1102 LazyImportError() class: True
    test 1103 Lcc() class: True
    test 1104 LenError() class: True
    test 1105 LimitError() class: True
    test 1106 Lon() class: True
    test 1107 MGRSError() class: True
    test 1108 Meter() class: True
    test 1109 Mgrs() class: True
    test 1110 Northing() class: True
    test 1111 Number_() class: True
    test 1112 Numpy2LatLon() class: True
    test 1113 OSGRError() class: True
    test 1114 Osgr() class: True
    test 1115 PGMError() class: True
    test 1116 ParseError() class: True
    test 1117 Phi() class: True
    test 1118 Phi_() class: True
    test 1119 PointsError() class: True
    test 1120 Precision_() class: True
    test 1121 R_FM float: True
    test 1122 R_KM float: True
    test 1123 R_M float: True
    test 1124 R_MA float: True
    test 1125 R_MB float: True
    test 1126 R_NM float: True
    test 1127 R_SM float: True
    test 1128 R_VM float: True
    test 1129 Radians() class: True
    test 1130 Radius() class: True
    test 1131 Radius_() class: True
    test 1132 RangeError() class: True
    test 1133 RefFrame() class: True
    test 1134 RefFrameError() class: True
    test 1135 RefFrames class pygeodesy.named._NamedEnum: True
    test 1136 Scalar() class: True
    test 1137 Scalar_() class: True
    test 1138 SciPyError() class: True
    test 1139 SciPyWarning() class: True
    test 1140 Str() class: True
    test 1141 TRFError() class: True
    test 1142 Transform() class: True
    test 1143 Transforms class pygeodesy.named._NamedEnum: True
    test 1144 Tuple2LatLon() class: True
    test 1145 UPSError() class: True
    test 1146 UTMError() class: True
    test 1147 UTMUPSError() class: True
    test 1148 UnitError() class: True
    test 1149 Ups() class: True
    test 1150 Utm() class: True
    test 1151 UtmUps() function: True
    test 1152 Vector3d() class: True
    test 1153 VectorError() class: True
    test 1154 VincentyError() class: True
    test 1155 WGRSError() class: True
    test 1156 WebMercatorError() class: True
    test 1157 Wm() class: True
    test 1158 Zone() class: True
    test 1159 acos1() function: True
    test 1160 anStr() function: True
    test 1161 anstr() function: True
    test 1162 antipode() function: True
    test 1163 antipode_() function: True
    test 1164 areaOf() function: True
    test 1165 areaof() function: True
    test 1166 attrs() function: True
    test 1167 bearing() function: True
    test 1168 bearingDMS() function: True
    test 1169 bearing_() function: True
    test 1170 bounds() function: True
    test 1171 boundsOf() function: True
    test 1172 cbrt() function: True
    test 1173 cbrt2() function: True
    test 1174 centroidOf() function: True
    test 1175 classname() function: True
    test 1176 classnaming() function: True
    test 1177 clipCS3() function: True
    test 1178 clipDMS() function: True
    test 1179 clipDegrees() function: True
    test 1180 clipRadians() function: True
    test 1181 clipSH() function: True
    test 1182 clipSH3() function: True
    test 1183 clipStr() function: True
    test 1184 clips() function: True
    test 1185 compassAngle() function: True
    test 1186 compassDMS() function: True
    test 1187 compassPoint() function: True
    test 1188 cosineAndoyerLambert() function: True
    test 1189 cosineAndoyerLambert_() function: True
    test 1190 cosineForsytheAndoyerLambert() function: True
    test 1191 cosineForsytheAndoyerLambert_() function: True
    test 1192 cosineLaw() function: True
    test 1193 cosineLaw_() function: True
    test 1194 crosserrors() function: True
    test 1195 date2epoch() function: True
    test 1196 decodeEPSG2() function: True
    test 1197 degDMS() function: True
    test 1198 degrees180() function: True
    test 1199 degrees2m() function: True
    test 1200 degrees360() function: True
    test 1201 degrees90() function: True
    test 1202 egmGeoidHeights() function: True
    test 1203 elevation2() function: True
    test 1204 enStr2() function: True
    test 1205 encodeEPSG() function: True
    test 1206 enstr2() function: True
    test 1207 epoch2date() function: True
    test 1208 equirectangular() function: True
    test 1209 equirectangular3() function: True
    test 1210 equirectangular_() function: True
    test 1211 euclidean() function: True
    test 1212 euclidean_() function: True
    test 1213 exception_chaining() function: True
    test 1214 fStr() function: True
    test 1215 fStrzs() function: True
    test 1216 false2f() function: True
    test 1217 falsed2f() function: True
    test 1218 favg() function: True
    test 1219 fdot() function: True
    test 1220 fdot3() function: True
    test 1221 fhorner() function: True
    test 1222 fidw() function: True
    test 1223 flatLocal() function: True
    test 1224 flatLocal_() function: True
    test 1225 flatPolar() function: True
    test 1226 flatPolar_() function: True
    test 1227 fmean() function: True
    test 1228 fpolynomial() function: True
    test 1229 fpowers() function: True
    test 1230 fprod() function: True
    test 1231 fractional() function: True
    test 1232 frange() function: True
    test 1233 frechet_() function: True
    test 1234 freduce class builtin_function_or_method: True
    test 1235 fstr() function: True
    test 1236 fstrzs() function: True
    test 1237 fsum_() function: True
    test 1238 ft2m() function: True
    test 1239 geoidHeight2() function: True
    test 1240 halfs2() function: True
    test 1241 hausdorff_() function: True
    test 1242 haversine() function: True
    test 1243 haversine_() function: True
    test 1244 heightOf() function: True
    test 1245 horizon() function: True
    test 1246 hubeny() function: True
    test 1247 hubeny_() function: True
    test 1248 hypot1() function: True
    test 1249 hypot2() function: True
    test 1250 hypot3() function: True
    test 1251 hypot_() function: True
    test 1252 inStr() function: True
    test 1253 instr() function: True
    test 1254 isNumpy2() function: True
    test 1255 isPoints2() function: True
    test 1256 isTuple2() function: True
    test 1257 isantipode() function: True
    test 1258 isantipode_() function: True
    test 1259 isclockwise() function: True
    test 1260 isconvex() function: True
    test 1261 isconvex_() function: True
    test 1262 isenclosedBy() function: True
    test 1263 isenclosedby() function: True
    test 1264 isint() function: True
    test 1265 isneg0() function: True
    test 1266 ispolar() function: True
    test 1267 isscalar() function: True
    test 1268 issequence() function: True
    test 1269 isstr() function: True
    test 1270 issubclassof() function: True
    test 1271 iterNumpy2() function: True
    test 1272 iterNumpy2over() function: True
    test 1273 latDMS() function: True
    test 1274 latlon2n_xyz() function: True
    test 1275 latlonDMS() function: True
    test 1276 len2() function: True
    test 1277 limiterrors() function: True
    test 1278 lonDMS() function: True
    test 1279 m2NM() function: True
    test 1280 m2SM() function: True
    test 1281 m2degrees() function: True
    test 1282 m2ft() function: True
    test 1283 m2km() function: True
    test 1284 map1() function: True
    test 1285 map2() function: True
    test 1286 modulename() function: True
    test 1287 n_xyz2latlon() function: True
    test 1288 n_xyz2philam() function: True
    test 1289 nameof() function: True
    test 1290 nearestOn3() function: True
    test 1291 nearestOn4() function: True
    test 1292 nearestOn5() function: True
    test 1293 normDMS() function: True
    test 1294 pairs() function: True
    test 1295 parse3llh() function: True
    test 1296 parseDDDMMSS() function: True
    test 1297 parseDMS() function: True
    test 1298 parseDMS2() function: True
    test 1299 parseETM5() function: True
    test 1300 parseMGRS() function: True
    test 1301 parseOSGR() function: True
    test 1302 parseRad() function: True
    test 1303 parseUPS5() function: True
    test 1304 parseUTM() function: True
    test 1305 parseUTM5() function: True
    test 1306 parseUTMUPS5() function: True
    test 1307 parseWM() function: True
    test 1308 perimeterOf() function: True
    test 1309 perimeterof() function: True
    test 1310 philam2n_xyz() function: True
    test 1311 points2() function: True
    test 1312 polygon() function: True
    test 1313 precision() function: True
    test 1314 property_RO() class: True
    test 1315 property_doc_() function: True
    test 1316 radiansPI() function: True
    test 1317 radiansPI2() function: True
    test 1318 radiansPI_2() function: True
    test 1319 randomrangenerator() function: True
    test 1320 rangerrors() function: True
    test 1321 reprs() function: True
    test 1322 scalar() function: True
    test 1323 simplify1() function: True
    test 1324 simplify2() function: True
    test 1325 simplifyRDP() function: True
    test 1326 simplifyRDPm() function: True
    test 1327 simplifyRW() function: True
    test 1328 simplifyVW() function: True
    test 1329 simplifyVWm() function: True
    test 1330 sincos2() function: True
    test 1331 sincos2d() function: True
    test 1332 splice() function: True
    test 1333 sqrt3() function: True
    test 1334 strs() function: True
    test 1335 tanPI_2_2() function: True
    test 1336 tan_2() function: True
    test 1337 thomas() function: True
    test 1338 thomas_() function: True
    test 1339 toCss() function: True
    test 1340 toDMS() function: True
    test 1341 toEtm8() function: True
    test 1342 toLcc() function: True
    test 1343 toMgrs() function: True
    test 1344 toOsgr() function: True
    test 1345 toUps8() function: True
    test 1346 toUtm() function: True
    test 1347 toUtm8() function: True
    test 1348 toUtmUps8() function: True
    test 1349 toWm() function: True
    test 1350 unStr() function: True
    test 1351 unroll180() function: True
    test 1352 unrollPI() function: True
    test 1353 unstr() function: True
    test 1354 upsZoneBand5() function: True
    test 1355 utmZoneBand2() function: True
    test 1356 utmZoneBand5() function: True
    test 1357 utmupsValidate() function: True
    test 1358 utmupsValidateOK() function: True
    test 1359 utmupsZoneBand5() function: True
    test 1360 vincentys() function: True
    test 1361 vincentys_() function: True
    test 1362 wrap180() function: True
    test 1363 wrap360() function: True
    test 1364 wrap90() function: True
    test 1365 wrapPI() function: True
    test 1366 wrapPI2() function: True
    test 1367 wrapPI_2() function: True

    all 1367 testModules.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 285.451 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testNamed.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testNamed.py line 10
# lazily imported pygeodesy.clipy by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.css by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.elevations by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.elliptic by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.epsg by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.etm by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.frechet by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.geohash by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.geoids by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.hausdorff by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.mgrs by PyGeodesy/test/testNamed.py line 206
# lazily imported pygeodesy.webmercator by PyGeodesy/test/testNamed.py line 206

    testing testNamed.py 20.04.30 isLazy=3

    testing _Named() (pygeodesy.named, 20.05.15)
    test 1 _Named: _Named
    test 2 _Named: True
    test 3 _Named: ''
    test 4 Test: Test
    test 5 _Named 'Test': _Named 'Test'
    test 6 _Named 'Test': Test
    test 7 _Named 'Test': Test
    test 8 _Named 'Test': _Named 'Test'
    test 9 _Named 'Test': <_Named 'Test' at 0x7fc700d74550>  FAILED, KNOWN, expected _Named 'Test'
    test 10 _Named: 

    testing _NamedBase() (pygeodesy.named, 20.05.15)
    test 11 _NamedBase: _NamedBase
    test 12 _NamedBase: True
    test 13 _NamedBase: ''
    test 14 Test: Test
    test 15 _NamedBase 'Test': _NamedBase 'Test'
    test 16 _NamedBase 'Test': Test
    test 17 _NamedBase 'Test': Test
    test 18 _NamedBase 'Test': named._NamedBase.toStr(), MRO(named._Named): notOverloaded
    test 19 _NamedBase 'Test': named._NamedBase.toStr(), MRO(named._Named): notOverloaded
    test 20 _NamedBase: 

    testing _NamedDict() (pygeodesy.named, 20.05.15)
    test 21 _NamedDict: _NamedDict
    test 22 _NamedDict: True
    test 23 _NamedDict: ''
    test 24 Test: Test
    test 25 _NamedDict 'Test': _NamedDict 'Test'
    test 26 _NamedDict 'Test': Test
    test 27 _NamedDict 'Test': Test
    test 28 _NamedDict 'Test': {}
    test 29 _NamedDict 'Test': Test()  FAILED, KNOWN, expected {}
    test 30 _NamedDict: 

    testing _NamedEnum('Test',) (pygeodesy.named, 20.05.15)
    test 31 Test: _NamedEnum
    test 32 Test: True
    test 33 Test: 'Test'  FAILED, KNOWN, expected ''
    test 34 Test: Test
    test 35 _NamedEnum 'Test': _NamedEnum 'Test'
    test 36 _NamedEnum 'Test': Test
    test 37 _NamedEnum 'Test': Test
    test 38 _NamedEnum 'Test': Test.
    test 39 _NamedEnum 'Test':   FAILED, KNOWN, expected Test.
    test 40 _NamedEnum: 

    testing _NamedEnumItem() (pygeodesy.named, 20.05.15)
    test 41 _NamedEnumItem: _NamedEnumItem
    test 42 _NamedEnumItem: True
    test 43 _NamedEnumItem: ''
    test 44 Test: Test
    test 45 _NamedEnumItem 'Test': _NamedEnumItem 'Test'
    test 46 _NamedEnumItem 'Test': Test
    test 47 _NamedEnumItem 'Test': Test
    test 48 _NamedEnumItem 'Test': named._NamedEnumItem.toStr(), MRO(named._NamedBase, named._Named): notOverloaded
    test 49 _NamedEnumItem 'Test': named._NamedEnumItem.toStr(), MRO(named._NamedBase, named._Named): notOverloaded
    test 50 _NamedEnumItem: 

    testing LatLon2Tuple(0, 0) (pygeodesy.named, 20.05.15)
    test 51 LatLon2Tuple: LatLon2Tuple
    test 52 LatLon2Tuple: True
    test 53 LatLon2Tuple: ''
    test 54 Test: Test
    test 55 LatLon2Tuple 'Test': LatLon2Tuple 'Test'
    test 56 LatLon2Tuple 'Test': Test
    test 57 LatLon2Tuple 'Test': Test
    test 58 LatLon2Tuple 'Test': (0, 0)
    test 59 LatLon2Tuple 'Test': Test(lat=0, lon=0)  FAILED, KNOWN, expected (0, 0)
    test 60 LatLon2Tuple: 

    testing NamedDicts (pygeodesy.named, 20.05.15)

    testing NamedDicts (pygeodesy.geohash, 20.05.14)
<module 'pygeodesy.geohash' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/geohash.py'> Neighbors8Dict
    test 61 Neighbors8Dict: Neighbors8Dict
    test 62 Neighbors8Dict: 8-Dict C{(N, NE, E, SE, S, SW, W, NW)}
    test 63 Neighbors8Dict: 8

    testing NamedTuples (pygeodesy.named, 20.05.15)
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Bearing2Tuple
    test 64 Bearing2Tuple: Bearing2Tuple
    test 65 Bearing2Tuple: 2-Tuple C{(initial, final)}
    test 66 Bearing2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Bounds2Tuple
    test 67 Bounds2Tuple: Bounds2Tuple
    test 68 Bounds2Tuple: 2-Tuple C{(latlonSW, latlonNE)}
    test 69 Bounds2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Bounds4Tuple
    test 70 Bounds4Tuple: Bounds4Tuple
    test 71 Bounds4Tuple: 4-Tuple C{(latS, lonW, latN, lonE)}
    test 72 Bounds4Tuple: 4
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Destination2Tuple
    test 73 Destination2Tuple: Destination2Tuple
    test 74 Destination2Tuple: 2-Tuple C{(destination, final)}
    test 75 Destination2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Destination3Tuple
    test 76 Destination3Tuple: Destination3Tuple
    test 77 Destination3Tuple: 3-Tuple C{(lat, lon, final)}
    test 78 Destination3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Distance2Tuple
    test 79 Distance2Tuple: Distance2Tuple
    test 80 Distance2Tuple: 2-Tuple C{(distance, initial)}
    test 81 Distance2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Distance3Tuple
    test 82 Distance3Tuple: Distance3Tuple
    test 83 Distance3Tuple: 3-Tuple C{(distance, initial, final)}
    test 84 Distance3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Distance4Tuple
    test 85 Distance4Tuple: Distance4Tuple
    test 86 Distance4Tuple: 4-Tuple C{(distance2, delta_lat, delta_lon, unroll_lon2)}
    test 87 Distance4Tuple: 4
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> EasNor2Tuple
    test 88 EasNor2Tuple: EasNor2Tuple
    test 89 EasNor2Tuple: 2-Tuple C{(easting, northing)}
    test 90 EasNor2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> EasNor3Tuple
    test 91 EasNor3Tuple: EasNor3Tuple
    test 92 EasNor3Tuple: 3-Tuple C{(easting, northing, height)}
    test 93 EasNor3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> LatLon2Tuple
    test 94 LatLon2Tuple: LatLon2Tuple
    test 95 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 96 LatLon2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> LatLon3Tuple
    test 97 LatLon3Tuple: LatLon3Tuple
    test 98 LatLon3Tuple: 3-Tuple C{(lat, lon, height)}
    test 99 LatLon3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> LatLon4Tuple
    test 100 LatLon4Tuple: LatLon4Tuple
    test 101 LatLon4Tuple: 4-Tuple C{(lat, lon, height, datum)}
    test 102 LatLon4Tuple: 4
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> LatLonDatum3Tuple
    test 103 LatLonDatum3Tuple: LatLonDatum3Tuple
    test 104 LatLonDatum3Tuple: 3-Tuple C{(lat, lon, datum)}
    test 105 LatLonDatum3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> LatLonPrec3Tuple
    test 106 LatLonPrec3Tuple: LatLonPrec3Tuple
    test 107 LatLonPrec3Tuple: 3-Tuple C{(lat, lon, precision)}
    test 108 LatLonPrec3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> LatLonPrec5Tuple
    test 109 LatLonPrec5Tuple: LatLonPrec5Tuple
    test 110 LatLonPrec5Tuple: 5-Tuple C{(lat, lon, precision, height, radius)}
    test 111 LatLonPrec5Tuple: 5
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> NearestOn3Tuple
    test 112 NearestOn3Tuple: NearestOn3Tuple
    test 113 NearestOn3Tuple: 3-Tuple C{(closest, distance, angle)}
    test 114 NearestOn3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> PhiLam2Tuple
    test 115 PhiLam2Tuple: PhiLam2Tuple
    test 116 PhiLam2Tuple: 2-Tuple C{(phi, lam)}
    test 117 PhiLam2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> PhiLam3Tuple
    test 118 PhiLam3Tuple: PhiLam3Tuple
    test 119 PhiLam3Tuple: 3-Tuple C{(phi, lam, height)}
    test 120 PhiLam3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> PhiLam4Tuple
    test 121 PhiLam4Tuple: PhiLam4Tuple
    test 122 PhiLam4Tuple: 4-Tuple C{(phi, lam, height, datum)}
    test 123 PhiLam4Tuple: 4
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Points2Tuple
    test 124 Points2Tuple: Points2Tuple
    test 125 Points2Tuple: 2-Tuple C{(number, points)}
    test 126 Points2Tuple: 2
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Vector3Tuple
    test 127 Vector3Tuple: Vector3Tuple
    test 128 Vector3Tuple: 3-Tuple C{(x, y, z)}
    test 129 Vector3Tuple: 3
<module 'pygeodesy.named' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/named.py'> Vector4Tuple
    test 130 Vector4Tuple: Vector4Tuple
    test 131 Vector4Tuple: 4-Tuple C{(x, y, z, h)}
    test 132 Vector4Tuple: 4

    testing NamedTuples (pygeodesy.clipy, 20.06.17)
<module 'pygeodesy.clipy' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/clipy.py'> ClipCS3Tuple
    test 133 ClipCS3Tuple: ClipCS3Tuple
    test 134 ClipCS3Tuple: 3-Tuple C{(start, end, index)}
    test 135 ClipCS3Tuple: 3
<module 'pygeodesy.clipy' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/clipy.py'> ClipSH3Tuple
    test 136 ClipSH3Tuple: ClipSH3Tuple
    test 137 ClipSH3Tuple: 3-Tuple C{(start, end, original)}
    test 138 ClipSH3Tuple: 3

    testing NamedTuples (pygeodesy.css, 20.05.14)
<module 'pygeodesy.css' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/css.py'> EasNor2Tuple
    test 139 EasNor2Tuple: EasNor2Tuple
    test 140 EasNor2Tuple: 2-Tuple C{(easting, northing)}
    test 141 EasNor2Tuple: 2
<module 'pygeodesy.css' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/css.py'> EasNor3Tuple
    test 142 EasNor3Tuple: EasNor3Tuple
    test 143 EasNor3Tuple: 3-Tuple C{(easting, northing, height)}
    test 144 EasNor3Tuple: 3
<module 'pygeodesy.css' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/css.py'> EasNorAziRk4Tuple
    test 145 EasNorAziRk4Tuple: EasNorAziRk4Tuple
    test 146 EasNorAziRk4Tuple: 4-Tuple C{(easting, northing, azimuth, reciprocal)}
    test 147 EasNorAziRk4Tuple: 4
<module 'pygeodesy.css' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/css.py'> LatLon2Tuple
    test 148 LatLon2Tuple: LatLon2Tuple
    test 149 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 150 LatLon2Tuple: 2
<module 'pygeodesy.css' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/css.py'> LatLon4Tuple
    test 151 LatLon4Tuple: LatLon4Tuple
    test 152 LatLon4Tuple: 4-Tuple C{(lat, lon, height, datum)}
    test 153 LatLon4Tuple: 4
<module 'pygeodesy.css' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/css.py'> LatLonAziRk4Tuple
    test 154 LatLonAziRk4Tuple: LatLonAziRk4Tuple
    test 155 LatLonAziRk4Tuple: 4-Tuple C{(lat, lon, azimuth, reciprocal)}
    test 156 LatLonAziRk4Tuple: 4

    testing NamedTuples (pygeodesy.datum, 20.06.20)
<module 'pygeodesy.datum' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/datum.py'> Curvature2Tuple
    test 157 Curvature2Tuple: Curvature2Tuple
    test 158 Curvature2Tuple: 2-Tuple C{(meridional, prime_vertical)}
    test 159 Curvature2Tuple: 2
<module 'pygeodesy.datum' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/datum.py'> Distance2Tuple
    test 160 Distance2Tuple: Distance2Tuple
    test 161 Distance2Tuple: 2-Tuple C{(distance, initial)}
    test 162 Distance2Tuple: 2
<module 'pygeodesy.datum' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/datum.py'> Vector3Tuple
    test 163 Vector3Tuple: Vector3Tuple
    test 164 Vector3Tuple: 3-Tuple C{(x, y, z)}
    test 165 Vector3Tuple: 3

    testing NamedTuples (pygeodesy.ecef, 20.06.24)
<module 'pygeodesy.ecef' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ecef.py'> Ecef9Tuple
    test 166 Ecef9Tuple: Ecef9Tuple
    test 167 Ecef9Tuple: 9-Tuple C{(x, y, z, lat, lon, height, C, M, datum)}
    test 168 Ecef9Tuple: 9
<module 'pygeodesy.ecef' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ecef.py'> LatLon2Tuple
    test 169 LatLon2Tuple: LatLon2Tuple
    test 170 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 171 LatLon2Tuple: 2
<module 'pygeodesy.ecef' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ecef.py'> LatLon3Tuple
    test 172 LatLon3Tuple: LatLon3Tuple
    test 173 LatLon3Tuple: 3-Tuple C{(lat, lon, height)}
    test 174 LatLon3Tuple: 3
<module 'pygeodesy.ecef' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ecef.py'> PhiLam2Tuple
    test 175 PhiLam2Tuple: PhiLam2Tuple
    test 176 PhiLam2Tuple: 2-Tuple C{(phi, lam)}
    test 177 PhiLam2Tuple: 2
<module 'pygeodesy.ecef' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ecef.py'> Vector3Tuple
    test 178 Vector3Tuple: Vector3Tuple
    test 179 Vector3Tuple: 3-Tuple C{(x, y, z)}
    test 180 Vector3Tuple: 3

    testing NamedTuples (pygeodesy.elevations, 20.05.14)
<module 'pygeodesy.elevations' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/elevations.py'> Elevation2Tuple
    test 181 Elevation2Tuple: Elevation2Tuple
    test 182 Elevation2Tuple: 2-Tuple C{(elevation, data_source)}
    test 183 Elevation2Tuple: 2
<module 'pygeodesy.elevations' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/elevations.py'> GeoidHeight2Tuple
    test 184 GeoidHeight2Tuple: GeoidHeight2Tuple
    test 185 GeoidHeight2Tuple: 2-Tuple C{(height, model_name)}
    test 186 GeoidHeight2Tuple: 2

    testing NamedTuples (pygeodesy.ellipsoidalNvector, 20.06.16)
<module 'pygeodesy.ellipsoidalNvector' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ellipsoidalNvector.py'> LatLon3Tuple
    test 187 LatLon3Tuple: LatLon3Tuple
    test 188 LatLon3Tuple: 3-Tuple C{(lat, lon, height)}
    test 189 LatLon3Tuple: 3
<module 'pygeodesy.ellipsoidalNvector' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/ellipsoidalNvector.py'> Ned3Tuple
    test 190 Ned3Tuple: Ned3Tuple
    test 191 Ned3Tuple: 3-Tuple C{(north, east, down)}
    test 192 Ned3Tuple: 3

    testing NamedTuples (pygeodesy.elliptic, 20.05.08)
<module 'pygeodesy.elliptic' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/elliptic.py'> Elliptic3Tuple
    test 193 Elliptic3Tuple: Elliptic3Tuple
    test 194 Elliptic3Tuple: 3-Tuple C{(sn, cn, dn)}
    test 195 Elliptic3Tuple: 3

    testing NamedTuples (pygeodesy.epsg, 20.05.14)
<module 'pygeodesy.epsg' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/epsg.py'> UtmUps2Tuple
    test 196 UtmUps2Tuple: UtmUps2Tuple
    test 197 UtmUps2Tuple: 2-Tuple C{(zone, hemipole)}
    test 198 UtmUps2Tuple: 2

    testing NamedTuples (pygeodesy.etm, 20.05.14)
<module 'pygeodesy.etm' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/etm.py'> EasNorExact4Tuple
    test 199 EasNorExact4Tuple: EasNorExact4Tuple
    test 200 EasNorExact4Tuple: 4-Tuple C{(easting, northing, convergence, scale)}
    test 201 EasNorExact4Tuple: 4
<module 'pygeodesy.etm' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/etm.py'> LatLonExact4Tuple
    test 202 LatLonExact4Tuple: LatLonExact4Tuple
    test 203 LatLonExact4Tuple: 4-Tuple C{(lat, lon, convergence, scale)}
    test 204 LatLonExact4Tuple: 4

    testing NamedTuples (pygeodesy.frechet, 20.06.25)
<module 'pygeodesy.frechet' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/frechet.py'> Frechet6Tuple
    test 205 Frechet6Tuple: Frechet6Tuple
    test 206 Frechet6Tuple: 6-Tuple C{(fd, fi1, fi2, r, n, units)}
    test 207 Frechet6Tuple: 6
<module 'pygeodesy.frechet' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/frechet.py'> LatLon2Tuple
    test 208 LatLon2Tuple: LatLon2Tuple
    test 209 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 210 LatLon2Tuple: 2
<module 'pygeodesy.frechet' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/frechet.py'> PhiLam2Tuple
    test 211 PhiLam2Tuple: PhiLam2Tuple
    test 212 PhiLam2Tuple: 2-Tuple C{(phi, lam)}
    test 213 PhiLam2Tuple: 2

    testing NamedTuples (pygeodesy.geohash, 20.05.14)
<module 'pygeodesy.geohash' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/geohash.py'> Bounds2Tuple
    test 214 Bounds2Tuple: Bounds2Tuple
    test 215 Bounds2Tuple: 2-Tuple C{(latlonSW, latlonNE)}
    test 216 Bounds2Tuple: 2
<module 'pygeodesy.geohash' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/geohash.py'> Bounds4Tuple
    test 217 Bounds4Tuple: Bounds4Tuple
    test 218 Bounds4Tuple: 4-Tuple C{(latS, lonW, latN, lonE)}
    test 219 Bounds4Tuple: 4
<module 'pygeodesy.geohash' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/geohash.py'> LatLon2Tuple
    test 220 LatLon2Tuple: LatLon2Tuple
    test 221 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 222 LatLon2Tuple: 2

    testing NamedTuples (pygeodesy.geoids, 20.06.25)
<module 'pygeodesy.geoids' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/geoids.py'> GeoidHeight5Tuple
    test 223 GeoidHeight5Tuple: GeoidHeight5Tuple
    test 224 GeoidHeight5Tuple: 5-Tuple C{(lat, lon, egm84, egm96, egm2008)}
    test 225 GeoidHeight5Tuple: 5
<module 'pygeodesy.geoids' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/geoids.py'> LatLon3Tuple
    test 226 LatLon3Tuple: LatLon3Tuple
    test 227 LatLon3Tuple: 3-Tuple C{(lat, lon, height)}
    test 228 LatLon3Tuple: 3

    testing NamedTuples (pygeodesy.hausdorff, 20.06.25)
<module 'pygeodesy.hausdorff' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/hausdorff.py'> Hausdorff6Tuple
    test 229 Hausdorff6Tuple: Hausdorff6Tuple
    test 230 Hausdorff6Tuple: 6-Tuple C{(hd, i, j, mn, md, units)}
    test 231 Hausdorff6Tuple: 6
<module 'pygeodesy.hausdorff' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/hausdorff.py'> PhiLam2Tuple
    test 232 PhiLam2Tuple: PhiLam2Tuple
    test 233 PhiLam2Tuple: 2-Tuple C{(phi, lam)}
    test 234 PhiLam2Tuple: 2

    testing NamedTuples (pygeodesy.mgrs, 20.05.14)
<module 'pygeodesy.mgrs' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/mgrs.py'> Mgrs4Tuple
    test 235 Mgrs4Tuple: Mgrs4Tuple
    test 236 Mgrs4Tuple: 4-Tuple C{(zone, digraph, easting, northing)}
    test 237 Mgrs4Tuple: 4
<module 'pygeodesy.mgrs' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/mgrs.py'> Mgrs6Tuple
    test 238 Mgrs6Tuple: Mgrs6Tuple
    test 239 Mgrs6Tuple: 6-Tuple C{(zone, digraph, easting, northing, band, datum)}
    test 240 Mgrs6Tuple: 6
<module 'pygeodesy.mgrs' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/mgrs.py'> UtmUps5Tuple
    test 241 UtmUps5Tuple: UtmUps5Tuple
    test 242 UtmUps5Tuple: 5-Tuple C{(zone, hemipole, easting, northing, band)}
    test 243 UtmUps5Tuple: 5

    testing NamedTuples (pygeodesy.points, 20.05.14)
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> Bounds2Tuple
    test 244 Bounds2Tuple: Bounds2Tuple
    test 245 Bounds2Tuple: 2-Tuple C{(latlonSW, latlonNE)}
    test 246 Bounds2Tuple: 2
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> Bounds4Tuple
    test 247 Bounds4Tuple: Bounds4Tuple
    test 248 Bounds4Tuple: 4-Tuple C{(latS, lonW, latN, lonE)}
    test 249 Bounds4Tuple: 4
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> LatLon2Tuple
    test 250 LatLon2Tuple: LatLon2Tuple
    test 251 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 252 LatLon2Tuple: 2
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> NearestOn3Tuple
    test 253 NearestOn3Tuple: NearestOn3Tuple
    test 254 NearestOn3Tuple: 3-Tuple C{(closest, distance, angle)}
    test 255 NearestOn3Tuple: 3
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> NearestOn5Tuple
    test 256 NearestOn5Tuple: NearestOn5Tuple
    test 257 NearestOn5Tuple: 5-Tuple C{(lat, lon, distance, angle, height)}
    test 258 NearestOn5Tuple: 5
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> PhiLam2Tuple
    test 259 PhiLam2Tuple: PhiLam2Tuple
    test 260 PhiLam2Tuple: 2-Tuple C{(phi, lam)}
    test 261 PhiLam2Tuple: 2
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> Point3Tuple
    test 262 Point3Tuple: Point3Tuple
    test 263 Point3Tuple: 3-Tuple C{(x, y, ll)}
    test 264 Point3Tuple: 3
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> Shape2Tuple
    test 265 Shape2Tuple: Shape2Tuple
    test 266 Shape2Tuple: 2-Tuple C{(nrows, ncols)}
    test 267 Shape2Tuple: 2
<module 'pygeodesy.points' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/points.py'> Vector4Tuple
    test 268 Vector4Tuple: Vector4Tuple
    test 269 Vector4Tuple: 4-Tuple C{(x, y, z, h)}
    test 270 Vector4Tuple: 4

    testing NamedTuples (pygeodesy.utmupsBase, 20.05.14)
<module 'pygeodesy.utmupsBase' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/utmupsBase.py'> EasNor2Tuple
    test 271 EasNor2Tuple: EasNor2Tuple
    test 272 EasNor2Tuple: 2-Tuple C{(easting, northing)}
    test 273 EasNor2Tuple: 2
<module 'pygeodesy.utmupsBase' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/utmupsBase.py'> LatLonDatum5Tuple
    test 274 LatLonDatum5Tuple: LatLonDatum5Tuple
    test 275 LatLonDatum5Tuple: 5-Tuple C{(lat, lon, datum, convergence, scale)}
    test 276 LatLonDatum5Tuple: 5
<module 'pygeodesy.utmupsBase' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/utmupsBase.py'> UtmUps5Tuple
    test 277 UtmUps5Tuple: UtmUps5Tuple
    test 278 UtmUps5Tuple: 5-Tuple C{(zone, hemipole, easting, northing, band)}
    test 279 UtmUps5Tuple: 5
<module 'pygeodesy.utmupsBase' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/utmupsBase.py'> UtmUps8Tuple
    test 280 UtmUps8Tuple: UtmUps8Tuple
    test 281 UtmUps8Tuple: 8-Tuple C{(zone, hemipole, easting, northing, band, datum, convergence, scale)}
    test 282 UtmUps8Tuple: 8
<module 'pygeodesy.utmupsBase' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/utmupsBase.py'> UtmUpsLatLon5Tuple
    test 283 UtmUpsLatLon5Tuple: UtmUpsLatLon5Tuple
    test 284 UtmUpsLatLon5Tuple: 5-Tuple C{(zone, band, hemipole, lat, lon)}
    test 285 UtmUpsLatLon5Tuple: 5

    testing NamedTuples (pygeodesy.webmercator, 20.05.14)
<module 'pygeodesy.webmercator' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/webmercator.py'> EasNorRadius3Tuple
    test 286 EasNorRadius3Tuple: EasNorRadius3Tuple
    test 287 EasNorRadius3Tuple: 3-Tuple C{(easting, northing, radius)}
    test 288 EasNorRadius3Tuple: 3
<module 'pygeodesy.webmercator' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/webmercator.py'> LatLon2Tuple
    test 289 LatLon2Tuple: LatLon2Tuple
    test 290 LatLon2Tuple: 2-Tuple C{(lat, lon)}
    test 291 LatLon2Tuple: 2
<module 'pygeodesy.webmercator' from '/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/pygeodesy/webmercator.py'> PhiLam2Tuple
    test 292 PhiLam2Tuple: PhiLam2Tuple
    test 293 PhiLam2Tuple: 2-Tuple C{(phi, lam)}
    test 294 PhiLam2Tuple: 2

    testing lazily.py (pygeodesy.named, 20.05.15)

    testing simplify.py (pygeodesy.named, 20.05.15)

    testing wgrs.py (pygeodesy.named, 20.05.15)
    test 295 wgrs.py:217: L{LatLon3Tuple}C{(lat, lon, height)}
    test 296 wgrs.py:234: L{LatLonPrec3Tuple}C{(lat, lon, precision)}
    test 297 wgrs.py:287: L{LatLonPrec5Tuple}C{(lat, lon, precision, height, radius)}

    testing sphericalNvector.py (pygeodesy.named, 20.05.15)
    test 298 sphericalNvector.py:79: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 299 sphericalNvector.py:97: L{Vector4Tuple}C{(x, y, z, h)}
    test 300 sphericalNvector.py:662: L{NearestOn3Tuple}C{(closest, distance, angle)}
    test 301 sphericalNvector.py:698: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 302 sphericalNvector.py:718: L{Vector4Tuple}C{(x, y, z, h)}
    test 303 sphericalNvector.py:819: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 304 sphericalNvector.py:839: L{LatLon3Tuple}C{(lat, lon, height)}
    test 305 sphericalNvector.py:1084: L{NearestOn3Tuple}C{(closest, distance, angle)}

    testing hausdorff.py (pygeodesy.named, 20.05.15)
    test 306 hausdorff.py:183: L{Hausdorff6Tuple}C{(hd, i, j, mn, md, units)}
    test 307 hausdorff.py:236: L{Hausdorff6Tuple}C{(hd, i, j, mn, md, units)}
    test 308 hausdorff.py:294: L{PhiLam2Tuple}C{(phi, lam)}
    test 309 hausdorff.py:919: L{Hausdorff6Tuple}C{(hd, i, j, mn, md, units)}

    testing datum.py (pygeodesy.named, 20.05.15)
    test 310 datum.py:490: L{Distance2Tuple}C{(distance, initial)}
    test 311 datum.py:883: L{Curvature2Tuple}C{(meridional, prime_vertical)}
    test 312 datum.py:902: L{Curvature2Tuple}C{(meridional, prime_vertical)}
    test 313 datum.py:1203: L{Vector3Tuple}C{(x, y, z)}

    testing dms.py (pygeodesy.named, 20.05.15)
    test 314 dms.py:618: L{LatLon2Tuple}C{(lat, lon)}
    test 315 dms.py:649: L{LatLon3Tuple}C{(lat, lon, height)}

    testing points.py (pygeodesy.named, 20.05.15)
    test 316 points.py:126: L{LatLon2Tuple}C{(lat, lon)}
    test 317 points.py:132: L{LatLon3Tuple}C{(lat, lon, height)}
    test 318 points.py:159: L{PhiLam2Tuple}C{(phi, lam)}
    test 319 points.py:165: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 320 points.py:184: L{Points2Tuple}C{(number, points)}
    test 321 points.py:196: L{PhiLam2Tuple}C{(phi, lam)}
    test 322 points.py:212: L{Vector4Tuple}C{(x, y, z, h)}
    test 323 points.py:614: L{Shape2Tuple}C{(nrows, ncols)}
    test 324 points.py:816: L{Point3Tuple}C{(x, y, ll)}
    test 325 points.py:1052: L{Bounds2Tuple}C{(latlonSW, latlonNE)}
    test 326 points.py:1054: L{Bounds4Tuple}C{(latS, lonW, latN, lonE)}
    test 327 points.py:1095: L{LatLon2Tuple}C{(lat, lon)}
    test 328 points.py:1414: L{NearestOn3Tuple}C{(closest, distance, angle)}
    test 329 points.py:1416: L{NearestOn5Tuple}C{(lat, lon, distance, angle, height)}

    testing units.py (pygeodesy.named, 20.05.15)

    testing nvectorBase.py (pygeodesy.named, 20.05.15)
    test 330 nvectorBase.py:157: L{LatLon2Tuple}C{(lat, lon)}
    test 331 nvectorBase.py:165: L{LatLon3Tuple}C{(lat, lon, height)}
    test 332 nvectorBase.py:183: L{PhiLam2Tuple}C{(phi, lam)}
    test 333 nvectorBase.py:191: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 334 nvectorBase.py:198: L{PhiLam2Tuple}C{(phi, lam)}
    test 335 nvectorBase.py:208: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 336 nvectorBase.py:228: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 337 nvectorBase.py:260: L{LatLon2Tuple}C{(lat, lon)}
    test 338 nvectorBase.py:270: L{LatLon3Tuple}C{(lat, lon, height)}
    test 339 nvectorBase.py:289: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 340 nvectorBase.py:363: L{Vector4Tuple}C{(x, y, z, h)}
    test 341 nvectorBase.py:421: L{Vector4Tuple}C{(x, y, z, h)}
    test 342 nvectorBase.py:439: L{Vector4Tuple}C{(x, y, z, h)}

    testing ellipsoidalNvector.py (pygeodesy.named, 20.05.15)
    test 343 ellipsoidalNvector.py:66: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 344 ellipsoidalNvector.py:87: L{Vector4Tuple}C{(x, y, z, h)}
    test 345 ellipsoidalNvector.py:437: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 346 ellipsoidalNvector.py:458: L{Vector4Tuple}C{(x, y, z, h)}
    test 347 ellipsoidalNvector.py:564: L{Ned3Tuple}C{(north, east, down)}
    test 348 ellipsoidalNvector.py:673: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 349 ellipsoidalNvector.py:698: L{LatLon3Tuple}C{(lat, lon, height)}
    test 350 ellipsoidalNvector.py:744: L{LatLon3Tuple}C{(lat, lon, height)}
    test 351 ellipsoidalNvector.py:794: L{Ned3Tuple}C{(north, east, down)}

    testing etm.py (pygeodesy.named, 20.05.15)
    test 352 etm.py:198: L{LatLonDatum5Tuple}C{(lat, lon, datum, convergence, scale)}
    test 353 etm.py:374: L{EasNorExact4Tuple}C{(easting, northing, convergence, scale)}
    test 354 etm.py:507: L{LatLonExact4Tuple}C{(lat, lon, convergence, scale)}
    test 355 etm.py:912: L{UtmUps5Tuple}C{(zone, hemipole, easting, northing, band)}
    test 356 etm.py:947: L{UtmUps8Tuple}C{(zone, hemipole, easting, northing, band, datum, convergence, scale)}

    testing webmercator.py (pygeodesy.named, 20.05.15)
    test 357 webmercator.py:96: L{LatLon2Tuple}C{(lat, lon)}
    test 358 webmercator.py:107: L{LatLon2Tuple}C{(lat, lon)}
    test 359 webmercator.py:142: L{PhiLam2Tuple}C{(phi, lam)}
    test 360 webmercator.py:158: L{LatLon2Tuple}C{(lat, lon)}
    test 361 webmercator.py:271: L{EasNorRadius3Tuple}C{(easting, northing, radius)}
    test 362 webmercator.py:312: L{EasNorRadius3Tuple}C{(easting, northing, radius)}

    testing ellipsoidalVincenty.py (pygeodesy.named, 20.05.15)
    test 363 ellipsoidalVincenty.py:110: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 364 ellipsoidalVincenty.py:155: L{Bearing2Tuple}C{(initial, final)}
    test 365 ellipsoidalVincenty.py:218: L{Destination2Tuple}C{(destination, final)}
    test 366 ellipsoidalVincenty.py:282: L{Distance3Tuple}C{(distance, initial, final)}
    test 367 ellipsoidalVincenty.py:446: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}

    testing sphericalBase.py (pygeodesy.named, 20.05.15)
    test 368 sphericalBase.py:173: L{Bearing2Tuple}C{(initial, final)}
    test 369 sphericalBase.py:453: L{Vector4Tuple}C{(x, y, z, h)}

    testing mgrs.py (pygeodesy.named, 20.05.15)
    test 370 mgrs.py:219: L{UtmUps5Tuple}C{(zone, hemipole, easting, northing, band)}
    test 371 mgrs.py:273: L{Mgrs6Tuple}C{(zone, digraph, easting, northing, band, datum)}
    test 372 mgrs.py:298: L{Mgrs4Tuple}C{(zone, digraph, easting, northing)}
    test 373 mgrs.py:358: L{Mgrs6Tuple}C{(zone, digraph, easting, northing, band, datum)}

    testing osgr.py (pygeodesy.named, 20.05.15)
    test 374 osgr.py:161: L{LatLonDatum3Tuple}C{(lat, lon, datum)}
    test 375 osgr.py:327: L{EasNor2Tuple}C{(easting, northing)}
    test 376 osgr.py:416: L{EasNor2Tuple}C{(easting, northing)}

    testing deprecated.py (pygeodesy.named, 20.05.15)

    testing latlonBase.py (pygeodesy.named, 20.05.15)
    test 377 latlonBase.py:138: L{Bounds2Tuple}C{(latlonSW, latlonNE)}
    test 378 latlonBase.py:561: L{LatLon2Tuple}C{(lat, lon)}
    test 379 latlonBase.py:607: L{LatLon2Tuple}C{(lat, lon)}
    test 380 latlonBase.py:624: L{LatLon3Tuple}C{(lat, lon, height)}
    test 381 latlonBase.py:662: L{PhiLam2Tuple}C{(phi, lam)}
    test 382 latlonBase.py:674: L{PhiLam2Tuple}C{(phi, lam)}
    test 383 latlonBase.py:686: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 384 latlonBase.py:703: L{Points2Tuple}C{(number, points)}
    test 385 latlonBase.py:735: L{PhiLam2Tuple}C{(phi, lam)}
    test 386 latlonBase.py:742: L{LatLon3Tuple}C{(lat, lon, height)}
    test 387 latlonBase.py:751: L{Vector3Tuple}C{(x, y, z)}
    test 388 latlonBase.py:765: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 389 latlonBase.py:781: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 390 latlonBase.py:803: L{Vector4Tuple}C{(x, y, z, h)}
    test 391 latlonBase.py:847: L{Vector3Tuple}C{(x, y, z)}
    test 392 latlonBase.py:898: L{Vector3Tuple}C{(x, y, z)}
    test 393 latlonBase.py:909: L{Vector4Tuple}C{(x, y, z, h)}

    testing ellipsoidalKarney.py (pygeodesy.named, 20.05.15)
    test 394 ellipsoidalKarney.py:66: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 395 ellipsoidalKarney.py:103: L{Bearing2Tuple}C{(initial, final)}
    test 396 ellipsoidalKarney.py:165: L{Destination2Tuple}C{(destination, final)}
    test 397 ellipsoidalKarney.py:225: L{Distance3Tuple}C{(distance, initial, final)}
    test 398 ellipsoidalKarney.py:345: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 399 ellipsoidalKarney.py:359: L{Destination2Tuple}C{(destination, final)}
    test 400 ellipsoidalKarney.py:360: L{Destination3Tuple}C{(lat, lon, final)}
    test 401 ellipsoidalKarney.py:374: L{Distance3Tuple}C{(distance, initial, final)}

    testing utmupsBase.py (pygeodesy.named, 20.05.15)
    test 402 utmupsBase.py:226: L{EasNor2Tuple}C{(easting, northing)}
    test 403 utmupsBase.py:236: L{EasNor2Tuple}C{(easting, northing)}
    test 404 utmupsBase.py:301: L{EasNor2Tuple}C{(easting, northing)}

    testing ups.py (pygeodesy.named, 20.05.15)
    test 405 ups.py:132: L{EasNor2Tuple}C{(easting, northing)}
    test 406 ups.py:190: L{LatLonDatum5Tuple}C{(lat, lon, datum, convergence, scale)}
    test 407 ups.py:353: L{UtmUps5Tuple}C{(zone, hemipole, easting, northing, band)}
    test 408 ups.py:387: L{UtmUps8Tuple}C{(zone, hemipole, easting, northing, band, datum, convergence, scale)}
    test 409 ups.py:460: L{UtmUpsLatLon5Tuple}C{(zone, band, hemipole, lat, lon)}

    testing __init__.py (pygeodesy.named, 20.05.15)

    testing nvector.py (pygeodesy.named, 20.05.15)

    testing elliptic.py (pygeodesy.named, 20.05.15)
    test 410 elliptic.py:656: L{Elliptic3Tuple}C{(sn, cn, dn)}

    testing clipy.py (pygeodesy.named, 20.05.15)
    test 411 clipy.py:178: L{ClipCS3Tuple}C{(start, end, index)}
    test 412 clipy.py:436: L{ClipSH3Tuple}C{(start, end, original)}

    testing elevations.py (pygeodesy.named, 20.05.15)
    test 413 elevations.py:142: L{Elevation2Tuple}C{(elevation, data_source)}
    test 414 elevations.py:199: L{GeoidHeight2Tuple}C{(height, model_name)}

    testing geoids.py (pygeodesy.named, 20.05.15)
    test 415 geoids.py:349: L{LatLon3Tuple}C{(lat, lon, height)}
    test 416 geoids.py:409: L{LatLon3Tuple}C{(lat, lon, height)}
    test 417 geoids.py:442: L{LatLon3Tuple}C{(lat, lon, height)}
    test 418 geoids.py:457: L{LatLon3Tuple}C{(lat, lon, height)}
    test 419 geoids.py:472: L{LatLon3Tuple}C{(lat, lon, height)}
    test 420 geoids.py:582: L{LatLon3Tuple}C{(lat, lon, height)}
    test 421 geoids.py:597: L{LatLon3Tuple}C{(lat, lon, height)}
    test 422 geoids.py:1087: L{LatLon3Tuple}C{(lat, lon, height)}
    test 423 geoids.py:1104: L{LatLon3Tuple}C{(lat, lon, height)}
    test 424 geoids.py:1543: L{GeoidHeight5Tuple}C{(lat, lon, egm84, egm96, egm2008)}

    testing streprs.py (pygeodesy.named, 20.05.15)

    testing css.py (pygeodesy.named, 20.05.15)
    test 425 css.py:117: L{EasNor2Tuple}C{(easting, northing)}
    test 426 css.py:134: L{EasNorAziRk4Tuple}C{(easting, northing, azimuth, reciprocal)}
    test 427 css.py:188: L{LatLon2Tuple}C{(lat, lon)}
    test 428 css.py:244: L{LatLon2Tuple}C{(lat, lon)}
    test 429 css.py:272: L{LatLonAziRk4Tuple}C{(lat, lon, azimuth, reciprocal)}
    test 430 css.py:420: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 431 css.py:525: L{EasNor3Tuple}C{(easting, northing, height)}

    testing ellipsoidalBase.py (pygeodesy.named, 20.05.15)
    test 432 ellipsoidalBase.py:245: L{Distance2Tuple}C{(distance, initial)}
    test 433 ellipsoidalBase.py:265: L{Elevation2Tuple}C{(elevation, data_source)}
    test 434 ellipsoidalBase.py:345: L{GeoidHeight2Tuple}C{(height, model_name)}
    test 435 ellipsoidalBase.py:427: L{Vector3Tuple}C{(x, y, z)}

    testing utm.py (pygeodesy.named, 20.05.15)
    test 436 utm.py:324: L{EasNor2Tuple}C{(easting, northing)}
    test 437 utm.py:369: L{LatLonDatum5Tuple}C{(lat, lon, datum, convergence, scale)}
    test 438 utm.py:585: L{UtmUps5Tuple}C{(zone, hemipole, easting, northing, band)}
    test 439 utm.py:620: L{UtmUps8Tuple}C{(zone, hemipole, easting, northing, band, datum, convergence, scale)}
    test 440 utm.py:710: L{UtmUpsLatLon5Tuple}C{(zone, band, hemipole, lat, lon)}

    testing utmups.py (pygeodesy.named, 20.05.15)
    test 441 utmups.py:83: L{UtmUps5Tuple}C{(zone, hemipole, easting, northing, band)}
    test 442 utmups.py:124: L{UtmUps8Tuple}C{(zone, hemipole, easting, northing, band, datum, convergence, scale)}
    test 443 utmups.py:276: L{UtmUpsLatLon5Tuple}C{(zone, band, hemipole, lat, lon)}

    testing frechet.py (pygeodesy.named, 20.05.15)
    test 444 frechet.py:225: L{Frechet6Tuple}C{(fd, fi1, fi2, r, n, units)}
    test 445 frechet.py:349: L{PhiLam2Tuple}C{(phi, lam)}
    test 446 frechet.py:911: L{LatLon2Tuple}C{(lat, lon)}
    test 447 frechet.py:996: L{Frechet6Tuple}C{(fd, fi1, fi2, r, n, units)}

    testing basics.py (pygeodesy.named, 20.05.15)

    testing ecef.py (pygeodesy.named, 20.05.15)
    test 448 ecef.py:211: L{Vector3Tuple}C{(x, y, z)}
    test 449 ecef.py:278: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 450 ecef.py:322: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 451 ecef.py:498: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 452 ecef.py:572: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 453 ecef.py:740: L{LatLon2Tuple}C{(lat, lon)}
    test 454 ecef.py:746: L{LatLon3Tuple}C{(lat, lon, height)}
    test 455 ecef.py:752: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 456 ecef.py:764: L{PhiLam2Tuple}C{(phi, lam)}
    test 457 ecef.py:770: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 458 ecef.py:776: L{PhiLam4Tuple}C{(phi, lam, height, datum)}
    test 459 ecef.py:809: L{LatLon3Tuple}C{(lat, lon, height)}
    test 460 ecef.py:810: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 461 ecef.py:836: L{Vector3Tuple}C{(x, y, z)}
    test 462 ecef.py:845: L{Vector3Tuple}C{(x, y, z)}
    test 463 ecef.py:851: L{Vector4Tuple}C{(x, y, z, h)}
    test 464 ecef.py:897: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 465 ecef.py:938: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 466 ecef.py:1014: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 467 ecef.py:1109: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 468 ecef.py:1142: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}

    testing geohash.py (pygeodesy.named, 20.05.15)
    test 469 geohash.py:343: L{Neighbors8Dict}C{(N, NE, E, SE, S, SW, W, NW)}
    test 470 geohash.py:712: L{Neighbors8Dict}C{(N, NE, E, SE, S, SW, W, NW)}
    test 471 geohash.py:226: L{Bounds2Tuple}C{(latlonSW, latlonNE)}
    test 472 geohash.py:227: L{Bounds4Tuple}C{(latS, lonW, latN, lonE)}
    test 473 geohash.py:328: L{LatLon2Tuple}C{(lat, lon)}
    test 474 geohash.py:361: L{LatLon2Tuple}C{(lat, lon)}
    test 475 geohash.py:477: L{Bounds2Tuple}C{(latlonSW, latlonNE)}
    test 476 geohash.py:478: L{Bounds4Tuple}C{(latS, lonW, latN, lonE)}
    test 477 geohash.py:558: L{LatLon2Tuple}C{(lat, lon)}
    test 478 geohash.py:782: L{LatLon2Tuple}C{(lat, lon)}

    testing errors.py (pygeodesy.named, 20.05.15)

    testing fmath.py (pygeodesy.named, 20.05.15)

    testing cartesianBase.py (pygeodesy.named, 20.05.15)
    test 479 cartesianBase.py:163: L{LatLon2Tuple}C{(lat, lon)}
    test 480 cartesianBase.py:169: L{LatLon3Tuple}C{(lat, lon, height)}
    test 481 cartesianBase.py:175: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 482 cartesianBase.py:189: L{PhiLam2Tuple}C{(phi, lam)}
    test 483 cartesianBase.py:195: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 484 cartesianBase.py:201: L{PhiLam4Tuple}C{(phi, lam, height, datum)}
    test 485 cartesianBase.py:208: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 486 cartesianBase.py:231: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 487 cartesianBase.py:252: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 488 cartesianBase.py:280: L{Vector4Tuple}C{(x, y, z, h)}
    test 489 cartesianBase.py:349: L{Vector3Tuple}C{(x, y, z)}
    test 490 cartesianBase.py:358: L{Vector3Tuple}C{(x, y, z)}

    testing formy.py (pygeodesy.named, 20.05.15)
    test 491 formy.py:48: L{LatLon2Tuple}C{(lat, lon)}
    test 492 formy.py:62: L{PhiLam2Tuple}C{(phi, lam)}
    test 493 formy.py:399: L{Distance4Tuple}C{(distance2, delta_lat, delta_lon, unroll_lon2)}
    test 494 formy.py:778: L{Vector3Tuple}C{(x, y, z)}
    test 495 formy.py:795: L{LatLon2Tuple}C{(lat, lon)}
    test 496 formy.py:810: L{PhiLam2Tuple}C{(phi, lam)}
    test 497 formy.py:824: L{Vector3Tuple}C{(x, y, z)}
    test 498 formy.py:848: L{Points2Tuple}C{(number, points)}

    testing gars.py (pygeodesy.named, 20.05.15)
    test 499 gars.py:217: L{LatLonPrec3Tuple}C{(lat, lon, precision)}

    testing utily.py (pygeodesy.named, 20.05.15)

    testing epsg.py (pygeodesy.named, 20.05.15)
    test 500 epsg.py:151: L{UtmUps2Tuple}C{(zone, hemipole)}

    testing vector3d.py (pygeodesy.named, 20.05.15)
    test 501 vector3d.py:572: L{PhiLam2Tuple}C{(phi, lam)}
    test 502 vector3d.py:579: L{LatLon2Tuple}C{(lat, lon)}
    test 503 vector3d.py:586: L{Vector3Tuple}C{(x, y, z)}
    test 504 vector3d.py:627: L{Vector3Tuple}C{(x, y, z)}

    testing lcc.py (pygeodesy.named, 20.05.15)
    test 505 lcc.py:148: L{LatLon2Tuple}C{(lat, lon)}
    test 506 lcc.py:202: L{PhiLam2Tuple}C{(phi, lam)}
    test 507 lcc.py:439: L{LatLonDatum3Tuple}C{(lat, lon, datum)}
    test 508 lcc.py:463: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 509 lcc.py:555: L{EasNor3Tuple}C{(easting, northing, height)}

    testing heights.py (pygeodesy.named, 20.05.15)

    testing sphericalTrigonometry.py (pygeodesy.named, 20.05.15)
    test 510 sphericalTrigonometry.py:88: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 511 sphericalTrigonometry.py:648: L{NearestOn3Tuple}C{(closest, distance, angle)}
    test 512 sphericalTrigonometry.py:683: L{Ecef9Tuple}C{(x, y, z, lat, lon, height, C, M, datum)}
    test 513 sphericalTrigonometry.py:817: L{LatLon3Tuple}C{(lat, lon, height)}
    test 514 sphericalTrigonometry.py:929: L{LatLon3Tuple}C{(lat, lon, height)}
    test 515 sphericalTrigonometry.py:1023: L{LatLon3Tuple}C{(lat, lon, height)}
    test 516 sphericalTrigonometry.py:1049: L{LatLon2Tuple}C{(lat, lon)}
    test 517 sphericalTrigonometry.py:1074: L{NearestOn3Tuple}C{(closest, distance, angle)}
    test 518 sphericalTrigonometry.py:1075: L{LatLon3Tuple}C{(lat, lon, height)}

    testing __main__.py (pygeodesy.named, 20.05.15)

    testing named.py (pygeodesy.named, 20.05.15)
    test 519 named.py:713: L{LatLon3Tuple}C{(lat, lon, height)}
    test 520 named.py:726: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 521 named.py:746: L{LatLon4Tuple}C{(lat, lon, height, datum)}
    test 522 named.py:781: L{LatLonPrec5Tuple}C{(lat, lon, precision, height, radius)}
    test 523 named.py:798: L{LatLon3Tuple}C{(lat, lon, height)}
    test 524 named.py:820: L{PhiLam3Tuple}C{(phi, lam, height)}
    test 525 named.py:833: L{PhiLam4Tuple}C{(phi, lam, height, datum)}
    test 526 named.py:858: L{PhiLam4Tuple}C{(phi, lam, height, datum)}
    test 527 named.py:897: L{Vector4Tuple}C{(x, y, z, h)}

    testing bases.py (pygeodesy.named, 20.05.15)

    testing karney.py (pygeodesy.named, 20.05.15)

    testing trf.py (pygeodesy.named, 20.05.15)

    testing xtend (pygeodesy.named, 20.05.15)
    test 528 LatLon2Tuple(lat=0, lon=1): (0, 1, 2.0)
    test 529 LatLon2Tuple(lat=0, lon=1): <class 'pygeodesy.named.LatLon3Tuple'>
    test 530 LatLon2Tuple(lat=0, lon=1): (0, 1, 2.0, Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84))
    test 531 LatLon2Tuple(lat=0, lon=1): <class 'pygeodesy.named.LatLon4Tuple'>
    test 532 LatLon3Tuple(lat=0, lon=1, height=2): (0, 1, 2, Datum(name='WGS84', ellipsoid=Ellipsoids.WGS84, transform=Transforms.WGS84))
    test 533 LatLon3Tuple(lat=0, lon=1, height=2): <class 'pygeodesy.named.LatLon4Tuple'>
    test 534 PhiLam2Tuple(phi=0, lam=1): (0, 1, 2.0)
    test 535 PhiLam2Tuple(phi=0, lam=1): <class 'pygeodesy.named.PhiLam3Tuple'>
    test 536 Vector3Tuple(x=0, y=1, z=2): (0, 1, 2, 4.0)
    test 537 Vector3Tuple(x=0, y=1, z=2): <class 'pygeodesy.named.Vector4Tuple'>

    testing bases (pygeodesy.named, 20.05.15)
    test 538 nd.dict: test(1=1, 2=2)
    test 539 nd.name: test
    test 540 nd.dict: test(1=1, 2=2)
    test 541 nd.name: test
    test 542 nd.kwds: test(one=1, two=2)
    test 543 nd.name: test
    test 544 nd.dict: test(1=1, 2=2)
    test 545 nd.name: test
    test 546 nd.list: test(1=1, 2=2)
    test 547 nd.name: test
    test 548 nd.updated: test(1=1, 2=2, name='kwds')
    test 549 nd.name: test

    testing coverage (pygeodesy.named, 20.05.15)
    test 550 nd.name: name
    test 551 nd.named: name
    test 552 nd.named: Neighbors8Dict
    test 553 nd.name: test
    test 554 nd.test: test
    test 555 nd.test: None
    test 556 nd.classnaming: False
    test 557 nd.classname: Neighbors8Dict
    test 558 nd.named2: Neighbors8Dict 'test'
    test 559 nd.classnaming: True
    test 560 nd.classname: geohash.Neighbors8Dict
    test 561 nd.named2: geohash.Neighbors8Dict 'test'
    test 562 classnaming: False
    test 563 classnaming: True

    testing unregister (pygeodesy.named, 20.05.15)
# lazily imported pygeodesy.Conics from .lcc by PyGeodesy/test/testNamed.py line 168
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testNamed.py line 168
# lazily imported pygeodesy.RefFrames from .trf by PyGeodesy/test/testNamed.py line 168
# lazily imported pygeodesy.Transforms from .datum by PyGeodesy/test/testNamed.py line 168
    test 564 Conics: 8
    test 565 Conics.Be08Lb.unregister: None
    test 566 Conics.Be72Lb.unregister: None
    test 567 Conics.Fr93Lb.unregister: None
    test 568 Conics.MaNLb.unregister: None
    test 569 Conics.MxLb.unregister: None
    test 570 Conics.PyT_Lb.unregister: None
    test 571 Conics.USA_Lb.unregister: None
    test 572 Conics.WRF_Lb.unregister: None
    test 573 Conics: 0
    test 574 Datums: 18
    test 575 Datums.unregister(BD72): None
    test 576 Datums.unregister(DHDN): None
    test 577 Datums.unregister(ED50): None
    test 578 Datums.unregister(GDA2020): None
    test 579 Datums.unregister(GRS80): None
    test 580 Datums.unregister(Irl1975): None
    test 581 Datums.unregister(Krassovski1940): None
    test 582 Datums.unregister(Krassowsky1940): None
    test 583 Datums.unregister(MGI): None
    test 584 Datums.unregister(NAD27): None
    test 585 Datums.unregister(NAD83): None
    test 586 Datums.unregister(NTF): None
    test 587 Datums.unregister(OSGB36): None
    test 588 Datums.unregister(Potsdam): None
    test 589 Datums.unregister(Sphere): None
    test 590 Datums.unregister(TokyoJapan): None
    test 591 Datums.unregister(WGS72): None
    test 592 Datums.unregister(WGS84): None
    test 593 Datums: 0
    test 594 Ellipsoids: 41
    test 595 Ellipsoids.Airy1830.unregister: None
    test 596 Ellipsoids.AiryModified.unregister: None
    test 597 Ellipsoids.Australia1966.unregister: None
    test 598 Ellipsoids.Bessel1841.unregister: None
    test 599 Ellipsoids.Clarke1866.unregister: None
    test 600 Ellipsoids.Clarke1880.unregister: None
    test 601 Ellipsoids.Clarke1880IGN.unregister: None
    test 602 Ellipsoids.Clarke1880Mod.unregister: None
    test 603 Ellipsoids.CPM1799.unregister: None
    test 604 Ellipsoids.Delambre1810.unregister: None
    test 605 Ellipsoids.Engelis1985.unregister: None
    test 606 Ellipsoids.Everest1969.unregister: None
    test 607 Ellipsoids.Fisher1968.unregister: None
    test 608 Ellipsoids.GEM10C.unregister: None
    test 609 Ellipsoids.GRS67.unregister: None
    test 610 Ellipsoids.GRS80.unregister: None
    test 611 Ellipsoids.Helmert1906.unregister: None
    test 612 Ellipsoids.IERS1989.unregister: None
    test 613 Ellipsoids.IERS1992TOPEX.unregister: None
    test 614 Ellipsoids.IERS2003.unregister: None
    test 615 Ellipsoids.Intl1924.unregister: None
    test 616 Ellipsoids.Intl1967.unregister: None
    test 617 Ellipsoids.Krassovski1940.unregister: None
    test 618 Ellipsoids.Krassowsky1940.unregister: None
    test 619 Ellipsoids.Maupertuis1738.unregister: None
    test 620 Ellipsoids.Mercury1960.unregister: None
    test 621 Ellipsoids.Mercury1968Mod.unregister: None
    test 622 Ellipsoids.NWL1965.unregister: None
    test 623 Ellipsoids.OSU86F.unregister: None
    test 624 Ellipsoids.OSU91A.unregister: None
    test 625 Ellipsoids.Plessis1817.unregister: None
    test 626 Ellipsoids.SGS85.unregister: None
    test 627 Ellipsoids.SoAmerican1969.unregister: None
    test 628 Ellipsoids.Struve1860.unregister: None
    test 629 Ellipsoids.WGS60.unregister: None
    test 630 Ellipsoids.WGS66.unregister: None
    test 631 Ellipsoids.WGS72.unregister: None
    test 632 Ellipsoids.WGS84.unregister: None
    test 633 Ellipsoids.Sphere.unregister: None
    test 634 Ellipsoids.SphereAuthalic.unregister: None
    test 635 Ellipsoids.SpherePopular.unregister: None
    test 636 Ellipsoids: 0
    test 637 RefFrames: 12
    test 638 RefFrames.ITRF2014.unregister: None
    test 639 RefFrames.ITRF2008.unregister: None
    test 640 RefFrames.ITRF2005.unregister: None
    test 641 RefFrames.ITRF2000.unregister: None
    test 642 RefFrames.ITRF93.unregister: None
    test 643 RefFrames.ITRF91.unregister: None
    test 644 RefFrames.WGS84g1762.unregister: None
    test 645 RefFrames.WGS84g1674.unregister: None
    test 646 RefFrames.WGS84g1150.unregister: None
    test 647 RefFrames.ETRF2000.unregister: None
    test 648 RefFrames.NAD83.unregister: None
    test 649 RefFrames.GDA94.unregister: None
    test 650 RefFrames: 0
    test 651 Transforms: 17
    test 652 Transforms.BD72.unregister: None
    test 653 Transforms.Bessel1841.unregister: None
    test 654 Transforms.Clarke1866.unregister: None
    test 655 Transforms.DHDN.unregister: None
    test 656 Transforms.ED50.unregister: None
    test 657 Transforms.Irl1965.unregister: None
    test 658 Transforms.Irl1975.unregister: None
    test 659 Transforms.Krassovski1940.unregister: None
    test 660 Transforms.Krassowsky1940.unregister: None
    test 661 Transforms.MGI.unregister: None
    test 662 Transforms.NAD27.unregister: None
    test 663 Transforms.NAD83.unregister: None
    test 664 Transforms.NTF.unregister: None
    test 665 Transforms.OSGB36.unregister: None
    test 666 Transforms.TokyoJapan.unregister: None
    test 667 Transforms.WGS72.unregister: None
    test 668 Transforms.WGS84.unregister: None
    test 669 Transforms: 0

    5 of 669 testNamed.py tests (0.7%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 53.643 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testNavlabExamples.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testNavlabExamples.py line 18
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testNavlabExamples.py line 18
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testNavlabExamples.py line 18
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testNavlabExamples.py line 18
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testNavlabExamples.py line 18
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testNavlabExamples.py line 18
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testNavlabExamples.py line 18

    testing testNavlabExamples.py 20.04.06 isLazy=3
    test 1 Example 1 delta: [N:331730.863, E:332998.501, D:17398.304]
    test 2 Example 1 delta: [L:470357.384, B:45.109°, E:-2.12°]
    test 3 Example 1 elevation: -2.1198
    test 4 Example 1 bearing: 45.109
    test 5 Example 1 length: 470357.384
    test 6 Example 2 LatLon: 53.301°N, 063.435°E, +400.00m
    test 7 Example 2 toNvector: (0.267, 0.535, 0.802, +400.00)
    test 8 Example 2 delta: [N:3000.0, E:2000.0, D:100.0]
    test 9 Example 2 delta: [L:3606.938, B:33.69°, E:-1.589°]
    test 10 Example 2 destinationNed: 53.327702°N, 063.465119°E, +296.01m  FAILED, KNOWN, expected 53.327726°N, 063.464965°E, +299.138m
    test 11 Example 2 delta: [N:-86126, E:-78900, D:1069]
    test 12 Example 2 delta: [L:116807.681, B:222.493°, E:-0.524°]
    test 13 Example 2 destinationNed: 48.88667°N, 002.37472°E
    test 14 Example 3 toLatLon: 39.379°N, 048.013°W, +4702059.83m
    test 15 Example 4 toCartesian: [6373290.277, 222560.201, 110568.827]
    test 16 Example 5 distanceTo: 332457
    test 17 Example 6 intermediateChordTo: 89.799981°N, 180.0°E
    test 18 Example 6 intermediateTo: 89.8°N, 180.0°E
    test 19 Example 6 intermediateChordTo: 51.372294°N, 000.707192°E
    test 20 Example 6 intermediateTo: 51.372084°N, 000.707337°E
    test 21 Example 7 meanOf: 67.2362°N, 006.9175°W
    test 22 Example 8 destination(sphNv): 79.991549°N, 090.017698°W
    test 23 Example 8 destination(sphTy): 79.991549°N, 090.017698°W
    test 24 Example 8 destination(ellKarney)  : 79.991584°N, 090.017621°W
    test 25 Example 8 destination(ellVincenty): 79.991584°N, 090.017621°W
    test 26 Example 9 intersection: 40.318643°N, 055.901868°E
    test 27 Example 10 crossTrackDistance: 11118
    test 28 toNed: [N:-86126.6, E:-78901.1, D:1104.1]
    test 29 bearing: 222.493
    test 30 elevation: -0.5416
    test 31 length: 116809.178
    test 32 toVector3d: (-86126.6, -78901.1, 1104.1)

    1 of 32 testNavlabExamples.py tests (3.1%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 15.094 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testOsgr.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_DEG from .dms by PyGeodesy/test/testOsgr.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testOsgr.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testOsgr.py line 11
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testOsgr.py line 11
# lazily imported pygeodesy.osgr by PyGeodesy/test/testOsgr.py line 11
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testOsgr.py line 157
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testOsgr.py line 157

    testing testOsgr.py 20.04.22 (module pygeodesy.osgr 20.05.14) isLazy=3
    test 1 LatLon: pygeodesy.ellipsoidalNvector
    test 2 WGS84: 51.4778°N, 000.0016°W
    test 3 OSGB36: 51.477284°N, 000.00002°E
    test 4 WGS84: 51.4778°N, 000.0016°W
    test 5 OSgr1: TG 51409 13177
    test 6 OSgr1: [G:TG, E:51409, N:13177]
    test 7 toLatLon1: 52°39′28.72″N, 001°43′00.63″E  FAILED, KNOWN, expected 52°39′28.72″N, 001°42′57.74″E
    test 8 toLatLon1: 52.657979°N, 001.716843°E  FAILED, KNOWN, expected 52.657977°N, 001.716038°E
    test 9 toOsgr1: 651463,313180  FAILED, KNOWN, expected 651409.903, 313177.270
    test 10 toLatLon2: 52°39′27.25″N, 001°43′07.37″E  FAILED, KNOWN, expected 52°39′27.25″N, 001°43′04.47″E
    test 11 toLatLon2: 52.65757°N, 001.718713°E  FAILED, KNOWN, expected 52.657568°N, 001.717908°E
    test 12 toOsgr2: 651463,313180  FAILED, KNOWN, expected 651409,313177
    test 13 toOsgr3: TG 51409 13177
    test 14 toOsgr4: TG 51409 13177
    test 15 OSGR1: TG 48251 11932
    test 16 OSGR1: [G:TG, E:48251, N:11932]
    test 17 OSGR2: TG 51409 13177
    test 18 OSGR2: [G:TG, E:51409, N:13177]
    test 19 OSGR3: TG 51409 13177
    test 20 OSGR3: [G:TG, E:51409, N:13177]
    test 21 OSGR4: TG 51409 13177
    test 22 OSGR4: [G:TG, E:51409, N:13177]
    test 23 OSGR5: 651409,313177
    test 24 OSGR5: [OSGR:651409.000,313177.000]
    test 25 OSGR5: [OSGR:651409.000,313177.000]
    test 26 OSGR6: 651409,313177
    test 27 issue: 38
    test 28 toOsgr: [G:TL, E:29158, N:35174]
    test 29 toOsgr: 529158.072, 235174.785
    test 30 toOsgr: OSGB36
    test 31 toLatLonOSGB36: 51°59′58.37″N, 000°07′06.14″W
    test 32 toLatLonOSGB36: OSGB36
    test 33 toLatLonWGS84 : 52°00′00.0″N, 000°07′12.0″W
    test 34 toLatLonWGS84 : WGS84
    test 35 Osgr: [G:TQ, E:32014, N:23971]
    test 36 Osgr: 532014.0, 123971.0
    test 37 Osgr: OSGB36
    test 38 toLatLonOSGB36: 50.999425N, 000.118339W  FAILED, KNOWN, expected 50.999425N, 000.118417W
    test 39 toLatLonOSGB36: OSGB36
    test 40 toLatLonWGS84 : 50.999995N, 000.119926W  FAILED, KNOWN, expected 50.999995N, 000.120004W
    test 41 toLatLonWGS84 : WGS84
    test 42 parseOSGR: [G:TQ, E:32014, N:23971]
    test 43 parseOSGR: 532014.0, 123971.0
    test 44 parseOSGR: OSGB36
    test 45 toLatLonOSGB36: 50.999425N, 000.118339W  FAILED, KNOWN, expected 50.999425N, 000.118417W
    test 46 toLatLonOSGB36: OSGB36
    test 47 toLatLonWGS84: 50.999995N, 000.119926W  FAILED, KNOWN, expected 50.999995N, 000.120004W
    test 48 toLatLonWGS84: WGS84
    test 49 toOsgr: [G:TQ, E:32013, N:23971]
    test 50 toOsgr: 532013.969, 123971.046
    test 51 toOsgr: OSGB36
    test 52 toLatLonOSGB36: 50.999426N, 000.118417W
    test 53 toLatLonOSGB36: OSGB36
    test 54 toLatLonWGS84 : 50.999995N, 000.120004W
    test 55 toLatLonWGS84 : WGS84
    test 56 toOsgr: [G:TQ, E:48853, N:24427]
    test 57 toOsgr: 548853.602, 124427.985
    test 58 toOsgr: OSGB36
    test 59 toLatLonOSGB36: 50.999422N, 000.121618E
    test 60 toLatLonOSGB36: OSGB36
    test 61 toLatLonWGS84 : 50.999995N, 000.120004E
    test 62 toLatLonWGS84 : WGS84
    test 63 toLatLon: 52.0N, 000.12W
    test 64 toLatLon: 52.0N, 000.12W
    test 65 toLatLon: 52.0N, 000.12W
    test 66 toLatLon: 52.0N, 000.12W
    test 67 toLatLon: 52.0N, 000.12W
    test 68 toLatLon: 52.0N, 000.12W
    test 69 toLatLon: 52.0N, 000.12W
    test 70 toLatLon: 52.0N, 000.12W
    test 71 LatLon: pygeodesy.ellipsoidalVincenty
    test 72 WGS84: 51.4778°N, 000.0016°W
    test 73 OSGB36: 51.477284°N, 000.00002°E
    test 74 WGS84: 51.4778°N, 000.0016°W
    test 75 OSgr1: TG 51409 13177
    test 76 OSgr1: [G:TG, E:51409, N:13177]
    test 77 toLatLon1: 52°39′28.72″N, 001°43′00.63″E  FAILED, KNOWN, expected 52°39′28.72″N, 001°42′57.74″E
    test 78 toLatLon1: 52.657979°N, 001.716843°E  FAILED, KNOWN, expected 52.657977°N, 001.716038°E
    test 79 toOsgr1: 651463,313180  FAILED, KNOWN, expected 651409.903, 313177.270
    test 80 toLatLon2: 52°39′27.25″N, 001°43′07.37″E  FAILED, KNOWN, expected 52°39′27.25″N, 001°43′04.47″E
    test 81 toLatLon2: 52.65757°N, 001.718713°E  FAILED, KNOWN, expected 52.657568°N, 001.717908°E
    test 82 toOsgr2: 651463,313180  FAILED, KNOWN, expected 651409,313177
    test 83 toOsgr3: TG 51409 13177
    test 84 toOsgr4: TG 51409 13177
    test 85 OSGR1: TG 48251 11932
    test 86 OSGR1: [G:TG, E:48251, N:11932]
    test 87 OSGR2: TG 51409 13177
    test 88 OSGR2: [G:TG, E:51409, N:13177]
    test 89 OSGR3: TG 51409 13177
    test 90 OSGR3: [G:TG, E:51409, N:13177]
    test 91 OSGR4: TG 51409 13177
    test 92 OSGR4: [G:TG, E:51409, N:13177]
    test 93 OSGR5: 651409,313177
    test 94 OSGR5: [OSGR:651409.000,313177.000]
    test 95 OSGR5: [OSGR:651409.000,313177.000]
    test 96 OSGR6: 651409,313177
    test 97 issue: 38
    test 98 toOsgr: [G:TL, E:29158, N:35174]
    test 99 toOsgr: 529158.072, 235174.785
    test 100 toOsgr: OSGB36
    test 101 toLatLonOSGB36: 51°59′58.37″N, 000°07′06.14″W
    test 102 toLatLonOSGB36: OSGB36
    test 103 toLatLonWGS84 : 52°00′00.0″N, 000°07′12.0″W
    test 104 toLatLonWGS84 : WGS84
    test 105 Osgr: [G:TQ, E:32014, N:23971]
    test 106 Osgr: 532014.0, 123971.0
    test 107 Osgr: OSGB36
    test 108 toLatLonOSGB36: 50.999425N, 000.118339W  FAILED, KNOWN, expected 50.999425N, 000.118417W
    test 109 toLatLonOSGB36: OSGB36
    test 110 toLatLonWGS84 : 50.999995N, 000.119926W  FAILED, KNOWN, expected 50.999995N, 000.120004W
    test 111 toLatLonWGS84 : WGS84
    test 112 parseOSGR: [G:TQ, E:32014, N:23971]
    test 113 parseOSGR: 532014.0, 123971.0
    test 114 parseOSGR: OSGB36
    test 115 toLatLonOSGB36: 50.999425N, 000.118339W  FAILED, KNOWN, expected 50.999425N, 000.118417W
    test 116 toLatLonOSGB36: OSGB36
    test 117 toLatLonWGS84: 50.999995N, 000.119926W  FAILED, KNOWN, expected 50.999995N, 000.120004W
    test 118 toLatLonWGS84: WGS84
    test 119 toOsgr: [G:TQ, E:32013, N:23971]
    test 120 toOsgr: 532013.969, 123971.046
    test 121 toOsgr: OSGB36
    test 122 toLatLonOSGB36: 50.999426N, 000.118417W
    test 123 toLatLonOSGB36: OSGB36
    test 124 toLatLonWGS84 : 50.999995N, 000.120004W
    test 125 toLatLonWGS84 : WGS84
    test 126 toOsgr: [G:TQ, E:48853, N:24427]
    test 127 toOsgr: 548853.602, 124427.985
    test 128 toOsgr: OSGB36
    test 129 toLatLonOSGB36: 50.999422N, 000.121618E
    test 130 toLatLonOSGB36: OSGB36
    test 131 toLatLonWGS84 : 50.999995N, 000.120004E
    test 132 toLatLonWGS84 : WGS84
    test 133 toLatLon: 52.0N, 000.12W
    test 134 toLatLon: 52.0N, 000.12W
    test 135 toLatLon: 52.0N, 000.12W
    test 136 toLatLon: 52.0N, 000.12W
    test 137 toLatLon: 52.0N, 000.12W
    test 138 toLatLon: 52.0N, 000.12W
    test 139 toLatLon: 52.0N, 000.12W
    test 140 toLatLon: 52.0N, 000.12W

    20 of 140 testOsgr.py tests (14.3%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 21.483 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testPoints.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.R_MA from .datum by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.LatLon2psxy from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.Numpy2LatLon from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.Tuple2LatLon from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.centroidOf from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testPoints.py line 11
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testRoutes.py line 13

    testing testPoints.py 20.03.26 (module pygeodesy.points 20.05.14) isLazy=3
    test 1 LatLon_: 'LatLon_' object has no attribute '__dict__'
    test 2 LatLon2psxy.ABC: True
    test 3 LatLon2psxy.epsilon: 2.220446049250313e-16
    test 4 LatLon2psxy.epsilon: 0.0
    test 5 LatLon2psxy.len: 69
    test 6 LatLon2psxy.iter: 69
    test 7 LatLon2psxy.slice1: 11
    test 8 LatLon2psxy.slice2: <class 'pygeodesy.points.LatLon2psxy'>
    test 9 LatLon2psxy.slice3: (-0.701418, 52.220485, LatLon_(52.220485°N, 000.701418°W))
    test 10 LatLon2psxy.str/repr: LatLon2psxy('[LatLon_(52.220489°N, 000.701206°W) ... ][69]', closed=False, radius=None, wrap=False)
    test 11 LatLon2psxy.find LL: 10
    test 12 LatLon2psxy.find LL: -1
    test 13 LatLon2psxy.count: 1
    test 14 LatLon2psxy.index: 10
    test 15 LatLon2psxy.rfind: 10
    test 16 LatLon2psxy.in: True
    test 17 LatLon2psxy.count: 0
    test 18 LatLon2psxy.find: -1
    test 19 LatLon2psxy.rfind: -1
    test 20 LatLon2psxy.not in: True
    test 21 LatLon2psxy.find LL: 20
    test 22 LatLon2psxy.find LL: -1
    test 23 LatLon2psxy.count: 1
    test 24 LatLon2psxy.index: 20
    test 25 LatLon2psxy.rfind: 20
    test 26 LatLon2psxy.in: True
    test 27 LatLon2psxy.count: 0
    test 28 LatLon2psxy.find: -1
    test 29 LatLon2psxy.rfind: -1
    test 30 LatLon2psxy.not in: True
    test 31 LatLon2psxy.find LL: 30
    test 32 LatLon2psxy.find LL: -1
    test 33 LatLon2psxy.count: 1
    test 34 LatLon2psxy.index: 30
    test 35 LatLon2psxy.rfind: 30
    test 36 LatLon2psxy.in: True
    test 37 LatLon2psxy.count: 0
    test 38 LatLon2psxy.find: -1
    test 39 LatLon2psxy.rfind: -1
    test 40 LatLon2psxy.not in: True
    test 41 LatLon2psxy.find LL: 40
    test 42 LatLon2psxy.find LL: -1
    test 43 LatLon2psxy.count: 1
    test 44 LatLon2psxy.index: 40
    test 45 LatLon2psxy.rfind: 40
    test 46 LatLon2psxy.in: True
    test 47 LatLon2psxy.count: 0
    test 48 LatLon2psxy.find: -1
    test 49 LatLon2psxy.rfind: -1
    test 50 LatLon2psxy.not in: True
    test 51 LatLon2psxy.find LL: 50
    test 52 LatLon2psxy.find LL: -1
    test 53 LatLon2psxy.count: 1
    test 54 LatLon2psxy.index: 50
    test 55 LatLon2psxy.rfind: 50
    test 56 LatLon2psxy.in: True
    test 57 LatLon2psxy.count: 0
    test 58 LatLon2psxy.find: -1
    test 59 LatLon2psxy.rfind: -1
    test 60 LatLon2psxy.not in: True
    test 61 LatLon2psxy.find LL: 60
    test 62 LatLon2psxy.find LL: -1
    test 63 LatLon2psxy.count: 1
    test 64 LatLon2psxy.index: 60
    test 65 LatLon2psxy.rfind: 60
    test 66 LatLon2psxy.in: True
    test 67 LatLon2psxy.count: 0
    test 68 LatLon2psxy.find: -1
    test 69 LatLon2psxy.rfind: -1
    test 70 LatLon2psxy.not in: True
    test 71 LatLon2psxy.enumerate[0]: (-0.701206, 52.220489, LatLon_(52.220489°N, 000.701206°W))
    test 72 LatLon2psxy.enumerate[1]: (-0.705456, 52.221916, LatLon_(52.221916°N, 000.705456°W))
    test 73 LatLon2psxy.enumerate[2]: (-0.71, 52.225944, LatLon_(52.225944°N, 000.71°W))
    test 74 LatLon2psxy.enumerate[3]: (-0.71446, 52.232448, LatLon_(52.232448°N, 000.71446°W))
    test 75 LatLon2psxy.enumerate[4]: (-0.71486, 52.233013, LatLon_(52.233013°N, 000.71486°W))
    test 76 LatLon2psxy.enumerate[5]: (-0.714348, 52.234375, LatLon_(52.234375°N, 000.714348°W))
    test 77 LatLon2psxy.enumerate[6]: (-0.713572, 52.235607, LatLon_(52.235607°N, 000.713572°W))
    test 78 LatLon2psxy.enumerate[7]: (-0.71233, 52.237495, LatLon_(52.237495°N, 000.71233°W))
    test 79 LatLon2psxy.enumerate[8]: (-0.710784, 52.239315, LatLon_(52.239315°N, 000.710784°W))
    test 80 LatLon2psxy.enumerate[9]: (-0.708684, 52.240627, LatLon_(52.240627°N, 000.708684°W))
    test 81 LatLon2psxy.enumerate[10]: (-0.707042, 52.240745, LatLon_(52.240745°N, 000.707042°W))
    test 82 LatLon2psxy.enumerate[11]: (-0.704945, 52.240863, LatLon_(52.240863°N, 000.704945°W))
    test 83 LatLon2psxy.enumerate[*]: 11
    test 84 LatLon2psxy.reversed[11]: (-0.704945, 52.240863, LatLon_(52.240863°N, 000.704945°W))
    test 85 LatLon2psxy.reversed[10]: (-0.707042, 52.240745, LatLon_(52.240745°N, 000.707042°W))
    test 86 LatLon2psxy.reversed[9]: (-0.708684, 52.240627, LatLon_(52.240627°N, 000.708684°W))
    test 87 LatLon2psxy.reversed[8]: (-0.710784, 52.239315, LatLon_(52.239315°N, 000.710784°W))
    test 88 LatLon2psxy.reversed[7]: (-0.71233, 52.237495, LatLon_(52.237495°N, 000.71233°W))
    test 89 LatLon2psxy.reversed[6]: (-0.713572, 52.235607, LatLon_(52.235607°N, 000.713572°W))
    test 90 LatLon2psxy.reversed[5]: (-0.714348, 52.234375, LatLon_(52.234375°N, 000.714348°W))
    test 91 LatLon2psxy.reversed[4]: (-0.71486, 52.233013, LatLon_(52.233013°N, 000.71486°W))
    test 92 LatLon2psxy.reversed[3]: (-0.71446, 52.232448, LatLon_(52.232448°N, 000.71446°W))
    test 93 LatLon2psxy.reversed[2]: (-0.71, 52.225944, LatLon_(52.225944°N, 000.71°W))
    test 94 LatLon2psxy.reversed[1]: (-0.705456, 52.221916, LatLon_(52.221916°N, 000.705456°W))
    test 95 LatLon2psxy.reversed[0]: (-0.701206, 52.220489, LatLon_(52.220489°N, 000.701206°W))
    test 96 LatLon2psxy.findall[0]: (0,)
    test 97 LatLon2psxy.findall[1]: (1,)
    test 98 LatLon2psxy.findall[2]: (2,)
    test 99 LatLon2psxy.findall[3]: (3,)
    test 100 LatLon2psxy.findall[4]: (4,)
    test 101 LatLon2psxy.findall[5]: (5,)
    test 102 LatLon2psxy.findall[6]: (6,)
    test 103 LatLon2psxy.findall[7]: (7,)
    test 104 LatLon2psxy.findall[8]: (8,)
    test 105 LatLon2psxy.findall[9]: (9,)
    test 106 LatLon2psxy.findall[10]: (10,)
    test 107 LatLon2psxy.findall[11]: (11,)
    test 108 LatLon2psxy.findall[*]: 11
    test 109 LatLon2psxy.isNumpy2: False
    test 110 LatLon2psxy.isPoints2: True
    test 111 LatLon2psxy.isTuple2: False
    test 112 numpy.__version__: 1.17.2
    test 113 Numpy2LatLon.ABC: True
    test 114 Numpy2LatLon.epsilon: 2.220446049250313e-16
    test 115 Numpy2LatLon.epsilon: 0.0
    test 116 Numpy2LatLon.len: 69
    test 117 Numpy2LatLon.iter: 69
    test 118 Numpy2LatLon.shape: (69, 4)
    test 119 Numpy2LatLon.slice1: 11
    test 120 Numpy2LatLon.slice2: <class 'pygeodesy.points.Numpy2LatLon'>
    test 121 Numpy2LatLon.slice3: 52.220485°N, 000.701418°W
    test 122 Numpy2LatLon.str/repr: Numpy2LatLon('array([[-0.701206, 0. , 52.220489, 0. ]] ... )[69]', ilat=2, ilon=0)
    test 123 Numpy2LatLon.subset: <class 'numpy.ndarray'>
    test 124 Numpy2LatLon.count: 1
    test 125 Numpy2LatLon.index: 10
    test 126 Numpy2LatLon.rfind: 10
    test 127 Numpy2LatLon.in: True
    test 128 Numpy2LatLon.count: 0
    test 129 Numpy2LatLon.find: -1
    test 130 Numpy2LatLon.rfind: -1
    test 131 Numpy2LatLon.not in: True
    test 132 Numpy2LatLon.count: 1
    test 133 Numpy2LatLon.index: 20
    test 134 Numpy2LatLon.rfind: 20
    test 135 Numpy2LatLon.in: True
    test 136 Numpy2LatLon.count: 0
    test 137 Numpy2LatLon.find: -1
    test 138 Numpy2LatLon.rfind: -1
    test 139 Numpy2LatLon.not in: True
    test 140 Numpy2LatLon.count: 1
    test 141 Numpy2LatLon.index: 30
    test 142 Numpy2LatLon.rfind: 30
    test 143 Numpy2LatLon.in: True
    test 144 Numpy2LatLon.count: 0
    test 145 Numpy2LatLon.find: -1
    test 146 Numpy2LatLon.rfind: -1
    test 147 Numpy2LatLon.not in: True
    test 148 Numpy2LatLon.count: 1
    test 149 Numpy2LatLon.index: 40
    test 150 Numpy2LatLon.rfind: 40
    test 151 Numpy2LatLon.in: True
    test 152 Numpy2LatLon.count: 0
    test 153 Numpy2LatLon.find: -1
    test 154 Numpy2LatLon.rfind: -1
    test 155 Numpy2LatLon.not in: True
    test 156 Numpy2LatLon.count: 1
    test 157 Numpy2LatLon.index: 50
    test 158 Numpy2LatLon.rfind: 50
    test 159 Numpy2LatLon.in: True
    test 160 Numpy2LatLon.count: 0
    test 161 Numpy2LatLon.find: -1
    test 162 Numpy2LatLon.rfind: -1
    test 163 Numpy2LatLon.not in: True
    test 164 Numpy2LatLon.count: 1
    test 165 Numpy2LatLon.index: 60
    test 166 Numpy2LatLon.rfind: 60
    test 167 Numpy2LatLon.in: True
    test 168 Numpy2LatLon.count: 0
    test 169 Numpy2LatLon.find: -1
    test 170 Numpy2LatLon.rfind: -1
    test 171 Numpy2LatLon.not in: True
    test 172 Numpy2LatLon.enumerate[0]: 52.220489°N, 000.701206°W
    test 173 Numpy2LatLon.enumerate[1]: 52.221916°N, 000.705456°W
    test 174 Numpy2LatLon.enumerate[2]: 52.225944°N, 000.71°W
    test 175 Numpy2LatLon.enumerate[3]: 52.232448°N, 000.71446°W
    test 176 Numpy2LatLon.enumerate[4]: 52.233013°N, 000.71486°W
    test 177 Numpy2LatLon.enumerate[5]: 52.234375°N, 000.714348°W
    test 178 Numpy2LatLon.enumerate[6]: 52.235607°N, 000.713572°W
    test 179 Numpy2LatLon.enumerate[7]: 52.237495°N, 000.71233°W
    test 180 Numpy2LatLon.enumerate[8]: 52.239315°N, 000.710784°W
    test 181 Numpy2LatLon.enumerate[9]: 52.240627°N, 000.708684°W
    test 182 Numpy2LatLon.enumerate[10]: 52.240745°N, 000.707042°W
    test 183 Numpy2LatLon.enumerate[11]: 52.240863°N, 000.704945°W
    test 184 Numpy2LatLon.enumerate[*]: 11
    test 185 Numpy2LatLon.reversed[11]: 52.240863°N, 000.704945°W
    test 186 Numpy2LatLon.reversed[10]: 52.240745°N, 000.707042°W
    test 187 Numpy2LatLon.reversed[9]: 52.240627°N, 000.708684°W
    test 188 Numpy2LatLon.reversed[8]: 52.239315°N, 000.710784°W
    test 189 Numpy2LatLon.reversed[7]: 52.237495°N, 000.71233°W
    test 190 Numpy2LatLon.reversed[6]: 52.235607°N, 000.713572°W
    test 191 Numpy2LatLon.reversed[5]: 52.234375°N, 000.714348°W
    test 192 Numpy2LatLon.reversed[4]: 52.233013°N, 000.71486°W
    test 193 Numpy2LatLon.reversed[3]: 52.232448°N, 000.71446°W
    test 194 Numpy2LatLon.reversed[2]: 52.225944°N, 000.71°W
    test 195 Numpy2LatLon.reversed[1]: 52.221916°N, 000.705456°W
    test 196 Numpy2LatLon.reversed[0]: 52.220489°N, 000.701206°W
    test 197 Numpy2LatLon.findall[0]: (0,)
    test 198 Numpy2LatLon.findall[1]: (1,)
    test 199 Numpy2LatLon.findall[2]: (2,)
    test 200 Numpy2LatLon.findall[3]: (3,)
    test 201 Numpy2LatLon.findall[4]: (4,)
    test 202 Numpy2LatLon.findall[5]: (5,)
    test 203 Numpy2LatLon.findall[6]: (6,)
    test 204 Numpy2LatLon.findall[7]: (7,)
    test 205 Numpy2LatLon.findall[8]: (8,)
    test 206 Numpy2LatLon.findall[9]: (9,)
    test 207 Numpy2LatLon.findall[10]: (10,)
    test 208 Numpy2LatLon.findall[11]: (11,)
    test 209 Numpy2LatLon.findall[*]: 11
    test 210 Numpy2LatLon.isNumpy2: True
    test 211 Numpy2LatLon.isPoints2: False
    test 212 Numpy2LatLon.isTuple2: False
    test 213 Tuple2LatLon.ABC: True
    test 214 Tuple2LatLon.epsilon: 2.220446049250313e-16
    test 215 Tuple2LatLon.epsilon: 0.0
    test 216 Tuple2LatLon.len: 69
    test 217 Tuple2LatLon.iter: 69
    test 218 Tuple2LatLon.slice1: 11
    test 219 Tuple2LatLon.slice2: <class 'pygeodesy.points.Tuple2LatLon'>
    test 220 Tuple2LatLon.slice3: 52.220485°N, 000.701418°W
    test 221 Tuple2LatLon.str/repr: Tuple2LatLon('[(0, -0.701206, 0, 52.220489) ... ][69]', ilat=3, ilon=1)
    test 222 Tuple2LatLon.subset: <class 'list'>
    test 223 Tuple2LatLon.count: 1
    test 224 Tuple2LatLon.index: 10
    test 225 Tuple2LatLon.rfind: 10
    test 226 Tuple2LatLon.in: True
    test 227 Tuple2LatLon.count: 0
    test 228 Tuple2LatLon.find: -1
    test 229 Tuple2LatLon.rfind: -1
    test 230 Tuple2LatLon.not in: True
    test 231 Tuple2LatLon.count: 1
    test 232 Tuple2LatLon.index: 20
    test 233 Tuple2LatLon.rfind: 20
    test 234 Tuple2LatLon.in: True
    test 235 Tuple2LatLon.count: 0
    test 236 Tuple2LatLon.find: -1
    test 237 Tuple2LatLon.rfind: -1
    test 238 Tuple2LatLon.not in: True
    test 239 Tuple2LatLon.count: 1
    test 240 Tuple2LatLon.index: 30
    test 241 Tuple2LatLon.rfind: 30
    test 242 Tuple2LatLon.in: True
    test 243 Tuple2LatLon.count: 0
    test 244 Tuple2LatLon.find: -1
    test 245 Tuple2LatLon.rfind: -1
    test 246 Tuple2LatLon.not in: True
    test 247 Tuple2LatLon.count: 1
    test 248 Tuple2LatLon.index: 40
    test 249 Tuple2LatLon.rfind: 40
    test 250 Tuple2LatLon.in: True
    test 251 Tuple2LatLon.count: 0
    test 252 Tuple2LatLon.find: -1
    test 253 Tuple2LatLon.rfind: -1
    test 254 Tuple2LatLon.not in: True
    test 255 Tuple2LatLon.count: 1
    test 256 Tuple2LatLon.index: 50
    test 257 Tuple2LatLon.rfind: 50
    test 258 Tuple2LatLon.in: True
    test 259 Tuple2LatLon.count: 0
    test 260 Tuple2LatLon.find: -1
    test 261 Tuple2LatLon.rfind: -1
    test 262 Tuple2LatLon.not in: True
    test 263 Tuple2LatLon.count: 1
    test 264 Tuple2LatLon.index: 60
    test 265 Tuple2LatLon.rfind: 60
    test 266 Tuple2LatLon.in: True
    test 267 Tuple2LatLon.count: 0
    test 268 Tuple2LatLon.find: -1
    test 269 Tuple2LatLon.rfind: -1
    test 270 Tuple2LatLon.not in: True
    test 271 Tuple2LatLon.enumerate[0]: 52.220489°N, 000.701206°W
    test 272 Tuple2LatLon.enumerate[1]: 52.221916°N, 000.705456°W
    test 273 Tuple2LatLon.enumerate[2]: 52.225944°N, 000.71°W
    test 274 Tuple2LatLon.enumerate[3]: 52.232448°N, 000.71446°W
    test 275 Tuple2LatLon.enumerate[4]: 52.233013°N, 000.71486°W
    test 276 Tuple2LatLon.enumerate[5]: 52.234375°N, 000.714348°W
    test 277 Tuple2LatLon.enumerate[6]: 52.235607°N, 000.713572°W
    test 278 Tuple2LatLon.enumerate[7]: 52.237495°N, 000.71233°W
    test 279 Tuple2LatLon.enumerate[8]: 52.239315°N, 000.710784°W
    test 280 Tuple2LatLon.enumerate[9]: 52.240627°N, 000.708684°W
    test 281 Tuple2LatLon.enumerate[10]: 52.240745°N, 000.707042°W
    test 282 Tuple2LatLon.enumerate[11]: 52.240863°N, 000.704945°W
    test 283 Tuple2LatLon.enumerate[*]: 11
    test 284 Tuple2LatLon.reversed[11]: 52.240863°N, 000.704945°W
    test 285 Tuple2LatLon.reversed[10]: 52.240745°N, 000.707042°W
    test 286 Tuple2LatLon.reversed[9]: 52.240627°N, 000.708684°W
    test 287 Tuple2LatLon.reversed[8]: 52.239315°N, 000.710784°W
    test 288 Tuple2LatLon.reversed[7]: 52.237495°N, 000.71233°W
    test 289 Tuple2LatLon.reversed[6]: 52.235607°N, 000.713572°W
    test 290 Tuple2LatLon.reversed[5]: 52.234375°N, 000.714348°W
    test 291 Tuple2LatLon.reversed[4]: 52.233013°N, 000.71486°W
    test 292 Tuple2LatLon.reversed[3]: 52.232448°N, 000.71446°W
    test 293 Tuple2LatLon.reversed[2]: 52.225944°N, 000.71°W
    test 294 Tuple2LatLon.reversed[1]: 52.221916°N, 000.705456°W/Users/jean/Dropbox/Projects/geodesy/PyGeodesy/test/testPoints.py:17: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3,and in 3.9 it will stop working
  from collections import Sequence

    test 295 Tuple2LatLon.reversed[0]: 52.220489°N, 000.701206°W
    test 296 Tuple2LatLon.findall[0]: (0,)
    test 297 Tuple2LatLon.findall[1]: (1,)
    test 298 Tuple2LatLon.findall[2]: (2,)
    test 299 Tuple2LatLon.findall[3]: (3,)
    test 300 Tuple2LatLon.findall[4]: (4,)
    test 301 Tuple2LatLon.findall[5]: (5,)
    test 302 Tuple2LatLon.findall[6]: (6,)
    test 303 Tuple2LatLon.findall[7]: (7,)
    test 304 Tuple2LatLon.findall[8]: (8,)
    test 305 Tuple2LatLon.findall[9]: (9,)
    test 306 Tuple2LatLon.findall[10]: (10,)
    test 307 Tuple2LatLon.findall[11]: (11,)
    test 308 Tuple2LatLon.findall[*]: 11
    test 309 Tuple2LatLon.isNumpy2: False
    test 310 Tuple2LatLon.isPoints2: False
    test 311 Tuple2LatLon.isTuple2: True
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testPoints.py line 207
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testPoints.py line 207
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testPoints.py line 207

    testing(pygeodesy.points, 20.05.14, LatLon=<class 'pygeodesy.points.LatLon_'>)
    test 312 areaOf: 8.811228e+09
    test 313 centroidOf: 45.5, 1.5
    test 314 perimeterOf: 2.673633e+05
    test 315 isclockwise: False
    test 316 areaOf: 7.086883e+09
    test 317 perimeterOf: 2.687460e+05
    test 318 centroidOf: 0.333333, 0.333333
    test 319 isclockwise: True
    test 320 areaOf: 2.827856e+10
    test 321 perimeterOf: 4.717039e+05
    test 322 centroidOf: 1.0, 1.0
    test 323 isclockwise: False
    test 324 areaOf: 1.047657e+12
    test 325 perimeterOf: 2.332643e+07
    test 326 centroidOf: 22.536, -164.928
    test 327 isclockwise: True
    test 328 areaOf: 8.482014e+10
    test 329 perimeterOf: 1.334104e+06
    test 330 centroidOf: 1.167, 1.667
    test 331 isclockwise: False
    test 332 areaOf: 5.151974e+13
    test 333 perimeterOf: 2.638608e+07
    test 334 centroidOf: -19.444, -133.333
    test 335 isclockwise: True
    test 336 areaOf: 4.469277e+12  FAILED, KNOWN, expected 1.366270e+13
    test 337 perimeterOf: 1.562029e+07  FAILED, KNOWN, expected 1.366270e+13
    test 338 centroidOf: -72.112, 92.032
    test 339 isclockwise: False
    test 340 points2: 18
    test 341 latlon: -66.6, -88.0
    test 342 philam: -1.162389, -1.53589
    test 343 to2ab: -1.162389, -1.53589
    test 344 toStr: 66.6°S, 088.0°W, kwds='test'
    test 345 __ne__: False
    test 346 latlonheight: -66.6, -88.0, 0.0
    test 347 philamheight: -1.162389, -1.53589, 0.0
    test 348 _N_vector: (0.01386, -0.39691, -0.91775)
    test 349 toNvector: (0.01386, -0.39691, -0.91775)
    test 350 toNvector: (0.01386, -0.396906, -0.917755, 0)  FAILED, KNOWN, expected (0.01386, -0.396906, -0.917755)
    test 351 classof: 66.6°S, 088.0°W
    test 352 others: None
    test 353 copy(LatLon_): (<class 'pygeodesy.points.LatLon_'>, True)
    test 354 LatLon_.copy(): (<class 'pygeodesy.points.LatLon_'>, True)

    testing(pygeodesy.points, 20.05.14, LatLon=<class 'pygeodesy.ellipsoidalKarney.LatLon'>)
    test 355 areaOf: 8.811228e+09
    test 356 centroidOf: 45.5, 1.5
    test 357 perimeterOf: 2.673633e+05
    test 358 isclockwise: False
    test 359 areaOf: 7.086883e+09
    test 360 perimeterOf: 2.687460e+05
    test 361 centroidOf: 0.333333, 0.333333
    test 362 isclockwise: True
    test 363 areaOf: 2.827856e+10
    test 364 perimeterOf: 4.717039e+05
    test 365 centroidOf: 1.0, 1.0
    test 366 isclockwise: False
    test 367 areaOf: 1.047657e+12
    test 368 perimeterOf: 2.332643e+07
    test 369 centroidOf: 22.536, -164.928
    test 370 isclockwise: True
    test 371 areaOf: 8.482014e+10
    test 372 perimeterOf: 1.334104e+06
    test 373 centroidOf: 1.167, 1.667
    test 374 isclockwise: False
    test 375 areaOf: 5.151974e+13
    test 376 perimeterOf: 2.638608e+07
    test 377 centroidOf: -19.444, -133.333
    test 378 isclockwise: True
    test 379 areaOf: 4.469277e+12  FAILED, KNOWN, expected 1.366270e+13
    test 380 perimeterOf: 1.562029e+07  FAILED, KNOWN, expected 1.366270e+13
    test 381 centroidOf: -72.112, 92.032
    test 382 isclockwise: False
    test 383 points2: 18
    test 384 latlon: -66.6, -88.0
    test 385 philam: -1.162389, -1.53589
    test 386 to2ab: -1.162389, -1.53589
    test 387 latlonheight: -66.6, -88.0, 0.0
    test 388 philamheight: -1.162389, -1.53589, 0.0
    test 389 _N_vector: (0.01386, -0.39691, -0.91775)
    test 390 toNvector: (0.01386, -0.39691, -0.91775)
    test 391 toNvector: (0.01386, -0.396906, -0.917755)
    test 392 classof: 66.6°S, 088.0°W
    test 393 others: None
    test 394 copy(LatLon): (<class 'pygeodesy.ellipsoidalKarney.LatLon'>, True)
    test 395 LatLon.copy(): (<class 'pygeodesy.ellipsoidalKarney.LatLon'>, True)

    testing(pygeodesy.points, 20.05.14, LatLon=<class 'pygeodesy.ellipsoidalVincenty.LatLon'>)
    test 396 areaOf: 8.811228e+09
    test 397 centroidOf: 45.5, 1.5
    test 398 perimeterOf: 2.673633e+05
    test 399 isclockwise: False
    test 400 areaOf: 7.086883e+09
    test 401 perimeterOf: 2.687460e+05
    test 402 centroidOf: 0.333333, 0.333333
    test 403 isclockwise: True
    test 404 areaOf: 2.827856e+10
    test 405 perimeterOf: 4.717039e+05
    test 406 centroidOf: 1.0, 1.0
    test 407 isclockwise: False
    test 408 areaOf: 1.047657e+12
    test 409 perimeterOf: 2.332643e+07
    test 410 centroidOf: 22.536, -164.928
    test 411 isclockwise: True
    test 412 areaOf: 8.482014e+10
    test 413 perimeterOf: 1.334104e+06
    test 414 centroidOf: 1.167, 1.667
    test 415 isclockwise: False
    test 416 areaOf: 5.151974e+13
    test 417 perimeterOf: 2.638608e+07
    test 418 centroidOf: -19.444, -133.333
    test 419 isclockwise: True
    test 420 areaOf: 4.469277e+12  FAILED, KNOWN, expected 1.366270e+13
    test 421 perimeterOf: 1.562029e+07  FAILED, KNOWN, expected 1.366270e+13
    test 422 centroidOf: -72.112, 92.032
    test 423 isclockwise: False
    test 424 points2: 18
    test 425 latlon: -66.6, -88.0
    test 426 philam: -1.162389, -1.53589
    test 427 to2ab: -1.162389, -1.53589
    test 428 latlonheight: -66.6, -88.0, 0.0
    test 429 philamheight: -1.162389, -1.53589, 0.0
    test 430 _N_vector: (0.01386, -0.39691, -0.91775)
    test 431 toNvector: (0.01386, -0.39691, -0.91775)
    test 432 toNvector: (0.01386, -0.396906, -0.917755)
    test 433 classof: 66.6°S, 088.0°W
    test 434 others: None
    test 435 copy(LatLon): (<class 'pygeodesy.ellipsoidalVincenty.LatLon'>, True)
    test 436 LatLon.copy(): (<class 'pygeodesy.ellipsoidalVincenty.LatLon'>, True)

    testing(pygeodesy.points, 20.05.14, LatLon=<class 'pygeodesy.sphericalTrigonometry.LatLon'>)
    test 437 areaOf: 8.811228e+09
    test 438 centroidOf: 45.5, 1.5
    test 439 perimeterOf: 2.673633e+05
    test 440 isclockwise: False
    test 441 areaOf: 7.086883e+09
    test 442 perimeterOf: 2.687460e+05
    test 443 centroidOf: 0.333333, 0.333333
    test 444 isclockwise: True
    test 445 areaOf: 2.827856e+10
    test 446 perimeterOf: 4.717039e+05
    test 447 centroidOf: 1.0, 1.0
    test 448 isclockwise: False
    test 449 areaOf: 1.047657e+12
    test 450 perimeterOf: 2.332643e+07
    test 451 centroidOf: 22.536, -164.928
    test 452 isclockwise: True
    test 453 areaOf: 8.482014e+10
    test 454 perimeterOf: 1.334104e+06
    test 455 centroidOf: 1.167, 1.667
    test 456 isclockwise: False
    test 457 areaOf: 5.151974e+13
    test 458 perimeterOf: 2.638608e+07
    test 459 centroidOf: -19.444, -133.333
    test 460 isclockwise: True
    test 461 areaOf: 4.469277e+12  FAILED, KNOWN, expected 1.366270e+13
    test 462 perimeterOf: 1.562029e+07  FAILED, KNOWN, expected 1.366270e+13
    test 463 centroidOf: -72.112, 92.032
    test 464 isclockwise: False
    test 465 points2: 18
    test 466 latlon: -66.6, -88.0
    test 467 philam: -1.162389, -1.53589
    test 468 to2ab: -1.162389, -1.53589
    test 469 latlonheight: -66.6, -88.0, 0.0
    test 470 philamheight: -1.162389, -1.53589, 0.0
    test 471 _N_vector: (0.01386, -0.39691, -0.91775)
    test 472 toNvector: (0.01386, -0.39691, -0.91775)
    test 473 toNvector: (0.01386, -0.396906, -0.917755)
    test 474 classof: 66.6°S, 088.0°W
    test 475 others: None
    test 476 copy(LatLon): (<class 'pygeodesy.sphericalTrigonometry.LatLon'>, True)
    test 477 LatLon.copy(): (<class 'pygeodesy.sphericalTrigonometry.LatLon'>, True)

    testing(pygeodesy.points, 20.05.14, LatLon=<class 'pygeodesy.ellipsoidalNvector.LatLon'>)
    test 478 areaOf: 8.811228e+09
    test 479 centroidOf: 45.5, 1.5
    test 480 perimeterOf: 2.673633e+05
    test 481 isclockwise: False
    test 482 areaOf: 7.086883e+09
    test 483 perimeterOf: 2.687460e+05
    test 484 centroidOf: 0.333333, 0.333333
    test 485 isclockwise: True
    test 486 areaOf: 2.827856e+10
    test 487 perimeterOf: 4.717039e+05
    test 488 centroidOf: 1.0, 1.0
    test 489 isclockwise: False
    test 490 areaOf: 1.047657e+12
    test 491 perimeterOf: 2.332643e+07
    test 492 centroidOf: 22.536, -164.928
    test 493 isclockwise: True
    test 494 areaOf: 8.482014e+10
    test 495 perimeterOf: 1.334104e+06
    test 496 centroidOf: 1.167, 1.667
    test 497 isclockwise: False
    test 498 areaOf: 5.151974e+13
    test 499 perimeterOf: 2.638608e+07
    test 500 centroidOf: -19.444, -133.333
    test 501 isclockwise: True
    test 502 areaOf: 4.469277e+12  FAILED, KNOWN, expected 1.366270e+13
    test 503 perimeterOf: 1.562029e+07  FAILED, KNOWN, expected 1.366270e+13
    test 504 centroidOf: -72.112, 92.032
    test 505 isclockwise: False
    test 506 points2: 18
    test 507 latlon: -66.6, -88.0
    test 508 philam: -1.162389, -1.53589
    test 509 to2ab: -1.162389, -1.53589
    test 510 latlonheight: -66.6, -88.0, 0.0
    test 511 philamheight: -1.162389, -1.53589, 0.0
    test 512 _N_vector: (0.01386, -0.39691, -0.91775)
    test 513 toNvector: (0.01386, -0.39691, -0.91775)
    test 514 toNvector: (0.01386, -0.396906, -0.917755)
    test 515 classof: 66.6°S, 088.0°W
    test 516 others: None
    test 517 copy(LatLon): (<class 'pygeodesy.ellipsoidalNvector.LatLon'>, True)
    test 518 LatLon.copy(): (<class 'pygeodesy.ellipsoidalNvector.LatLon'>, True)

    testing(pygeodesy.points, 20.05.14, LatLon=<class 'pygeodesy.sphericalNvector.LatLon'>)
    test 519 areaOf: 8.811228e+09
    test 520 centroidOf: 45.5, 1.5
    test 521 perimeterOf: 2.673633e+05
    test 522 isclockwise: False
    test 523 areaOf: 7.086883e+09
    test 524 perimeterOf: 2.687460e+05
    test 525 centroidOf: 0.333333, 0.333333
    test 526 isclockwise: True
    test 527 areaOf: 2.827856e+10
    test 528 perimeterOf: 4.717039e+05
    test 529 centroidOf: 1.0, 1.0
    test 530 isclockwise: False
    test 531 areaOf: 1.047657e+12
    test 532 perimeterOf: 2.332643e+07
    test 533 centroidOf: 22.536, -164.928
    test 534 isclockwise: True
    test 535 areaOf: 8.482014e+10
    test 536 perimeterOf: 1.334104e+06
    test 537 centroidOf: 1.167, 1.667
    test 538 isclockwise: False
    test 539 areaOf: 5.151974e+13
    test 540 perimeterOf: 2.638608e+07
    test 541 centroidOf: -19.444, -133.333
    test 542 isclockwise: True
    test 543 areaOf: 4.469277e+12  FAILED, KNOWN, expected 1.366270e+13
    test 544 perimeterOf: 1.562029e+07  FAILED, KNOWN, expected 1.366270e+13
    test 545 centroidOf: -72.112, 92.032
    test 546 isclockwise: False
    test 547 points2: 18
    test 548 latlon: -66.6, -88.0
    test 549 philam: -1.162389, -1.53589
    test 550 to2ab: -1.162389, -1.53589
    test 551 latlonheight: -66.6, -88.0, 0.0
    test 552 philamheight: -1.162389, -1.53589, 0.0
    test 553 _N_vector: (0.01386, -0.39691, -0.91775)
    test 554 toNvector: (0.01386, -0.39691, -0.91775)
    test 555 toNvector: (0.01386, -0.396906, -0.917755)
    test 556 classof: 66.6°S, 088.0°W
    test 557 others: None
    test 558 copy(LatLon): (<class 'pygeodesy.sphericalNvector.LatLon'>, True)
    test 559 LatLon.copy(): (<class 'pygeodesy.sphericalNvector.LatLon'>, True)

    13 of 559 testPoints.py tests (2.3%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 109.416 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testRoutes.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testRoutes.py line 13

    testing testRoutes.py 18.10.12 isLazy=3
    test 1 points.areaOf('Antarctica', adjust=True, radius=6371.008771, wrap=True): 4469277.057  FAILED, KNOWN, expected 13552524.800
    test 2 points.areaOf('PtsFFI', adjust=True, radius=6371.008771, wrap=True): 1.288
    test 3 points.areaOf('RdpFFI', adjust=True, radius=6371.008771, wrap=True): 1.241
    test 4 points.areaOf('Pts', adjust=True, radius=6371.008771, wrap=True): 131184.240
    test 5 points.areaOf('VwPts', adjust=True, radius=6371.008771, wrap=True): 140310.144
    test 6 points.areaOf('_JFK_LHR1', adjust=True, radius=6371.008771, wrap=True): 41383852.921  FAILED, KNOWN, expected 40041368.849
    test 7 points.areaOf('_JFK_LHR2', adjust=True, radius=6371.008771, wrap=True): 82767705.842  FAILED, KNOWN, expected 80082737.697
    test 8 points.areaOf('Antarctica', adjust=False, radius=6371.008771, wrap=True): 22491981.367  FAILED, KNOWN, expected 13552524.800
    test 9 points.areaOf('PtsFFI', adjust=False, radius=6371.008771, wrap=True): 2.185  FAILED, KNOWN, expected 1.288
    test 10 points.areaOf('RdpFFI', adjust=False, radius=6371.008771, wrap=True): 2.105  FAILED, KNOWN, expected 1.241
    test 11 points.areaOf('Pts', adjust=False, radius=6371.008771, wrap=True): 233595.011  FAILED, KNOWN, expected 131184.240
    test 12 points.areaOf('VwPts', adjust=False, radius=6371.008771, wrap=True): 258465.911  FAILED, KNOWN, expected 140310.144
    test 13 points.areaOf('_JFK_LHR1', adjust=False, radius=6371.008771, wrap=True): 41780731.678  FAILED, KNOWN, expected 40041368.849
    test 14 points.areaOf('_JFK_LHR2', adjust=False, radius=6371.008771, wrap=True): 83561463.357  FAILED, KNOWN, expected 80082737.697
    test 15 sphericalTrigonometry.areaOf('Antarctica', radius=6371.008771, wrap=True): 13552524.810
    test 16 sphericalTrigonometry.areaOf('PtsFFI', radius=6371.008771, wrap=True): 1.338
    test 17 sphericalTrigonometry.areaOf('RdpFFI', radius=6371.008771, wrap=True): 1.289
    test 18 sphericalTrigonometry.areaOf('Pts', radius=6371.008771, wrap=True): 125942.444
    test 19 sphericalTrigonometry.areaOf('VwPts', radius=6371.008771, wrap=True): 118897.757
    test 20 sphericalTrigonometry.areaOf('_JFK_LHR1', radius=6371.008771, wrap=True): 40105639.197
    test 21 sphericalTrigonometry.areaOf('_JFK_LHR2', radius=6371.008771, wrap=True): 80211278.393
    test 22 ellipsoidalVincenty.areaOf('Antarctica', wrap=True): 1.366270e+13
    test 23 ellipsoidalVincenty.areaOf('PtsFFI', wrap=True): 1.343272e+06
    test 24 ellipsoidalVincenty.areaOf('RdpFFI', wrap=True): 1.294375e+06
    test 25 ellipsoidalVincenty.areaOf('Pts', wrap=True): 1.271286e+11
    test 26 ellipsoidalVincenty.areaOf('VwPts', wrap=True): 1.200540e+11
    test 27 ellipsoidalVincenty.areaOf('_JFK_LHR1', wrap=True): 4.004137e+13
    test 28 ellipsoidalVincenty.areaOf('_JFK_LHR2', wrap=True): 8.008274e+13
    test 29 ellipsoidalVincenty.areaOf('Antarctica', wrap=True): 1.366270e+13
    test 30 ellipsoidalVincenty.areaOf('PtsFFI', wrap=True): 1.343272e+06
    test 31 ellipsoidalVincenty.areaOf('RdpFFI', wrap=True): 1.294375e+06
    test 32 ellipsoidalVincenty.areaOf('Pts', wrap=True): 1.271286e+11
    test 33 ellipsoidalVincenty.areaOf('VwPts', wrap=True): 1.200540e+11
    test 34 ellipsoidalVincenty.areaOf('_JFK_LHR1', wrap=True): 4.004137e+13
    test 35 ellipsoidalVincenty.areaOf('_JFK_LHR2', wrap=True): 8.008274e+13
    test 36 points.perimeterOf('Antarctica', closed=False, radius=6371008.771415, wrap=True): 15620294.792  FAILED, KNOWN, expected 16765661.499
    test 37 points.perimeterOf('PtsFFI', closed=False, radius=6371008.771415, wrap=True): 3224.123
    test 38 points.perimeterOf('RdpFFI', closed=False, radius=6371008.771415, wrap=True): 3185.467
    test 39 points.perimeterOf('Pts', closed=False, radius=6371008.771415, wrap=True): 2762313.129
    test 40 points.perimeterOf('VwPts', closed=False, radius=6371008.771415, wrap=True): 2672557.850
    test 41 points.perimeterOf('_JFK_LHR1', closed=False, radius=6371008.771415, wrap=True): 16034670.768  FAILED, KNOWN, expected 15766750.804
    test 42 points.perimeterOf('_JFK_LHR2', closed=False, radius=6371008.771415, wrap=True): 26286857.120  FAILED, KNOWN, expected 25981742.208
    test 43 sphericalTrigonometry.perimeterOf('Antarctica', closed=False, radius=6371008.771415, wrap=True): 15470624.834
    test 44 sphericalTrigonometry.perimeterOf('PtsFFI', closed=False, radius=6371008.771415, wrap=True): 3224.123
    test 45 sphericalTrigonometry.perimeterOf('RdpFFI', closed=False, radius=6371008.771415, wrap=True): 3185.467
    test 46 sphericalTrigonometry.perimeterOf('Pts', closed=False, radius=6371008.771415, wrap=True): 2762313.116
    test 47 sphericalTrigonometry.perimeterOf('VwPts', closed=False, radius=6371008.771415, wrap=True): 2672556.441
    test 48 sphericalTrigonometry.perimeterOf('_JFK_LHR1', closed=False, radius=6371008.771415, wrap=True): 15789078.314
    test 49 sphericalTrigonometry.perimeterOf('_JFK_LHR2', closed=False, radius=6371008.771415, wrap=True): 26041264.665
    test 50 ellipsoidalVincenty.perimeterOf('Antarctica', closed=False, wrap=True): 15531947.149
    test 51 ellipsoidalVincenty.perimeterOf('PtsFFI', closed=False, wrap=True): 3229.337
    test 52 ellipsoidalVincenty.perimeterOf('RdpFFI', closed=False, wrap=True): 3190.602
    test 53 ellipsoidalVincenty.perimeterOf('Pts', closed=False, wrap=True): 2769709.679
    test 54 ellipsoidalVincenty.perimeterOf('VwPts', closed=False, wrap=True): 2679915.858
    test 55 ellipsoidalVincenty.perimeterOf('_JFK_LHR1', closed=False, wrap=True): 15766750.804
    test 56 ellipsoidalVincenty.perimeterOf('_JFK_LHR2', closed=False, wrap=True): 25981742.208
    test 57 ellipsoidalVincenty.perimeterOf('Antarctica', closed=True, wrap=True): 16831067.893
    test 58 ellipsoidalVincenty.perimeterOf('PtsFFI', closed=True, wrap=True): 5491.045
    test 59 ellipsoidalVincenty.perimeterOf('RdpFFI', closed=True, wrap=True): 5452.310
    test 60 ellipsoidalVincenty.perimeterOf('Pts', closed=True, wrap=True): 5259077.510
    test 61 ellipsoidalVincenty.perimeterOf('VwPts', closed=True, wrap=True): 5171947.931
    test 62 ellipsoidalVincenty.perimeterOf('_JFK_LHR1', closed=True, wrap=True): 23926469.479
    test 63 ellipsoidalVincenty.perimeterOf('_JFK_LHR2', closed=True, wrap=True): 31533501.608
    test 64 geographiclib.WNZ-SAL(WGS84): 19959679.267
    test 65 geographiclib.WNZ-SAL(WGS84): 354.50
    test 66 geographiclib.WNZ-SAL(Sphere): 19967403.498
    test 67 geographiclib.WNZ-SAL(Sphere): 354.50
    test 68 geographiclib.BJS-SFO(WGS84): 9513998.0
    test 69 geographiclib.BJS-SFO(WGS84): 237.6
    test 70 geographiclib.BJS-SFO(Sphere): 9491734.6
    test 71 geographiclib.BJS-SFO(Sphere): 237.6
    test 72 geographiclib.SW-Perth(WGS84): 32.11195529
    test 73 geographiclib.SW-Perth(WGS84): -63.95925278
    test 74 geographiclib.SW-Perth(Sphere): 31.96383509
    test 75 geographiclib.SW-Perth(Sphere): -64.14670854
    test 76 geographiclib.JFK-LHR(WGS84): 40041368848742.5
    test 77 geographiclib.JFK-LHR(WGS84): 5551759.4
    test 78 geographiclib.JFK-LHR(Sphere): 40105639196534.8
    test 79 geographiclib.JFK-LHR(Sphere): 5536892.0
    test 80 geographiclib.Antarctica Peri(WGS84): 16831067.893
    test 81 geographiclib.Antarctica Area(WGS84): 13662703680020.1
    test 82 geographiclib.Antarctica Peri(Sphere): 16765661.499
    test 83 geographiclib.Antarctica Area(Sphere): 13552524809674.8
    test 84 isclockwise('Antarctica', adjust=False, wrap=True): 0.000
    test 85 isclockwise('PtsFFI', adjust=False, wrap=True): 1.000
    test 86 isclockwise('RdpFFI', adjust=False, wrap=True): 1.000
    test 87 isclockwise('Pts', adjust=False, wrap=True): 1.000
    test 88 isclockwise('VwPts', adjust=False, wrap=True): 1.000
    test 89 isclockwise('_JFK_LHR1', adjust=False, wrap=True): 0.000
    test 90 isclockwise('_JFK_LHR2', adjust=False, wrap=True): 0.000

    13 of 90 testRoutes.py tests (14.4%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 18.381 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testSimplify.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.Numpy2LatLon from .points by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.simplify1 from .simplify by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.simplifyRW from .simplify by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.simplifyRDP from .simplify by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.simplifyRDPm from .simplify by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.simplifyVW from .simplify by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.simplifyVWm from .simplify by PyGeodesy/test/testSimplify.py line 11
# lazily imported pygeodesy.R_KM from .datum by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.areaOf from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.perimeterOf from .points by PyGeodesy/test/testRoutes.py line 13
# lazily imported pygeodesy.unStr from .streprs by PyGeodesy/test/testRoutes.py line 13

    testing testSimplify.py 20.04.06 (module pygeodesy.simplify 20.05.08) isLazy=3
    test 1 simplify1(16614, adjust=True) 1m (154.607 ms): 16597
    test 2 simplifyRW(16614, adjust=True, shortest=False, indices=True) 1m (182.091 ms): 7095
    test 3 simplifyRW(16614, adjust=True, shortest=False) 1m (185.218 ms): 7095
    test 4 simplifyRW(16614, adjust=True, shortest=True) 1m (247.229 ms): 8302
    test 5 simplifyVWm(16614, adjust=True, indices=True) 1m (346.673 ms): 16328
    test 6 simplifyVWm(16614, adjust=True) 1m (376.359 ms): 16328
    test 7 simplifyVWm(16614, adjust=False) 1m (324.616 ms): 16373
    test 8 simplifyRDPm(16614, adjust=True, shortest=False) 1m (368.401 ms): 15864
    test 9 simplifyRDPm(16614, adjust=True, shortest=True) 1m (377.485 ms): 15867
    test 10 simplifyRDPgr(16614, adjust=True, shortest=True, modified=True) 1m (158.763 ms): 15867
    test 11 simplifyRDPm(16614, adjust=False, shortest=False) 1m (364.077 ms): 15869
    test 12 simplifyRDPfw(16614, adjust=False, shortest=False, modified=True) 1m (105.432 ms): 15869
    test 13 simplifyRDP(16614, adjust=True, shortest=True, indices=True) 1m (2.574 sec): 10960
    test 14 simplifyRDP(16614, adjust=True, shortest=True) 1m (2.520 sec): 10960
    test 15 simplifyRDPgr(16614, adjust=True, shortest=True, modified=False) 1m (1.263 sec): 10960
    test 16 simplifyRDP(16614, adjust=False, shortest=False, indices=True) 1m (2.104 sec): 11248
    test 17 simplifyRDP(16614, adjust=False, shortest=False) 1m (2.010 sec): 11248
    test 18 simplifyRDPfw(16614, adjust=False, shortest=False, modified=False) 1m (648.231 ms): 11248
    test 19 simplifyVW(1661, adjust=True) 1m (49.321 ms): 1641
    test 20 simplifyVW(1661, adjust=False) 1m (36.390 ms): 1646
    test 21 simplifyRDP(1661, adjust=True, shortest=False) 1m (188.441 ms): 1231
    test 22 simplifyRDP(1661, adjust=True, shortest=True) 1m (208.549 ms): 1231
    test 23 simplifyRDPgr(1661, adjust=True, shortest=True) 1m (89.525 ms): 1231
    test 24 simplifyRDP(1661, adjust=False, shortest=False) 1m (160.240 ms): 1267
    test 25 simplifyRDPfw(1661, adjust=False, shortest=False) 1m (46.920 ms): 1267
    test 26 simplifyRDPgr(1661, adjust=False, shortest=True) 1m (76.558 ms): 1267
    test 27 simplifyVW(69, adjust=False) 1m (1.116 ms): 69
    test 28 simplifyRDP(69, adjust=False, shortest=False) 1m (3.185 ms): 50
    test 29 simplifyRDPfw(69, adjust=False, shortest=False) 1m (1.036 ms): 50
    test 30 simplifyRDPgr(69, adjust=False, shortest=True) 1m (1.556 ms): 50
    test 31 simplifyRDPgr(69, adjust=True, shortest=True) 1m (1.837 ms): 45
    test 32 simplifyRDP(5, adjust=False, shortest=True) 1m (107.050 us): 5
    test 33 simplifyVW(5, adjust=False, attr='name') 30m (91.314 us): 5
    test 34 numpy.__version__: 1.17.2
    test 35 simplify1(69, adjust=False) 1m (1.275 ms): 69
    test 36 simplify1(69, adjust=False) result: <class 'numpy.ndarray'>
    test 37 simplifyRW(69, adjust=False) 1m (1.257 ms): 33
    test 38 simplifyRW(69, adjust=False) result: <class 'numpy.ndarray'>
    test 39 simplifyRDP(69, adjust=False) 1m (7.266 ms): 50
    test 40 simplifyRDP(69, adjust=False) result: <class 'numpy.ndarray'>
    test 41 simplifyRDPm(69, adjust=False) 1m (2.574 ms): 67
    test 42 simplifyRDPm(69, adjust=False) result: <class 'numpy.ndarray'>
    test 43 simplifyRDPfw(69, adjust=False) 1m (5.155 ms): 50
    test 44 simplifyRDPgr(69, adjust=False) 1m (9.110 ms): 50
    test 45 simplifyVW(69, adjust=False) 1m (2.693 ms): 69
    test 46 simplifyVW(69, adjust=False) result: <class 'numpy.ndarray'>
    test 47 simplifyVWm(69, adjust=False) 1m (2.778 ms): 69
    test 48 simplifyVWm(69, adjust=False) result: <class 'numpy.ndarray'>
    test 49 simplify1(69, adjust=True) 1m (1.543 ms): 69
    test 50 simplify1(69, adjust=True) result: <class 'numpy.ndarray'>
    test 51 simplifyRW(69, adjust=True) 1m (1.541 ms): 31
    test 52 simplifyRW(69, adjust=True) result: <class 'numpy.ndarray'>
    test 53 simplifyRDP(69, adjust=True) 1m (8.970 ms): 45
    test 54 simplifyRDP(69, adjust=True) result: <class 'numpy.ndarray'>
    test 55 simplifyRDPm(69, adjust=True) 1m (3.180 ms): 67
    test 56 simplifyRDPm(69, adjust=True) result: <class 'numpy.ndarray'>
    test 57 simplifyRDPfw(69, adjust=True) 1m (5.635 ms): 45
    test 58 simplifyRDPgr(69, adjust=True) 1m (9.068 ms): 45
    test 59 simplifyVW(69, adjust=True) 1m (2.497 ms): 69
    test 60 simplifyVW(69, adjust=True) result: <class 'numpy.ndarray'>
    test 61 simplifyVWm(69, adjust=True) 1m (2.452 ms): 69
    test 62 simplifyVWm(69, adjust=True) result: <class 'numpy.ndarray'>
    test 63 simplify1(69, adjust=False, indices=True) 1m (1.021 ms): 69
    test 64 simplify1(69, adjust=False, indices=True) result: <class 'list'>
    test 65 simplifyRW(69, adjust=False, indices=True) 1m (1.100 ms): 33
    test 66 simplifyRW(69, adjust=False, indices=True) result: <class 'list'>
    test 67 simplifyRDP(69, adjust=False, indices=True) 1m (6.611 ms): 50
    test 68 simplifyRDP(69, adjust=False, indices=True) result: <class 'list'>
    test 69 simplifyRDPm(69, adjust=False, indices=True) 1m (2.088 ms): 67
    test 70 simplifyRDPm(69, adjust=False, indices=True) result: <class 'list'>
    test 71 simplifyRDPfw(69, adjust=True, indices=True) 1m (4.452 ms): 45
    test 72 simplifyRDPgr(69, adjust=True, indices=True) 1m (8.162 ms): 45
    test 73 simplifyVW(69, adjust=False, indices=True) 1m (2.286 ms): 69
    test 74 simplifyVW(69, adjust=False, indices=True) result: <class 'list'>
    test 75 simplifyVWm(69, adjust=False, indices=True) 1m (2.332 ms): 69
    test 76 simplifyVWm(69, adjust=False, indices=True) result: <class 'list'>

    all 76 testSimplify.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 15.275 sec

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testSpherical.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.R_NM from .datum by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_DM from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.F_RAD from .dms by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.degrees from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isclockwise from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isconvex from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.isenclosedBy from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.ispolar from .points by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.m2km from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.m2NM from .utily by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.VincentyError from .ellipsoidalVincenty by PyGeodesy/test/testLatLon.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.PI_4 from .basics by PyGeodesy/test/testSpherical.py line 13
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testSpherical.py line 13
# lazily imported pygeodesy.classname from .named by PyGeodesy/test/testSpherical.py line 13
# lazily imported pygeodesy.IntersectionError from .errors by PyGeodesy/test/testSpherical.py line 13
# lazily imported pygeodesy.latlonDMS from .dms by PyGeodesy/test/testSpherical.py line 13
# lazily imported pygeodesy.lonDMS from .dms by PyGeodesy/test/testSpherical.py line 13
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testSpherical.py line 283

    testing testSpherical.py 20.06.15 isLazy=3

    testLatLon(pygeodesy.sphericalNvector, 20.06.16)
    test 1 isEllipsoidal: False
    test 2 isSpherical: True
    test 3 lat/lonDMS: 52.20472°N, 000.14056°E
    test 4 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 5 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 6 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 7 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 8 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 9 isequalTo: True
    test 10 isequalTo: True
    test 11 latlon2: 52.20472, 0.14056
    test 12 latlon2: 52.2047, 0.1406
    test 13 latlon2: 52.205, 0.141
    test 14 latlon2: 52.2, 0.14
    test 15 latlon2: 52.2, 0.1
    test 16 latlon2: 52.0, 0.0
    test 17 isequalTo: False
    test 18 antipode1: 52.205°S, 179.881°W
    test 19 antipode2: True
    test 20 antipode3: 52.205°N, 000.119°E
    test 21 antipode4: True
    test 22 antipode5: 52.205°N, 000.119°E
    test 23 initialBearingTo: 156.1666
    test 24 finalBearingTo: 157.8904
    test 25 initialBearingTo: 65.8921
    test 26 finalBearingTo: 93.8581
    test 27 bearingTo2: 156.1666, 157.8904
    test 28 ispolar: True
    test 29 copy: True
    test 30 __eq__: True
    test 31 __ne__: False
    test 32 equirectangularTo: 404329.56
    test 33 distanceTo: 404279.720589
    test 34 distanceTo: 404279.720589
    test 35 distanceTo: 2145
    test 36 distanceTo: 18013602.92
    test 37 distanceTo: 0.00  FAILED, KNOWN, expected 20015114.35
    test 38 intermediateTo: 51.372084°N, 000.707337°E
    test 39 intermediateTo: True
    test 40 intermediateTo: 404279.721
    test 41 intermediateTo+5: 35.160975°N, 008.989542°E
    test 42 intermediateTo+5: 5.000
    test 43 intermediateTo-4: 64.911647°N, 013.726301°W
    test 44 intermediateTo-4: 4.000
    test 45 intermediateTo-h: 125.000
    test 46 intermediateChordTo: 51.372294°N, 000.707192°E
    test 47 intermediateChordTo: True
    test 48 intermediateChordTo-h: 125.000
    test 49 midpointTo: 50.536327°N, 001.274614°E
    test 50 destination: 51.513546°N, 000.098345°W
    test 51 destination: 51°30′49″N, 000°05′54″W
    test 52 destination: 34°37′N, 116°33′W
    test 53 destination: 34.613647°N, 116.55116°W
    test 54 destination: 0.604122N, 2.034201W
    test 55 destination: 31.96383509°N, 064.37329146°E
    test 56 alongTrackDistanceTo: alongTrackDistanceTo() got an unexpected keyword argument 'known'  FAILED, KNOWN, expected incompatible ...
    test 57 alongTrackDistanceTo: 62331.58
    test 58 alongTrackDistanceTo: 99.588
    test 59 alongTrackDistanceTo: -7702.7
    test 60 alongTrackDistanceTo: 7587.6
    test 61 crossTrackDistanceTo: -305.6652816061398  FAILED, KNOWN, expected TypeError
    test 62 crossTrackDistanceTo: -307.55
    test 63 crossTrackDistanceTo: 7.4524
    test 64 greatCircle: (-0.79408, 0.12856, 0.59406)
    test 65 cosineAndoyerLambertTo: 124801.098
    test 66 cosineAndoyerLambertTo: 124801.098
    test 67 cosineForsyheAndoyerLambertTo: 124801.098
    test 68 cosineForsyheAndoyerLambertTo: 124801.098
    test 69 cosineLawTo: 124801.098
    test 70 cosineLawTo: 124801.098
    test 71 equirectangularTo: 124804.754
    test 72 equirectangularTo: 124804.754
    test 73 euclideanTo: 131273.287
    test 74 euclideanTo: 131273.287
    test 75 flatLocalTo: 124804.754
    test 76 flatLocalTo: 124804.754
    test 77 flatPolarTo: 133663.257
    test 78 flatPolarTo: 133663.257
    test 79 haversineTo: 124801.098
    test 80 haversineTo: 124801.098
    test 81 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 82 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 83 thomasTo: 124801.098
    test 84 thomasTo: 124801.098
    test 85 vincentysTo: 124801.098
    test 86 vincentysTo: 124801.098
    test 87 greatCircleTo: (-0.79408, 0.12859, 0.59406)
    test 88 isclockwise: False
    test 89 isclockwise*: False
    test 90 isclockwise: True
    test 91 isclockwise*: True
    test 92 isclockwise: points (2): too few
    test 93 isclockwise*: points (2): too few
    test 94 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 95 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 96 isconvex: False
    test 97 isconvex*: False
    test 98 isconvex: True
    test 99 isconvex*: True
    test 100 isconvex: points (2): too few
    test 101 isconvex*: points (2): too few
    test 102 isenclosedBy1: True
    test 103 isenclosedBy1*: True
    test 104 isenclosedBy2: False
    test 105 isenclosedBy2*: False
    test 106 isenclosedBy3: False
    test 107 isenclosedBy3*: False
    test 108 isenclosedBy4: False
    test 109 isenclosedBy4*: False
    test 110 isenclosedBy5: False
    test 111 isenclosedBy5*: False
    test 112 isenclosedBy6: True
    test 113 isenclosedBy6*: True
    test 114 isenclosedBy7: True
    test 115 isenclosedBy7*: True
    test 116 initialBearingTo: 102.432182
    test 117 compassAngleTo: 100.017
    test 118 compassAngleTo: 105.599
    test 119 initialBearingTo: 288.715918
    test 120 compassAngleTo: 280.017
    test 121 compassAngleTo: 285.599
    test 122 equirectangularTo: 592.185
    test 123 distanceTo: 591.831
    test 124 compassAngleTo: 0.0
    test 125 compassAngleTo: 45.0
    test 126 compassAngleTo: 90.0
    test 127 compassAngleTo: 180.0
    test 128 compassAngleTo: 225.0
    test 129 compassAngleTo: 315.0
    test 130 compassAngleTo: 270.0
    test 131 compassAngleTo: 359.4
    test 132 latlon2: (53.0, 1.0)
    test 133 philam2: (0.93, 0.02)
    test 134 compassAngleTo: 31
    test 135 compassAngleTo: 45
    test 136 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 137 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 138 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 139 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 140 isequalTo: <class 'bool'>
    test 141 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 142 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 143 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 144 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 145 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 146 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 147 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 148 compassAngleTo: <class 'float'>
    test 149 cosineLawTo: <class 'float'>
    test 150 euclideanTo: <class 'float'>
    test 151 flatLocalTo: <class 'float'>
    test 152 flatPolarTo: <class 'float'>
    test 153 haversineTo: <class 'float'>
    test 154 hubenyTo: <class 'float'>
    test 155 vincentysTo: <class 'float'>
    test 156 toVector: (0.615661, 0.0, 0.788011)
    test 157 toVector3d: (0.61566, 0.0, 0.78801)

    testVectorial(pygeodesy.sphericalNvector, 20.06.16)
    test 158 crossTrackDistanceTo: -305.67
    test 159 crossTrackDistanceTo: -307.55
    test 160 toLatLon: 44.995674°N, 045.0°E
    test 161 toNvector: (0.50004, 0.50004, 0.70705)
    test 162 isequalTo: False
    test 163 isequalTo: True
    test 164 length: 0.99992449715
    test 165 length: 1.0
    test 166 meanOf: 44.995674°N, 045.0°E
    test 167 meanOf: LatLon
    test 168 sumOf: (52.70504, 0.61904, 0.70705)
    test 169 sumOf: Nv
    test 170 sumOf: sumOf
    test 171 length: 52.7134151513
    test 172 copy: True
    test 173 length: 52.2051356286
    test 174 length: 52.2051356286
    test 175 toCartesian: [3185744.919, 3185744.919, 4504643.315]
    test 176 toLatLon: 44.995674°N, 045.0°E, -0.00m  FAILED, KNOWN, expected 44.995674°N, 045.0°E
    test 177 toNvector: (0.50004, 0.50004, 0.70705, -0.00)
    test 178 intersection: 02.499372°N, 002.5°E
    test 179 isEnclosedBy: True
    test 180 isEnclosedBy*: True
    test 181 isEnclosedBy: True
    test 182 isEnclosedBy*: True
    test 183 isWithin: False
    test 184 isWithin: True
    test 185 nearestOn: 51.0004°N, 001.9°E
    test 186 nearestOn: True
    test 187 distanceTo: 42.712
    test 188 nearestOn: 51.0°N, 002.0°E
    test 189 nearestOn: True
    test 190 nearestOn: 00.0°N, 000.0°E
    test 191 nearestOn: True
    test 192 nearestOn: 00.0°N, 020.0°E
    test 193 nearestOn: True
    test 194 nearestOn: 02.0°N, 002.0°E
    test 195 nearestOn: 02.0°N, 002.0°E
    test 196 BasseC: 47.3038°N, 002.5721°W
    test 197 BasseH: 47.311067°N, 002.528617°W
    test 198 triangulate: 47.323667°N, 002.568501°W
    test 199 triangulate: True
    test 200 trilaterate: 37.419078°N, 121.960579°W
    test 201 trilaterate: True
    test 202 trilaterate: 08.068912°S, 034.888699°W
    test 203 trilaterate: True
    test 204 trilaterate: 08.068912°S, 034.888699°W
    test 205 trilaterate: True

    testNvector(pygeodesy.sphericalNvector, 20.06.16)
    test 206 sumOf: Nvector
    test 207 ecef.x, .y, .z: 3185744.91853, 3185744.91853, 4504643.3148
    test 208 ecef.lat, .lon: 44.995674, 45.0
    test 209 ecef.height: 0.0
    test 210 ecef.M: -0.707106781, -0.499962243, 0.500037754, 0.707106781, -0.499962243, 0.500037754, 0.0, 0.707160174, 0.707053385
    test 211 .isEllipsoidal: False
    test 212 .isSpherical: True
    test 213 .latlon: (44.995674, 45.0)
    test 214 .philam: (0.785323, 0.785398)
    test 215 .latlonheight: (44.995674, 45.0, 0.0)
    test 216 .philamheight: (0.785323, 0.785398, 0.0)
    test 217 parse: (0.5, 0.5, 0.707)
    test 218 cmp: 0
    test 219 eq: True
    test 220 ge: True
    test 221 gt: False
    test 222 le: True
    test 223 lt: False
    test 224 ne: False
    test 225 *: (1.0, 1.0, 1.414)
    test 226 +: (1.0, 1.0, 1.414)
    test 227 /: (0.5, 0.5, 0.707)
    test 228 -: (0.5, 0.5, 0.707)
    test 229 @: (0.0, 0.0, 0.0)
    test 230 @: (0.0, 0.0, 0.0)
    test 231 rotate: (0.26268, 0.26268, 0.37143)

    testSpherical(pygeodesy.sphericalNvector, 20.06.16)
    test 232 isSpherical: True
    test 233 isEllipsoidal: False
    test 234 isSpherical: True
    test 235 isEllipsoidal: False
    test 236 intersection1: 50.907608°N, 004.508575°E
    test 237 intersection1: 50°54′27.39″N, 004°30′30.87″E
    test 238 intersection1: True
    test 239 intersection2: True
    test 240 intersection2: 43.5719°N, 116.188757°W
    test 241 intersection2: 43°34′18.84″N, 116°11′19.53″W
    test 242 intersection3: 51.882166°N, 000.267801°E
    test 243 intersection4: 00.0°N, 026.565051°E
    test 244 intersection5: 26.565051°N, 000.0°W
    test 245 intersection6: 50.907809°N, 004.50841°E
    test 246 toward 1,1 N,E nearest: 00.999848°N, 001.0°E
    test 247 toward 1,1 E,N nearest: 00.999848°N, 001.0°E
    test 248 toward 1,1 N,E antipodal: 00.999848°S, 179.0°W
    test 249 toward/away 1,1 N,W antipodal: 00.999848°S, 179.0°W
    test 250 toward/away 1,1 W,N antipodal: 00.999848°S, 179.0°W
    test 251 toward/away 1,1 S,E antipodal: 00.999848°S, 179.0°W
    test 252 toward/away 1,1 E,S antipodal: 00.999848°S, 179.0°W
    test 253 away 1,1 S,W antipodal: 00.999848°S, 179.0°W
    test 254 away 1,1 W,S antipodal: 00.999848°S, 179.0°W
    test 255 1E/90E N,E antipodal: 00.017454°S, 179.0°W
    test 256 1E/90E N,E nearest: 00.017454°N, 179.0°W
    test 257 brng+end 1a: 01.000305°N, 002.0°E
    test 258 brng+end 1b: 01.000305°N, 002.0°E
    test 259 brng+end 2a: 01.000305°S, 178.0°W
    test 260 brng+end 2b: 01.000305°S, 178.0°W
    test 261 intersection7: 02.499372°N, 002.5°E
    test 262 maxLat0: 90.0
    test 263 maxLat1: 89.0
    test 264 maxLat90: 0.0
    test 265 minLat0: -90.0
    test 266 minLat1: -89.0
    test 267 minLat90: -0.0
    test 268 parse: 00.0°N, 000.0°E
    test 269 isenclosedBy: True
    test 270 isenclosedBy*: True
    test 271 isenclosedBy: True
    test 272 isenclosedBy*: True
    test 273 rhumbBearingTo: 116.722
    test 274 rhumbDestination: 50.964155°N, 001.853°E
    test 275 rhumbDestination: True
    test 276 rhumbDistanceTo: 40307.8
    test 277 rhumbMidpointo: 51.0455°N, 001.595727°E
    test 278 rhumbMidpointo: True
    test 279 areaOf: 8.66605875e+09
    test 280 perimeterOf: 3.78258541e+05
    test 281 perimeterOf: 2.67063461e+05
    test 282 areaOf: 6.18e+09
    test 283 perimeterOf: 3.79639757e+05
    test 284 perimeterOf: 2.68444678e+05
    test 285 nearestOn2: 46.000996°N, 001.353049°E
    test 286 nearestOn2: 569987.49
    test 287 distanceTo: 569987.49
    test 288 nearestOn2: 46.0°N, 002.0°E
    test 289 nearestOn2: 134989.80
    test 290 distanceTo: 134989.80
    test 291 nearestOn2: 45.330691°N, 001.318551°E
    test 292 distance: 64856.28
    test 293 distanceTo: 64856.28
    test 294 compassAngleTo: 304.54
    test 295 difference: 1000.53
    test 296 ispolar: True
    test 297 ispolar*: True
    test 298 ispolar: False  FAILED, KNOWN, expected True
    test 299 ispolar*: False  FAILED, KNOWN, expected True
    test 300 ispolar: False  FAILED, KNOWN, expected True
    test 301 ispolar*: False  FAILED, KNOWN, expected True
    test 302 nearestOn: 01.5°N, 001.5°E, +149.99m
    test 303 nearestOn2: 01.5°N, 001.5°E, +149.99m
    test 304 midpointTo: 01.5°N, 001.5°E, +150.00m

    testLatLon(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 305 isEllipsoidal: False
    test 306 isSpherical: True
    test 307 lat/lonDMS: 52.20472°N, 000.14056°E
    test 308 lat/lonDMS F_DM: 52°12.283′N, 000°08.434′E
    test 309 lat/lonDMS F_DM: 52°12.2832′N, 000°08.4336′E
    test 310 lat/lonDMS F_DMS: 52°12′17″N, 000°08′26″E
    test 311 lat/lonDMS F_DMS: 52°12′17.0″N, 000°08′26.0″E
    test 312 lat/lonDMS F_RAD: 0.911144N, 0.002453E
    test 313 isequalTo: True
    test 314 isequalTo: True
    test 315 latlon2: 52.20472, 0.14056
    test 316 latlon2: 52.2047, 0.1406
    test 317 latlon2: 52.205, 0.141
    test 318 latlon2: 52.2, 0.14
    test 319 latlon2: 52.2, 0.1
    test 320 latlon2: 52.0, 0.0
    test 321 isequalTo: False
    test 322 antipode1: 52.205°S, 179.881°W
    test 323 antipode2: True
    test 324 antipode3: 52.205°N, 000.119°E
    test 325 antipode4: True
    test 326 antipode5: 52.205°N, 000.119°E
    test 327 initialBearingTo: 156.1666
    test 328 finalBearingTo: 157.8904
    test 329 initialBearingTo: 65.8921
    test 330 finalBearingTo: 93.8581
    test 331 bearingTo2: 156.1666, 157.8904
    test 332 ispolar: True
    test 333 copy: True
    test 334 __eq__: True
    test 335 __ne__: False
    test 336 equirectangularTo: 404329.56
    test 337 distanceTo: 404279.720589
    test 338 distanceTo: 404279.720589
    test 339 distanceTo: 2145
    test 340 distanceTo: 18013602.92
    test 341 distanceTo: 20015114.35
    test 342 intermediateTo: 51.372084°N, 000.707337°E
    test 343 intermediateTo: True
    test 344 intermediateTo: 404279.721
    test 345 intermediateTo+5: 35.160975°N, 008.989542°E
    test 346 intermediateTo+5: 5.000
    test 347 intermediateTo-4: 64.911647°N, 013.726301°W
    test 348 intermediateTo-4: 4.000
    test 349 intermediateTo-h: 125.000
    test 350 midpointTo: 50.536327°N, 001.274614°E
    test 351 destination: 51.513546°N, 000.098345°W
    test 352 destination: 51°30′49″N, 000°05′54″W
    test 353 destination: 34°37′N, 116°33′W
    test 354 destination: 34.613647°N, 116.55116°W
    test 355 destination: 0.604122N, 2.034201W
    test 356 destination: 31.96383509°N, 064.37329146°E
    test 357 alongTrackDistanceTo: alongTrackDistanceTo() got an unexpected keyword argument 'known'  FAILED, KNOWN, expected incompatible ...
    test 358 alongTrackDistanceTo: 62331.58
    test 359 alongTrackDistanceTo: 99.588
    test 360 alongTrackDistanceTo: -7702.7
    test 361 alongTrackDistanceTo: 7587.6
    test 362 crossTrackDistanceTo: type(end) (96): incompatible with LatLon  FAILED, KNOWN, expected incompatible ...
    test 363 crossTrackDistanceTo: -307.55
    test 364 crossTrackDistanceTo: 7.4524
    test 365 greatCircle: (-0.79408, 0.12856, 0.59406)
    test 366 cosineAndoyerLambertTo: 124801.098
    test 367 cosineAndoyerLambertTo: 124801.098
    test 368 cosineForsyheAndoyerLambertTo: 124801.098
    test 369 cosineForsyheAndoyerLambertTo: 124801.098
    test 370 cosineLawTo: 124801.098
    test 371 cosineLawTo: 124801.098
    test 372 equirectangularTo: 124804.754
    test 373 equirectangularTo: 124804.754
    test 374 euclideanTo: 131273.287
    test 375 euclideanTo: 131273.287
    test 376 flatLocalTo: 124804.754
    test 377 flatLocalTo: 124804.754
    test 378 flatPolarTo: 133663.257
    test 379 flatPolarTo: 133663.257
    test 380 haversineTo: 124801.098
    test 381 haversineTo: 124801.098
    test 382 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°19′14.16″N, 001°43′46.92″W)>
    test 383 hubenyTo: <bound method LatLonBase.flatLocalTo of LatLon(53°11′19.32″N, 000°08′00.24″E)>
    test 384 thomasTo: 124801.098
    test 385 thomasTo: 124801.098
    test 386 vincentysTo: 124801.098
    test 387 vincentysTo: 124801.098
    test 388 isclockwise: False
    test 389 isclockwise*: False
    test 390 isclockwise: True
    test 391 isclockwise*: True
    test 392 isclockwise: points (2): too few
    test 393 isclockwise*: points (2): too few
    test 394 isclockwise: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 395 isclockwise*: zero or polar area: (LatLon(85°00′00.0″N, 135°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″W), LatLon(85°00′00.0″N, 045°00′00.0″E)) ...  FAILED, KNOWN, expected zero or polar area
    test 396 isconvex: False
    test 397 isconvex*: False
    test 398 isconvex: True
    test 399 isconvex*: True
    test 400 isconvex: points (2): too few
    test 401 isconvex*: points (2): too few
    test 402 isenclosedBy1: True
    test 403 isenclosedBy1*: True
    test 404 isenclosedBy2: False
    test 405 isenclosedBy2*: False
    test 406 isenclosedBy3: False
    test 407 isenclosedBy3*: False
    test 408 isenclosedBy4: False
    test 409 isenclosedBy4*: False
    test 410 isenclosedBy5: False
    test 411 isenclosedBy5*: False
    test 412 isenclosedBy6: True
    test 413 isenclosedBy6*: True
    test 414 isenclosedBy7: True
    test 415 isenclosedBy7*: True
    test 416 initialBearingTo: 102.432182
    test 417 compassAngleTo: 100.017
    test 418 compassAngleTo: 105.599
    test 419 initialBearingTo: 288.715918
    test 420 compassAngleTo: 280.017
    test 421 compassAngleTo: 285.599
    test 422 equirectangularTo: 592.185
    test 423 distanceTo: 591.831
    test 424 compassAngleTo: 0.0
    test 425 compassAngleTo: 45.0
    test 426 compassAngleTo: 90.0
    test 427 compassAngleTo: 180.0
    test 428 compassAngleTo: 225.0
    test 429 compassAngleTo: 315.0
    test 430 compassAngleTo: 270.0
    test 431 compassAngleTo: 359.4
    test 432 latlon2: (53.0, 1.0)
    test 433 philam2: (0.93, 0.02)
    test 434 compassAngleTo: 31
    test 435 compassAngleTo: 45
    test 436 boundsOf: <class 'pygeodesy.named.Bounds2Tuple'>
    test 437 latlon: <class 'pygeodesy.named.LatLon2Tuple'>
    test 438 latlon2: <class 'pygeodesy.named.LatLon2Tuple'>
    test 439 latlonheight: <class 'pygeodesy.named.LatLon3Tuple'>
    test 440 isequalTo: <class 'bool'>
    test 441 philam: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 442 philamheight: <class 'pygeodesy.named.PhiLam3Tuple'>
    test 443 to2ab: <class 'pygeodesy.named.PhiLam2Tuple'>
    test 444 to3llh: <class 'pygeodesy.named.LatLon3Tuple'>
    test 445 to3xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 446 xyz: <class 'pygeodesy.named.Vector3Tuple'>
    test 447 xyzh: <class 'pygeodesy.named.Vector4Tuple'>
    test 448 compassAngleTo: <class 'float'>
    test 449 cosineLawTo: <class 'float'>
    test 450 euclideanTo: <class 'float'>
    test 451 flatLocalTo: <class 'float'>
    test 452 flatPolarTo: <class 'float'>
    test 453 haversineTo: <class 'float'>
    test 454 hubenyTo: <class 'float'>
    test 455 vincentysTo: <class 'float'>
    test 456 toVector: (0.615661, 0.0, 0.788011)
    test 457 toVector3d: (0.61566, 0.0, 0.78801)

    testSpherical(pygeodesy.sphericalTrigonometry, 20.06.16)
    test 458 isSpherical: True
    test 459 isEllipsoidal: False
    test 460 isSpherical: True
    test 461 isEllipsoidal: False
    test 462 intersection1: 50.907608°N, 004.508575°E
    test 463 intersection1: 50°54′27.39″N, 004°30′30.87″E
    test 464 intersection1: True
    test 465 intersection2: True
    test 466 intersection2: 43.5719°N, 116.188757°W
    test 467 intersection2: 43°34′18.84″N, 116°11′19.53″W
    test 468 intersection3: 51.882166°N, 000.267801°E
    test 469 intersection4: 00.0°N, 026.565051°E
    test 470 intersection5: 26.565051°N, 000.0°W
    test 471 intersection6: 50.907809°N, 004.50841°E
    test 472 toward 1,1 N,E nearest: 00.999848°N, 001.0°E
    test 473 toward 1,1 E,N nearest: 00.999848°N, 001.0°E
    test 474 toward 1,1 N,E antipodal: 00.999848°S, 179.0°W
    test 475 toward/away 1,1 N,W antipodal: 00.999848°N, 001.0°E  FAILED, KNOWN, expected 00.999848°S, 179.0°W
    test 476 toward/away 1,1 W,N antipodal: 00.999848°S, 179.0°W
    test 477 toward/away 1,1 S,E antipodal: 00.999848°S, 179.0°W
    test 478 toward/away 1,1 E,S antipodal: 00.999848°N, 001.0°E  FAILED, KNOWN, expected 00.999848°S, 179.0°W
    test 479 away 1,1 S,W antipodal: 00.999848°S, 179.0°W
    test 480 away 1,1 W,S antipodal: 00.999848°S, 179.0°W
    test 481 1E/90E N,E antipodal: 00.017454°N, 001.0°E  FAILED, KNOWN, expected 00.017454°S, 179.0°W
    test 482 1E/90E N,E nearest: 00.017454°N, 179.0°W
    test 483 brng+end 1a: 01.000305°N, 002.0°E
    test 484 brng+end 1b: 01.000305°N, 002.0°E
    test 485 brng+end 2a: 01.000305°S, 178.0°W
    test 486 brng+end 2b: 01.000305°S, 178.0°W
    test 487 intersection7: 02.499372°N, 002.5°E
    test 488 maxLat0: 90.0
    test 489 maxLat1: 89.0
    test 490 maxLat90: 0.0
    test 491 minLat0: -90.0
    test 492 minLat1: -89.0
    test 493 minLat90: -0.0
    test 494 parse: 00.0°N, 000.0°E
    test 495 crossingParallels: 009°35′38.65″E, 170°24′21.35″E
    test 496 intersections2: 36.98931°N, 088.151425°W, 38.23838°N, 092.390487°W
    test 497 intersections2: 00.0°N, 035.26439°W, 00.0°N, 035.26439°E
    test 498 intersections2: 22.622036°N, 000.0°E, 22.622036°S, 000.0°E
    test 499 intersections2: 14.612841°N, 026.110934°W, 14.612841°S, 026.110934°E
    test 500 intersections1: 4.687692e-08
    test 501 intersections1: 5.122206e-08
    test 502 intersections1: 4.670686e-08
    test 503 intersections1: 4.880920e-07
    test 504 intersections1: 4.880574e-07
    test 505 intersections1: 4.959019e-08
    test 506 intersections1: 4.677864e-08
    test 507 intersections1: 4.685522e-08
    test 508 isenclosedBy: True
    test 509 isenclosedBy*: True
    test 510 isenclosedBy: points[3] (LatLon(47°00′00.0″N, 003°00′00.0″E)): not convex
    test 511 isenclosedBy*: points[3] (LatLon(47°00′00.0″N, 003°00′00.0″E)): not convex
    test 512 rhumbBearingTo: 116.722
    test 513 rhumbDestination: 50.964155°N, 001.853°E
    test 514 rhumbDestination: True
    test 515 rhumbDistanceTo: 40307.8
    test 516 rhumbMidpointo: 51.0455°N, 001.595727°E
    test 517 rhumbMidpointo: True
    test 518 areaOf: 8.66605875e+09
    test 519 perimeterOf: 3.78258541e+05
    test 520 perimeterOf: 2.67063461e+05
    test 521 areaOf: 6.18e+09
    test 522 perimeterOf: 3.79639757e+05
    test 523 perimeterOf: 2.68444678e+05
    test 524 nearestOn2: 46.0°N, 001.369324°E
    test 525 nearestOn2: 570101.83
    test 526 distanceTo: 570101.82
    test 527 nearestOn2: 46.0°N, 002.0°E
    test 528 nearestOn2: 134992.48
    test 529 distanceTo: 134989.80
    test 530 nearestOn3: 45.5°N, 001.5°E
    test 531 distance: 78626.79
    test 532 angle: 315.00
    test 533 compassAngleTo: 315.00
    test 534 nearestOn3: 45.331319°N, 001.331319°E
    test 535 distance: 64074.48
    test 536 angle: 305.10
    test 537 distanceTo: 64074.12
    test 538 compassAngleTo: 305.10
    test 539 difference: 1000.53
    test 540 nearestOn3: 00.5°N, 001.5°E
    test 541 distance: 235880.385
    test 542 angle: 135.00
    test 543 nearestOn3: 01.5°N, 002.5°E
    test 544 distance: 235880.385
    test 545 angle: 135.00
    test 546 nearestOn3: 02.5°N, 003.5°E
    test 547 distance: 235880.385
    test 548 angle: 135.00
    test 549 nearestOn3: 03.5°N, 004.5°E
    test 550 distance: 235880.385
    test 551 angle: 135.00
    test 552 nearestOn3: 04.5°N, 005.5°E
    test 553 distance: 235880.385
    test 554 angle: 135.00
    test 555 nearestOn3: 05.5°N, 006.5°E
    test 556 distance: 235880.385
    test 557 angle: 135.00
    test 558 nearestOn3: 06.5°N, 007.5°E
    test 559 distance: 235880.385
    test 560 angle: 135.00
    test 561 nearestOn3: 07.5°N, 008.5°E
    test 562 distance: 235880.385
    test 563 angle: 135.00
    test 564 meanOf: 04.004858°N, 004.990226°E
    test 565 nearestOn3: 07.5°N, 008.5°E
    test 566 toCartesian: [6245667.211, 766871.506, 996645.349]
    test 567 ispolar: True
    test 568 ispolar*: True
    test 569 ispolar: False  FAILED, KNOWN, expected True
    test 570 ispolar*: False  FAILED, KNOWN, expected True
    test 571 ispolar: True
    test 572 ispolar*: True
    test 573 nearestOn: 01.5°N, 001.5°E, +149.99m
    test 574 nearestOn2: 01.5°N, 001.5°E, +149.99m
    test 575 midpointTo: 01.5°N, 001.5°E, +150.00m

    19 of 575 testSpherical.py tests (3.3%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 129.999 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testStreprs.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.INF from .basics by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.NEG0 from .basics by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.NAN from .basics by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.fstrzs from .streprs by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.instr from .streprs by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testStreprs.py line 11
# lazily imported pygeodesy.unstr from .streprs by PyGeodesy/test/testStreprs.py line 11

    testing testStreprs.py 20.05.03 (module pygeodesy.streprs 20.06.24) isLazy=3
    test 1 anstr: a-b__
    test 2 fstr: 0.123000
    test 3 fstr: 0.123
    test 4 fstr: 0.123, 456.789
    test 5 fstr: 1.23000e-01
    test 6 fstr: 1.23e-01
    test 7 fstr: fmt ('X'): not '[%.*]F|f|E|e|G|g'
    test 8 fstr(1.000000): 1.0
    test 9 fstr(1.000000): 1.0
    test 10 fstr(-1.000000): -1.0
    test 11 fstr(INF): INF
    test 12 fstr(INF): INF
    test 13 fstr(NAN): NAN
    test 14 fstr(-0.000000): -0.0
    test 15 fstr(0.000000): 0.0
    test 16 fstrzs(0.0): 0.0
    test 17 fstrzs(0.00): 0.0
    test 18 fstrzs(0.000): 0.0
    test 19 fstrzs(00.0): 00.0
    test 20 fstrzs(000.00): 000.0
    test 21 fstrzs(0.000): 0.0
    test 22 fstrzs(0.010): 0.01
    test 23 fstrzs(0.0200): 0.02
    test 24 fstrzs(0.0e+01): 0.0e+01
    test 25 fstrzs(0.00e+02): 0.0e+02
    test 26 fstrzs(0.000e+03): 0.0e+03
    test 27 fstrzs(00.0e+00): 00.0e+00
    test 28 fstrzs(000.00e+01): 000.0e+01
    test 29 fstrzs(0.000e+02): 0.0e+02
    test 30 fstrzs(0.010e+03): 0.01e+03
    test 31 fstrzs(0.0200e+00): 0.02e+00
    test 32 fstrzs(0, ap1z=True): 0.0
    test 33 fstrzs(0.0, ap1z=True): 0.0
    test 34 fstrzs(0., ap1z=True): 0.
    test 35 fstrzs(1e10, ap1z=True): 1.0e10
    test 36 fstrzs(2E+2, ap1z=True): 2.0E+2
    test 37 fstrzs(3.E3, ap1z=True): 3.E3
    test 38 instr: LatLon_(45.0°N, 090.0°E, +1.20)
    test 39 instr: LatLon_(45, 90, h=1.2)
    test 40 unstr: f(1.1, 2.2)
    test 41 unstr: f(x=1.1, y=2.2)

    all 41 testStreprs.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 792.980 us

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testTMcoords.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testTMcoords.py line 15

    testing testTMcoords.py 19.05.23 isLazy=3
    test 1 TMcoords: 258

    all 1 testTMcoords.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 97.036 us

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testTrf.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.date2epoch from .trf by PyGeodesy/test/testTrf.py line 16
# lazily imported pygeodesy.epoch2date from .trf by PyGeodesy/test/testTrf.py line 16
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testTrf.py line 16
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testTrf.py line 16
# lazily imported pygeodesy.RefFrames from .trf by PyGeodesy/test/testTrf.py line 16
# lazily imported pygeodesy.TRFError from .trf by PyGeodesy/test/testTrf.py line 16
# lazily imported pygeodesy.ellipsoidalKarney by PyGeodesy/test/testTrf.py line 163
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testTrf.py line 163
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testTrf.py line 163

    testing testTrf.py 20.05.08 (module pygeodesy.trf 20.05.14) isLazy=3
    test 1 ellipsoidalKarney: ...
    test 2 convertRefFrame: 51.47787826°N, 000.00147125°W, -0.00m  FAILED, KNOWN, expected 51.47787826°N, 000.00147125°W
    test 3 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 4 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 5 toLatLon: 50.7978°N, 004.3592°E, +148.96m
    test 6 convertRefFrame: [3980574.395, -102.214, 4966829.941]
    test 7 Nil: True
    test 8 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 9 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 10 Nil: True
    test 11 reframe: True
    test 12 Roundtrip: True
    test 13 reframe: True
    test 14 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 15 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 16 Geodetic: 23°40′12.44582″S, 133°53′07.84795″E, +603.34m
    test 17 Cartesian: [-4052051.7614, 4212836.1945, -2545106.0147]
    test 18 Geodetic: 23°40′12.44582″S, 133°53′07.84795″E, +603.34m
    test 19 Cartesian: [-4052051.7614, 4212836.1945, -2545106.0147]
    test 20 Roundtrip: 23°40′12.41482″S, 133°53′07.86712″E, +603.26m
    test 21 GNSStrans: [3370658.18892, 711877.42369, 5349787.1243]
    test 22 Cartesian: [-734972.563, 4893188.492, 4011982.811]
    test 23 EUREF C1: [4027894.0444, 307045.6209, 4919474.8613]
    test 24 EUREF C2: [4027894.0444, 307045.6209, 4919474.8613]
    test 25 EUREF C4: [4027894.3559, 307045.2508, 4919474.6447]
    test 26 EUREF C5: [4027894.3662, 307045.253, 4919474.6263]
    test 27 TypeError: type(reframe) ('ITRF2000'): not a RefFrame
    test 28 TypeError: type(epoch) ('2017'): not scalar
    test 29 TypeError: type(reframe2) ('ITRF2000'): not a RefFrame
    test 30 TRFError: no conversion: LatLon(00°00′00.0″N, 000°00′00.0″E).reframe missing
    test 31 TypeError: type(reframe2) ('ITRF2000'): not a RefFrame
    test 32 TypeError: type(reframe) ('ITRF2000'): not a RefFrame
    test 33 TypeError: type(epoch) ('2000'): not scalar
    test 34 ellipsoidalNvector: ...
    test 35 convertRefFrame: 51.47787826°N, 000.00147125°W, -0.00m  FAILED, KNOWN, expected 51.47787826°N, 000.00147125°W
    test 36 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 37 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 38 toLatLon: 50.7978°N, 004.3592°E, +148.96m
    test 39 convertRefFrame: [3980574.395, -102.214, 4966829.941]
    test 40 Nil: True
    test 41 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 42 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 43 Nil: True
    test 44 reframe: True
    test 45 Roundtrip: True
    test 46 reframe: True
    test 47 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 48 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 49 Geodetic: 23°40′12.44582″S, 133°53′07.84795″E, +603.34m
    test 50 Cartesian: [-4052051.7614, 4212836.1945, -2545106.0147]
    test 51 Geodetic: 23°40′12.44582″S, 133°53′07.84795″E, +603.34m
    test 52 Cartesian: [-4052051.7614, 4212836.1945, -2545106.0147]
    test 53 Roundtrip: 23°40′12.41482″S, 133°53′07.86712″E, +603.26m
    test 54 GNSStrans: [3370658.18892, 711877.42369, 5349787.1243]
    test 55 Cartesian: [-734972.563, 4893188.492, 4011982.811]
    test 56 EUREF C1: [4027894.0444, 307045.6209, 4919474.8613]
    test 57 EUREF C2: [4027894.0444, 307045.6209, 4919474.8613]
    test 58 EUREF C4: [4027894.3559, 307045.2508, 4919474.6447]
    test 59 EUREF C5: [4027894.3662, 307045.253, 4919474.6263]
    test 60 TypeError: type(reframe) ('ITRF2000'): not a RefFrame
    test 61 TypeError: type(epoch) ('2017'): not scalar
    test 62 TypeError: type(reframe2) ('ITRF2000'): not a RefFrame
    test 63 TRFError: no conversion: LatLon(00°00′00.0″N, 000°00′00.0″E).reframe missing
    test 64 TypeError: type(reframe2) ('ITRF2000'): not a RefFrame
    test 65 TypeError: type(reframe) ('ITRF2000'): not a RefFrame
    test 66 TypeError: type(epoch) ('2000'): not scalar
    test 67 ellipsoidalVincenty: ...
    test 68 convertRefFrame: 51.47787826°N, 000.00147125°W, -0.00m  FAILED, KNOWN, expected 51.47787826°N, 000.00147125°W
    test 69 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 70 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 71 toLatLon: 50.7978°N, 004.3592°E, +148.96m
    test 72 convertRefFrame: [3980574.395, -102.214, 4966829.941]
    test 73 Nil: True
    test 74 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 75 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 76 Nil: True
    test 77 reframe: True
    test 78 Roundtrip: True
    test 79 reframe: True
    test 80 copy(RefFrame): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 81 RefFrame.copy(): (<class 'pygeodesy.trf.RefFrame'>, True)
    test 82 Geodetic: 23°40′12.44582″S, 133°53′07.84795″E, +603.34m
    test 83 Cartesian: [-4052051.7614, 4212836.1945, -2545106.0147]
    test 84 Geodetic: 23°40′12.44582″S, 133°53′07.84795″E, +603.34m
    test 85 Cartesian: [-4052051.7614, 4212836.1945, -2545106.0147]
    test 86 Roundtrip: 23°40′12.41482″S, 133°53′07.86712″E, +603.26m
    test 87 GNSStrans: [3370658.18892, 711877.42369, 5349787.1243]
    test 88 Cartesian: [-734972.563, 4893188.492, 4011982.811]
    test 89 EUREF C1: [4027894.0444, 307045.6209, 4919474.8613]
    test 90 EUREF C2: [4027894.0444, 307045.6209, 4919474.8613]
    test 91 EUREF C4: [4027894.3559, 307045.2508, 4919474.6447]
    test 92 EUREF C5: [4027894.3662, 307045.253, 4919474.6263]
    test 93 TypeError: type(reframe) ('ITRF2000'): not a RefFrame
    test 94 TypeError: type(epoch) ('2017'): not scalar
    test 95 TypeError: type(reframe2) ('ITRF2000'): not a RefFrame
    test 96 TRFError: no conversion: LatLon(00°00′00.0″N, 000°00′00.0″E).reframe missing
    test 97 TypeError: type(reframe2) ('ITRF2000'): not a RefFrame
    test 98 TypeError: type(reframe) ('ITRF2000'): not a RefFrame
    test 99 TypeError: type(epoch) ('2000'): not scalar
    test 100 TRFError: year (None), month (1) or day (2): int() argument must be a string, a bytes-like object or a number, not 'NoneType'
    test 101 toStr: name='GDA94', epoch=1994.0, ellipsoid=Ellipsoid(name='GRS80')
    test 102 str: name='GDA94', epoch=1994.0, ellipsoid=Ellipsoid(name='GRS80')
    test 103 toStr2: RefFrame(name='GDA94', epoch=1994.0, ellipsoid=Ellipsoid(name='GRS80')
    test 104 repr: RefFrame(name='GDA94', epoch=1994.0, ellipsoid=Ellipsoid(name='GRS80')
    test 105 epoch: 2020.003
    test 106 y-m-d: (2020, 1, 1)
    test 107 epoch: 2020.251
    test 108 y-m-d: (2020, 4, 1)
    test 109 epoch: 2020.500
    test 110 y-m-d: (2020, 7, 1)
    test 111 epoch: 2020.751
    test 112 y-m-d: (2020, 10, 1)
    test 113 epoch: 2021.000
    test 114 y-m-d: (2021, 1, 1)  FAILED, KNOWN, expected (2020, 12, 31)

    4 of 114 testTrf.py tests (3.5%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 14.231 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUnits.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Bearing from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Bearing_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Degrees from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Distance from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Easting from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Feet from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Float from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Height from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Int from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Lam from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Lam_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Lat from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Lon from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Meter from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Northing from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Phi from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Phi_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Radians from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Radius from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Radius_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Scalar from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Scalar_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Number_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Precision_ from .units by PyGeodesy/test/testUnits.py line 11
# lazily imported pygeodesy.Str from .units by PyGeodesy/test/testUnits.py line 11

    testing testUnits.py 20.05.10 isLazy=3

    testing Float(1.0,) (pygeodesy.units, 20.05.15)
    test 1 .classname: Float
    test 2 isinstance: True
    test 3 .name: float
    test 4 .named: float
    test 5 .named2: Float 'float'
    test 6 .str: 1.0
    test 7 .toStr: 1.0
    test 8 .repr: 1.0
    test 9 .toRepr: float (1.0)
    test 10 .units: float
    test 11 float: Float ('X'): could not convert string to float: 'X'
    test 12 float: U ('X'): could not convert string to float: 'X'
    test 13 float: TypeError
    test 14 .named: Test
    test 15 .named2: Float 'Test'
    test 16 .str: 1.0
    test 17 .toStr: 1.0
    test 18 .repr: 1.0
    test 19 .toRepr: Test (1.0)
    test 20 .units: float
    test 21 .name: Test
    test 22 ._name: Test
    test 23 .str: 1.0
    test 24 .repr: 1.0
    test 25 delattr: ''

    testing Bearing(1.0,) (pygeodesy.units, 20.05.15)
    test 26 .classname: Bearing
    test 27 isinstance: True
    test 28 .name: bearing
    test 29 .named: bearing
    test 30 .named2: Bearing 'bearing'
    test 31 .str: 1.0
    test 32 .toStr: 1.0
    test 33 .repr: 1.0
    test 34 .toRepr: bearing (1.0)
    test 35 .units: bearing
    test 36 bearing: bearing ('X'): strDMS ('X') or suffix ('N'): could not convert string to float: 'X'
    test 37 bearing: U ('X'): strDMS ('X') or suffix ('N'): could not convert string to float: 'X'
    test 38 bearing: TypeError
    test 39 .named: Test
    test 40 .named2: Bearing 'Test'
    test 41 .str: 1.0
    test 42 .toStr: 1.0
    test 43 .repr: 1.0
    test 44 .toRepr: Test (1.0)
    test 45 .units: bearing
    test 46 .name: Test
    test 47 ._name: Test
    test 48 .str: 1.0
    test 49 .repr: 1.0
    test 50 delattr: ''

    testing Degrees(1.0,) (pygeodesy.units, 20.05.15)
    test 51 .classname: Degrees
    test 52 isinstance: True
    test 53 .name: degrees
    test 54 .named: degrees
    test 55 .named2: Degrees 'degrees'
    test 56 .str: 1.0
    test 57 .toStr: 1.0
    test 58 .repr: 1.0
    test 59 .toRepr: degrees (1.0)
    test 60 .units: degrees
    test 61 degrees: degrees ('X'): strDMS ('X') or suffix ('NSEW'): could not convert string to float: 'X'
    test 62 degrees: U ('X'): strDMS ('X') or suffix ('NSEW'): could not convert string to float: 'X'
    test 63 degrees: TypeError
    test 64 .named: Test
    test 65 .named2: Degrees 'Test'
    test 66 .str: 1.0
    test 67 .toStr: 1.0
    test 68 .repr: 1.0
    test 69 .toRepr: Test (1.0)
    test 70 .units: degrees
    test 71 .name: Test
    test 72 ._name: Test
    test 73 .str: 1.0
    test 74 .repr: 1.0
    test 75 delattr: ''

    testing Distance(1.0,) (pygeodesy.units, 20.05.15)
    test 76 .classname: Distance
    test 77 isinstance: True
    test 78 .name: distance
    test 79 .named: distance
    test 80 .named2: Distance 'distance'
    test 81 .str: 1.0
    test 82 .toStr: 1.0
    test 83 .repr: 1.0
    test 84 .toRepr: distance (1.0)
    test 85 .units: distance
    test 86 distance: distance ('X'): could not convert string to float: 'X'
    test 87 distance: U ('X'): could not convert string to float: 'X'
    test 88 distance: TypeError
    test 89 .named: Test
    test 90 .named2: Distance 'Test'
    test 91 .str: 1.0
    test 92 .toStr: 1.0
    test 93 .repr: 1.0
    test 94 .toRepr: Test (1.0)
    test 95 .units: distance
    test 96 .name: Test
    test 97 ._name: Test
    test 98 .str: 1.0
    test 99 .repr: 1.0
    test 100 delattr: ''

    testing Easting(1.0,) (pygeodesy.units, 20.05.15)
    test 101 .classname: Easting
    test 102 isinstance: True
    test 103 .name: easting
    test 104 .named: easting
    test 105 .named2: Easting 'easting'
    test 106 .str: 1.0
    test 107 .toStr: 1.0
    test 108 .repr: 1.0
    test 109 .toRepr: easting (1.0)
    test 110 .units: easting
    test 111 easting: easting ('X'): could not convert string to float: 'X'
    test 112 easting: U ('X'): could not convert string to float: 'X'
    test 113 easting: TypeError
    test 114 .named: Test
    test 115 .named2: Easting 'Test'
    test 116 .str: 1.0
    test 117 .toStr: 1.0
    test 118 .repr: 1.0
    test 119 .toRepr: Test (1.0)
    test 120 .units: easting
    test 121 .name: Test
    test 122 ._name: Test
    test 123 .str: 1.0
    test 124 .repr: 1.0
    test 125 delattr: ''

    testing Feet(1.0,) (pygeodesy.units, 20.05.15)
    test 126 .classname: Feet
    test 127 isinstance: True
    test 128 .name: feet
    test 129 .named: feet
    test 130 .named2: Feet 'feet'
    test 131 .str: 1.0
    test 132 .toStr: 1.0
    test 133 .repr: 1.0
    test 134 .toRepr: feet (1.0)
    test 135 .units: feet
    test 136 feet: feet ('X'): could not convert string to float: 'X'
    test 137 feet: U ('X'): could not convert string to float: 'X'
    test 138 feet: TypeError
    test 139 .named: Test
    test 140 .named2: Feet 'Test'
    test 141 .str: 1.0
    test 142 .toStr: 1.0
    test 143 .repr: 1.0
    test 144 .toRepr: Test (1.0)
    test 145 .units: feet
    test 146 .name: Test
    test 147 ._name: Test
    test 148 .str: 1.0
    test 149 .repr: 1.0
    test 150 delattr: ''

    testing Height(1.0,) (pygeodesy.units, 20.05.15)
    test 151 .classname: Height
    test 152 isinstance: True
    test 153 .name: height
    test 154 .named: height
    test 155 .named2: Height 'height'
    test 156 .str: 1.0
    test 157 .toStr: 1.0
    test 158 .repr: 1.0
    test 159 .toRepr: height (1.0)
    test 160 .units: height
    test 161 height: height ('X'): could not convert string to float: 'X'
    test 162 height: U ('X'): could not convert string to float: 'X'
    test 163 height: TypeError
    test 164 .named: Test
    test 165 .named2: Height 'Test'
    test 166 .str: 1.0
    test 167 .toStr: 1.0
    test 168 .repr: 1.0
    test 169 .toRepr: Test (1.0)
    test 170 .units: height
    test 171 .name: Test
    test 172 ._name: Test
    test 173 .str: 1.0
    test 174 .repr: 1.0
    test 175 delattr: ''

    testing Lam(1.0,) (pygeodesy.units, 20.05.15)
    test 176 .classname: Lam
    test 177 isinstance: True
    test 178 .name: lam
    test 179 .named: lam
    test 180 .named2: Lam 'lam'
    test 181 .str: 1.0
    test 182 .toStr: 1.0
    test 183 .repr: 1.0
    test 184 .toRepr: lam (1.0)
    test 185 .units: lam
    test 186 lam: lam ('X'): strRad ('X') or suffix ('EW'): could not convert string to float: 'X'
    test 187 lam: U ('X'): strRad ('X') or suffix ('EW'): could not convert string to float: 'X'
    test 188 lam: TypeError
    test 189 .named: Test
    test 190 .named2: Lam 'Test'
    test 191 .str: 1.0
    test 192 .toStr: 1.0
    test 193 .repr: 1.0
    test 194 .toRepr: Test (1.0)
    test 195 .units: lam
    test 196 .name: Test
    test 197 ._name: Test
    test 198 .str: 1.0
    test 199 .repr: 1.0
    test 200 delattr: ''

    testing Lat(1.0,) (pygeodesy.units, 20.05.15)
    test 201 .classname: Lat
    test 202 isinstance: True
    test 203 .name: lat
    test 204 .named: lat
    test 205 .named2: Lat 'lat'
    test 206 .str: 1.0
    test 207 .toStr: 1.0
    test 208 .repr: 1.0
    test 209 .toRepr: lat (1.0)
    test 210 .units: lat
    test 211 lat: lat ('X'): strDMS ('X') or suffix ('NS'): could not convert string to float: 'X'
    test 212 lat: U ('X'): strDMS ('X') or suffix ('NS'): could not convert string to float: 'X'
    test 213 lat: TypeError
    test 214 .named: Test
    test 215 .named2: Lat 'Test'
    test 216 .str: 1.0
    test 217 .toStr: 1.0
    test 218 .repr: 1.0
    test 219 .toRepr: Test (1.0)
    test 220 .units: lat
    test 221 .name: Test
    test 222 ._name: Test
    test 223 .str: 1.0
    test 224 .repr: 1.0
    test 225 delattr: ''

    testing Lon(1.0,) (pygeodesy.units, 20.05.15)
    test 226 .classname: Lon
    test 227 isinstance: True
    test 228 .name: lon
    test 229 .named: lon
    test 230 .named2: Lon 'lon'
    test 231 .str: 1.0
    test 232 .toStr: 1.0
    test 233 .repr: 1.0
    test 234 .toRepr: lon (1.0)
    test 235 .units: lon
    test 236 lon: lon ('X'): strDMS ('X') or suffix ('EW'): could not convert string to float: 'X'
    test 237 lon: U ('X'): strDMS ('X') or suffix ('EW'): could not convert string to float: 'X'
    test 238 lon: TypeError
    test 239 .named: Test
    test 240 .named2: Lon 'Test'
    test 241 .str: 1.0
    test 242 .toStr: 1.0
    test 243 .repr: 1.0
    test 244 .toRepr: Test (1.0)
    test 245 .units: lon
    test 246 .name: Test
    test 247 ._name: Test
    test 248 .str: 1.0
    test 249 .repr: 1.0
    test 250 delattr: ''

    testing Meter(1.0,) (pygeodesy.units, 20.05.15)
    test 251 .classname: Meter
    test 252 isinstance: True
    test 253 .name: meter
    test 254 .named: meter
    test 255 .named2: Meter 'meter'
    test 256 .str: 1.0
    test 257 .toStr: 1.0
    test 258 .repr: 1.0
    test 259 .toRepr: meter (1.0)
    test 260 .units: meter
    test 261 meter: meter ('X'): could not convert string to float: 'X'
    test 262 meter: U ('X'): could not convert string to float: 'X'
    test 263 meter: TypeError
    test 264 .named: Test
    test 265 .named2: Meter 'Test'
    test 266 .str: 1.0
    test 267 .toStr: 1.0
    test 268 .repr: 1.0
    test 269 .toRepr: Test (1.0)
    test 270 .units: meter
    test 271 .name: Test
    test 272 ._name: Test
    test 273 .str: 1.0
    test 274 .repr: 1.0
    test 275 delattr: ''

    testing Northing(1.0,) (pygeodesy.units, 20.05.15)
    test 276 .classname: Northing
    test 277 isinstance: True
    test 278 .name: northing
    test 279 .named: northing
    test 280 .named2: Northing 'northing'
    test 281 .str: 1.0
    test 282 .toStr: 1.0
    test 283 .repr: 1.0
    test 284 .toRepr: northing (1.0)
    test 285 .units: northing
    test 286 northing: northing ('X'): could not convert string to float: 'X'
    test 287 northing: U ('X'): could not convert string to float: 'X'
    test 288 northing: TypeError
    test 289 .named: Test
    test 290 .named2: Northing 'Test'
    test 291 .str: 1.0
    test 292 .toStr: 1.0
    test 293 .repr: 1.0
    test 294 .toRepr: Test (1.0)
    test 295 .units: northing
    test 296 .name: Test
    test 297 ._name: Test
    test 298 .str: 1.0
    test 299 .repr: 1.0
    test 300 delattr: ''

    testing Phi(1.0,) (pygeodesy.units, 20.05.15)
    test 301 .classname: Phi
    test 302 isinstance: True
    test 303 .name: phi
    test 304 .named: phi
    test 305 .named2: Phi 'phi'
    test 306 .str: 1.0
    test 307 .toStr: 1.0
    test 308 .repr: 1.0
    test 309 .toRepr: phi (1.0)
    test 310 .units: phi
    test 311 phi: phi ('X'): strRad ('X') or suffix ('NS'): could not convert string to float: 'X'
    test 312 phi: U ('X'): strRad ('X') or suffix ('NS'): could not convert string to float: 'X'
    test 313 phi: TypeError
    test 314 .named: Test
    test 315 .named2: Phi 'Test'
    test 316 .str: 1.0
    test 317 .toStr: 1.0
    test 318 .repr: 1.0
    test 319 .toRepr: Test (1.0)
    test 320 .units: phi
    test 321 .name: Test
    test 322 ._name: Test
    test 323 .str: 1.0
    test 324 .repr: 1.0
    test 325 delattr: ''

    testing Radians(1.0,) (pygeodesy.units, 20.05.15)
    test 326 .classname: Radians
    test 327 isinstance: True
    test 328 .name: radians
    test 329 .named: radians
    test 330 .named2: Radians 'radians'
    test 331 .str: 1.0
    test 332 .toStr: 1.0
    test 333 .repr: 1.0
    test 334 .toRepr: radians (1.0)
    test 335 .units: radians
    test 336 radians: radians ('X'): strRad ('X') or suffix ('NSEW'): could not convert string to float: 'X'
    test 337 radians: U ('X'): strRad ('X') or suffix ('NSEW'): could not convert string to float: 'X'
    test 338 radians: TypeError
    test 339 .named: Test
    test 340 .named2: Radians 'Test'
    test 341 .str: 1.0
    test 342 .toStr: 1.0
    test 343 .repr: 1.0
    test 344 .toRepr: Test (1.0)
    test 345 .units: radians
    test 346 .name: Test
    test 347 ._name: Test
    test 348 .str: 1.0
    test 349 .repr: 1.0
    test 350 delattr: ''

    testing Radius(1.0,) (pygeodesy.units, 20.05.15)
    test 351 .classname: Radius
    test 352 isinstance: True
    test 353 .name: radius
    test 354 .named: radius
    test 355 .named2: Radius 'radius'
    test 356 .str: 1.0
    test 357 .toStr: 1.0
    test 358 .repr: 1.0
    test 359 .toRepr: radius (1.0)
    test 360 .units: radius
    test 361 radius: radius ('X'): could not convert string to float: 'X'
    test 362 radius: U ('X'): could not convert string to float: 'X'
    test 363 radius: TypeError
    test 364 .named: Test
    test 365 .named2: Radius 'Test'
    test 366 .str: 1.0
    test 367 .toStr: 1.0
    test 368 .repr: 1.0
    test 369 .toRepr: Test (1.0)
    test 370 .units: radius
    test 371 .name: Test
    test 372 ._name: Test
    test 373 .str: 1.0
    test 374 .repr: 1.0
    test 375 delattr: ''

    testing Radius_(1.0,) (pygeodesy.units, 20.05.15)
    test 376 .classname: Radius_
    test 377 isinstance: True
    test 378 .name: radius_
    test 379 .named: radius_
    test 380 .named2: Radius_ 'radius_'
    test 381 .str: 1.0
    test 382 .toStr: 1.0
    test 383 .repr: 1.0
    test 384 .toRepr: radius_ (1.0)
    test 385 .units: radius_
    test 386 radius_: radius ('X'): could not convert string to float: 'X'
    test 387 radius_: U ('X'): could not convert string to float: 'X'
    test 388 radius_: TypeError
    test 389 .named: Test
    test 390 .named2: Radius_ 'Test'
    test 391 .str: 1.0
    test 392 .toStr: 1.0
    test 393 .repr: 1.0
    test 394 .toRepr: Test (1.0)
    test 395 .units: radius_
    test 396 .name: Test
    test 397 ._name: Test
    test 398 .str: 1.0
    test 399 .repr: 1.0
    test 400 delattr: ''

    testing Scalar(1.0,) (pygeodesy.units, 20.05.15)
    test 401 .classname: Scalar
    test 402 isinstance: True
    test 403 .name: scalar
    test 404 .named: scalar
    test 405 .named2: Scalar 'scalar'
    test 406 .str: 1.0
    test 407 .toStr: 1.0
    test 408 .repr: 1.0
    test 409 .toRepr: scalar (1.0)
    test 410 .units: scalar
    test 411 scalar: scalar ('X'): could not convert string to float: 'X'
    test 412 scalar: U ('X'): could not convert string to float: 'X'
    test 413 scalar: TypeError
    test 414 .named: Test
    test 415 .named2: Scalar 'Test'
    test 416 .str: 1.0
    test 417 .toStr: 1.0
    test 418 .repr: 1.0
    test 419 .toRepr: Test (1.0)
    test 420 .units: scalar
    test 421 .name: Test
    test 422 ._name: Test
    test 423 .str: 1.0
    test 424 .repr: 1.0
    test 425 delattr: ''

    testing Scalar_(1.0,) (pygeodesy.units, 20.05.15)
    test 426 .classname: Scalar_
    test 427 isinstance: True
    test 428 .name: scalar_
    test 429 .named: scalar_
    test 430 .named2: Scalar_ 'scalar_'
    test 431 .str: 1.0
    test 432 .toStr: 1.0
    test 433 .repr: 1.0
    test 434 .toRepr: scalar_ (1.0)
    test 435 .units: scalar_
    test 436 scalar_: scalar ('X'): could not convert string to float: 'X'
    test 437 scalar_: U ('X'): could not convert string to float: 'X'
    test 438 scalar_: TypeError
    test 439 .named: Test
    test 440 .named2: Scalar_ 'Test'
    test 441 .str: 1.0
    test 442 .toStr: 1.0
    test 443 .repr: 1.0
    test 444 .toRepr: Test (1.0)
    test 445 .units: scalar_
    test 446 .name: Test
    test 447 ._name: Test
    test 448 .str: 1.0
    test 449 .repr: 1.0
    test 450 delattr: ''

    testing Int(2,) (pygeodesy.units, 20.05.15)
    test 451 .classname: Int
    test 452 isinstance: True
    test 453 .name: int
    test 454 .named: int
    test 455 .named2: Int 'int'
    test 456 .str: 2
    test 457 .toStr: 2
    test 458 .repr: 2
    test 459 .toRepr: int (2)
    test 460 .units: int
    test 461 int: Int ('X'): invalid literal for int() with base 10: 'X'
    test 462 int: U ('X'): invalid literal for int() with base 10: 'X'
    test 463 int: TypeError
    test 464 .named: Test
    test 465 .named2: Int 'Test'
    test 466 .str: 2
    test 467 .toStr: 2
    test 468 .repr: 2
    test 469 .toRepr: Test (2)
    test 470 .units: int
    test 471 .name: Test
    test 472 ._name: Test
    test 473 .str: 2
    test 474 .repr: 2
    test 475 delattr: ''

    testing Number_(2,) (pygeodesy.units, 20.05.15)
    test 476 .classname: Number_
    test 477 isinstance: True
    test 478 .name: number_
    test 479 .named: number_
    test 480 .named2: Number_ 'number_'
    test 481 .str: 2
    test 482 .toStr: 2
    test 483 .repr: 2
    test 484 .toRepr: number_ (2)
    test 485 .units: number_
    test 486 number_: number ('X'): invalid literal for int() with base 10: 'X'
    test 487 number_: U ('X'): invalid literal for int() with base 10: 'X'
    test 488 number_: TypeError
    test 489 .named: Test
    test 490 .named2: Number_ 'Test'
    test 491 .str: 2
    test 492 .toStr: 2
    test 493 .repr: 2
    test 494 .toRepr: Test (2)
    test 495 .units: number_
    test 496 .name: Test
    test 497 ._name: Test
    test 498 .str: 2
    test 499 .repr: 2
    test 500 delattr: ''

    testing Precision_(2,) (pygeodesy.units, 20.05.15)
    test 501 .classname: Precision_
    test 502 isinstance: True
    test 503 .name: precision_
    test 504 .named: precision_
    test 505 .named2: Precision_ 'precision_'
    test 506 .str: 2
    test 507 .toStr: 2
    test 508 .repr: 2
    test 509 .toRepr: precision_ (2)
    test 510 .units: precision_
    test 511 precision_: precision ('X'): invalid literal for int() with base 10: 'X'
    test 512 precision_: U ('X'): invalid literal for int() with base 10: 'X'
    test 513 precision_: TypeError
    test 514 .named: Test
    test 515 .named2: Precision_ 'Test'
    test 516 .str: 2
    test 517 .toStr: 2
    test 518 .repr: 2
    test 519 .toRepr: Test (2)
    test 520 .units: precision_
    test 521 .name: Test
    test 522 ._name: Test
    test 523 .str: 2
    test 524 .repr: 2
    test 525 delattr: ''

    testing Str('U',) (pygeodesy.units, 20.05.15)
    test 526 .classname: Str
    test 527 isinstance: True
    test 528 .name: str
    test 529 .named: str
    test 530 .named2: Str 'str'
    test 531 .str: U
    test 532 .toStr: U
    test 533 .repr: 'U'
    test 534 .toRepr: str ('U')
    test 535 .units: str
    test 536 error: X  FAILED, KNOWN, expected <class 'ValueError'>
    test 537 error: X  FAILED, KNOWN, expected <class 'ValueError'>
    test 538 Error: X  FAILED, KNOWN, expected <class 'TypeError'>
    test 539 .named: Test
    test 540 .named2: Str 'Test'
    test 541 .str: U
    test 542 .toStr: U
    test 543 .repr: 'U'
    test 544 .toRepr: Test ('U')
    test 545 .units: str
    test 546 .name: Test
    test 547 ._name: Test
    test 548 .str: U
    test 549 .repr: 'U'
    test 550 delattr: ''

    testing(pygeodesy.units, 20.05.15)
    test 551 Bearing: 1.0
    test 552 Bearing_: 0.01745
    test 553 Lam_: 6.3
    test 554 Phi_: 6.3

    3 of 554 testUnits.py tests (0.5%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 7.451 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUps.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.parseUTMUPS5 from .utmups by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.strs from .streprs by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.toUps8 from .ups by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.Ups from .ups by PyGeodesy/test/testUps.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testUps.py line 184

    testing testUps.py 20.04.22 (module pygeodesy.ups 20.05.14) isLazy=3
    test 1 Ups: 00 N 448251.0 5411932.0001
    test 2 Ups: 00 N 448252 5411933
    test 3 Ups: 00 N 448251.795 5411932.678
    test 4 Ups: 00Z N 448251.8 5411932.7 n/a n/a
    test 5 Ups2: [Z:00, H:N, E:448252, N:5411933]
    test 6 Ups2: [Z:00, H:N, E:448252, N:5411933]
    test 7 Ups.toLatLon: 43.684097°N, 175.265195°E
    test 8 Ups.toLatLon: 43°41′02.75″N, 175°15′54.7″E
    test 9 Ups.toMgrs: 60T UP 60176 38249
    test 10 Ups.toUps: 00 N 448252 5411933
    test 11 Ups.toUtm: 60 N 360177 4838249
    test 12 toUpsID1: 00 N 1530125.78 2426773.6 -132.24798917° 0.99647445
    test 13 toUtmUps8ID2: 38 N 467367.68 8100752.13 -57.37878422′ 0.99961302  FAILED, KNOWN, expected 38 N 3320416.75 632668.43 +44.0° 1.01619505
    test 14 toUtmUps8ID2: 00 N 3320416.75 632668.43 +44.0° 1.01619505
    test 15 toUpsID3: 00 S 2222979.47 1797474.9 -132.24786194° 0.99455723
    test 16 Ups.toLatLonID4: 84°17′14.04″N, 132°14′52.76″W
    test 17 Ups.toLatLonID4: 84.287234°N, 132.247989°W
    test 18 Ups.toLatLonID5: 73°00′00.0″N, 044°00′00.0″E
    test 19 Ups.toLatLonID5: 73.0°N, 044.0°E
    test 20 Ups.toLatLonID6: 87°17′14.4″S, 132°14′52.3″E
    test 21 Ups.toLatLonID6: 87.287333°S, 132.247861°E
    test 22 latlon: 84.0°N, 084.0°E
    test 23 toUps: 00 N 2663075 1930308
    test 24 toUps: 00 N 2663075.299562 1930307.977716 +84.0° 0.99673
    test 25 toUps(None): (0, 'N', 2663075.299562, 1930307.977716, 'Z', ...)
    test 26 .scale0: 0.994000
    test 27 rescale0: 0.997261
    test 28 NGA-10.2-1: 00 N 2000000.0 2000000.0 +0.0″ 0.994
    test 29 NGA-10.2-2: 00 N 1998062.320046 2111009.610243 -179.0° 0.994076
    test 30 NGA-10.2-3: 00 N 1777930.731071 2000000.0 -90.0° 0.994303
    test 31 NGA-10.2-4: 00 N 1994185.827038 1666906.254073 -1.0° 0.994682
    test 32 NGA-10.2-5: 00 N 2000000.0 1555731.570643 +0.0″ 0.995212
    test 33 NGA-10.2-6: 00 N 2009694.068153 1444627.207468 +1.0° 0.995895
    test 34 NGA-10.2-7: 00 N 2666626.157825 1988363.997132 +89.0° 0.996730
    test 35 NGA-10.2-8: 46 N 459200.256323 9217519.441609 -2.97767886° 0.997718
    test 36 NGA-10.2-9: 46 N 468930.934996 9105366.008486 -1.98055172° 0.998860
    test 37 NGA-10.2-10: 60 N 534921.971582 8993806.415149 +1.97539632° 1.000156
    test 38 NGA-10.2-11: 01 N 441867.784867 8883084.955948 -2.95450468° 1.001608
    test 39 NGA-10.2-12: 31 N 243900.35203 4432069.056899 -1.92940969° 1.0004075
    test 40 NGA-10.2-13: 01 N 277707.830749 331796.291679 -6.28291137′ 1.00021172
    test 41 NGA-10.2-14: 16 N 166223.907623 221366.16603 -6.28776606′ 1.00097936
    test 42 NGA-10.2-15: 30 N 722561.736479 110597.972524 +2.09515682′ 1.00021322
    test 43 NGA-10.2-16: 31 N 166021.443081 0.0 +0.0″ 1.00098106
    test 44 NGA-10.2-17: 31 S 277438.263521 9889402.027476 +2.09515682′ 1.00021322
    test 45 NGA-10.2-18: 46 S 166223.907623 9778633.83397 +6.28776606′ 1.00097936
    test 46 NGA-10.2-19: 60 S 722292.169251 9668203.708321 -6.28291137′ 1.00021172
    test 47 NGA-10.2-20: 01 S 166831.065275 9557263.747314 +12.56782777′ 1.00097428
    test 48 NGA-10.3-1: -64.9164123332 -135.0
    test 49 NGA-10.3-2: -70.0552944014 -153.4349488229
    test 50 NGA-10.3-3: -72.1263610163 180.0  FAILED, KNOWN, expected -72.1263610163 -180.0
    test 51 NGA-10.3-4: -70.0552944014 153.4349488229
    test 52 NGA-10.3-5: -64.9164123332 135.0
    test 53 NGA-10.3-6: -70.0552944014 -116.5650511771
    test 54 NGA-10.3-7: -77.3120791908 -135.0
    test 55 NGA-10.3-8: -81.0106632645 180.0
    test 56 NGA-10.3-9: -77.3120791908 135.0
    test 57 NGA-10.3-10: -70.0552944014 116.5650511771
    test 58 NGA-10.3-11: -72.1263610163 -90.0
    test 59 NGA-10.3-12: -81.0106632645 -90.0
    test 60 NGA-10.3-13: -90.0 0.0
    test 61 NGA-10.3-14: -81.0106632645 90.0
    test 62 NGA-10.3-15: -72.1263610163 90.0
    test 63 NGA-10.3-16: -70.0552944014 -63.4349488229
    test 64 NGA-10.3-17: -77.3120791908 -45.0
    test 65 NGA-10.3-18: -81.0106632645 0.0
    test 66 NGA-10.3-19: -77.3120791908 45.0
    test 67 NGA-10.3-20: -70.0552944014 63.4349488229
    test 68 NGA-10.3-21: -64.9164123332 -45.0
    test 69 NGA-10.3-22: -70.0552944014 -26.5650511771
    test 70 NGA-10.3-23: -72.1263610163 0.0
    test 71 NGA-10.3-24: -70.0552944014 26.5650511771
    test 72 NGA-10.3-25: -64.9164123332 45.0

    2 of 72 testUps.py tests (2.8%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 28.009 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUtily.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.PI from .basics by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.PI2 from .basics by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.PI_2 from .basics by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.degrees90 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.degrees180 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.degrees360 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.degrees2m from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.ft2m from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.isPoints2 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.m2degrees from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.m2ft from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.radiansPI from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.radiansPI2 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.radiansPI_2 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.sincos2 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.sincos2d from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.unroll180 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.wrap90 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.wrap180 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.wrap360 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.wrapPI from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.wrapPI2 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.wrapPI_2 from .utily by PyGeodesy/test/testUtily.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testUtily.py line 11

    testing testUtily.py 20.04.15 (module pygeodesy.utily 20.06.28) isLazy=3
    test 1 degrees90(PI_2): 90.0
    test 2 degrees90(PI): -180.0
    test 3 degrees90(PI2): 0.0
    test 4 degrees90(-PI_2): -90.0
    test 5 degrees90(-PI): -180.0
    test 6 degrees90(-PI2): 0.0
    test 7 degrees180(PI_2): 90.0
    test 8 degrees180(PI): 180.0
    test 9 degrees180(PI2): 0.0
    test 10 degrees180(-PI_2): -90.0
    test 11 degrees180(-PI): -180.0
    test 12 degrees180(-PI2): 0.0
    test 13 degrees360(PI_2): 90.0
    test 14 degrees360(PI): 180.0
    test 15 degrees360(PI2): 0.0
    test 16 degrees360(-PI_2): 270.0
    test 17 degrees360(-PI): 180.0
    test 18 degrees360(-PI2): 0.0
    test 19 radiansPI_2(90): 1.5707963267948966
    test 20 radiansPI_2(180): -3.141592653589793
    test 21 radiansPI_2(360): 0.0
    test 22 radiansPI_2(-90): -1.5707963267948966
    test 23 radiansPI_2(-180): -3.141592653589793
    test 24 radiansPI_2(-360): 0.0
    test 25 radiansPI(90): 1.5707963267948966
    test 26 radiansPI(180): 3.141592653589793
    test 27 radiansPI(360): 0.0
    test 28 radiansPI(-90): -1.5707963267948966
    test 29 radiansPI(-180): -3.141592653589793
    test 30 radiansPI(-360): 0.0
    test 31 radiansPI2(90): 1.5707963267948966
    test 32 radiansPI2(180): 3.141592653589793
    test 33 radiansPI2(360): 0.0
    test 34 radiansPI2(-90): 4.71238898038469
    test 35 radiansPI2(-180): 3.141592653589793
    test 36 radiansPI2(-360): 0.0
    test 37 wrap90(90): 90
    test 38 wrap90(180): -180
    test 39 wrap90(360): 0
    test 40 wrap90(-90): -90
    test 41 wrap90(-180): -180
    test 42 wrap90(-360): 0
    test 43 wrap180(90): 90
    test 44 wrap180(180): 180
    test 45 wrap180(360): 0
    test 46 wrap180(-90): -90
    test 47 wrap180(-180): -180
    test 48 wrap180(-360): 0
    test 49 wrap360(90): 90
    test 50 wrap360(180): 180
    test 51 wrap360(360): 0
    test 52 wrap360(-90): 270
    test 53 wrap360(-180): 180
    test 54 wrap360(-360): 0
    test 55 wrapPI_2(PI_2): 1.5707963267948966
    test 56 wrapPI_2(PI): -3.141592653589793
    test 57 wrapPI_2(PI2): 0.0
    test 58 wrapPI_2(-PI_2): -1.5707963267948966
    test 59 wrapPI_2(-PI): -3.141592653589793
    test 60 wrapPI_2(-PI2): 0.0
    test 61 wrapPI(PI_2): 1.5707963267948966
    test 62 wrapPI(PI): 3.141592653589793
    test 63 wrapPI(PI2): 0.0
    test 64 wrapPI(-PI_2): -1.5707963267948966
    test 65 wrapPI(-PI): -3.141592653589793
    test 66 wrapPI(-PI2): 0.0
    test 67 wrapPI2(PI_2): 1.5707963267948966
    test 68 wrapPI2(PI): 3.141592653589793
    test 69 wrapPI2(PI2): 0.0
    test 70 wrapPI2(-PI_2): 4.71238898038469
    test 71 wrapPI2(-PI): 3.141592653589793
    test 72 wrapPI2(-PI2): 0.0
    test 73 unroll180: -160.0, -250.0
    test 74 unroll180: 200.0, 110.0
    test 75 unroll180: -160.0, -250.0
    test 76 unroll180: 920.0, 830.0
    test 77 unroll180: -160.0, -270.0
    test 78 unroll180: 200.0, 90.0
    test 79 unroll180: -160.0, -990.0
    test 80 unroll180: 920.0, 90.0
    test 81 sincos2: 3.885780586188048e-16  FAILED, KNOWN, expected 2.220446049250313e-16
    test 82 sincos2d: 9.992007221626409e-16  FAILED, KNOWN, expected 2.220446049250313e-16
    test 83 sincosd : 9.159339953157541e-16  FAILED, KNOWN, expected 2.220446049250313e-16
    test 84 sincos*d: 2.220446049250313e-16
    test 85 iFt2m: 187441
    test 86 iFt2m: 757050
    test 87 sFt2m: 187441
    test 88 sFt2m: 757050
    test 89 m2iFt: 614964
    test 90 m2iFt: 2483760
    test 91 m2sFt: 614963
    test 92 m2sFt: 2483755
    test 93 degrees2m: 10007557.1761
    test 94 degrees2m: 8666798.7443
    test 95 m2degrees: 90.0
    test 96 degrees2m: 20015114.3522
    test 97 degrees2m: 19987684.3336
    test 98 m2degrees: 180.0
    test 99 m2-degrees-2m(45, lat=0): 45.00
    test 100 m2-degrees-2m(45, lat=7): 45.00
    test 101 m2-degrees-2m(45, lat=14): 45.00
    test 102 m2-degrees-2m(45, lat=21): 45.00
    test 103 m2-degrees-2m(45, lat=28): 45.00
    test 104 m2-degrees-2m(45, lat=35): 45.00
    test 105 m2-degrees-2m(45, lat=42): 45.00
    test 106 m2-degrees-2m(45, lat=49): 45.00
    test 107 m2-degrees-2m(45, lat=56): 45.00
    test 108 m2-degrees-2m(45, lat=63): 45.00
    test 109 m2-degrees-2m(45, lat=70): 45.00
    test 110 m2-degrees-2m(45, lat=77): 45.00
    test 111 m2-degrees-2m(45, lat=84): 45.00
    test 112 isPoints2: False

    3 of 112 testUtily.py tests (2.7%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 37.240 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUtm.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.F_DEG from .dms by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.parseUTM5 from .utm by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.toUtm8 from .utm by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.Utm from .utm by PyGeodesy/test/testUtm.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testUtm.py line 146

    testing testUtm.py 20.04.27 (module pygeodesy.utm 20.05.14) isLazy=3
    test 1 Utm1: 03 N 448251.0 5411932.0001
    test 2 Utm2: 31 N 448252 5411933
    test 3 Utm2: 31 N 448251.795 5411932.678
    test 4 Utm2: 31 N 448251.8 5411932.7 n/a n/a
    test 5 Utm.toLatLon1: 48.8582°N, 002.2945°E
    test 6 Utm.toLatLon1: 48°51′29.52″N, 002°17′40.2″E
    test 7 toUtm1: 31 N 448252 5411933
    test 8 toUtm1: 31 N 448251.795 5411932.678
    test 9 toUtm2: [Z:31U, H:N, E:448252, N:5411933, C:-31.87873265′, S:0.9996329]
    test 10 toUtm2: [Z:31U, H:N, E:448252, N:5411933, C:-31.87873265′, S:0.9996329]
    test 11 toUtm4: 48 N 377302 1483035
    test 12 toUtm5: 48P N 377302.354183 1483034.777084 -15.77480856′ 0.99978623
    test 13 toUtm6: 13 S 622698 8516965
    test 14 toUtm7: 13L S 622697.645817 8516965.222916 -15.77480856′ 0.99978623
    test 15 toEtm: 13 S 622698 8516965
    test 16 toMgrs1: 13L FF 22697 16965
    test 17 toMgrs2: 31U DQ 48251 11932
    test 18 toUps: 00 S -7702368 -395110
    test 19 toUtm14: 14 S -27436 8512042
    test 20 Utm8: 18 N 516620 4574500
    test 21 Utm8.toLatLon: 41.321801°N, 074.801413°W
    test 22 Utm8.toLatLon: 41.321801N, 074.801413W
    test 23 toUtm(61.44°N, 025.4°E): 35V N 414668 6812845
    test 24 toUtm(47.04°S, 073.48°W): 18G S 615472 4789270
    test 25 toUtm(40.4°N, 074.7°W): 18T N 525458 4472198
    test 26 toUtm(44.5°N, 088.5°W): 16T N 380753 4928503
    test 27 toUtm(50.8694°N, 115.6508°W): 11U N 594937 5636169
    test 28 toUtm(00.0°N, 000.0°E): 31N N 166021 0
    test 29 toUtm(00.13°N, 000.2324°W): 30N N 808084 14386
    test 30 toUtm(45.6456°S, 023.3545°E): 34G S 683474 4942631
    test 31 toUtm(12.765°S, 033.8765°W): 25L S 404859 8588691
    test 32 toUtm(80.5434°S, 170.654°W): lat ('-80.5434°'): outside UTM range [-80, 84)
    test 33 toUtm(90.0°N, 177.0°E): lat ('90.0°'): outside UTM range [-80, 84)
    test 34 toUtm(90.0°S, 177.0°W): lat ('-90.0°'): outside UTM range [-80, 84)
    test 35 toUtm(90.0°N, 003.0°E): lat ('90.0°'): outside UTM range [-80, 84)
    test 36 toUtm(23.4578°N, 135.4545°W): 08Q N 453580 2594273
    test 37 toUtm(77.345°N, 156.9876°E): 57X N 450794 8586116
    test 38 toUtm(89.3454°S, 048.9306°W): lat ('-89.3454°'): outside UTM range [-80, 84)
    test 39 toUtm(60.0°N, 001.0°E): 31V N 388456 6653097
    test 40 toUtm(60.0°N, 003.0°E): 32V N 165640 6666594
    test 41 toUtm(60.0°N, 006.0°E): 32V N 332705 6655205
    test 42 toUtm(60.0°N, 009.0°E): 32V N 500000 6651411
    test 43 toUtm(60.0°N, 012.0°E): 33V N 332705 6655205
    test 44 toUtm(76.0°N, 001.0°E): 31X N 446000 8436100
    test 45 toUtm(76.0°N, 007.0°E): 31X N 607943 8438843
    test 46 toUtm(76.0°N, 013.0°E): 33X N 446000 8436100
    test 47 toUtm(76.0°N, 019.0°E): 33X N 607943 8438843
    test 48 toUtm(76.0°N, 025.0°E): 35X N 446000 8436100
    test 49 toUtm(76.0°N, 031.0°E): 35X N 607943 8438843
    test 50 toUtm(76.0°N, 037.0°E): 37X N 446000 8436100
    test 51 toUtm(50.77535°N, 006.08389°E): 32U N 294409 5628898
    test 52 toUtm(40.71435°N, 074.00597°W): 18T N 583960 4507523
    test 53 toUtm(41.28646°S, 174.77624°E): 60G S 313784 5427057
    test 54 toUtm(33.92487°S, 018.42406°E): 34H S 261878 6243186
    test 55 toUtm(32.89018°S, 068.84405°W): 19H S 514586 6360877
    test 56 toUtm(64.83778°N, 147.71639°W): 06W N 466013 7190568
    test 57 toUtm(56.7968°N, 005.00601°W): 30V N 377486 6296562
    test 58 toUtm(84.0°N, 005.00601°W): lat ('84.0°'): outside UTM range [-80, 84)
    test 59 toUtm('Mt Assiniboine'): [Z:11U, H:N, E:594934, N:5636174]
    test 60 Utm9: 55 S 321441 5810117
    test 61 Utm9.toLatLon(eps=2.2204e-12): -37.83891644, 144.97077387
    test 62 Utm9.toLatLon(eps=2.2204e-13): -37.83891644, 144.97077387
    test 63 Utm9.toLatLon(eps=2.2204e-14): -37.83891644, 144.97077387
    test 64 Utm9.toLatLon(eps=2.2204e-15): -37.83891644, 144.97077387
    test 65 Utm9.toLatLon(eps=2.2204e-16): -37.83891644, 144.97077387
    test 66 Utm9.toLatLon(eps=2.2204e-17): -37.83891644, 144.97077387
    test 67 Utm9.toLatLon(eps=2.2204e-18): -37.83891644, 144.97077387
    test 68 Utm9.toLatLon(eps=2.2204e-19): -37.83891644, 144.97077387
    test 69 Utm9.toLatLon(eps=2.2204e-20): -37.83891644, 144.97077387
    test 70 Utm10: 31 N 400000 5000000
    test 71 Utm10.toLatLon(eps=2.2204e-12): 45.14639288, 1.72796704
    test 72 Utm10.toLatLon(eps=2.2204e-13): 45.14639288, 1.72796704
    test 73 Utm10.toLatLon(eps=2.2204e-14): 45.14639288, 1.72796704
    test 74 Utm10.toLatLon(eps=2.2204e-15): 45.14639288, 1.72796704
    test 75 Utm10.toLatLon(eps=2.2204e-16): 45.14639288, 1.72796704
    test 76 Utm10.toLatLon(eps=2.2204e-17): 45.14639288, 1.72796704
    test 77 Utm10.toLatLon(eps=2.2204e-18): 45.14639288, 1.72796704
    test 78 Utm10.toLatLon(eps=2.2204e-19): 45.14639288, 1.72796704
    test 79 Utm10.toLatLon(eps=2.2204e-20): 45.14639288, 1.72796704
    test 80 Utm111: 37 N 1399093 8314607
    test 81 Utm111.toLatLon(eps=2.2204e-12): 70.54298527, 40.28205459
    test 82 Utm111.toLatLon(eps=2.2204e-13): 70.54298527, 40.28205459
    test 83 Utm111.toLatLon(eps=2.2204e-14): 70.54298527, 40.28205459
    test 84 Utm111.toLatLon(eps=2.2204e-15): 70.54298527, 40.28205459
    test 85 Utm111.toLatLon(eps=2.2204e-16): 70.54298527, 40.28205459
    test 86 Utm111.toLatLon(eps=2.2204e-17): 70.54298527, 40.28205459
    test 87 Utm111.toLatLon(eps=2.2204e-18): 70.54298527, 40.28205459
    test 88 Utm111.toLatLon(eps=2.2204e-19): 70.54298527, 40.28205459
    test 89 Utm111.toLatLon(eps=2.2204e-20): 70.54298527, 40.28205459

    all 89 testUtm.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 52.520 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUtmTMcoords.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.toUtm8 from .utm by PyGeodesy/test/testUtmTMcoords.py line 18
# lazily imported pygeodesy.Utm from .utm by PyGeodesy/test/testUtmTMcoords.py line 18

    testing testUtmTMcoords.py 19.05.23 (module pygeodesy.utm 20.05.14) isLazy=3
    test 1 line 1 toUtm8.easting: 1548706.791619
    test 2 line 1 toUtm8.northing: 8451449.198772
    test 3 line 1 toUtm8.convergence: 43.922790
    test 4 line 1 toUtm8.scale: 1.029060
    test 5 line 1 toUtm8.lat: 70.579277
    test 6 line 1 toUtm8.lon: 45.599420
    test 7 line 2 toUtm8.easting: 2624150.740929
    test 8 line 2 toUtm8.northing: 1204434.041605
    test 9 line 2 toUtm8.convergence: 4.292619
    test 10 line 2 toUtm8.scale: 1.086051
    test 11 line 2 toUtm8.lat: 10.018894
    test 12 line 2 toUtm8.lon: 23.313324
    test 13 line 3 toUtm8.easting: 9855841.232935
    test 14 line 3 toUtm8.northing: 6145496.115157  FAILED, KNOWN, expected 6145496.115155
    test 15 line 3 toUtm8.convergence: 53.348315
    test 16 line 3 toUtm8.scale: 2.445098
    test 17 line 3 toUtm8.lat: 19.479896
    test 18 line 3 toUtm8.lon: 75.662049
    test 19 line 4 toUtm8.easting: 3206390.691996
    test 20 line 4 toUtm8.northing: 2650745.400406
    test 21 line 4 toUtm8.convergence: 11.666950
    test 22 line 4 toUtm8.scale: 1.129359
    test 23 line 4 toUtm8.lat: 21.072465
    test 24 line 4 toUtm8.lon: 29.828684
    test 25 line 5 toUtm8.easting: 4328154.083501
    test 26 line 5 toUtm8.northing: 749647.623690
    test 27 line 5 toUtm8.convergence: 4.024317
    test 28 line 5 toUtm8.scale: 1.240829
    test 29 line 5 toUtm8.lat: 5.458957
    test 30 line 5 toUtm8.lon: 36.385237
    test 31 line 6 toUtm8.easting: 847598.266514
    test 32 line 6 toUtm8.northing: 7947180.962440
    test 33 line 6 toUtm8.convergence: 21.639091
    test 34 line 6 toUtm8.scale: 1.008399
    test 35 line 6 toUtm8.lat: 70.175454
    test 36 line 6 toUtm8.lon: 22.865350
    test 37 line 7 toUtm8.easting: 2727657.337974
    test 38 line 7 toUtm8.northing: 8283916.696410
    test 39 line 7 toUtm8.convergence: 55.690909
    test 40 line 7 toUtm8.scale: 1.091942
    test 41 line 7 toUtm8.lat: 61.965605
    test 42 line 7 toUtm8.lon: 58.931371
    test 43 line 8 toUtm8.easting: 2331001.751890
    test 44 line 8 toUtm8.northing: 1313608.224751
    test 45 line 8 toUtm8.convergence: 4.214690
    test 46 line 8 toUtm8.scale: 1.067599
    test 47 line 8 toUtm8.lat: 11.116050
    test 48 line 8 toUtm8.lon: 20.901069
    test 49 line 9 toUtm8.easting: 6035557.239480
    test 50 line 9 toUtm8.northing: 5791770.791879
    test 51 line 9 toUtm8.convergence: 43.698170
    test 52 line 9 toUtm8.scale: 1.481260
    test 53 line 9 toUtm8.lat: 32.210543
    test 54 line 9 toUtm8.lon: 60.705849
    test 55 line 10 toUtm8.easting: 1064553.125852
    test 56 line 10 toUtm8.northing: 9417273.737208
    test 57 line 10 toUtm8.convergence: 61.100380
    test 58 line 10 toUtm8.scale: 1.013475
    test 59 line 10 toUtm8.lat: 79.187451
    test 60 line 10 toUtm8.lon: 61.532382
    test 61 line 11 toUtm8.easting: 1400137.116164
    test 62 line 11 toUtm8.northing: 9616907.017686
    test 63 line 11 toUtm8.convergence: 74.527087
    test 64 line 11 toUtm8.scale: 1.023640
    test 65 line 11 toUtm8.lat: 77.103759
    test 66 line 11 toUtm8.lon: 74.899105
    test skipped (1): line 12 toUtm8.'21.889514024862 80.019885892785 9860691.0166261508479 7433039.1433282732643 65.357693372142649007 2.43897318400097845293'
    test skipped (2): line 13 toUtm8.'30.53629567699 82.186177919416 8076501.8336948099169 8561614.1747819103782 75.073393190238557702 1.90620203595203984732'
    test 67 line 14 toUtm8.easting: 3335099.866623
    test 68 line 14 toUtm8.northing: 6740519.084015
    test 69 line 14 toUtm8.convergence: 40.611821
    test 70 line 14 toUtm8.scale: 1.139021
    test 71 line 14 toUtm8.lat: 49.990485
    test 72 line 14 toUtm8.lon: 48.203179
    test skipped (3): line 15 toUtm8.'14.486311853451 80.905136710227 12051574.9284996192629 6587213.0519512810474 59.033236797073779959 3.3574686117030164354'
    test 73 line 16 toUtm8.easting: 5387578.735298
    test 74 line 16 toUtm8.northing: 4111216.907168
    test 75 line 16 toUtm8.convergence: 27.574337
    test 76 line 16 toUtm8.scale: 1.379357
    test 77 line 16 toUtm8.lat: 25.936824
    test 78 line 16 toUtm8.lon: 49.913598
    test 79 line 17 toUtm8.easting: 2622214.380233
    test 80 line 17 toUtm8.northing: 8678923.984567
    test 81 line 17 toUtm8.convergence: 61.697275
    test 82 line 17 toUtm8.scale: 1.084810
    test 83 line 17 toUtm8.lat: 64.402196
    test 84 line 17 toUtm8.lon: 64.091395
    test skipped (4): line 18 toUtm8.'48.451353594584 84.856197560189 5068474.169632778036 9492066.9937094951003 83.156739839119105102 1.3299901985118008373'
    test 85 line 19 toUtm8.easting: 738062.047779
    test 86 line 19 toUtm8.northing: 3031007.074116
    test 87 line 19 toUtm8.convergence: 3.416802
    test 88 line 19 toUtm8.scale: 1.006332
    test 89 line 19 toUtm8.lat: 27.203895
    test 90 line 19 toUtm8.lon: 7.440229
    test 91 line 20 toUtm8.easting: 1944413.834565
    test 92 line 20 toUtm8.northing: 9613299.224493
    test 93 line 20 toUtm8.convergence: 78.462831
    test 94 line 20 toUtm8.scale: 1.046134
    test 95 line 20 toUtm8.lat: 72.509000
    test 96 line 20 toUtm8.lon: 78.982283
    test 97 line 21 toUtm8.easting: 2114521.418406
    test 98 line 21 toUtm8.northing: 4954077.440098
    test 99 line 21 toUtm8.convergence: 17.571878
    test 100 line 21 toUtm8.scale: 1.055093
    test 101 line 21 toUtm8.lat: 41.824954
    test 102 line 21 toUtm8.lon: 25.392744
    test 103 line 22 toUtm8.easting: 620365.905090
    test 104 line 22 toUtm8.northing: 4755542.026562
    test 105 line 22 toUtm8.convergence: 5.152022
    test 106 line 22 toUtm8.scale: 1.004338
    test 107 line 22 toUtm8.lat: 42.701376
    test 108 line 22 toUtm8.lon: 7.572738
    test 109 line 23 toUtm8.easting: 263004.770989
    test 110 line 23 toUtm8.northing: 4493669.762451
    test 111 line 23 toUtm8.convergence: 2.020523
    test 112 line 23 toUtm8.scale: 1.000452
    test 113 line 23 toUtm8.lat: 40.552052
    test 114 line 23 toUtm8.lon: 3.106056
    test 115 line 24 toUtm8.easting: 3217221.739462
    test 116 line 24 toUtm8.northing: 437776.119161
    test 117 line 24 toUtm8.convergence: 1.848169
    test 118 line 24 toUtm8.scale: 1.130558
    test 119 line 24 toUtm8.lat: 3.501242
    test 120 line 24 toUtm8.lon: 27.806507
    test skipped (5): line 25 toUtm8.'10.148714782203 85.373767569431 14661142.4449607145297 7476100.8241849819567 68.376669038799719822 4.89664968310721668858'
    test 121 line 26 toUtm8.easting: 967777.158554
    test 122 line 26 toUtm8.northing: 6615684.266592
    test 123 line 26 toUtm8.convergence: 14.410044
    test 124 line 26 toUtm8.scale: 1.011100
    test 125 line 26 toUtm8.lat: 58.582623
    test 126 line 26 toUtm8.lon: 16.755558
    test 127 line 27 toUtm8.easting: 7558840.728461
    test 128 line 27 toUtm8.northing: 4144728.130764
    test 129 line 27 toUtm8.convergence: 32.557264
    test 130 line 27 toUtm8.scale: 1.791490
    test 131 line 27 toUtm8.lat: 19.793004
    test 132 line 27 toUtm8.lon: 61.746763
    test 133 line 28 toUtm8.easting: 1056008.314161
    test 134 line 28 toUtm8.northing: 9290799.692669
    test 135 line 28 toUtm8.convergence: 55.843278
    test 136 line 28 toUtm8.scale: 1.013253
    test 137 line 28 toUtm8.lat: 78.666776
    test 138 line 28 toUtm8.lon: 56.365355
    test 139 line 29 toUtm8.easting: 1943965.134687
    test 140 line 29 toUtm8.northing: 1389972.228690
    test 141 line 29 toUtm8.convergence: 3.774869
    test 142 line 29 toUtm8.scale: 1.046724
    test 143 line 29 toUtm8.lat: 11.998788
    test 144 line 29 toUtm8.lon: 17.597873
    test 145 line 30 toUtm8.easting: 5803077.072902
    test 146 line 30 toUtm8.northing: 5649957.943659
    test 147 line 30 toUtm8.convergence: 41.717943
    test 148 line 30 toUtm8.scale: 1.442572
    test 149 line 30 toUtm8.lat: 32.540378
    test 150 line 30 toUtm8.lon: 58.764613
    test 151 line 31 toUtm8.easting: 2928716.986009
    test 152 line 31 toUtm8.northing: 5731835.058317
    test 153 line 31 toUtm8.convergence: 28.538550
    test 154 line 31 toUtm8.scale: 1.106780
    test 155 line 31 toUtm8.lat: 45.160356
    test 156 line 31 toUtm8.lon: 37.465285
    test 157 line 32 toUtm8.easting: 326141.975756
    test 158 line 32 toUtm8.northing: 8881325.164543
    test 159 line 32 toUtm8.convergence: 16.111415
    test 160 line 32 toUtm8.scale: 1.000900
    test 161 line 32 toUtm8.lat: 79.584190
    test 162 line 32 toUtm8.lon: 16.367006
    test 163 line 33 toUtm8.easting: 3933015.267450
    test 164 line 33 toUtm8.northing: 7932373.909512
    test 165 line 33 toUtm8.convergence: 58.577424
    test 166 line 33 toUtm8.scale: 1.194811
    test 167 line 33 toUtm8.lat: 52.470664
    test 168 line 33 toUtm8.lon: 64.125580
    test 169 line 34 toUtm8.easting: 8598926.983213
    test 170 line 34 toUtm8.northing: 6214135.167503
    test 171 line 34 toUtm8.convergence: 52.612878
    test 172 line 34 toUtm8.scale: 2.051367
    test 173 line 34 toUtm8.lat: 23.702673
    test 174 line 34 toUtm8.lon: 72.630363
    test 175 line 35 toUtm8.easting: 6620553.333772
    test 176 line 35 toUtm8.northing: 6540527.122948
    test 177 line 35 toUtm8.convergence: 52.350140
    test 178 line 35 toUtm8.scale: 1.586614
    test 179 line 35 toUtm8.lat: 32.603520
    test 180 line 35 toUtm8.lon: 67.280123
    test 181 line 36 toUtm8.easting: 1515136.758292
    test 182 line 36 toUtm8.northing: 3858996.087537
    test 183 line 36 toUtm8.convergence: 9.225127
    test 184 line 36 toUtm8.scale: 1.028029
    test 185 line 36 toUtm8.lat: 33.776224
    test 186 line 36 toUtm8.lon: 16.280993
    test 187 line 37 toUtm8.easting: 479854.373445
    test 188 line 37 toUtm8.northing: 8980501.389896
    test 189 line 37 toUtm8.convergence: 25.021222
    test 190 line 37 toUtm8.scale: 1.002415
    test 191 line 37 toUtm8.lat: 79.932747
    test 192 line 37 toUtm8.lon: 25.363622
    test 193 line 38 toUtm8.easting: 5243446.564940
    test 194 line 38 toUtm8.northing: 140657.213960
    test 195 line 38 toUtm8.convergence: 0.862817
    test 196 line 38 toUtm8.scale: 1.360358
    test 197 line 38 toUtm8.lat: 0.935056
    test 198 line 38 toUtm8.lon: 42.538824
    test skipped (6): line 39 toUtm8.'13.490862440668 83.178380075606 12806457.9232176809509 7170118.6846750266674 64.708921319446620085 3.7405880916836789809'
    test 199 line 40 toUtm8.easting: 1202993.459158
    test 200 line 40 toUtm8.northing: 5557316.053599
    test 201 line 40 toUtm8.convergence: 12.579061
    test 202 line 40 toUtm8.scale: 1.017426
    test 203 line 40 toUtm8.lat: 48.979057
    test 204 line 40 toUtm8.lon: 16.474542
    test 205 line 41 toUtm8.easting: 1729088.710196
    test 206 line 41 toUtm8.northing: 7770874.289954
    test 207 line 41 toUtm8.convergence: 36.021783
    test 208 line 41 toUtm8.scale: 1.036397
    test 209 line 41 toUtm8.lat: 65.036016
    test 210 line 41 toUtm8.lon: 38.729091
    test 211 line 42 toUtm8.easting: 2437301.517425
    test 212 line 42 toUtm8.northing: 5539327.748318
    test 213 line 42 toUtm8.convergence: 23.461879
    test 214 line 42 toUtm8.scale: 1.073459
    test 215 line 42 toUtm8.lat: 45.510091
    test 216 line 42 toUtm8.lon: 31.303729
    test 217 line 43 toUtm8.easting: 3647186.135066
    test 218 line 43 toUtm8.northing: 2086412.330983
    test 219 line 43 toUtm8.convergence: 10.023991
    test 220 line 43 toUtm8.scale: 1.168707
    test 221 line 43 toUtm8.lat: 16.058010
    test 222 line 43 toUtm8.lon: 32.520026
    test 223 line 44 toUtm8.easting: 1818497.243556
    test 224 line 44 toUtm8.northing: 4275471.745057
    test 225 line 44 toUtm8.convergence: 12.499656
    test 226 line 44 toUtm8.scale: 1.040604
    test 227 line 44 toUtm8.lat: 36.845200
    test 228 line 44 toUtm8.lon: 20.282283
    test 229 line 45 toUtm8.easting: 3751304.113783
    test 230 line 45 toUtm8.northing: 5130454.001592
    test 231 line 45 toUtm8.convergence: 28.959707
    test 232 line 45 toUtm8.scale: 1.177681
    test 233 line 45 toUtm8.lat: 37.865481
    test 234 line 45 toUtm8.lon: 41.990402
    test 235 line 46 toUtm8.easting: 2616733.138544
    test 236 line 46 toUtm8.northing: 394644.463815
    test 237 line 46 toUtm8.convergence: 1.390425
    test 238 line 46 toUtm8.scale: 1.085595
    test 239 line 46 toUtm8.lat: 3.287272
    test 240 line 46 toUtm8.lon: 22.917604
    test 241 line 47 toUtm8.easting: 1756506.573942
    test 242 line 47 toUtm8.northing: 5570393.986394
    test 243 line 47 toUtm8.convergence: 17.897894
    test 244 line 47 toUtm8.scale: 1.037732
    test 245 line 47 toUtm8.lat: 47.813686
    test 246 line 47 toUtm8.lon: 23.545092
    test 247 line 48 toUtm8.easting: 8752461.894711
    test 248 line 48 toUtm8.northing: 6087728.152284
    test 249 line 48 toUtm8.convergence: 51.628465
    test 250 line 48 toUtm8.scale: 2.095465
    test 251 line 48 toUtm8.lat: 22.836853
    test 252 line 48 toUtm8.lon: 72.604385
    test 253 line 49 toUtm8.easting: 1309272.216432
    test 254 line 49 toUtm8.northing: 59520.028899
    test 255 line 49 toUtm8.convergence: 0.109069
    test 256 line 49 toUtm8.scale: 1.020897
    test 257 line 49 toUtm8.lat: 0.527262
    test 258 line 49 toUtm8.lon: 11.684209
    test 259 line 50 toUtm8.easting: 328652.277129
    test 260 line 50 toUtm8.northing: 2233043.958874
    test 261 line 50 toUtm8.convergence: 1.084863
    test 262 line 50 toUtm8.scale: 1.000935
    test 263 line 50 toUtm8.lat: 20.166742
    test 264 line 50 toUtm8.lon: 3.143948
    test skipped (7): line 51 toUtm8.'28.604629015528 85.988721094779 8637959.7164470998207 9190635.1560309800028 81.802562643198123218 2.05432863342852874819'
    test skipped (8): line 52 toUtm8.'28.984047991106 85.833447775172 8548521.4551470334531 9172410.9432821880799 81.583928102890161419 2.02964145862183583179'
    test 265 line 53 toUtm8.easting: 796987.281104
    test 266 line 53 toUtm8.northing: 7677446.357675
    test 267 line 53 toUtm8.convergence: 18.084472
    test 268 line 53 toUtm8.scale: 1.007381
    test 269 line 53 toUtm8.lat: 68.071020
    test 270 line 53 toUtm8.lon: 19.392823
    test skipped (9): line 54 toUtm8.'61.416576191872 81.981611413918 3291036.4967623295988 9513199.6006662170596 80.890253980644739593 1.13482563910814382209'
    test 271 line 55 toUtm8.easting: 7087225.330906
    test 272 line 55 toUtm8.northing: 8382823.855822
    test 273 line 55 toUtm8.convergence: 72.253756
    test 274 line 55 toUtm8.scale: 1.678070
    test 275 line 55 toUtm8.lat: 35.074753
    test 276 line 55 toUtm8.lon: 79.496003
    test 277 line 56 toUtm8.easting: 5090358.125724
    test 278 line 56 toUtm8.northing: 4318294.133489
    test 279 line 56 toUtm8.convergence: 28.266280
    test 280 line 56 toUtm8.scale: 1.336264
    test 281 line 56 toUtm8.lat: 28.078790
    test 282 line 56 toUtm8.lon: 48.684350
    test skipped (10): line 57 toUtm8.'84.986930137199 2.067177857261 20163.0752214330146 9438635.9888499043815 2.059277291707588222 .99960496589466017622'
    test 283 line 58 toUtm8.easting: 3447670.550785
    test 284 line 58 toUtm8.northing: 3680238.888223
    test 285 line 58 toUtm8.convergence: 17.934948
    test 286 line 58 toUtm8.scale: 1.149831
    test 287 line 58 toUtm8.lat: 28.473948
    test 288 line 58 toUtm8.lon: 34.127306
    test 289 line 59 toUtm8.easting: 3396522.906798
    test 290 line 59 toUtm8.northing: 8093659.687593
    test 291 line 59 toUtm8.convergence: 57.747117
    test 292 line 59 toUtm8.scale: 1.144006
    test 293 line 59 toUtm8.lat: 56.629354
    test 294 line 59 toUtm8.lon: 62.196474
    test 295 line 60 toUtm8.easting: 11249894.100794  FAILED, KNOWN, expected 11249894.100784
    test 296 line 60 toUtm8.northing: 1619226.506360  FAILED, KNOWN, expected 1619226.506299
    test 297 line 60 toUtm8.convergence: 14.210358
    test 298 line 60 toUtm8.scale: 3.048347
    test 299 line 60 toUtm8.lat: 4.747762
    test 300 line 60 toUtm8.lon: 70.932555
    test 301 line 61 toUtm8.easting: 6808805.230950
    test 302 line 61 toUtm8.northing: 8044779.777369
    test 303 line 61 toUtm8.convergence: 68.242008
    test 304 line 61 toUtm8.scale: 1.621464
    test 305 line 61 toUtm8.lat: 35.882113
    test 306 line 61 toUtm8.lon: 76.741849
    test 307 line 62 toUtm8.easting: 2306021.556506
    test 308 line 62 toUtm8.northing: 757191.592866
    test 309 line 62 toUtm8.convergence: 2.385686
    test 310 line 62 toUtm8.scale: 1.066159
    test 311 line 62 toUtm8.lat: 6.420705
    test 312 line 62 toUtm8.lon: 20.416028
    test 313 line 63 toUtm8.easting: 1547406.313862
    test 314 line 63 toUtm8.northing: 6048712.751824
    test 315 line 63 toUtm8.convergence: 18.474372
    test 316 line 63 toUtm8.scale: 1.029123
    test 317 line 63 toUtm8.lat: 52.335248
    test 318 line 63 toUtm8.lon: 22.879294
    test 319 line 64 toUtm8.easting: 2430467.650383
    test 320 line 64 toUtm8.northing: 7557167.613972
    test 321 line 64 toUtm8.convergence: 42.110021
    test 322 line 64 toUtm8.scale: 1.072759
    test 323 line 64 toUtm8.lat: 59.846391
    test 324 line 64 toUtm8.lon: 46.262536
    test 325 line 65 toUtm8.easting: 2334053.905830
    test 326 line 65 toUtm8.northing: 1948076.966582
    test 327 line 65 toUtm8.convergence: 6.353185
    test 328 line 65 toUtm8.scale: 1.067733
    test 329 line 65 toUtm8.lat: 16.461790
    test 330 line 65 toUtm8.lon: 21.433269
    test 331 line 66 toUtm8.easting: 5564175.186737
    test 332 line 66 toUtm8.northing: 1836851.660412
    test 333 line 66 toUtm8.convergence: 11.870682
    test 334 line 66 toUtm8.scale: 1.408265
    test 335 line 66 toUtm8.lat: 11.707905
    test 336 line 66 toUtm8.lon: 45.827075
    test 337 line 67 toUtm8.easting: 6118505.590359
    test 338 line 67 toUtm8.northing: 7631684.552421
    test 339 line 67 toUtm8.convergence: 62.477323
    test 340 line 67 toUtm8.scale: 1.493420
    test 341 line 67 toUtm8.lat: 38.519075
    test 342 line 67 toUtm8.lon: 71.935918
    test skipped (11): line 68 toUtm8.'34.264007222954 82.647878110272 7365359.2946646287171 8818194.4515306837741 77.207042218974141605 1.73763853091849729372'
    test 343 line 69 toUtm8.easting: 36187.342415
    test 344 line 69 toUtm8.northing: 2142565.324802
    test 345 line 69 toUtm8.convergence: 0.114334
    test 346 line 69 toUtm8.scale: 0.999616
    test 347 line 69 toUtm8.lat: 19.376880
    test 348 line 69 toUtm8.lon: 0.344605
    test 349 line 70 toUtm8.easting: 2380328.546851
    test 350 line 70 toUtm8.northing: 8440109.872384
    test 351 line 70 toUtm8.convergence: 55.076067
    test 352 line 70 toUtm8.scale: 1.069658
    test 353 line 70 toUtm8.lat: 65.075805
    test 354 line 70 toUtm8.lon: 57.653438
    test 355 line 71 toUtm8.easting: 582511.608826
    test 356 line 71 toUtm8.northing: 8876047.217071
    test 357 line 71 toUtm8.convergence: 27.133300
    test 358 line 71 toUtm8.scale: 1.003749
    test 359 line 71 toUtm8.lat: 78.691870
    test 360 line 71 toUtm8.lon: 27.591736
    test 361 line 72 toUtm8.easting: 899441.350477
    test 362 line 72 toUtm8.northing: 4582046.430516
    test 363 line 72 toUtm8.convergence: 7.031211
    test 364 line 72 toUtm8.scale: 1.009573
    test 365 line 72 toUtm8.lat: 40.893022
    test 366 line 72 toUtm8.lon: 10.668804
    test skipped (12): line 73 toUtm8.'48.914278679322 87.35926802682 5022485.1243369246483 9741774.9337207800497 86.505947369926030588 1.32369954850478170836'
    test 367 line 74 toUtm8.easting: 6701004.587204
    test 368 line 74 toUtm8.northing: 2954368.258231
    test 369 line 74 toUtm8.convergence: 21.560153
    test 370 line 74 toUtm8.scale: 1.608554
    test 371 line 74 toUtm8.lat: 16.208377
    test 372 line 74 toUtm8.lon: 54.494282
    test 373 line 75 toUtm8.easting: 454986.218897
    test 374 line 75 toUtm8.northing: 4885087.887884
    test 375 line 75 toUtm8.convergence: 3.945648
    test 376 line 75 toUtm8.scale: 1.002147
    test 377 line 75 toUtm8.lat: 43.977936
    test 378 line 75 toUtm8.lon: 5.672541
    test skipped (13): line 76 toUtm8.'26.850860749352 82.834479937822 8903956.1403106503714 8470608.5774824981183 74.723116471645531699 2.13131124920824155268'
    test 379 line 77 toUtm8.easting: 1547627.594741
    test 380 line 77 toUtm8.northing: 6036584.538347
    test 381 line 77 toUtm8.convergence: 18.407629
    test 382 line 77 toUtm8.scale: 1.029132
    test 383 line 77 toUtm8.lat: 52.234165
    test 384 line 77 toUtm8.lon: 22.827655
    test 385 line 78 toUtm8.easting: 5221488.778597
    test 386 line 78 toUtm8.northing: 1762592.044392
    test 387 line 78 toUtm8.convergence: 10.927880
    test 388 line 78 toUtm8.scale: 1.356721
    test 389 line 78 toUtm8.lat: 11.674646
    test 390 line 78 toUtm8.lon: 43.500147
    test 391 line 79 toUtm8.easting: 4880570.297161
    test 392 line 79 toUtm8.northing: 3325433.988867
    test 393 line 79 toUtm8.convergence: 20.469862
    test 394 line 79 toUtm8.scale: 1.308476
    test 395 line 79 toUtm8.lat: 22.492753
    test 396 line 79 toUtm8.lon: 44.179153
    test skipped (14): line 80 toUtm8.'.910999463005 88.548822916123 23930680.0826936110445 7491462.0990379651261 75.937628056628715446 15.55636485152285563369'
    test 397 line 81 toUtm8.easting: 71519.450458
    test 398 line 81 toUtm8.northing: 3654740.444852
    test 399 line 81 toUtm8.convergence: 0.417448
    test 400 line 81 toUtm8.scale: 0.999663
    test 401 line 81 toUtm8.lat: 33.028802
    test 402 line 81 toUtm8.lon: 0.765843
    test 403 line 82 toUtm8.easting: 4152797.795220
    test 404 line 82 toUtm8.northing: 7823098.502751
    test 405 line 82 toUtm8.convergence: 58.238901
    test 406 line 82 toUtm8.scale: 1.218052
    test 407 line 82 toUtm8.lat: 50.649195
    test 408 line 82 toUtm8.lon: 64.389076
    test 409 line 83 toUtm8.easting: 2926725.707639
    test 410 line 83 toUtm8.northing: 7904918.072844
    test 411 line 83 toUtm8.convergence: 51.592748
    test 412 line 83 toUtm8.scale: 1.106206
    test 413 line 83 toUtm8.lat: 58.820640
    test 414 line 83 toUtm8.lon: 55.841048
    test 415 line 84 toUtm8.easting: 1325509.113869
    test 416 line 84 toUtm8.northing: 9675214.948213
    test 417 line 84 toUtm8.convergence: 76.116213
    test 418 line 84 toUtm8.scale: 1.021136
    test 419 line 84 toUtm8.lat: 77.865762
    test 420 line 84 toUtm8.lon: 76.414618
    test 421 line 85 toUtm8.easting: 3045296.448926
    test 422 line 85 toUtm8.northing: 542153.443280
    test 423 line 85 toUtm8.convergence: 2.185095
    test 424 line 85 toUtm8.scale: 1.116664
    test 425 line 85 toUtm8.lat: 4.389639
    test 426 line 85 toUtm8.lon: 26.458976
    test 427 line 86 toUtm8.easting: 11843870.887791  FAILED, KNOWN, expected 11843870.887518
    test 428 line 86 toUtm8.northing: 5912803.073690  FAILED, KNOWN, expected 5912803.073343
    test 429 line 86 toUtm8.convergence: 52.814260  FAILED, KNOWN, expected 52.814259
    test 430 line 86 toUtm8.scale: 3.267256
    test 431 line 86 toUtm8.lat: 13.924448
    test 432 line 86 toUtm8.lon: 79.017873
    test 433 line 87 toUtm8.easting: 8891099.704936
    test 434 line 87 toUtm8.northing: 162160.142227
    test 435 line 87 toUtm8.convergence: 1.312094
    test 436 line 87 toUtm8.scale: 2.157363
    test 437 line 87 toUtm8.lat: 0.679713
    test 438 line 87 toUtm8.lon: 62.036792
    test 439 line 88 toUtm8.easting: 4784814.214449
    test 440 line 88 toUtm8.northing: 2984497.432580
    test 441 line 88 toUtm8.convergence: 17.946545
    test 442 line 88 toUtm8.scale: 1.296116
    test 443 line 88 toUtm8.lat: 20.478281
    test 444 line 88 toUtm8.lon: 42.678234
    test 445 line 89 toUtm8.easting: 1772074.682154
    test 446 line 89 toUtm8.northing: 9491552.560143
    test 447 line 89 toUtm8.convergence: 73.634830
    test 448 line 89 toUtm8.scale: 1.038202
    test 449 line 89 toUtm8.lat: 73.695703
    test 450 line 89 toUtm8.lon: 74.259097
    test 451 line 90 toUtm8.easting: 1907649.782106
    test 452 line 90 toUtm8.northing: 6994232.429379
    test 453 line 90 toUtm8.convergence: 29.718929
    test 454 line 90 toUtm8.scale: 1.044503
    test 455 line 90 toUtm8.lat: 58.569370
    test 456 line 90 toUtm8.lon: 33.777549
    test 457 line 91 toUtm8.easting: 2084423.818962
    test 458 line 91 toUtm8.northing: 2211816.035619
    test 459 line 91 toUtm8.convergence: 6.556448
    test 460 line 91 toUtm8.scale: 1.053793
    test 461 line 91 toUtm8.lat: 18.933881
    test 462 line 91 toUtm8.lon: 19.492695
    test 463 line 92 toUtm8.easting: 1064373.671729
    test 464 line 92 toUtm8.northing: 7812482.547461
    test 465 line 92 toUtm8.convergence: 24.874124
    test 466 line 92 toUtm8.scale: 1.013490
    test 467 line 92 toUtm8.lat: 68.317934
    test 468 line 92 toUtm8.lon: 26.515687
    test skipped (15): line 93 toUtm8.'50.641941364984 87.111556505544 4770385.4792965339274 9734318.9029801439364 86.27311877223132818 1.29055338238288419467'
    test 469 line 94 toUtm8.easting: 6398096.677297
    test 470 line 94 toUtm8.northing: 4410894.752104
    test 471 line 94 toUtm8.convergence: 32.558023
    test 472 line 94 toUtm8.scale: 1.548004
    test 473 line 94 toUtm8.lat: 24.411298
    test 474 line 94 toUtm8.lon: 56.881823
    test 475 line 95 toUtm8.easting: 3138623.300415
    test 476 line 95 toUtm8.northing: 3082960.600798
    test 477 line 95 toUtm8.convergence: 13.557672
    test 478 line 95 toUtm8.scale: 1.123724
    test 479 line 95 toUtm8.lat: 24.571871
    test 480 line 95 toUtm8.lon: 30.073097
    test 481 line 96 toUtm8.easting: 2748325.794651
    test 482 line 96 toUtm8.northing: 4202811.912668
    test 483 line 96 toUtm8.convergence: 17.578706
    test 484 line 96 toUtm8.scale: 1.094102
    test 485 line 96 toUtm8.lat: 34.202576
    test 486 line 96 toUtm8.lon: 29.383166
    test 487 line 97 toUtm8.easting: 6677830.630367
    test 488 line 97 toUtm8.northing: 5350071.837395
    test 489 line 97 toUtm8.convergence: 41.306641
    test 490 line 97 toUtm8.scale: 1.599774
    test 491 line 97 toUtm8.lat: 27.756285
    test 492 line 97 toUtm8.lon: 61.881905
    test 493 line 98 toUtm8.easting: 5941536.667431
    test 494 line 98 toUtm8.northing: 3293112.175140
    test 495 line 98 toUtm8.convergence: 22.752845
    test 496 line 98 toUtm8.scale: 1.468473
    test 497 line 98 toUtm8.lat: 19.742270
    test 498 line 98 toUtm8.lon: 50.957821
    test 499 line 99 toUtm8.easting: 3152481.792567
    test 500 line 99 toUtm8.northing: 5903048.837978
    test 501 line 99 toUtm8.convergence: 31.494606
    test 502 line 99 toUtm8.scale: 1.124085
    test 503 line 99 toUtm8.lat: 45.453582
    test 504 line 99 toUtm8.lon: 40.659833
    test 505 line 100 toUtm8.easting: 10460475.897726  FAILED, KNOWN, expected 10460475.897730
    test 506 line 100 toUtm8.northing: 2553463.624385  FAILED, KNOWN, expected 2553463.624391
    test 507 line 100 toUtm8.convergence: 21.965869
    test 508 line 100 toUtm8.scale: 2.700296
    test 509 line 100 toUtm8.lat: 8.322144
    test 510 line 100 toUtm8.lon: 69.488157
    test 511 line 101 toUtm8.easting: 1964010.778021
    test 512 line 101 toUtm8.northing: 5634042.923056
    test 513 line 101 toUtm8.convergence: 20.117800
    test 514 line 101 toUtm8.scale: 1.047344
    test 515 line 101 toUtm8.lat: 47.749831
    test 516 line 101 toUtm8.lon: 26.322002
    test 517 line 102 toUtm8.easting: 2065306.424934
    test 518 line 102 toUtm8.northing: 2135008.468651
    test 519 line 102 toUtm8.convergence: 6.258981
    test 520 line 102 toUtm8.scale: 1.052800
    test 521 line 102 toUtm8.lat: 18.297493
    test 522 line 102 toUtm8.lon: 19.244669
    test 523 line 103 toUtm8.easting: 5127738.132976
    test 524 line 103 toUtm8.northing: 6793804.304411
    test 525 line 103 toUtm8.convergence: 50.557915
    test 526 line 103 toUtm8.scale: 1.339412
    test 527 line 103 toUtm8.lat: 40.834541
    test 528 line 103 toUtm8.lon: 61.650750
    test 529 line 104 toUtm8.easting: 8385525.148166
    test 530 line 104 toUtm8.northing: 6924932.344306
    test 531 line 104 toUtm8.convergence: 59.087561
    test 532 line 104 toUtm8.scale: 1.990364
    test 533 line 104 toUtm8.lat: 26.273247
    test 534 line 104 toUtm8.lon: 74.926694
    test 535 line 105 toUtm8.easting: 2297510.791909
    test 536 line 105 toUtm8.northing: 2805666.962834
    test 537 line 105 toUtm8.convergence: 9.301553
    test 538 line 105 toUtm8.scale: 1.065508
    test 539 line 105 toUtm8.lat: 23.698347
    test 540 line 105 toUtm8.lon: 22.155657
    test skipped (16): line 106 toUtm8.'12.364112546807 86.348578425071 13749544.9176345767153 8288728.3846500523233 75.033969786420407131 4.27058754359004466627'
    test 541 line 107 toUtm8.easting: 317518.455546
    test 542 line 107 toUtm8.northing: 1097517.583745
    test 543 line 107 toUtm8.convergence: 0.499004
    test 544 line 107 toUtm8.scale: 1.000848
    test 545 line 107 toUtm8.lat: 9.916091
    test 546 line 107 toUtm8.lon: 2.895277
    test 547 line 108 toUtm8.easting: 3856035.184888
    test 548 line 108 toUtm8.northing: 9141364.450290
    test 549 line 108 toUtm8.convergence: 75.972763
    test 550 line 108 toUtm8.scale: 1.186786
    test 551 line 108 toUtm8.lat: 56.553876
    test 552 line 108 toUtm8.lon: 78.215077
    test 553 line 109 toUtm8.easting: 1457484.942823
    test 554 line 109 toUtm8.northing: 9385297.101973
    test 555 line 109 toUtm8.convergence: 66.784662
    test 556 line 109 toUtm8.scale: 1.025660
    test 557 line 109 toUtm8.lat: 75.957631
    test 558 line 109 toUtm8.lon: 67.407383
    test 559 line 110 toUtm8.easting: 1304934.901841
    test 560 line 110 toUtm8.northing: 3604655.155715
    test 561 line 110 toUtm8.convergence: 7.343989
    test 562 line 110 toUtm8.scale: 1.020672
    test 563 line 110 toUtm8.lat: 31.826531
    test 564 line 110 toUtm8.lon: 13.731050
    test 565 line 111 toUtm8.easting: 1399093.491792
    test 566 line 111 toUtm8.northing: 8314607.120342
    test 567 line 111 toUtm8.convergence: 38.630161
    test 568 line 111 toUtm8.scale: 1.023625
    test 569 line 111 toUtm8.lat: 70.542985
    test 570 line 111 toUtm8.lon: 40.282055
    test 571 line 112 toUtm8.easting: 356983.618540
    test 572 line 112 toUtm8.northing: 4282309.048994
    test 573 line 112 toUtm8.convergence: 2.561485
    test 574 line 112 toUtm8.scale: 1.001170
    test 575 line 112 toUtm8.lat: 38.617487
    test 576 line 112 toUtm8.lon: 4.099838
    test 577 line 113 toUtm8.easting: 9952911.325092  FAILED, KNOWN, expected 9952911.325091
    test 578 line 113 toUtm8.northing: 1510288.212230  FAILED, KNOWN, expected 1510288.212229
    test 579 line 113 toUtm8.convergence: 12.752154
    test 580 line 113 toUtm8.scale: 2.511357
    test 581 line 113 toUtm8.lat: 5.389447
    test 582 line 113 toUtm8.lon: 66.729612
    test 583 line 114 toUtm8.easting: 6367592.504007
    test 584 line 114 toUtm8.northing: 1200437.077672
    test 585 line 114 toUtm8.convergence: 8.338041
    test 586 line 114 toUtm8.scale: 1.546210
    test 587 line 114 toUtm8.lat: 6.995168
    test 588 line 114 toUtm8.lon: 50.014763
    test 589 line 115 toUtm8.easting: 4391263.676460
    test 590 line 115 toUtm8.northing: 6325455.989408
    test 591 line 115 toUtm8.convergence: 42.653541
    test 592 line 115 toUtm8.scale: 1.245560
    test 593 line 115 toUtm8.lat: 42.321894
    test 594 line 115 toUtm8.lon: 53.784040
    test 595 line 116 toUtm8.easting: 6209880.527527
    test 596 line 116 toUtm8.northing: 2154754.449747
    test 597 line 116 toUtm8.convergence: 14.919512
    test 598 line 116 toUtm8.scale: 1.516560
    test 599 line 116 toUtm8.lat: 12.698515
    test 600 line 116 toUtm8.lon: 50.242047
    test 601 line 117 toUtm8.easting: 1507053.688772
    test 602 line 117 toUtm8.northing: 6261383.513280
    test 603 line 117 toUtm8.convergence: 19.280373
    test 604 line 117 toUtm8.scale: 1.027584
    test 605 line 117 toUtm8.lat: 54.207636
    test 606 line 117 toUtm8.lon: 23.325731
    test 607 line 118 toUtm8.easting: 8332725.003777
    test 608 line 118 toUtm8.northing: 3002712.329753
    test 609 line 118 toUtm8.convergence: 24.059212
    test 610 line 118 toUtm8.scale: 1.990450
    test 611 line 118 toUtm8.lat: 13.224787
    test 612 line 118 toUtm8.lon: 62.426698
    test 613 line 119 toUtm8.easting: 3958910.085235
    test 614 line 119 toUtm8.northing: 3462284.926102
    test 615 line 119 toUtm8.convergence: 18.546398
    test 616 line 119 toUtm8.scale: 1.199351
    test 617 line 119 toUtm8.lat: 25.650282
    test 618 line 119 toUtm8.lon: 37.710391
    test skipped (17): line 120 toUtm8.'20.684773383075 82.849734261238 10452892.2820830090734 8000059.6051139389546 71.07524025411428855 2.6501109339363854772'
    test 619 line 121 toUtm8.easting: 496148.253731
    test 620 line 121 toUtm8.northing: 6388503.365043
    test 621 line 121 toUtm8.convergence: 6.970955
    test 622 line 121 toUtm8.scale: 1.002620
    test 623 line 121 toUtm8.lat: 57.367533
    test 624 line 121 toUtm8.lon: 8.260866
    test 625 line 122 toUtm8.easting: 7375792.085850
    test 626 line 122 toUtm8.northing: 5544624.072155
    test 627 line 122 toUtm8.convergence: 44.510851
    test 628 line 122 toUtm8.scale: 1.745898
    test 629 line 122 toUtm8.lat: 25.958757
    test 630 line 122 toUtm8.lon: 65.760477
    test 631 line 123 toUtm8.easting: 2826258.041979
    test 632 line 123 toUtm8.northing: 5167759.816959
    test 633 line 123 toUtm8.convergence: 23.783897
    test 634 line 123 toUtm8.scale: 1.099415
    test 635 line 123 toUtm8.lat: 41.395848
    test 636 line 123 toUtm8.lon: 33.661790
    test 637 line 124 toUtm8.easting: 3958563.378851
    test 638 line 124 toUtm8.northing: 8499923.231243
    test 639 line 124 toUtm8.convergence: 66.570945
    test 640 line 124 toUtm8.scale: 1.197296
    test 641 line 124 toUtm8.lat: 54.266617
    test 642 line 124 toUtm8.lon: 70.602199
    test 643 line 125 toUtm8.easting: 4408189.533462
    test 644 line 125 toUtm8.northing: 8046312.003642
    test 645 line 125 toUtm8.convergence: 62.216959
    test 646 line 125 toUtm8.scale: 1.246750
    test 647 line 125 toUtm8.lat: 49.840393
    test 648 line 125 toUtm8.lon: 68.036728
    test 649 line 126 toUtm8.easting: 3629225.627512
    test 650 line 126 toUtm8.northing: 6371258.454645
    test 651 line 126 toUtm8.convergence: 38.881675
    test 652 line 126 toUtm8.scale: 1.165511
    test 653 line 126 toUtm8.lat: 46.306035
    test 654 line 126 toUtm8.lon: 48.085828
    test 655 line 127 toUtm8.easting: 602838.450710
    test 656 line 127 toUtm8.northing: 4851370.637205
    test 657 line 127 toUtm8.convergence: 5.160395
    test 658 line 127 toUtm8.scale: 1.004073
    test 659 line 127 toUtm8.lat: 43.570988
    test 660 line 127 toUtm8.lon: 7.464494
    test 661 line 128 toUtm8.easting: 764616.665051
    test 662 line 128 toUtm8.northing: 2164299.337945
    test 663 line 128 toUtm8.convergence: 2.429300
    test 664 line 128 toUtm8.scale: 1.006835
    test 665 line 128 toUtm8.lat: 19.427290
    test 666 line 128 toUtm8.lon: 7.268247
    test 667 line 129 toUtm8.easting: 5048953.021931
    test 668 line 129 toUtm8.northing: 1885974.057398
    test 669 line 129 toUtm8.convergence: 11.459804
    test 670 line 129 toUtm8.scale: 1.332207
    test 671 line 129 toUtm8.lat: 12.713794
    test 672 line 129 toUtm8.lon: 42.507018
    test 673 line 130 toUtm8.easting: 2293996.601155
    test 674 line 130 toUtm8.northing: 2392408.644221
    test 675 line 130 toUtm8.convergence: 7.791838
    test 676 line 130 toUtm8.scale: 1.065348
    test 677 line 130 toUtm8.lat: 20.238782
    test 678 line 130 toUtm8.lon: 21.566068
    test 679 line 131 toUtm8.easting: 1530603.839418
    test 680 line 131 toUtm8.northing: 7287841.459898
    test 681 line 131 toUtm8.convergence: 27.502921
    test 682 line 131 toUtm8.scale: 1.028416
    test 683 line 131 toUtm8.lat: 62.367847
    test 684 line 131 toUtm8.lon: 30.438849
    test 685 line 132 toUtm8.easting: 2660000.093152
    test 686 line 132 toUtm8.northing: 5161982.213248
    test 687 line 132 toUtm8.convergence: 22.629836
    test 688 line 132 toUtm8.scale: 1.087851
    test 689 line 132 toUtm8.lat: 41.891569
    test 690 line 132 toUtm8.lon: 31.959547
    test 691 line 133 toUtm8.easting: 5037478.329414
    test 692 line 133 toUtm8.northing: 8768172.379908
    test 693 line 133 toUtm8.convergence: 73.511182
    test 694 line 133 toUtm8.scale: 1.325919
    test 695 line 133 toUtm8.lat: 47.664248
    test 696 line 133 toUtm8.lon: 77.630062
    test 697 line 134 toUtm8.easting: 2289650.957799
    test 698 line 134 toUtm8.northing: 8784328.593607
    test 699 line 134 toUtm8.convergence: 60.786067
    test 700 line 134 toUtm8.scale: 1.064346
    test 701 line 134 toUtm8.lat: 67.259559
    test 702 line 134 toUtm8.lon: 62.715293
    test 703 line 135 toUtm8.easting: 647913.889744
    test 704 line 135 toUtm8.northing: 6742382.228217
    test 705 line 135 toUtm8.convergence: 10.252667
    test 706 line 135 toUtm8.scale: 1.004748
    test 707 line 135 toUtm8.lat: 60.295381
    test 708 line 135 toUtm8.lon: 11.763097
    test 709 line 136 toUtm8.easting: 1118372.698566
    test 710 line 136 toUtm8.northing: 9040627.942263
    test 711 line 136 toUtm8.convergence: 48.936803
    test 712 line 136 toUtm8.scale: 1.014920
    test 713 line 136 toUtm8.lat: 76.878914
    test 714 line 136 toUtm8.lon: 49.685773
    test 715 line 137 toUtm8.easting: 440696.510070
    test 716 line 137 toUtm8.northing: 5500355.826297
    test 717 line 137 toUtm8.convergence: 4.636104
    test 718 line 137 toUtm8.scale: 1.001986
    test 719 line 137 toUtm8.lat: 49.495349
    test 720 line 137 toUtm8.lon: 6.087551
    test 721 line 138 toUtm8.easting: 601728.149727
    test 722 line 138 toUtm8.northing: 9095352.048149
    test 723 line 138 toUtm8.convergence: 33.435771
    test 724 line 138 toUtm8.scale: 1.004027
    test 725 line 138 toUtm8.lat: 80.297265
    test 726 line 138 toUtm8.lon: 33.816372
    test 727 line 139 toUtm8.easting: 3481444.777827
    test 728 line 139 toUtm8.northing: 291665.708749
    test 729 line 139 toUtm8.convergence: 1.314726
    test 730 line 139 toUtm8.scale: 1.153534
    test 731 line 139 toUtm8.lat: 2.286437
    test 732 line 139 toUtm8.lon: 29.855149
    test 733 line 140 toUtm8.easting: 3515304.901524
    test 734 line 140 toUtm8.northing: 1443981.882918
    test 735 line 140 toUtm8.convergence: 6.641638
    test 736 line 140 toUtm8.scale: 1.156509
    test 737 line 140 toUtm8.lat: 11.264457
    test 738 line 140 toUtm8.lon: 30.743907
    test 739 line 141 toUtm8.easting: 160012.186959
    test 740 line 141 toUtm8.northing: 3922609.253231
    test 741 line 141 toUtm8.convergence: 1.022225
    test 742 line 141 toUtm8.scale: 0.999916
    test 743 line 141 toUtm8.lat: 35.434073
    test 744 line 141 toUtm8.lon: 1.762795
    test 745 line 142 toUtm8.easting: 4163744.245622
    test 746 line 142 toUtm8.northing: 936884.674804
    test 747 line 142 toUtm8.convergence: 4.892559
    test 748 line 142 toUtm8.scale: 1.222164
    test 749 line 142 toUtm8.lat: 6.923695
    test 750 line 142 toUtm8.lon: 35.289456
    test 751 line 143 toUtm8.easting: 6155200.017926
    test 752 line 143 toUtm8.northing: 6926306.628390
    test 753 line 143 toUtm8.convergence: 55.103258
    test 754 line 143 toUtm8.scale: 1.500556
    test 755 line 143 toUtm8.lat: 36.129672
    test 756 line 143 toUtm8.lon: 67.533176
    test skipped (18): line 144 toUtm8.'4.406528980638 81.965734206053 16263383.2854400911299 3591296.7313406507021 36.040254103487111035 6.58928781751888396522'
    test skipped (19): line 145 toUtm8.'8.474589009114 81.129945130597 14220995.5153984992101 5100587.4575033509156 47.314258427760984573 4.69320221531225352172'
    test 757 line 146 toUtm8.easting: 3173034.802372
    test 758 line 146 toUtm8.northing: 7263421.942957
    test 759 line 146 toUtm8.convergence: 45.215808
    test 760 line 146 toUtm8.scale: 1.125410
    test 761 line 146 toUtm8.lat: 53.907276
    test 762 line 146 toUtm8.lon: 51.252904
    test skipped (20): line 147 toUtm8.'22.120544817855 85.756781608119 10253274.0922039670098 8867574.2997916978265 79.198250285604314115 2.57237240666878171579'
    test 763 line 148 toUtm8.easting: 2415561.483230
    test 764 line 148 toUtm8.northing: 8813225.217097
    test 765 line 148 toUtm8.convergence: 62.548978
    test 766 line 148 toUtm8.scale: 1.071748
    test 767 line 148 toUtm8.lat: 66.444100
    test 768 line 148 toUtm8.lon: 64.532960
    test 769 line 149 toUtm8.easting: 9589179.293294  FAILED, KNOWN, expected 9589179.293295
    test 770 line 149 toUtm8.northing: 1777680.784144  FAILED, KNOWN, expected 1777680.784143
    test 771 line 149 toUtm8.convergence: 14.838483
    test 772 line 149 toUtm8.scale: 2.380716
    test 773 line 149 toUtm8.lat: 6.670965
    test 774 line 149 toUtm8.lon: 65.660408
    test 775 line 150 toUtm8.easting: 727939.438391
    test 776 line 150 toUtm8.northing: 3684363.236810
    test 777 line 150 toUtm8.convergence: 4.266227
    test 778 line 150 toUtm8.scale: 1.006140
    test 779 line 150 toUtm8.lat: 33.054057
    test 780 line 150 toUtm8.lon: 7.787458
    test 781 line 151 toUtm8.easting: 1250765.991085
    test 782 line 151 toUtm8.northing: 792869.242719
    test 783 line 151 toUtm8.convergence: 1.396497
    test 784 line 151 toUtm8.scale: 1.019026
    test 785 line 151 toUtm8.lat: 7.035525
    test 786 line 151 toUtm8.lon: 11.253707
    test 787 line 152 toUtm8.easting: 710421.705887
    test 788 line 152 toUtm8.northing: 5019406.075928
    test 789 line 152 toUtm8.convergence: 6.393949
    test 790 line 152 toUtm8.scale: 1.005812
    test 791 line 152 toUtm8.lat: 44.971340
    test 792 line 152 toUtm8.lon: 9.009304
    test 793 line 153 toUtm8.easting: 4600995.074643
    test 794 line 153 toUtm8.northing: 4505712.084593
    test 795 line 153 toUtm8.convergence: 27.997458
    test 796 line 153 toUtm8.scale: 1.271841
    test 797 line 153 toUtm8.lat: 30.821397
    test 798 line 153 toUtm8.lon: 45.970577
    test 799 line 154 toUtm8.easting: 557642.627782
    test 800 line 154 toUtm8.northing: 7006911.251644
    test 801 line 154 toUtm8.convergence: 9.769903
    test 802 line 154 toUtm8.scale: 1.003411
    test 803 line 154 toUtm8.lat: 62.763886
    test 804 line 154 toUtm8.lon: 10.960144
    test 805 line 155 toUtm8.easting: 4635062.294291
    test 806 line 155 toUtm8.northing: 2702556.153311
    test 807 line 155 toUtm8.convergence: 15.779547
    test 808 line 155 toUtm8.scale: 1.277178
    test 809 line 155 toUtm8.lat: 18.888611
    test 810 line 155 toUtm8.lon: 41.009871
    test skipped (21): line 156 toUtm8.'7.524119461376 81.050715469439 14554962.2559189870471 4716639.9085720199214 44.192751352918149954 4.96001986321419027847'
    test 811 line 157 toUtm8.easting: 882126.661736
    test 812 line 157 toUtm8.northing: 7947612.369506
    test 813 line 157 toUtm8.convergence: 22.429487
    test 814 line 157 toUtm8.scale: 1.009132
    test 815 line 157 toUtm8.lat: 70.063902
    test 816 line 157 toUtm8.lon: 23.705255
    test skipped (22): line 158 toUtm8.'3.556525834215 88.363529198819 20262021.6459832969292 8113827.8207957955275 76.936057264555500879 10.34909168211805703369'
    test 817 line 159 toUtm8.easting: 6500508.399850
    test 818 line 159 toUtm8.northing: 6956476.342368
    test 819 line 159 toUtm8.convergence: 56.237116
    test 820 line 159 toUtm8.scale: 1.563162
    test 821 line 159 toUtm8.lat: 34.551257
    test 822 line 159 toUtm8.lon: 69.111091
    test 823 line 160 toUtm8.easting: 3884036.641314
    test 824 line 160 toUtm8.northing: 6890167.411733
    test 825 line 160 toUtm8.convergence: 45.760130
    test 826 line 160 toUtm8.scale: 1.190167
    test 827 line 160 toUtm8.lat: 47.929051
    test 828 line 160 toUtm8.lon: 54.103418
    test 829 line 161 toUtm8.easting: 217855.546078
    test 830 line 161 toUtm8.northing: 6184108.122568
    test 831 line 161 toUtm8.convergence: 2.870993
    test 832 line 161 toUtm8.scale: 1.000182
    test 833 line 161 toUtm8.lat: 55.753536
    test 834 line 161 toUtm8.lon: 3.471798
    test skipped (23): line 162 toUtm8.'18.530847071862 86.555312055898 11384139.290401676268 8893889.9495562311576 79.77485364572019046 3.02467156922968230025'
    test 835 line 163 toUtm8.easting: 3469855.989805
    test 836 line 163 toUtm8.northing: 7723193.799228
    test 837 line 163 toUtm8.convergence: 53.114700
    test 838 line 163 toUtm8.scale: 1.150540
    test 839 line 163 toUtm8.lat: 54.510125
    test 840 line 163 toUtm8.lon: 58.556056
    test skipped (24): line 164 toUtm8.'42.864161881687 84.866325602975 5926165.994939154109 9385463.7327467371322 82.506981261616342016 1.45975761947329382411'
    test 841 line 165 toUtm8.easting: 5798639.662224
    test 842 line 165 toUtm8.northing: 5305387.640916
    test 843 line 165 toUtm8.convergence: 38.617257
    test 844 line 165 toUtm8.scale: 1.442263
    test 845 line 165 toUtm8.lat: 30.911943
    test 846 line 165 toUtm8.lon: 57.114102
    test 847 line 166 toUtm8.easting: 9464.934388
    test 848 line 166 toUtm8.northing: 6489121.624944
    test 849 line 166 toUtm8.convergence: 0.138696
    test 850 line 166 toUtm8.scale: 0.999601
    test 851 line 166 toUtm8.lat: 58.542493
    test 852 line 166 toUtm8.lon: 0.162593
    test skipped (25): line 167 toUtm8.'15.022689088683 85.792615487152 12575834.2756139069875 8356610.8954857643175 75.235223160840771295 3.59944161831319404851'
    test 853 line 168 toUtm8.easting: 2719653.543469
    test 854 line 168 toUtm8.northing: 9362389.163495
    test 855 line 168 toUtm8.convergence: 76.049670
    test 856 line 168 toUtm8.scale: 1.091315
    test 857 line 168 toUtm8.lat: 65.692275
    test 858 line 168 toUtm8.lon: 77.241377
    test 859 line 169 toUtm8.easting: 4845341.924698
    test 860 line 169 toUtm8.northing: 8710522.326901
    test 861 line 169 toUtm8.convergence: 72.320942
    test 862 line 169 toUtm8.scale: 1.300382
    test 863 line 169 toUtm8.lat: 48.806211
    test 864 line 169 toUtm8.lon: 76.486365
    test skipped (26): line 170 toUtm8.'56.436024794624 82.61156798689 3935261.5227628794258 9454271.6490618694486 81.162334302626197333 1.19476734082123451158'
    test 865 line 171 toUtm8.easting: 7074299.823000
    test 866 line 171 toUtm8.northing: 1648736.065055
    test 867 line 171 toUtm8.convergence: 12.145925
    test 868 line 171 toUtm8.scale: 1.687551
    test 869 line 171 toUtm8.lat: 8.766053
    test 870 line 171 toUtm8.lon: 54.367539
    test 871 line 172 toUtm8.easting: 3689072.579308
    test 872 line 172 toUtm8.northing: 2230802.665211
    test 873 line 172 toUtm8.convergence: 10.856248
    test 874 line 172 toUtm8.scale: 1.172689
    test 875 line 172 toUtm8.lat: 17.095495
    test 876 line 172 toUtm8.lon: 33.059128
    test 877 line 173 toUtm8.easting: 8102565.885587
    test 878 line 173 toUtm8.northing: 5167396.617580
    test 879 line 173 toUtm8.convergence: 42.324886
    test 880 line 173 toUtm8.scale: 1.921927
    test 881 line 173 toUtm8.lat: 22.142861
    test 882 line 173 toUtm8.lon: 67.200684
    test 883 line 174 toUtm8.easting: 8181271.353564
    test 884 line 174 toUtm8.northing: 4425436.547185
    test 885 line 174 toUtm8.convergence: 35.900845
    test 886 line 174 toUtm8.scale: 1.945017
    test 887 line 174 toUtm8.lat: 19.222623
    test 888 line 174 toUtm8.lon: 65.180785
    test 889 line 175 toUtm8.easting: 767067.394003
    test 890 line 175 toUtm8.northing: 3701745.857296
    test 891 line 175 toUtm8.convergence: 4.519201
    test 892 line 175 toUtm8.scale: 1.006863
    test 893 line 175 toUtm8.lat: 33.182474
    test 894 line 175 toUtm8.lon: 8.216952
    test 895 line 176 toUtm8.easting: 6688114.168572
    test 896 line 176 toUtm8.northing: 2052857.299639
    test 897 line 176 toUtm8.convergence: 14.766191
    test 898 line 176 toUtm8.scale: 1.607200
    test 899 line 176 toUtm8.lat: 11.417963
    test 900 line 176 toUtm8.lon: 52.808691
    test 901 line 177 toUtm8.easting: 5608408.773761
    test 902 line 177 toUtm8.northing: 3859055.659110
    test 903 line 177 toUtm8.convergence: 26.244151
    test 904 line 177 toUtm8.scale: 1.413463
    test 905 line 177 toUtm8.lat: 23.836688
    test 906 line 177 toUtm8.lon: 50.500180
    test 907 line 178 toUtm8.easting: 3836942.765275
    test 908 line 178 toUtm8.northing: 6415467.634326
    test 909 line 178 toUtm8.convergence: 40.575885
    test 910 line 178 toUtm8.scale: 1.185615
    test 911 line 178 toUtm8.lat: 45.550020
    test 912 line 178 toUtm8.lon: 50.148036
    test 913 line 179 toUtm8.easting: 1298730.366025
    test 914 line 179 toUtm8.northing: 6021453.000792
    test 915 line 179 toUtm8.convergence: 15.613320
    test 916 line 179 toUtm8.scale: 1.020367
    test 917 line 179 toUtm8.lat: 52.746079
    test 918 line 179 toUtm8.lon: 19.343926
    test 919 line 180 toUtm8.easting: 416934.289208
    test 920 line 180 toUtm8.northing: 7295683.451705
    test 921 line 180 toUtm8.convergence: 8.238232
    test 922 line 180 toUtm8.scale: 1.001729
    test 923 line 180 toUtm8.lat: 65.513348
    test 924 line 180 toUtm8.lon: 9.039529
    test 925 line 181 toUtm8.easting: 4336076.850889
    test 926 line 181 toUtm8.northing: 7617975.722779
    test 927 line 181 toUtm8.convergence: 56.537088
    test 928 line 181 toUtm8.scale: 1.238582
    test 929 line 181 toUtm8.lat: 48.709795
    test 930 line 181 toUtm8.lon: 63.554005
    test 931 line 182 toUtm8.easting: 168047.336980
    test 932 line 182 toUtm8.northing: 2185000.046530
    test 933 line 182 toUtm8.convergence: 0.542187
    test 934 line 182 toUtm8.scale: 0.999949
    test 935 line 182 toUtm8.lat: 19.753509
    test 936 line 182 toUtm8.lon: 1.603846
    test 937 line 183 toUtm8.easting: 8276281.328790
    test 938 line 183 toUtm8.northing: 263444.350545
    test 939 line 183 toUtm8.convergence: 2.071435
    test 940 line 183 toUtm8.scale: 1.980314
    test 941 line 183 toUtm8.lat: 1.202816
    test 942 line 183 toUtm8.lon: 59.377276
    test 943 line 184 toUtm8.easting: 4772573.810710
    test 944 line 184 toUtm8.northing: 6765710.336002
    test 945 line 184 toUtm8.convergence: 48.857561
    test 946 line 184 toUtm8.scale: 1.291911
    test 947 line 184 toUtm8.lat: 42.564975
    test 948 line 184 toUtm8.lon: 59.356947
    test 949 line 185 toUtm8.easting: 5427755.074639
    test 950 line 185 toUtm8.northing: 1556055.820924
    test 951 line 185 toUtm8.convergence: 9.862178
    test 952 line 185 toUtm8.scale: 1.387394
    test 953 line 185 toUtm8.lat: 10.090572
    test 954 line 185 toUtm8.lon: 44.604132
    test 955 line 186 toUtm8.easting: 11588458.616240  FAILED, KNOWN, expected 11588458.616041
    test 956 line 186 toUtm8.northing: 5707993.922683  FAILED, KNOWN, expected 5707993.922613
    test 957 line 186 toUtm8.convergence: 50.784827
    test 958 line 186 toUtm8.scale: 3.149567
    test 959 line 186 toUtm8.lat: 14.133028
    test 960 line 186 toUtm8.lon: 78.097533
    test 961 line 187 toUtm8.easting: 7152433.802688
    test 962 line 187 toUtm8.northing: 761390.695844
    test 963 line 187 toUtm8.convergence: 5.607350
    test 964 line 187 toUtm8.scale: 1.705261
    test 965 line 187 toUtm8.lat: 4.031123
    test 966 line 187 toUtm8.lon: 54.048782
    test 967 line 188 toUtm8.easting: 3105651.390901
    test 968 line 188 toUtm8.northing: 9426026.169064
    test 969 line 188 toUtm8.convergence: 78.750206
    test 970 line 188 toUtm8.scale: 1.119737
    test 971 line 188 toUtm8.lat: 62.746603
    test 972 line 188 toUtm8.lon: 79.968641
    test 973 line 189 toUtm8.easting: 2959009.639022
    test 974 line 189 toUtm8.northing: 8339242.269282
    test 975 line 189 toUtm8.convergence: 58.460865
    test 976 line 189 toUtm8.scale: 1.108554
    test 977 line 189 toUtm8.lat: 60.626429
    test 978 line 189 toUtm8.lon: 61.851551
    test 979 line 190 toUtm8.easting: 8640472.267145
    test 980 line 190 toUtm8.northing: 6230320.417931
    test 981 line 190 toUtm8.convergence: 52.816810
    test 982 line 190 toUtm8.scale: 2.062973
    test 983 line 190 toUtm8.lat: 23.600626
    test 984 line 190 toUtm8.lon: 72.811634
    test 985 line 191 toUtm8.easting: 811352.108932
    test 986 line 191 toUtm8.northing: 9816129.813481
    test 987 line 191 toUtm8.convergence: 77.299184
    test 988 line 191 toUtm8.scale: 1.007651
    test 989 line 191 toUtm8.lat: 82.572236
    test 990 line 191 toUtm8.lon: 77.402323
    test 991 line 192 toUtm8.easting: 6521874.973458
    test 992 line 192 toUtm8.northing: 1053612.479744
    test 993 line 192 toUtm8.convergence: 7.407328
    test 994 line 192 toUtm8.scale: 1.575529
    test 995 line 192 toUtm8.lat: 6.030051
    test 996 line 192 toUtm8.lon: 50.783505
    test 997 line 193 toUtm8.easting: 3477983.997875
    test 998 line 193 toUtm8.northing: 5651613.325947
    test 999 line 193 toUtm8.convergence: 31.530673
    test 1000 line 193 toUtm8.scale: 1.151875
    test 1001 line 193 toUtm8.lat: 42.411523
    test 1002 line 193 toUtm8.lon: 42.258009
    test 1003 line 194 toUtm8.easting: 629892.822243
    test 1004 line 194 toUtm8.northing: 3283914.910451
    test 1005 line 194 toUtm8.convergence: 3.210482
    test 1006 line 194 toUtm8.scale: 1.004499
    test 1007 line 194 toUtm8.lat: 29.526120
    test 1008 line 194 toUtm8.lon: 6.493069
    test 1009 line 195 toUtm8.easting: 3381879.687227
    test 1010 line 195 toUtm8.northing: 5103629.325665
    test 1011 line 195 toUtm8.convergence: 26.748108
    test 1012 line 195 toUtm8.scale: 1.143559
    test 1013 line 195 toUtm8.lat: 39.021853
    test 1014 line 195 toUtm8.lon: 38.641779
    test 1015 line 196 toUtm8.easting: 2815986.534177
    test 1016 line 196 toUtm8.northing: 9387029.120718
    test 1017 line 196 toUtm8.convergence: 76.967262
    test 1018 line 196 toUtm8.scale: 1.098032
    test 1019 line 196 toUtm8.lat: 64.971850
    test 1020 line 196 toUtm8.lon: 78.151893
    test 1021 line 197 toUtm8.easting: 3398195.889603
    test 1022 line 197 toUtm8.northing: 9138936.031490
    test 1023 line 197 toUtm8.convergence: 74.477499
    test 1024 line 197 toUtm8.scale: 1.144009
    test 1025 line 197 toUtm8.lat: 59.961819
    test 1026 line 197 toUtm8.lon: 76.473422
    test 1027 line 198 toUtm8.easting: 2421734.754637
    test 1028 line 198 toUtm8.northing: 5002372.094991
    test 1029 line 198 toUtm8.convergence: 20.017082
    test 1030 line 198 toUtm8.scale: 1.072592
    test 1031 line 198 toUtm8.lat: 41.374040
    test 1032 line 198 toUtm8.lon: 28.848343
    test 1033 line 199 toUtm8.easting: 2360869.895525
    test 1034 line 199 toUtm8.northing: 9553298.449536
    test 1035 line 199 toUtm8.convergence: 78.848205
    test 1036 line 199 toUtm8.scale: 1.068453
    test 1037 line 199 toUtm8.lat: 68.946087
    test 1038 line 199 toUtm8.lon: 79.574523
    test skipped (27): line 200 toUtm8.'79.275096210569 83.551272329394 1196539.9721941076965 9861920.8362302532842 83.437668440198132309 1.01713723718699411107'
    test 1039 line 201 toUtm8.easting: 1327758.704795
    test 1040 line 201 toUtm8.northing: 2375509.241683
    test 1041 line 201 toUtm8.convergence: 4.617572
    test 1042 line 201 toUtm8.scale: 1.021465
    test 1043 line 201 toUtm8.lat: 21.000252
    test 1044 line 201 toUtm8.lon: 12.697444
    test 1045 line 202 toUtm8.easting: 2070860.327644
    test 1046 line 202 toUtm8.northing: 8604500.719581
    test 1047 line 202 toUtm8.convergence: 54.722761
    test 1048 line 202 toUtm8.scale: 1.052469
    test 1049 line 202 toUtm8.lat: 68.015227
    test 1050 line 202 toUtm8.lon: 56.732419
    test 1051 line 203 toUtm8.easting: 6564776.654864
    test 1052 line 203 toUtm8.northing: 8171207.177379
    test 1053 line 203 toUtm8.convergence: 69.237523
    test 1054 line 203 toUtm8.scale: 1.573894
    test 1055 line 203 toUtm8.lat: 37.423675
    test 1056 line 203 toUtm8.lon: 76.947359
    test 1057 line 204 toUtm8.easting: 592653.553821
    test 1058 line 204 toUtm8.northing: 6125529.810052
    test 1059 line 204 toUtm8.convergence: 7.600785
    test 1060 line 204 toUtm8.scale: 1.003912
    test 1061 line 204 toUtm8.lat: 54.922707
    test 1062 line 204 toUtm8.lon: 9.260818
    test 1063 line 205 toUtm8.easting: 693459.671821
    test 1064 line 205 toUtm8.northing: 6943779.991032
    test 1065 line 205 toUtm8.convergence: 11.787587
    test 1066 line 205 toUtm8.scale: 1.005496
    test 1067 line 205 toUtm8.lat: 61.982810
    test 1068 line 205 toUtm8.lon: 13.299659
    test 1069 line 206 toUtm8.easting: 1838956.187625
    test 1070 line 206 toUtm8.northing: 3511959.612381
    test 1071 line 206 toUtm8.convergence: 9.844313
    test 1072 line 206 toUtm8.scale: 1.041603
    test 1073 line 206 toUtm8.lat: 30.324214
    test 1074 line 206 toUtm8.lon: 18.959769
    test 1075 line 207 toUtm8.easting: 4460690.884597
    test 1076 line 207 toUtm8.northing: 5541873.235403
    test 1077 line 207 toUtm8.convergence: 35.768613
    test 1078 line 207 toUtm8.scale: 1.254179
    test 1079 line 207 toUtm8.lat: 37.629667
    test 1080 line 207 toUtm8.lon: 49.649131
    test 1081 line 208 toUtm8.easting: 2311168.998941
    test 1082 line 208 toUtm8.northing: 9480561.869119
    test 1083 line 208 toUtm8.convergence: 76.828257
    test 1084 line 208 toUtm8.scale: 1.065556
    test 1085 line 208 toUtm8.lat: 69.225574
    test 1086 line 208 toUtm8.lon: 77.656135
    test 1087 line 209 toUtm8.easting: 4111775.114451
    test 1088 line 209 toUtm8.northing: 6509014.348792
    test 1089 line 209 toUtm8.convergence: 43.052130
    test 1090 line 209 toUtm8.scale: 1.214125
    test 1091 line 209 toUtm8.lat: 44.698478
    test 1092 line 209 toUtm8.lon: 52.979304
    test 1093 line 210 toUtm8.easting: 75358.261962
    test 1094 line 210 toUtm8.northing: 7711258.662251
    test 1095 line 210 toUtm8.convergence: 1.806297
    test 1096 line 210 toUtm8.scale: 0.999669
    test 1097 line 210 toUtm8.lat: 69.499594
    test 1098 line 210 toUtm8.lon: 1.928336
    test skipped (28): line 211 toUtm8.'27.981363604998 86.061112755721 8781885.2291162503299 9184776.4522114918448 81.795538514711932534 2.09490761781464961377'
    test 1099 line 212 toUtm8.easting: 954378.415174
    test 1100 line 212 toUtm8.northing: 7449110.669807
    test 1101 line 212 toUtm8.convergence: 19.380657
    test 1102 line 212 toUtm8.scale: 1.010768
    test 1103 line 212 toUtm8.lat: 65.699839
    test 1104 line 212 toUtm8.lon: 21.104725
    test 1105 line 213 toUtm8.easting: 720971.793706
    test 1106 line 213 toUtm8.northing: 5265195.121555
    test 1107 line 213 toUtm8.convergence: 7.002995
    test 1108 line 213 toUtm8.scale: 1.005995
    test 1109 line 213 toUtm8.lat: 47.143648
    test 1110 line 213 toUtm8.lon: 9.512189
    test 1111 line 214 toUtm8.easting: 561561.493937
    test 1112 line 214 toUtm8.northing: 989910.236221
    test 1113 line 214 toUtm8.convergence: 0.793118
    test 1114 line 214 toUtm8.scale: 1.003505
    test 1115 line 214 toUtm8.lat: 8.920167
    test 1116 line 214 toUtm8.lon: 5.101513
    test 1117 line 215 toUtm8.easting: 3446829.634468
    test 1118 line 215 toUtm8.northing: 9232868.155664
    test 1119 line 215 toUtm8.convergence: 76.279075
    test 1120 line 215 toUtm8.scale: 1.148263
    test 1121 line 215 toUtm8.lat: 59.778971
    test 1122 line 215 toUtm8.lon: 78.080322
    test skipped (29): line 216 toUtm8.'55.865310107291 87.384288430943 4048307.5459092527942 9800416.4229977935137 86.843918034217523739 1.20649504624906774925'
    test 1123 line 217 toUtm8.easting: 8973188.480293
    test 1124 line 217 toUtm8.northing: 7042230.087021
    test 1125 line 217 toUtm8.convergence: 60.872456
    test 1126 line 217 toUtm8.scale: 2.156098
    test 1127 line 217 toUtm8.lat: 24.310973
    test 1128 line 217 toUtm8.lon: 76.823777
    test 1129 line 218 toUtm8.easting: 126314.191618
    test 1130 line 218 toUtm8.northing: 396006.687921
    test 1131 line 218 toUtm8.convergence: 0.071065
    test 1132 line 218 toUtm8.scale: 0.999798
    test 1133 line 218 toUtm8.lat: 3.582041
    test 1134 line 218 toUtm8.lon: 1.137286
    test 1135 line 219 toUtm8.easting: 5247652.345647
    test 1136 line 219 toUtm8.northing: 8670513.359752
    test 1137 line 219 toUtm8.convergence: 72.700498
    test 1138 line 219 toUtm8.scale: 1.355272
    test 1139 line 219 toUtm8.lat: 46.124233
    test 1140 line 219 toUtm8.lon: 77.313118
    test skipped (30): line 220 toUtm8.'31.17139056295 87.104503768139 8103656.8381187232079 9469794.014736839373 84.490673011906282841 1.91216400164486142107'
    test 1141 line 221 toUtm8.easting: 6300112.758236
    test 1142 line 221 toUtm8.northing: 93835.917364
    test 1143 line 221 toUtm8.convergence: 0.644805
    test 1144 line 221 toUtm8.scale: 1.534073
    test 1145 line 221 toUtm8.lat: 0.553171
    test 1146 line 221 toUtm8.lon: 49.117104
    test 1147 line 222 toUtm8.easting: 3894813.593782
    test 1148 line 222 toUtm8.northing: 4833832.341027
    test 1149 line 222 toUtm8.convergence: 27.453298
    test 1150 line 222 toUtm8.scale: 1.192135
    test 1151 line 222 toUtm8.lat: 35.361587
    test 1152 line 222 toUtm8.lon: 41.860599
    test 1153 line 223 toUtm8.easting: 402511.346712
    test 1154 line 223 toUtm8.northing: 3520621.561911
    test 1155 line 223 toUtm8.convergence: 2.238474
    test 1156 line 223 toUtm8.scale: 1.001599
    test 1157 line 223 toUtm8.lat: 31.750314
    test 1158 line 223 toUtm8.lon: 4.248167
    test 1159 line 224 toUtm8.easting: 5357378.503148
    test 1160 line 224 toUtm8.northing: 2772997.602234
    test 1161 line 224 toUtm8.convergence: 17.823560
    test 1162 line 224 toUtm8.scale: 1.376031
    test 1163 line 224 toUtm8.lat: 17.924336
    test 1164 line 224 toUtm8.lon: 46.096402
    test 1165 line 225 toUtm8.easting: 2807553.985866
    test 1166 line 225 toUtm8.northing: 8177847.980275
    test 1167 line 225 toUtm8.convergence: 54.680045
    test 1168 line 225 toUtm8.scale: 1.097531
    test 1169 line 225 toUtm8.lat: 60.931488
    test 1170 line 225 toUtm8.lon: 58.221214
    test skipped (31): line 226 toUtm8.'5.358150979521 87.556213284144 18289045.16650076146 7792942.3396035398889 73.216494415207315628 8.09800850850277481729'
    test skipped (32): line 227 toUtm8.'28.616673489124 80.452426461437 8376822.4595378634541 8128174.6238782329989 70.920116640676321501 1.98487312027093768388'
    test 1171 line 228 toUtm8.easting: 11898068.352950  FAILED, KNOWN, expected 11898068.353272
    test 1172 line 228 toUtm8.northing: 4772439.493355  FAILED, KNOWN, expected 4772439.493697
    test 1173 line 228 toUtm8.convergence: 42.613968
    test 1174 line 228 toUtm8.scale: 3.314412
    test 1175 line 228 toUtm8.lat: 11.709763
    test 1176 line 228 toUtm8.lon: 76.760295
    test 1177 line 229 toUtm8.easting: 10550946.939052  FAILED, KNOWN, expected 10550946.939050
    test 1178 line 229 toUtm8.northing: 3851968.815305  FAILED, KNOWN, expected 3851968.815295
    test 1179 line 229 toUtm8.convergence: 33.383025
    test 1180 line 229 toUtm8.scale: 2.724754
    test 1181 line 229 toUtm8.lat: 12.009498
    test 1182 line 229 toUtm8.lon: 71.782351
    test skipped (33): line 230 toUtm8.'37.62978386356 85.795687334213 6828299.1236065501034 9394803.2274626281036 83.181386462369626591 1.62435875189611017521'
    test 1183 line 231 toUtm8.easting: 11162550.334001  FAILED, KNOWN, expected 11162550.334022
    test 1184 line 231 toUtm8.northing: 2640267.279546  FAILED, KNOWN, expected 2640267.279593
    test 1185 line 231 toUtm8.convergence: 23.145404
    test 1186 line 231 toUtm8.scale: 2.998408
    test 1187 line 231 toUtm8.lat: 7.721128
    test 1188 line 231 toUtm8.lon: 71.662731
    test 1189 line 232 toUtm8.easting: 4411584.447941
    test 1190 line 232 toUtm8.northing: 4956173.694407
    test 1191 line 232 toUtm8.convergence: 30.713919
    test 1192 line 232 toUtm8.scale: 1.248736
    test 1193 line 232 toUtm8.lat: 34.295026
    test 1194 line 232 toUtm8.lon: 46.442191
    test 1195 line 233 toUtm8.easting: 672108.897905
    test 1196 line 233 toUtm8.northing: 4751554.657054
    test 1197 line 233 toUtm8.convergence: 5.569178
    test 1198 line 233 toUtm8.scale: 1.005162
    test 1199 line 233 toUtm8.lat: 42.622496
    test 1200 line 233 toUtm8.lon: 8.193605
    test 1201 line 234 toUtm8.easting: 5022964.290579
    test 1202 line 234 toUtm8.northing: 6860418.199502
    test 1203 line 234 toUtm8.convergence: 50.862230
    test 1204 line 234 toUtm8.scale: 1.324925
    test 1205 line 234 toUtm8.lat: 41.667780
    test 1206 line 234 toUtm8.lon: 61.518288
    test 1207 line 235 toUtm8.easting: 1669655.595207
    test 1208 line 235 toUtm8.northing: 4152086.537021
    test 1209 line 235 toUtm8.convergence: 11.110237
    test 1210 line 235 toUtm8.scale: 1.034138
    test 1211 line 235 toUtm8.lat: 36.060369
    test 1212 line 235 toUtm8.lon: 18.444112
    test 1213 line 236 toUtm8.easting: 6055876.729655
    test 1214 line 236 toUtm8.northing: 4896837.552619
    test 1215 line 236 toUtm8.convergence: 35.799747
    test 1216 line 236 toUtm8.scale: 1.485967
    test 1217 line 236 toUtm8.lat: 27.948091
    test 1218 line 236 toUtm8.lon: 56.816429
    test 1219 line 237 toUtm8.easting: 1209214.164379
    test 1220 line 237 toUtm8.northing: 7266409.859178
    test 1221 line 237 toUtm8.convergence: 22.319633
    test 1222 line 237 toUtm8.scale: 1.017554
    test 1223 line 237 toUtm8.lat: 63.386030
    test 1224 line 237 toUtm8.lon: 24.662716
    test 1225 line 238 toUtm8.easting: 5154564.559584
    test 1226 line 238 toUtm8.northing: 698118.349975
    test 1227 line 238 toUtm8.convergence: 4.242360
    test 1228 line 238 toUtm8.scale: 1.347481
    test 1229 line 238 toUtm8.lat: 4.680922
    test 1230 line 238 toUtm8.lon: 42.114426
    test 1231 line 239 toUtm8.easting: 2695149.806543
    test 1232 line 239 toUtm8.northing: 8208197.765605
    test 1233 line 239 toUtm8.convergence: 54.178615
    test 1234 line 239 toUtm8.scale: 1.089730
    test 1235 line 239 toUtm8.lat: 61.826625
    test 1236 line 239 toUtm8.lon: 57.525096
    test 1237 line 240 toUtm8.easting: 3394792.327820
    test 1238 line 240 toUtm8.northing: 3217583.415552
    test 1239 line 240 toUtm8.convergence: 15.165863
    test 1240 line 240 toUtm8.scale: 1.145285
    test 1241 line 240 toUtm8.lat: 25.104353
    test 1242 line 240 toUtm8.lon: 32.528660
    test 1243 line 241 toUtm8.easting: 1429160.966985
    test 1244 line 241 toUtm8.northing: 8212685.362032
    test 1245 line 241 toUtm8.convergence: 37.484904
    test 1246 line 241 toUtm8.scale: 1.024676
    test 1247 line 241 toUtm8.lat: 69.678351
    test 1248 line 241 toUtm8.lon: 39.275513
    test skipped (34): line 242 toUtm8.'29.671383681805 84.19659549085 8343387.9980651104898 8885196.9545780118644 78.561937382568633298 1.97473261886829061763'
    test 1249 line 243 toUtm8.easting: 1990722.928606
    test 1250 line 243 toUtm8.northing: 7569202.065162
    test 1251 line 243 toUtm8.convergence: 37.075276
    test 1252 line 243 toUtm8.scale: 1.048486
    test 1253 line 243 toUtm8.lat: 62.300208
    test 1254 line 243 toUtm8.lon: 40.474051
    test 1255 line 244 toUtm8.easting: 1554980.099559
    test 1256 line 244 toUtm8.northing: 1449423.919586
    test 1257 line 244 toUtm8.convergence: 3.188328
    test 1258 line 244 toUtm8.scale: 1.029664
    test 1259 line 244 toUtm8.lat: 12.721776
    test 1260 line 244 toUtm8.lon: 14.190003
    test 1261 line 245 toUtm8.easting: 785205.450196
    test 1262 line 245 toUtm8.northing: 5575158.423096
    test 1263 line 245 toUtm8.convergence: 8.388417
    test 1264 line 245 toUtm8.scale: 1.007181
    test 1265 line 245 toUtm8.lat: 49.811296
    test 1266 line 245 toUtm8.lon: 10.925011
    test 1267 line 246 toUtm8.easting: 3310405.988313
    test 1268 line 246 toUtm8.northing: 5955022.233881
    test 1269 line 246 toUtm8.convergence: 33.007587
    test 1270 line 246 toUtm8.scale: 1.137141
    test 1271 line 246 toUtm8.lat: 45.132680
    test 1272 line 246 toUtm8.lon: 42.478624
    test 1273 line 247 toUtm8.easting: 4733460.960666
    test 1274 line 247 toUtm8.northing: 129034.889816
    test 1275 line 247 toUtm8.convergence: 0.737551
    test 1276 line 247 toUtm8.scale: 1.290439
    test 1277 line 247 toUtm8.lat: 0.904279
    test 1278 line 247 toUtm8.lon: 39.078412
    test 1279 line 248 toUtm8.easting: 3322708.343909
    test 1280 line 248 toUtm8.northing: 3864738.078742
    test 1281 line 248 toUtm8.convergence: 18.472566
    test 1282 line 248 toUtm8.scale: 1.138838
    test 1283 line 248 toUtm8.lat: 30.163605
    test 1284 line 248 toUtm8.lon: 33.577996
    test skipped (35): line 249 toUtm8.'27.643243707755 81.892859091432 8672864.4172042475623 8333465.9834441061554 73.206272638168122883 2.06544053870286774312'
    test skipped (36): line 250 toUtm8.'18.201207657521 82.434617649311 11126818.23119627031 7618712.1749910723126 67.88717347393512063 2.92241673495261070414'
    test skipped (37): line 251 toUtm8.'28.804576432117 89.886072420251 8650100.9817967479337 9975084.1689971279206 89.767446308690086924 2.05728879562910108817'
    test 1285 line 252 toUtm8.easting: 2212701.180192
    test 1286 line 252 toUtm8.northing: 650348.100229
    test 1287 line 252 toUtm8.convergence: 1.970441
    test 1288 line 252 toUtm8.scale: 1.060830
    test 1289 line 252 toUtm8.lat: 5.542998
    test 1290 line 252 toUtm8.lon: 19.589578
    test 1291 line 253 toUtm8.easting: 6890222.326618
    test 1292 line 253 toUtm8.northing: 7506813.499547
    test 1293 line 253 toUtm8.convergence: 62.684825
    test 1294 line 253 toUtm8.scale: 1.638488
    test 1295 line 253 toUtm8.lat: 34.237147
    test 1296 line 253 toUtm8.lon: 73.678164
    test 1297 line 254 toUtm8.easting: 6692260.067325
    test 1298 line 254 toUtm8.northing: 4244174.008110
    test 1299 line 254 toUtm8.convergence: 31.812920
    test 1300 line 254 toUtm8.scale: 1.604640
    test 1301 line 254 toUtm8.lat: 22.704949
    test 1302 line 254 toUtm8.lon: 57.877010
    test 1303 line 255 toUtm8.easting: 1225564.137190
    test 1304 line 255 toUtm8.northing: 4778923.924144
    test 1305 line 255 toUtm8.convergence: 10.083419
    test 1306 line 255 toUtm8.scale: 1.018134
    test 1307 line 255 toUtm8.lat: 42.192424
    test 1308 line 255 toUtm8.lon: 14.828196
    test 1309 line 256 toUtm8.easting: 12341116.155088  FAILED, KNOWN, expected 12341116.154950
    test 1310 line 256 toUtm8.northing: 5081855.520287  FAILED, KNOWN, expected 5081855.521966
    test 1311 line 256 toUtm8.convergence: 45.712545  FAILED, KNOWN, expected 45.712546
    test 1312 line 256 toUtm8.scale: 3.535170
    test 1313 line 256 toUtm8.lat: 11.481151
    test 1314 line 256 toUtm8.lon: 78.189236
    test 1315 line 257 toUtm8.easting: 6673845.021771
    test 1316 line 257 toUtm8.northing: 1177587.190565
    test 1317 line 257 toUtm8.convergence: 8.389141
    test 1318 line 257 toUtm8.scale: 1.605171
    test 1319 line 257 toUtm8.lat: 6.609626
    test 1320 line 257 toUtm8.lon: 51.735783
    test 1321 line 258 toUtm8.easting: 6966354.690417
    test 1322 line 258 toUtm8.northing: 3641802.005093
    test 1323 line 258 toUtm8.convergence: 27.409636
    test 1324 line 258 toUtm8.scale: 1.661469
    test 1325 line 258 toUtm8.lat: 19.059369
    test 1326 line 258 toUtm8.lon: 57.526439
    test 1327 max forward error: 1.678809e-03
    test 1328 max reverse error: 3.170456e-09
    test 1329 Utm.scale0: 0.9996
    test 1330 Utm.datum: WGS84
    test 1331 Utm.datum.ellipsoid.KsOrder: 8
    test 1332 WGS84.KsOrder: 8

    23 of 1332 testUtmTMcoords.py tests (1.7%) FAILED, ALL KNOWN, 37 skipped (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 165.550 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUtmUps.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testUtmUps.py line 11
# lazily imported pygeodesy.parseUTMUPS5 from .utmups by PyGeodesy/test/testUtmUps.py line 11
# lazily imported pygeodesy.toUps8 from .ups by PyGeodesy/test/testUtmUps.py line 11
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testUtmUps.py line 11
# lazily imported pygeodesy.UtmUps from .utmups by PyGeodesy/test/testUtmUps.py line 11
# lazily imported pygeodesy.utmupsValidateOK from .utmups by PyGeodesy/test/testUtmUps.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testUtmUps.py line 200

    testing testUtmUps.py 20.04.22 (module pygeodesy.utmups 20.05.14) isLazy=3
    test 1 UtmUps: 00 N 448251.0 5411932.0001
    test 2 UtmUps.ValidateOK: True
    test 3 UtmUps: 00 N 448252 5411933
    test 4 UtmUps: 00 N 448251.795 5411932.678
    test 5 UtmUps: 00Z N 448251.8 5411932.7 n/a n/a
    test 6 UtmUps.ValidateOK: True
    test 7 UtmUps.toLatLon: 43.684097°N, 175.265195°E
    test 8 UtmUps.toLatLon: 43°41′02.75″N, 175°15′54.7″E
    test 9 LL.toUtmUps: 60 N 360177 4838249
    test 10 LL.toUtmUps: 60 N 360176.686 4838249.416
    test 11 LL.toUtmUps: [Z:60T, H:N, E:360177, N:4838249, C:-1.19839167°, S:0.99984048]
    test 12 LL.toUtmUps: [Z:60T, H:N, E:360177, N:4838249, C:-1.19839167°, S:0.99984048]
    test 13 LL.toUtmUps.ValidateOK: True
    test 14 toUtmUps8ID1: 00Y N 1530125.78 2426773.6 -132.24798917° 0.99647445
    test 15 toUtmUps8ID1.ValidateOK: True
    test 16 toUtmUps8ID1.ValidateOK: True
    test 17 toUtmUps8ID2: 38 N 467367.68 8100752.13 -57.37878422′ 0.99961302  FAILED, KNOWN, expected 38 N 3320416.75 632668.43 +44.0° 1.01619505
    test 18 toUtmUps8ID2.ValidateOK: True
    test 19 toUtmUps8ID2.ValidateOK: True
    test 20 toUtmUps8ID2: 00 N 3320416.75 632668.43 +44.0° 1.01619505
    test 21 toUtmUps8ID2.ValidateOK: easting (3320416.7473598532): outside UPS range [1300000, 2700000]  FAILED, KNOWN, expected True
    test 22 toUtmUps8ID3: 00B S 2222979.47 1797474.9 -132.24786194° 0.99455723
    test 23 toUtmUps8ID3.ValidateOK: True
    test 24 toUtmUps8ID3.ValidateOK: True
    test 25 UtmUps.toLatLonID4.ValidateOK: True
    test 26 UtmUps.toLatLonID4: 84°17′14.04″N, 132°14′52.76″W
    test 27 UtmUps.toLatLonID4: 84.287234°N, 132.247989°W
    test 28 UtmUps.ValidateOK: easting (3320416.75): outside UPS range [1300000, 2700000]  FAILED, KNOWN, expected True
    test 29 UtmUps.toLatLonID5: 73°00′00.0″N, 044°00′00.0″E
    test 30 UtmUps.toLatLonID5: 73.0°N, 044.0°E
    test 31 UtmUps.ValidateOK: True
    test 32 UtmUps.toLatLonID6: 87°17′14.4″S, 132°14′52.3″E
    test 33 UtmUps.toLatLonID6: 87.287333°S, 132.247861°E
    test 34 latlon1: 61.2°N, 149.9°W
    test 35 toUtmUps8: 06 N 344174 6788521
    test 36 toUtmUps8: 06V N 344173.864114 6788521.418164 -2.54179531° 0.99989751
    test 37 toUtmUps8.ValidateOK: True
    test 38 toMgrs: 06V UN 44173 88521
    test 39 latlon2: LatLon(83°37′37.2″N, 032°39′50.4″W)
    test 40 toUtmUps8: 25 N 504164 9286466
    test 41 toUtmUps8: [Z:25X, H:N, E:504164, N:9286466]
    test 42 toUtmUps8: 25X N 504163.899383 9286465.664902 +20.03542083′ 0.99960021
    test 43 toUtmUps8.ValidateOK: True
    test 44 toMgrs: 25X EN 04163 86465
    test 45 latlon3: 33.33°N, 044.44°E
    test 46 toUtmUps8: 38 N 447882 3688012
    test 47 toUtmUps8: 38S N 447882.413169 3688011.692733 -18.46228466′ 0.99963349
    test 48 toUtmUps8.ValidateOK: True
    test 49 toMgrs: 38S MB 47882 88011
    test 50 latlon4: 79.0°S, 079.0°W
    test 51 toUtmUps8: 17 S 542594 1229296
    test 52 toUtmUps8: 17C S 542594.134555 1229296.157301 -1.96328341° 0.99962217
    test 53 toUtmUps8.ValidateOK: True
    test 54 toMgrs: 17C NN 42594 29296
    test 55 latlon5: 84.0°N, 084.0°E
    test 56 toUtmUps8: 00 N 2663075 1930308
    test 57 toUtmUps8: 00Z N 2663075.299562 1930307.977716 +84.0° 0.99673
    test 58 toUtmUps8.ValidateOK: True
    test 59 latlon6: 13.4125°N, 103.8667°E
    test 60 toUtmUps8: 48 N 377302 1483035
    test 61 toUtmUps8: 48P N 377302.354183 1483034.777084 -15.77480856′ 0.99978623
    test 62 toUtmUps8.ValidateOK: True
    test 63 toMgrs: 48P UV 77302 83034
    test 64 latlon7: 13.4125°S, 103.8667°W
    test 65 LL.toUtmUps: 13 S 622698 8516965
    test 66 LL.toUtmUps: 13L S 622697.645817 8516965.222916 -15.77480856′ 0.99978623
    test 67 LL.toUtmUps.ValidateOK: True
    test 68 toMgrs: 13L FF 22697 16965
    test 69 latlon8: 43.684097°N, 175.265195°E
    test 70 LL.toUtmUps: 60 N 360177 4838249
    test 71 LL.toUtmUps: 60 N 360176.691 4838249.422
    test 72 LL.toUtmUps: [Z:60T, H:N, E:360177, N:4838249, C:-1.19839163°, S:0.99984048]
    test 73 LL.toUtmUps: [Z:60T, H:N, E:360177, N:4838249, C:-1.19839163°, S:0.99984048]
    test 74 LL.toUtmUps.ValidateOK: True
    test 75 toMgrs: 60T UP 60176 38249
    test 76 UtmUps.toLatLon: 43.684097°N, 175.265195°E
    test 77 UtmUps.toLatLon: 43°41′02.75″N, 175°15′54.7″E
    test 78 latlon9: 41.321801°N, 074.801413°W
    test 79 LL.toUtmUps: 18 N 516620 4574500
    test 80 LL.toUtmUps: [Z:18T, H:N, E:516620, N:4574500, C:+7.86748851′, S:0.9996034]
    test 81 LL.toUtmUps: [Z:18T, H:N, E:516620, N:4574500, C:+7.86748851′, S:0.9996034]
    test 82 LL.toUtmUps.ValidateOK: True
    test 83 toMgrs: 18T WL 16619 74500
    test 84 UtmUps.toLatLon: 41.321801°N, 074.801413°W
    test 85 UtmUps.toLatLon: 41°19′18.48″N, 074°48′05.09″W
    test 86 parseUTMUPS5: 18 N 516620 4574500
    test 87 parseUTMUPS5.ValidateOK: True
    test 88 UtmUps.toLatLon: 41.321801°N, 074.801413°W
    test 89 UtmUps: 00A S 321441 5810117
    test 90 UtmUps.ValidateOK: easting (321441.0425108216): outside UPS range [800000, 3200000]  FAILED, KNOWN, expected True
    test 91 UtmUps.toLatLon: 53.713776°S, 023.77604°W
    test 92 UtmUps.toLatLon: 53°42′49.59″S, 023°46′33.74″W
    test 93 LL.toUtmUps: 27 S 316807 4044745
    test 94 LL.toUtmUps.ValidateOK: True
    test 95 LL.toUtmUps: 27 S 316807.326 4044744.532
    test 96 LL.toUtmUps: [Z:27F, H:S, E:316807, N:4044745, C:+2.23830171°, S:1.00001184]
    test 97 LL.toUtmUps: [Z:27F, H:S, E:316807, N:4044745, C:+2.23830171°, S:1.00001184]
    test 98 UtmUps: 00Z N 400000 5000000
    test 99 UtmUps.ValidateOK: True
    test 100 parseUTMUPS5: (31, 'N', 446000.0, 8436100.0, 'X')
    test 101 parseUTMUPS5: (0, 'S', 506346.0, 1057743.0, 'A')

    4 of 101 testUtmUps.py tests (4.0%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 20.343 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testUtmUpsTMcoords.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.Ellipsoids from .datum by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.EPS from .basics by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.RangeError from .errors by PyGeodesy/test/testTMcoords.py line 15
# lazily imported pygeodesy.toUtmUps8 from .utmups by PyGeodesy/test/testUtmUpsTMcoords.py line 18
# lazily imported pygeodesy.Ups from .ups by PyGeodesy/test/testUtmUpsTMcoords.py line 18
# lazily imported pygeodesy.Utm from .utm by PyGeodesy/test/testUtmUpsTMcoords.py line 18

    testing testUtmUpsTMcoords.py 19.05.23 (module pygeodesy.utmups 20.05.14) isLazy=3
    test 1 line 1 toUtmUps8.easting: 1548706.791619
    test 2 line 1 toUtmUps8.northing: 8451449.198772
    test 3 line 1 toUtmUps8.convergence: 43.922790
    test 4 line 1 toUtmUps8.scale: 1.029060
    test 5 line 1 toUtmUps8.lat: 70.579277
    test 6 line 1 toUtmUps8.lon: 45.599420
    test 7 line 2 toUtmUps8.easting: 2624150.740929
    test 8 line 2 toUtmUps8.northing: 1204434.041605
    test 9 line 2 toUtmUps8.convergence: 4.292619
    test 10 line 2 toUtmUps8.scale: 1.086051
    test 11 line 2 toUtmUps8.lat: 10.018894
    test 12 line 2 toUtmUps8.lon: 23.313324
    test 13 line 3 toUtmUps8.easting: 9855841.232935
    test 14 line 3 toUtmUps8.northing: 6145496.115157  FAILED, KNOWN, expected 6145496.115155
    test 15 line 3 toUtmUps8.convergence: 53.348315
    test 16 line 3 toUtmUps8.scale: 2.445098
    test 17 line 3 toUtmUps8.lat: 19.479896
    test 18 line 3 toUtmUps8.lon: 75.662049
    test 19 line 4 toUtmUps8.easting: 3206390.691996
    test 20 line 4 toUtmUps8.northing: 2650745.400406
    test 21 line 4 toUtmUps8.convergence: 11.666950
    test 22 line 4 toUtmUps8.scale: 1.129359
    test 23 line 4 toUtmUps8.lat: 21.072465
    test 24 line 4 toUtmUps8.lon: 29.828684
    test 25 line 5 toUtmUps8.easting: 4328154.083501
    test 26 line 5 toUtmUps8.northing: 749647.623690
    test 27 line 5 toUtmUps8.convergence: 4.024317
    test 28 line 5 toUtmUps8.scale: 1.240829
    test 29 line 5 toUtmUps8.lat: 5.458957
    test 30 line 5 toUtmUps8.lon: 36.385237
    test 31 line 6 toUtmUps8.easting: 847598.266514
    test 32 line 6 toUtmUps8.northing: 7947180.962440
    test 33 line 6 toUtmUps8.convergence: 21.639091
    test 34 line 6 toUtmUps8.scale: 1.008399
    test 35 line 6 toUtmUps8.lat: 70.175454
    test 36 line 6 toUtmUps8.lon: 22.865350
    test 37 line 7 toUtmUps8.easting: 2727657.337974
    test 38 line 7 toUtmUps8.northing: 8283916.696410
    test 39 line 7 toUtmUps8.convergence: 55.690909
    test 40 line 7 toUtmUps8.scale: 1.091942
    test 41 line 7 toUtmUps8.lat: 61.965605
    test 42 line 7 toUtmUps8.lon: 58.931371
    test 43 line 8 toUtmUps8.easting: 2331001.751890
    test 44 line 8 toUtmUps8.northing: 1313608.224751
    test 45 line 8 toUtmUps8.convergence: 4.214690
    test 46 line 8 toUtmUps8.scale: 1.067599
    test 47 line 8 toUtmUps8.lat: 11.116050
    test 48 line 8 toUtmUps8.lon: 20.901069
    test 49 line 9 toUtmUps8.easting: 6035557.239480
    test 50 line 9 toUtmUps8.northing: 5791770.791879
    test 51 line 9 toUtmUps8.convergence: 43.698170
    test 52 line 9 toUtmUps8.scale: 1.481260
    test 53 line 9 toUtmUps8.lat: 32.210543
    test 54 line 9 toUtmUps8.lon: 60.705849
    test 55 line 10 toUtmUps8.easting: 1064553.125852
    test 56 line 10 toUtmUps8.northing: 9417273.737208
    test 57 line 10 toUtmUps8.convergence: 61.100380
    test 58 line 10 toUtmUps8.scale: 1.013475
    test 59 line 10 toUtmUps8.lat: 79.187451
    test 60 line 10 toUtmUps8.lon: 61.532382
    test 61 line 11 toUtmUps8.easting: 1400137.116164
    test 62 line 11 toUtmUps8.northing: 9616907.017686
    test 63 line 11 toUtmUps8.convergence: 74.527087
    test 64 line 11 toUtmUps8.scale: 1.023640
    test 65 line 11 toUtmUps8.lat: 77.103759
    test 66 line 11 toUtmUps8.lon: 74.899105
    test skipped (1): line 12 toUtmUps8.'21.889514024862 80.019885892785 9860691.0166261508479 7433039.1433282732643 65.357693372142649007 2.43897318400097845293'
    test skipped (2): line 13 toUtmUps8.'30.53629567699 82.186177919416 8076501.8336948099169 8561614.1747819103782 75.073393190238557702 1.90620203595203984732'
    test 67 line 14 toUtmUps8.easting: 3335099.866623
    test 68 line 14 toUtmUps8.northing: 6740519.084015
    test 69 line 14 toUtmUps8.convergence: 40.611821
    test 70 line 14 toUtmUps8.scale: 1.139021
    test 71 line 14 toUtmUps8.lat: 49.990485
    test 72 line 14 toUtmUps8.lon: 48.203179
    test skipped (3): line 15 toUtmUps8.'14.486311853451 80.905136710227 12051574.9284996192629 6587213.0519512810474 59.033236797073779959 3.3574686117030164354'
    test 73 line 16 toUtmUps8.easting: 5387578.735298
    test 74 line 16 toUtmUps8.northing: 4111216.907168
    test 75 line 16 toUtmUps8.convergence: 27.574337
    test 76 line 16 toUtmUps8.scale: 1.379357
    test 77 line 16 toUtmUps8.lat: 25.936824
    test 78 line 16 toUtmUps8.lon: 49.913598
    test 79 line 17 toUtmUps8.easting: 2622214.380233
    test 80 line 17 toUtmUps8.northing: 8678923.984567
    test 81 line 17 toUtmUps8.convergence: 61.697275
    test 82 line 17 toUtmUps8.scale: 1.084810
    test 83 line 17 toUtmUps8.lat: 64.402196
    test 84 line 17 toUtmUps8.lon: 64.091395
    test skipped (4): line 18 toUtmUps8.'48.451353594584 84.856197560189 5068474.169632778036 9492066.9937094951003 83.156739839119105102 1.3299901985118008373'
    test 85 line 19 toUtmUps8.easting: 738062.047779
    test 86 line 19 toUtmUps8.northing: 3031007.074116
    test 87 line 19 toUtmUps8.convergence: 3.416802
    test 88 line 19 toUtmUps8.scale: 1.006332
    test 89 line 19 toUtmUps8.lat: 27.203895
    test 90 line 19 toUtmUps8.lon: 7.440229
    test 91 line 20 toUtmUps8.easting: 1944413.834565
    test 92 line 20 toUtmUps8.northing: 9613299.224493
    test 93 line 20 toUtmUps8.convergence: 78.462831
    test 94 line 20 toUtmUps8.scale: 1.046134
    test 95 line 20 toUtmUps8.lat: 72.509000
    test 96 line 20 toUtmUps8.lon: 78.982283
    test 97 line 21 toUtmUps8.easting: 2114521.418406
    test 98 line 21 toUtmUps8.northing: 4954077.440098
    test 99 line 21 toUtmUps8.convergence: 17.571878
    test 100 line 21 toUtmUps8.scale: 1.055093
    test 101 line 21 toUtmUps8.lat: 41.824954
    test 102 line 21 toUtmUps8.lon: 25.392744
    test 103 line 22 toUtmUps8.easting: 620365.905090
    test 104 line 22 toUtmUps8.northing: 4755542.026562
    test 105 line 22 toUtmUps8.convergence: 5.152022
    test 106 line 22 toUtmUps8.scale: 1.004338
    test 107 line 22 toUtmUps8.lat: 42.701376
    test 108 line 22 toUtmUps8.lon: 7.572738
    test 109 line 23 toUtmUps8.easting: 263004.770989
    test 110 line 23 toUtmUps8.northing: 4493669.762451
    test 111 line 23 toUtmUps8.convergence: 2.020523
    test 112 line 23 toUtmUps8.scale: 1.000452
    test 113 line 23 toUtmUps8.lat: 40.552052
    test 114 line 23 toUtmUps8.lon: 3.106056
    test 115 line 24 toUtmUps8.easting: 3217221.739462
    test 116 line 24 toUtmUps8.northing: 437776.119161
    test 117 line 24 toUtmUps8.convergence: 1.848169
    test 118 line 24 toUtmUps8.scale: 1.130558
    test 119 line 24 toUtmUps8.lat: 3.501242
    test 120 line 24 toUtmUps8.lon: 27.806507
    test skipped (5): line 25 toUtmUps8.'10.148714782203 85.373767569431 14661142.4449607145297 7476100.8241849819567 68.376669038799719822 4.89664968310721668858'
    test 121 line 26 toUtmUps8.easting: 967777.158554
    test 122 line 26 toUtmUps8.northing: 6615684.266592
    test 123 line 26 toUtmUps8.convergence: 14.410044
    test 124 line 26 toUtmUps8.scale: 1.011100
    test 125 line 26 toUtmUps8.lat: 58.582623
    test 126 line 26 toUtmUps8.lon: 16.755558
    test 127 line 27 toUtmUps8.easting: 7558840.728461
    test 128 line 27 toUtmUps8.northing: 4144728.130764
    test 129 line 27 toUtmUps8.convergence: 32.557264
    test 130 line 27 toUtmUps8.scale: 1.791490
    test 131 line 27 toUtmUps8.lat: 19.793004
    test 132 line 27 toUtmUps8.lon: 61.746763
    test 133 line 28 toUtmUps8.easting: 1056008.314161
    test 134 line 28 toUtmUps8.northing: 9290799.692669
    test 135 line 28 toUtmUps8.convergence: 55.843278
    test 136 line 28 toUtmUps8.scale: 1.013253
    test 137 line 28 toUtmUps8.lat: 78.666776
    test 138 line 28 toUtmUps8.lon: 56.365355
    test 139 line 29 toUtmUps8.easting: 1943965.134687
    test 140 line 29 toUtmUps8.northing: 1389972.228690
    test 141 line 29 toUtmUps8.convergence: 3.774869
    test 142 line 29 toUtmUps8.scale: 1.046724
    test 143 line 29 toUtmUps8.lat: 11.998788
    test 144 line 29 toUtmUps8.lon: 17.597873
    test 145 line 30 toUtmUps8.easting: 5803077.072902
    test 146 line 30 toUtmUps8.northing: 5649957.943659
    test 147 line 30 toUtmUps8.convergence: 41.717943
    test 148 line 30 toUtmUps8.scale: 1.442572
    test 149 line 30 toUtmUps8.lat: 32.540378
    test 150 line 30 toUtmUps8.lon: 58.764613
    test 151 line 31 toUtmUps8.easting: 2928716.986009
    test 152 line 31 toUtmUps8.northing: 5731835.058317
    test 153 line 31 toUtmUps8.convergence: 28.538550
    test 154 line 31 toUtmUps8.scale: 1.106780
    test 155 line 31 toUtmUps8.lat: 45.160356
    test 156 line 31 toUtmUps8.lon: 37.465285
    test 157 line 32 toUtmUps8.easting: 326141.975756
    test 158 line 32 toUtmUps8.northing: 8881325.164543
    test 159 line 32 toUtmUps8.convergence: 16.111415
    test 160 line 32 toUtmUps8.scale: 1.000900
    test 161 line 32 toUtmUps8.lat: 79.584190
    test 162 line 32 toUtmUps8.lon: 16.367006
    test 163 line 33 toUtmUps8.easting: 3933015.267450
    test 164 line 33 toUtmUps8.northing: 7932373.909512
    test 165 line 33 toUtmUps8.convergence: 58.577424
    test 166 line 33 toUtmUps8.scale: 1.194811
    test 167 line 33 toUtmUps8.lat: 52.470664
    test 168 line 33 toUtmUps8.lon: 64.125580
    test 169 line 34 toUtmUps8.easting: 8598926.983213
    test 170 line 34 toUtmUps8.northing: 6214135.167503
    test 171 line 34 toUtmUps8.convergence: 52.612878
    test 172 line 34 toUtmUps8.scale: 2.051367
    test 173 line 34 toUtmUps8.lat: 23.702673
    test 174 line 34 toUtmUps8.lon: 72.630363
    test 175 line 35 toUtmUps8.easting: 6620553.333772
    test 176 line 35 toUtmUps8.northing: 6540527.122948
    test 177 line 35 toUtmUps8.convergence: 52.350140
    test 178 line 35 toUtmUps8.scale: 1.586614
    test 179 line 35 toUtmUps8.lat: 32.603520
    test 180 line 35 toUtmUps8.lon: 67.280123
    test 181 line 36 toUtmUps8.easting: 1515136.758292
    test 182 line 36 toUtmUps8.northing: 3858996.087537
    test 183 line 36 toUtmUps8.convergence: 9.225127
    test 184 line 36 toUtmUps8.scale: 1.028029
    test 185 line 36 toUtmUps8.lat: 33.776224
    test 186 line 36 toUtmUps8.lon: 16.280993
    test 187 line 37 toUtmUps8.easting: 479854.373445
    test 188 line 37 toUtmUps8.northing: 8980501.389896
    test 189 line 37 toUtmUps8.convergence: 25.021222
    test 190 line 37 toUtmUps8.scale: 1.002415
    test 191 line 37 toUtmUps8.lat: 79.932747
    test 192 line 37 toUtmUps8.lon: 25.363622
    test 193 line 38 toUtmUps8.easting: 5243446.564940
    test 194 line 38 toUtmUps8.northing: 140657.213960
    test 195 line 38 toUtmUps8.convergence: 0.862817
    test 196 line 38 toUtmUps8.scale: 1.360358
    test 197 line 38 toUtmUps8.lat: 0.935056
    test 198 line 38 toUtmUps8.lon: 42.538824
    test skipped (6): line 39 toUtmUps8.'13.490862440668 83.178380075606 12806457.9232176809509 7170118.6846750266674 64.708921319446620085 3.7405880916836789809'
    test 199 line 40 toUtmUps8.easting: 1202993.459158
    test 200 line 40 toUtmUps8.northing: 5557316.053599
    test 201 line 40 toUtmUps8.convergence: 12.579061
    test 202 line 40 toUtmUps8.scale: 1.017426
    test 203 line 40 toUtmUps8.lat: 48.979057
    test 204 line 40 toUtmUps8.lon: 16.474542
    test 205 line 41 toUtmUps8.easting: 1729088.710196
    test 206 line 41 toUtmUps8.northing: 7770874.289954
    test 207 line 41 toUtmUps8.convergence: 36.021783
    test 208 line 41 toUtmUps8.scale: 1.036397
    test 209 line 41 toUtmUps8.lat: 65.036016
    test 210 line 41 toUtmUps8.lon: 38.729091
    test 211 line 42 toUtmUps8.easting: 2437301.517425
    test 212 line 42 toUtmUps8.northing: 5539327.748318
    test 213 line 42 toUtmUps8.convergence: 23.461879
    test 214 line 42 toUtmUps8.scale: 1.073459
    test 215 line 42 toUtmUps8.lat: 45.510091
    test 216 line 42 toUtmUps8.lon: 31.303729
    test 217 line 43 toUtmUps8.easting: 3647186.135066
    test 218 line 43 toUtmUps8.northing: 2086412.330983
    test 219 line 43 toUtmUps8.convergence: 10.023991
    test 220 line 43 toUtmUps8.scale: 1.168707
    test 221 line 43 toUtmUps8.lat: 16.058010
    test 222 line 43 toUtmUps8.lon: 32.520026
    test 223 line 44 toUtmUps8.easting: 1818497.243556
    test 224 line 44 toUtmUps8.northing: 4275471.745057
    test 225 line 44 toUtmUps8.convergence: 12.499656
    test 226 line 44 toUtmUps8.scale: 1.040604
    test 227 line 44 toUtmUps8.lat: 36.845200
    test 228 line 44 toUtmUps8.lon: 20.282283
    test 229 line 45 toUtmUps8.easting: 3751304.113783
    test 230 line 45 toUtmUps8.northing: 5130454.001592
    test 231 line 45 toUtmUps8.convergence: 28.959707
    test 232 line 45 toUtmUps8.scale: 1.177681
    test 233 line 45 toUtmUps8.lat: 37.865481
    test 234 line 45 toUtmUps8.lon: 41.990402
    test 235 line 46 toUtmUps8.easting: 2616733.138544
    test 236 line 46 toUtmUps8.northing: 394644.463815
    test 237 line 46 toUtmUps8.convergence: 1.390425
    test 238 line 46 toUtmUps8.scale: 1.085595
    test 239 line 46 toUtmUps8.lat: 3.287272
    test 240 line 46 toUtmUps8.lon: 22.917604
    test 241 line 47 toUtmUps8.easting: 1756506.573942
    test 242 line 47 toUtmUps8.northing: 5570393.986394
    test 243 line 47 toUtmUps8.convergence: 17.897894
    test 244 line 47 toUtmUps8.scale: 1.037732
    test 245 line 47 toUtmUps8.lat: 47.813686
    test 246 line 47 toUtmUps8.lon: 23.545092
    test 247 line 48 toUtmUps8.easting: 8752461.894711
    test 248 line 48 toUtmUps8.northing: 6087728.152284
    test 249 line 48 toUtmUps8.convergence: 51.628465
    test 250 line 48 toUtmUps8.scale: 2.095465
    test 251 line 48 toUtmUps8.lat: 22.836853
    test 252 line 48 toUtmUps8.lon: 72.604385
    test 253 line 49 toUtmUps8.easting: 1309272.216432
    test 254 line 49 toUtmUps8.northing: 59520.028899
    test 255 line 49 toUtmUps8.convergence: 0.109069
    test 256 line 49 toUtmUps8.scale: 1.020897
    test 257 line 49 toUtmUps8.lat: 0.527262
    test 258 line 49 toUtmUps8.lon: 11.684209
    test 259 line 50 toUtmUps8.easting: 328652.277129
    test 260 line 50 toUtmUps8.northing: 2233043.958874
    test 261 line 50 toUtmUps8.convergence: 1.084863
    test 262 line 50 toUtmUps8.scale: 1.000935
    test 263 line 50 toUtmUps8.lat: 20.166742
    test 264 line 50 toUtmUps8.lon: 3.143948
    test skipped (7): line 51 toUtmUps8.'28.604629015528 85.988721094779 8637959.7164470998207 9190635.1560309800028 81.802562643198123218 2.05432863342852874819'
    test skipped (8): line 52 toUtmUps8.'28.984047991106 85.833447775172 8548521.4551470334531 9172410.9432821880799 81.583928102890161419 2.02964145862183583179'
    test 265 line 53 toUtmUps8.easting: 796987.281104
    test 266 line 53 toUtmUps8.northing: 7677446.357675
    test 267 line 53 toUtmUps8.convergence: 18.084472
    test 268 line 53 toUtmUps8.scale: 1.007381
    test 269 line 53 toUtmUps8.lat: 68.071020
    test 270 line 53 toUtmUps8.lon: 19.392823
    test skipped (9): line 54 toUtmUps8.'61.416576191872 81.981611413918 3291036.4967623295988 9513199.6006662170596 80.890253980644739593 1.13482563910814382209'
    test 271 line 55 toUtmUps8.easting: 7087225.330906
    test 272 line 55 toUtmUps8.northing: 8382823.855822
    test 273 line 55 toUtmUps8.convergence: 72.253756
    test 274 line 55 toUtmUps8.scale: 1.678070
    test 275 line 55 toUtmUps8.lat: 35.074753
    test 276 line 55 toUtmUps8.lon: 79.496003
    test 277 line 56 toUtmUps8.easting: 5090358.125724
    test 278 line 56 toUtmUps8.northing: 4318294.133489
    test 279 line 56 toUtmUps8.convergence: 28.266280
    test 280 line 56 toUtmUps8.scale: 1.336264
    test 281 line 56 toUtmUps8.lat: 28.078790
    test 282 line 56 toUtmUps8.lon: 48.684350
    test skipped (10): line 57 toUtmUps8.'84.986930137199 2.067177857261 20163.0752214330146 9438635.9888499043815 2.059277291707588222 .99960496589466017622'
    test 283 line 58 toUtmUps8.easting: 3447670.550785
    test 284 line 58 toUtmUps8.northing: 3680238.888223
    test 285 line 58 toUtmUps8.convergence: 17.934948
    test 286 line 58 toUtmUps8.scale: 1.149831
    test 287 line 58 toUtmUps8.lat: 28.473948
    test 288 line 58 toUtmUps8.lon: 34.127306
    test 289 line 59 toUtmUps8.easting: 3396522.906798
    test 290 line 59 toUtmUps8.northing: 8093659.687593
    test 291 line 59 toUtmUps8.convergence: 57.747117
    test 292 line 59 toUtmUps8.scale: 1.144006
    test 293 line 59 toUtmUps8.lat: 56.629354
    test 294 line 59 toUtmUps8.lon: 62.196474
    test 295 line 60 toUtmUps8.easting: 11249894.100794  FAILED, KNOWN, expected 11249894.100784
    test 296 line 60 toUtmUps8.northing: 1619226.506360  FAILED, KNOWN, expected 1619226.506299
    test 297 line 60 toUtmUps8.convergence: 14.210358
    test 298 line 60 toUtmUps8.scale: 3.048347
    test 299 line 60 toUtmUps8.lat: 4.747762
    test 300 line 60 toUtmUps8.lon: 70.932555
    test 301 line 61 toUtmUps8.easting: 6808805.230950
    test 302 line 61 toUtmUps8.northing: 8044779.777369
    test 303 line 61 toUtmUps8.convergence: 68.242008
    test 304 line 61 toUtmUps8.scale: 1.621464
    test 305 line 61 toUtmUps8.lat: 35.882113
    test 306 line 61 toUtmUps8.lon: 76.741849
    test 307 line 62 toUtmUps8.easting: 2306021.556506
    test 308 line 62 toUtmUps8.northing: 757191.592866
    test 309 line 62 toUtmUps8.convergence: 2.385686
    test 310 line 62 toUtmUps8.scale: 1.066159
    test 311 line 62 toUtmUps8.lat: 6.420705
    test 312 line 62 toUtmUps8.lon: 20.416028
    test 313 line 63 toUtmUps8.easting: 1547406.313862
    test 314 line 63 toUtmUps8.northing: 6048712.751824
    test 315 line 63 toUtmUps8.convergence: 18.474372
    test 316 line 63 toUtmUps8.scale: 1.029123
    test 317 line 63 toUtmUps8.lat: 52.335248
    test 318 line 63 toUtmUps8.lon: 22.879294
    test 319 line 64 toUtmUps8.easting: 2430467.650383
    test 320 line 64 toUtmUps8.northing: 7557167.613972
    test 321 line 64 toUtmUps8.convergence: 42.110021
    test 322 line 64 toUtmUps8.scale: 1.072759
    test 323 line 64 toUtmUps8.lat: 59.846391
    test 324 line 64 toUtmUps8.lon: 46.262536
    test 325 line 65 toUtmUps8.easting: 2334053.905830
    test 326 line 65 toUtmUps8.northing: 1948076.966582
    test 327 line 65 toUtmUps8.convergence: 6.353185
    test 328 line 65 toUtmUps8.scale: 1.067733
    test 329 line 65 toUtmUps8.lat: 16.461790
    test 330 line 65 toUtmUps8.lon: 21.433269
    test 331 line 66 toUtmUps8.easting: 5564175.186737
    test 332 line 66 toUtmUps8.northing: 1836851.660412
    test 333 line 66 toUtmUps8.convergence: 11.870682
    test 334 line 66 toUtmUps8.scale: 1.408265
    test 335 line 66 toUtmUps8.lat: 11.707905
    test 336 line 66 toUtmUps8.lon: 45.827075
    test 337 line 67 toUtmUps8.easting: 6118505.590359
    test 338 line 67 toUtmUps8.northing: 7631684.552421
    test 339 line 67 toUtmUps8.convergence: 62.477323
    test 340 line 67 toUtmUps8.scale: 1.493420
    test 341 line 67 toUtmUps8.lat: 38.519075
    test 342 line 67 toUtmUps8.lon: 71.935918
    test skipped (11): line 68 toUtmUps8.'34.264007222954 82.647878110272 7365359.2946646287171 8818194.4515306837741 77.207042218974141605 1.73763853091849729372'
    test 343 line 69 toUtmUps8.easting: 36187.342415
    test 344 line 69 toUtmUps8.northing: 2142565.324802
    test 345 line 69 toUtmUps8.convergence: 0.114334
    test 346 line 69 toUtmUps8.scale: 0.999616
    test 347 line 69 toUtmUps8.lat: 19.376880
    test 348 line 69 toUtmUps8.lon: 0.344605
    test 349 line 70 toUtmUps8.easting: 2380328.546851
    test 350 line 70 toUtmUps8.northing: 8440109.872384
    test 351 line 70 toUtmUps8.convergence: 55.076067
    test 352 line 70 toUtmUps8.scale: 1.069658
    test 353 line 70 toUtmUps8.lat: 65.075805
    test 354 line 70 toUtmUps8.lon: 57.653438
    test 355 line 71 toUtmUps8.easting: 582511.608826
    test 356 line 71 toUtmUps8.northing: 8876047.217071
    test 357 line 71 toUtmUps8.convergence: 27.133300
    test 358 line 71 toUtmUps8.scale: 1.003749
    test 359 line 71 toUtmUps8.lat: 78.691870
    test 360 line 71 toUtmUps8.lon: 27.591736
    test 361 line 72 toUtmUps8.easting: 899441.350477
    test 362 line 72 toUtmUps8.northing: 4582046.430516
    test 363 line 72 toUtmUps8.convergence: 7.031211
    test 364 line 72 toUtmUps8.scale: 1.009573
    test 365 line 72 toUtmUps8.lat: 40.893022
    test 366 line 72 toUtmUps8.lon: 10.668804
    test skipped (12): line 73 toUtmUps8.'48.914278679322 87.35926802682 5022485.1243369246483 9741774.9337207800497 86.505947369926030588 1.32369954850478170836'
    test 367 line 74 toUtmUps8.easting: 6701004.587204
    test 368 line 74 toUtmUps8.northing: 2954368.258231
    test 369 line 74 toUtmUps8.convergence: 21.560153
    test 370 line 74 toUtmUps8.scale: 1.608554
    test 371 line 74 toUtmUps8.lat: 16.208377
    test 372 line 74 toUtmUps8.lon: 54.494282
    test 373 line 75 toUtmUps8.easting: 454986.218897
    test 374 line 75 toUtmUps8.northing: 4885087.887884
    test 375 line 75 toUtmUps8.convergence: 3.945648
    test 376 line 75 toUtmUps8.scale: 1.002147
    test 377 line 75 toUtmUps8.lat: 43.977936
    test 378 line 75 toUtmUps8.lon: 5.672541
    test skipped (13): line 76 toUtmUps8.'26.850860749352 82.834479937822 8903956.1403106503714 8470608.5774824981183 74.723116471645531699 2.13131124920824155268'
    test 379 line 77 toUtmUps8.easting: 1547627.594741
    test 380 line 77 toUtmUps8.northing: 6036584.538347
    test 381 line 77 toUtmUps8.convergence: 18.407629
    test 382 line 77 toUtmUps8.scale: 1.029132
    test 383 line 77 toUtmUps8.lat: 52.234165
    test 384 line 77 toUtmUps8.lon: 22.827655
    test 385 line 78 toUtmUps8.easting: 5221488.778597
    test 386 line 78 toUtmUps8.northing: 1762592.044392
    test 387 line 78 toUtmUps8.convergence: 10.927880
    test 388 line 78 toUtmUps8.scale: 1.356721
    test 389 line 78 toUtmUps8.lat: 11.674646
    test 390 line 78 toUtmUps8.lon: 43.500147
    test 391 line 79 toUtmUps8.easting: 4880570.297161
    test 392 line 79 toUtmUps8.northing: 3325433.988867
    test 393 line 79 toUtmUps8.convergence: 20.469862
    test 394 line 79 toUtmUps8.scale: 1.308476
    test 395 line 79 toUtmUps8.lat: 22.492753
    test 396 line 79 toUtmUps8.lon: 44.179153
    test skipped (14): line 80 toUtmUps8.'.910999463005 88.548822916123 23930680.0826936110445 7491462.0990379651261 75.937628056628715446 15.55636485152285563369'
    test 397 line 81 toUtmUps8.easting: 71519.450458
    test 398 line 81 toUtmUps8.northing: 3654740.444852
    test 399 line 81 toUtmUps8.convergence: 0.417448
    test 400 line 81 toUtmUps8.scale: 0.999663
    test 401 line 81 toUtmUps8.lat: 33.028802
    test 402 line 81 toUtmUps8.lon: 0.765843
    test 403 line 82 toUtmUps8.easting: 4152797.795220
    test 404 line 82 toUtmUps8.northing: 7823098.502751
    test 405 line 82 toUtmUps8.convergence: 58.238901
    test 406 line 82 toUtmUps8.scale: 1.218052
    test 407 line 82 toUtmUps8.lat: 50.649195
    test 408 line 82 toUtmUps8.lon: 64.389076
    test 409 line 83 toUtmUps8.easting: 2926725.707639
    test 410 line 83 toUtmUps8.northing: 7904918.072844
    test 411 line 83 toUtmUps8.convergence: 51.592748
    test 412 line 83 toUtmUps8.scale: 1.106206
    test 413 line 83 toUtmUps8.lat: 58.820640
    test 414 line 83 toUtmUps8.lon: 55.841048
    test 415 line 84 toUtmUps8.easting: 1325509.113869
    test 416 line 84 toUtmUps8.northing: 9675214.948213
    test 417 line 84 toUtmUps8.convergence: 76.116213
    test 418 line 84 toUtmUps8.scale: 1.021136
    test 419 line 84 toUtmUps8.lat: 77.865762
    test 420 line 84 toUtmUps8.lon: 76.414618
    test 421 line 85 toUtmUps8.easting: 3045296.448926
    test 422 line 85 toUtmUps8.northing: 542153.443280
    test 423 line 85 toUtmUps8.convergence: 2.185095
    test 424 line 85 toUtmUps8.scale: 1.116664
    test 425 line 85 toUtmUps8.lat: 4.389639
    test 426 line 85 toUtmUps8.lon: 26.458976
    test 427 line 86 toUtmUps8.easting: 11843870.887791  FAILED, KNOWN, expected 11843870.887518
    test 428 line 86 toUtmUps8.northing: 5912803.073690  FAILED, KNOWN, expected 5912803.073343
    test 429 line 86 toUtmUps8.convergence: 52.814260  FAILED, KNOWN, expected 52.814259
    test 430 line 86 toUtmUps8.scale: 3.267256
    test 431 line 86 toUtmUps8.lat: 13.924448
    test 432 line 86 toUtmUps8.lon: 79.017873
    test 433 line 87 toUtmUps8.easting: 8891099.704936
    test 434 line 87 toUtmUps8.northing: 162160.142227
    test 435 line 87 toUtmUps8.convergence: 1.312094
    test 436 line 87 toUtmUps8.scale: 2.157363
    test 437 line 87 toUtmUps8.lat: 0.679713
    test 438 line 87 toUtmUps8.lon: 62.036792
    test 439 line 88 toUtmUps8.easting: 4784814.214449
    test 440 line 88 toUtmUps8.northing: 2984497.432580
    test 441 line 88 toUtmUps8.convergence: 17.946545
    test 442 line 88 toUtmUps8.scale: 1.296116
    test 443 line 88 toUtmUps8.lat: 20.478281
    test 444 line 88 toUtmUps8.lon: 42.678234
    test 445 line 89 toUtmUps8.easting: 1772074.682154
    test 446 line 89 toUtmUps8.northing: 9491552.560143
    test 447 line 89 toUtmUps8.convergence: 73.634830
    test 448 line 89 toUtmUps8.scale: 1.038202
    test 449 line 89 toUtmUps8.lat: 73.695703
    test 450 line 89 toUtmUps8.lon: 74.259097
    test 451 line 90 toUtmUps8.easting: 1907649.782106
    test 452 line 90 toUtmUps8.northing: 6994232.429379
    test 453 line 90 toUtmUps8.convergence: 29.718929
    test 454 line 90 toUtmUps8.scale: 1.044503
    test 455 line 90 toUtmUps8.lat: 58.569370
    test 456 line 90 toUtmUps8.lon: 33.777549
    test 457 line 91 toUtmUps8.easting: 2084423.818962
    test 458 line 91 toUtmUps8.northing: 2211816.035619
    test 459 line 91 toUtmUps8.convergence: 6.556448
    test 460 line 91 toUtmUps8.scale: 1.053793
    test 461 line 91 toUtmUps8.lat: 18.933881
    test 462 line 91 toUtmUps8.lon: 19.492695
    test 463 line 92 toUtmUps8.easting: 1064373.671729
    test 464 line 92 toUtmUps8.northing: 7812482.547461
    test 465 line 92 toUtmUps8.convergence: 24.874124
    test 466 line 92 toUtmUps8.scale: 1.013490
    test 467 line 92 toUtmUps8.lat: 68.317934
    test 468 line 92 toUtmUps8.lon: 26.515687
    test skipped (15): line 93 toUtmUps8.'50.641941364984 87.111556505544 4770385.4792965339274 9734318.9029801439364 86.27311877223132818 1.29055338238288419467'
    test 469 line 94 toUtmUps8.easting: 6398096.677297
    test 470 line 94 toUtmUps8.northing: 4410894.752104
    test 471 line 94 toUtmUps8.convergence: 32.558023
    test 472 line 94 toUtmUps8.scale: 1.548004
    test 473 line 94 toUtmUps8.lat: 24.411298
    test 474 line 94 toUtmUps8.lon: 56.881823
    test 475 line 95 toUtmUps8.easting: 3138623.300415
    test 476 line 95 toUtmUps8.northing: 3082960.600798
    test 477 line 95 toUtmUps8.convergence: 13.557672
    test 478 line 95 toUtmUps8.scale: 1.123724
    test 479 line 95 toUtmUps8.lat: 24.571871
    test 480 line 95 toUtmUps8.lon: 30.073097
    test 481 line 96 toUtmUps8.easting: 2748325.794651
    test 482 line 96 toUtmUps8.northing: 4202811.912668
    test 483 line 96 toUtmUps8.convergence: 17.578706
    test 484 line 96 toUtmUps8.scale: 1.094102
    test 485 line 96 toUtmUps8.lat: 34.202576
    test 486 line 96 toUtmUps8.lon: 29.383166
    test 487 line 97 toUtmUps8.easting: 6677830.630367
    test 488 line 97 toUtmUps8.northing: 5350071.837395
    test 489 line 97 toUtmUps8.convergence: 41.306641
    test 490 line 97 toUtmUps8.scale: 1.599774
    test 491 line 97 toUtmUps8.lat: 27.756285
    test 492 line 97 toUtmUps8.lon: 61.881905
    test 493 line 98 toUtmUps8.easting: 5941536.667431
    test 494 line 98 toUtmUps8.northing: 3293112.175140
    test 495 line 98 toUtmUps8.convergence: 22.752845
    test 496 line 98 toUtmUps8.scale: 1.468473
    test 497 line 98 toUtmUps8.lat: 19.742270
    test 498 line 98 toUtmUps8.lon: 50.957821
    test 499 line 99 toUtmUps8.easting: 3152481.792567
    test 500 line 99 toUtmUps8.northing: 5903048.837978
    test 501 line 99 toUtmUps8.convergence: 31.494606
    test 502 line 99 toUtmUps8.scale: 1.124085
    test 503 line 99 toUtmUps8.lat: 45.453582
    test 504 line 99 toUtmUps8.lon: 40.659833
    test 505 line 100 toUtmUps8.easting: 10460475.897726  FAILED, KNOWN, expected 10460475.897730
    test 506 line 100 toUtmUps8.northing: 2553463.624385  FAILED, KNOWN, expected 2553463.624391
    test 507 line 100 toUtmUps8.convergence: 21.965869
    test 508 line 100 toUtmUps8.scale: 2.700296
    test 509 line 100 toUtmUps8.lat: 8.322144
    test 510 line 100 toUtmUps8.lon: 69.488157
    test 511 line 101 toUtmUps8.easting: 1964010.778021
    test 512 line 101 toUtmUps8.northing: 5634042.923056
    test 513 line 101 toUtmUps8.convergence: 20.117800
    test 514 line 101 toUtmUps8.scale: 1.047344
    test 515 line 101 toUtmUps8.lat: 47.749831
    test 516 line 101 toUtmUps8.lon: 26.322002
    test 517 line 102 toUtmUps8.easting: 2065306.424934
    test 518 line 102 toUtmUps8.northing: 2135008.468651
    test 519 line 102 toUtmUps8.convergence: 6.258981
    test 520 line 102 toUtmUps8.scale: 1.052800
    test 521 line 102 toUtmUps8.lat: 18.297493
    test 522 line 102 toUtmUps8.lon: 19.244669
    test 523 line 103 toUtmUps8.easting: 5127738.132976
    test 524 line 103 toUtmUps8.northing: 6793804.304411
    test 525 line 103 toUtmUps8.convergence: 50.557915
    test 526 line 103 toUtmUps8.scale: 1.339412
    test 527 line 103 toUtmUps8.lat: 40.834541
    test 528 line 103 toUtmUps8.lon: 61.650750
    test 529 line 104 toUtmUps8.easting: 8385525.148166
    test 530 line 104 toUtmUps8.northing: 6924932.344306
    test 531 line 104 toUtmUps8.convergence: 59.087561
    test 532 line 104 toUtmUps8.scale: 1.990364
    test 533 line 104 toUtmUps8.lat: 26.273247
    test 534 line 104 toUtmUps8.lon: 74.926694
    test 535 line 105 toUtmUps8.easting: 2297510.791909
    test 536 line 105 toUtmUps8.northing: 2805666.962834
    test 537 line 105 toUtmUps8.convergence: 9.301553
    test 538 line 105 toUtmUps8.scale: 1.065508
    test 539 line 105 toUtmUps8.lat: 23.698347
    test 540 line 105 toUtmUps8.lon: 22.155657
    test skipped (16): line 106 toUtmUps8.'12.364112546807 86.348578425071 13749544.9176345767153 8288728.3846500523233 75.033969786420407131 4.27058754359004466627'
    test 541 line 107 toUtmUps8.easting: 317518.455546
    test 542 line 107 toUtmUps8.northing: 1097517.583745
    test 543 line 107 toUtmUps8.convergence: 0.499004
    test 544 line 107 toUtmUps8.scale: 1.000848
    test 545 line 107 toUtmUps8.lat: 9.916091
    test 546 line 107 toUtmUps8.lon: 2.895277
    test 547 line 108 toUtmUps8.easting: 3856035.184888
    test 548 line 108 toUtmUps8.northing: 9141364.450290
    test 549 line 108 toUtmUps8.convergence: 75.972763
    test 550 line 108 toUtmUps8.scale: 1.186786
    test 551 line 108 toUtmUps8.lat: 56.553876
    test 552 line 108 toUtmUps8.lon: 78.215077
    test 553 line 109 toUtmUps8.easting: 1457484.942823
    test 554 line 109 toUtmUps8.northing: 9385297.101973
    test 555 line 109 toUtmUps8.convergence: 66.784662
    test 556 line 109 toUtmUps8.scale: 1.025660
    test 557 line 109 toUtmUps8.lat: 75.957631
    test 558 line 109 toUtmUps8.lon: 67.407383
    test 559 line 110 toUtmUps8.easting: 1304934.901841
    test 560 line 110 toUtmUps8.northing: 3604655.155715
    test 561 line 110 toUtmUps8.convergence: 7.343989
    test 562 line 110 toUtmUps8.scale: 1.020672
    test 563 line 110 toUtmUps8.lat: 31.826531
    test 564 line 110 toUtmUps8.lon: 13.731050
    test 565 line 111 toUtmUps8.easting: 1399093.491792
    test 566 line 111 toUtmUps8.northing: 8314607.120342
    test 567 line 111 toUtmUps8.convergence: 38.630161
    test 568 line 111 toUtmUps8.scale: 1.023625
    test 569 line 111 toUtmUps8.lat: 70.542985
    test 570 line 111 toUtmUps8.lon: 40.282055
    test 571 line 112 toUtmUps8.easting: 356983.618540
    test 572 line 112 toUtmUps8.northing: 4282309.048994
    test 573 line 112 toUtmUps8.convergence: 2.561485
    test 574 line 112 toUtmUps8.scale: 1.001170
    test 575 line 112 toUtmUps8.lat: 38.617487
    test 576 line 112 toUtmUps8.lon: 4.099838
    test 577 line 113 toUtmUps8.easting: 9952911.325092  FAILED, KNOWN, expected 9952911.325091
    test 578 line 113 toUtmUps8.northing: 1510288.212230  FAILED, KNOWN, expected 1510288.212229
    test 579 line 113 toUtmUps8.convergence: 12.752154
    test 580 line 113 toUtmUps8.scale: 2.511357
    test 581 line 113 toUtmUps8.lat: 5.389447
    test 582 line 113 toUtmUps8.lon: 66.729612
    test 583 line 114 toUtmUps8.easting: 6367592.504007
    test 584 line 114 toUtmUps8.northing: 1200437.077672
    test 585 line 114 toUtmUps8.convergence: 8.338041
    test 586 line 114 toUtmUps8.scale: 1.546210
    test 587 line 114 toUtmUps8.lat: 6.995168
    test 588 line 114 toUtmUps8.lon: 50.014763
    test 589 line 115 toUtmUps8.easting: 4391263.676460
    test 590 line 115 toUtmUps8.northing: 6325455.989408
    test 591 line 115 toUtmUps8.convergence: 42.653541
    test 592 line 115 toUtmUps8.scale: 1.245560
    test 593 line 115 toUtmUps8.lat: 42.321894
    test 594 line 115 toUtmUps8.lon: 53.784040
    test 595 line 116 toUtmUps8.easting: 6209880.527527
    test 596 line 116 toUtmUps8.northing: 2154754.449747
    test 597 line 116 toUtmUps8.convergence: 14.919512
    test 598 line 116 toUtmUps8.scale: 1.516560
    test 599 line 116 toUtmUps8.lat: 12.698515
    test 600 line 116 toUtmUps8.lon: 50.242047
    test 601 line 117 toUtmUps8.easting: 1507053.688772
    test 602 line 117 toUtmUps8.northing: 6261383.513280
    test 603 line 117 toUtmUps8.convergence: 19.280373
    test 604 line 117 toUtmUps8.scale: 1.027584
    test 605 line 117 toUtmUps8.lat: 54.207636
    test 606 line 117 toUtmUps8.lon: 23.325731
    test 607 line 118 toUtmUps8.easting: 8332725.003777
    test 608 line 118 toUtmUps8.northing: 3002712.329753
    test 609 line 118 toUtmUps8.convergence: 24.059212
    test 610 line 118 toUtmUps8.scale: 1.990450
    test 611 line 118 toUtmUps8.lat: 13.224787
    test 612 line 118 toUtmUps8.lon: 62.426698
    test 613 line 119 toUtmUps8.easting: 3958910.085235
    test 614 line 119 toUtmUps8.northing: 3462284.926102
    test 615 line 119 toUtmUps8.convergence: 18.546398
    test 616 line 119 toUtmUps8.scale: 1.199351
    test 617 line 119 toUtmUps8.lat: 25.650282
    test 618 line 119 toUtmUps8.lon: 37.710391
    test skipped (17): line 120 toUtmUps8.'20.684773383075 82.849734261238 10452892.2820830090734 8000059.6051139389546 71.07524025411428855 2.6501109339363854772'
    test 619 line 121 toUtmUps8.easting: 496148.253731
    test 620 line 121 toUtmUps8.northing: 6388503.365043
    test 621 line 121 toUtmUps8.convergence: 6.970955
    test 622 line 121 toUtmUps8.scale: 1.002620
    test 623 line 121 toUtmUps8.lat: 57.367533
    test 624 line 121 toUtmUps8.lon: 8.260866
    test 625 line 122 toUtmUps8.easting: 7375792.085850
    test 626 line 122 toUtmUps8.northing: 5544624.072155
    test 627 line 122 toUtmUps8.convergence: 44.510851
    test 628 line 122 toUtmUps8.scale: 1.745898
    test 629 line 122 toUtmUps8.lat: 25.958757
    test 630 line 122 toUtmUps8.lon: 65.760477
    test 631 line 123 toUtmUps8.easting: 2826258.041979
    test 632 line 123 toUtmUps8.northing: 5167759.816959
    test 633 line 123 toUtmUps8.convergence: 23.783897
    test 634 line 123 toUtmUps8.scale: 1.099415
    test 635 line 123 toUtmUps8.lat: 41.395848
    test 636 line 123 toUtmUps8.lon: 33.661790
    test 637 line 124 toUtmUps8.easting: 3958563.378851
    test 638 line 124 toUtmUps8.northing: 8499923.231243
    test 639 line 124 toUtmUps8.convergence: 66.570945
    test 640 line 124 toUtmUps8.scale: 1.197296
    test 641 line 124 toUtmUps8.lat: 54.266617
    test 642 line 124 toUtmUps8.lon: 70.602199
    test 643 line 125 toUtmUps8.easting: 4408189.533462
    test 644 line 125 toUtmUps8.northing: 8046312.003642
    test 645 line 125 toUtmUps8.convergence: 62.216959
    test 646 line 125 toUtmUps8.scale: 1.246750
    test 647 line 125 toUtmUps8.lat: 49.840393
    test 648 line 125 toUtmUps8.lon: 68.036728
    test 649 line 126 toUtmUps8.easting: 3629225.627512
    test 650 line 126 toUtmUps8.northing: 6371258.454645
    test 651 line 126 toUtmUps8.convergence: 38.881675
    test 652 line 126 toUtmUps8.scale: 1.165511
    test 653 line 126 toUtmUps8.lat: 46.306035
    test 654 line 126 toUtmUps8.lon: 48.085828
    test 655 line 127 toUtmUps8.easting: 602838.450710
    test 656 line 127 toUtmUps8.northing: 4851370.637205
    test 657 line 127 toUtmUps8.convergence: 5.160395
    test 658 line 127 toUtmUps8.scale: 1.004073
    test 659 line 127 toUtmUps8.lat: 43.570988
    test 660 line 127 toUtmUps8.lon: 7.464494
    test 661 line 128 toUtmUps8.easting: 764616.665051
    test 662 line 128 toUtmUps8.northing: 2164299.337945
    test 663 line 128 toUtmUps8.convergence: 2.429300
    test 664 line 128 toUtmUps8.scale: 1.006835
    test 665 line 128 toUtmUps8.lat: 19.427290
    test 666 line 128 toUtmUps8.lon: 7.268247
    test 667 line 129 toUtmUps8.easting: 5048953.021931
    test 668 line 129 toUtmUps8.northing: 1885974.057398
    test 669 line 129 toUtmUps8.convergence: 11.459804
    test 670 line 129 toUtmUps8.scale: 1.332207
    test 671 line 129 toUtmUps8.lat: 12.713794
    test 672 line 129 toUtmUps8.lon: 42.507018
    test 673 line 130 toUtmUps8.easting: 2293996.601155
    test 674 line 130 toUtmUps8.northing: 2392408.644221
    test 675 line 130 toUtmUps8.convergence: 7.791838
    test 676 line 130 toUtmUps8.scale: 1.065348
    test 677 line 130 toUtmUps8.lat: 20.238782
    test 678 line 130 toUtmUps8.lon: 21.566068
    test 679 line 131 toUtmUps8.easting: 1530603.839418
    test 680 line 131 toUtmUps8.northing: 7287841.459898
    test 681 line 131 toUtmUps8.convergence: 27.502921
    test 682 line 131 toUtmUps8.scale: 1.028416
    test 683 line 131 toUtmUps8.lat: 62.367847
    test 684 line 131 toUtmUps8.lon: 30.438849
    test 685 line 132 toUtmUps8.easting: 2660000.093152
    test 686 line 132 toUtmUps8.northing: 5161982.213248
    test 687 line 132 toUtmUps8.convergence: 22.629836
    test 688 line 132 toUtmUps8.scale: 1.087851
    test 689 line 132 toUtmUps8.lat: 41.891569
    test 690 line 132 toUtmUps8.lon: 31.959547
    test 691 line 133 toUtmUps8.easting: 5037478.329414
    test 692 line 133 toUtmUps8.northing: 8768172.379908
    test 693 line 133 toUtmUps8.convergence: 73.511182
    test 694 line 133 toUtmUps8.scale: 1.325919
    test 695 line 133 toUtmUps8.lat: 47.664248
    test 696 line 133 toUtmUps8.lon: 77.630062
    test 697 line 134 toUtmUps8.easting: 2289650.957799
    test 698 line 134 toUtmUps8.northing: 8784328.593607
    test 699 line 134 toUtmUps8.convergence: 60.786067
    test 700 line 134 toUtmUps8.scale: 1.064346
    test 701 line 134 toUtmUps8.lat: 67.259559
    test 702 line 134 toUtmUps8.lon: 62.715293
    test 703 line 135 toUtmUps8.easting: 647913.889744
    test 704 line 135 toUtmUps8.northing: 6742382.228217
    test 705 line 135 toUtmUps8.convergence: 10.252667
    test 706 line 135 toUtmUps8.scale: 1.004748
    test 707 line 135 toUtmUps8.lat: 60.295381
    test 708 line 135 toUtmUps8.lon: 11.763097
    test 709 line 136 toUtmUps8.easting: 1118372.698566
    test 710 line 136 toUtmUps8.northing: 9040627.942263
    test 711 line 136 toUtmUps8.convergence: 48.936803
    test 712 line 136 toUtmUps8.scale: 1.014920
    test 713 line 136 toUtmUps8.lat: 76.878914
    test 714 line 136 toUtmUps8.lon: 49.685773
    test 715 line 137 toUtmUps8.easting: 440696.510070
    test 716 line 137 toUtmUps8.northing: 5500355.826297
    test 717 line 137 toUtmUps8.convergence: 4.636104
    test 718 line 137 toUtmUps8.scale: 1.001986
    test 719 line 137 toUtmUps8.lat: 49.495349
    test 720 line 137 toUtmUps8.lon: 6.087551
    test 721 line 138 toUtmUps8.easting: 601728.149727
    test 722 line 138 toUtmUps8.northing: 9095352.048149
    test 723 line 138 toUtmUps8.convergence: 33.435771
    test 724 line 138 toUtmUps8.scale: 1.004027
    test 725 line 138 toUtmUps8.lat: 80.297265
    test 726 line 138 toUtmUps8.lon: 33.816372
    test 727 line 139 toUtmUps8.easting: 3481444.777827
    test 728 line 139 toUtmUps8.northing: 291665.708749
    test 729 line 139 toUtmUps8.convergence: 1.314726
    test 730 line 139 toUtmUps8.scale: 1.153534
    test 731 line 139 toUtmUps8.lat: 2.286437
    test 732 line 139 toUtmUps8.lon: 29.855149
    test 733 line 140 toUtmUps8.easting: 3515304.901524
    test 734 line 140 toUtmUps8.northing: 1443981.882918
    test 735 line 140 toUtmUps8.convergence: 6.641638
    test 736 line 140 toUtmUps8.scale: 1.156509
    test 737 line 140 toUtmUps8.lat: 11.264457
    test 738 line 140 toUtmUps8.lon: 30.743907
    test 739 line 141 toUtmUps8.easting: 160012.186959
    test 740 line 141 toUtmUps8.northing: 3922609.253231
    test 741 line 141 toUtmUps8.convergence: 1.022225
    test 742 line 141 toUtmUps8.scale: 0.999916
    test 743 line 141 toUtmUps8.lat: 35.434073
    test 744 line 141 toUtmUps8.lon: 1.762795
    test 745 line 142 toUtmUps8.easting: 4163744.245622
    test 746 line 142 toUtmUps8.northing: 936884.674804
    test 747 line 142 toUtmUps8.convergence: 4.892559
    test 748 line 142 toUtmUps8.scale: 1.222164
    test 749 line 142 toUtmUps8.lat: 6.923695
    test 750 line 142 toUtmUps8.lon: 35.289456
    test 751 line 143 toUtmUps8.easting: 6155200.017926
    test 752 line 143 toUtmUps8.northing: 6926306.628390
    test 753 line 143 toUtmUps8.convergence: 55.103258
    test 754 line 143 toUtmUps8.scale: 1.500556
    test 755 line 143 toUtmUps8.lat: 36.129672
    test 756 line 143 toUtmUps8.lon: 67.533176
    test skipped (18): line 144 toUtmUps8.'4.406528980638 81.965734206053 16263383.2854400911299 3591296.7313406507021 36.040254103487111035 6.58928781751888396522'
    test skipped (19): line 145 toUtmUps8.'8.474589009114 81.129945130597 14220995.5153984992101 5100587.4575033509156 47.314258427760984573 4.69320221531225352172'
    test 757 line 146 toUtmUps8.easting: 3173034.802372
    test 758 line 146 toUtmUps8.northing: 7263421.942957
    test 759 line 146 toUtmUps8.convergence: 45.215808
    test 760 line 146 toUtmUps8.scale: 1.125410
    test 761 line 146 toUtmUps8.lat: 53.907276
    test 762 line 146 toUtmUps8.lon: 51.252904
    test skipped (20): line 147 toUtmUps8.'22.120544817855 85.756781608119 10253274.0922039670098 8867574.2997916978265 79.198250285604314115 2.57237240666878171579'
    test 763 line 148 toUtmUps8.easting: 2415561.483230
    test 764 line 148 toUtmUps8.northing: 8813225.217097
    test 765 line 148 toUtmUps8.convergence: 62.548978
    test 766 line 148 toUtmUps8.scale: 1.071748
    test 767 line 148 toUtmUps8.lat: 66.444100
    test 768 line 148 toUtmUps8.lon: 64.532960
    test 769 line 149 toUtmUps8.easting: 9589179.293294  FAILED, KNOWN, expected 9589179.293295
    test 770 line 149 toUtmUps8.northing: 1777680.784144  FAILED, KNOWN, expected 1777680.784143
    test 771 line 149 toUtmUps8.convergence: 14.838483
    test 772 line 149 toUtmUps8.scale: 2.380716
    test 773 line 149 toUtmUps8.lat: 6.670965
    test 774 line 149 toUtmUps8.lon: 65.660408
    test 775 line 150 toUtmUps8.easting: 727939.438391
    test 776 line 150 toUtmUps8.northing: 3684363.236810
    test 777 line 150 toUtmUps8.convergence: 4.266227
    test 778 line 150 toUtmUps8.scale: 1.006140
    test 779 line 150 toUtmUps8.lat: 33.054057
    test 780 line 150 toUtmUps8.lon: 7.787458
    test 781 line 151 toUtmUps8.easting: 1250765.991085
    test 782 line 151 toUtmUps8.northing: 792869.242719
    test 783 line 151 toUtmUps8.convergence: 1.396497
    test 784 line 151 toUtmUps8.scale: 1.019026
    test 785 line 151 toUtmUps8.lat: 7.035525
    test 786 line 151 toUtmUps8.lon: 11.253707
    test 787 line 152 toUtmUps8.easting: 710421.705887
    test 788 line 152 toUtmUps8.northing: 5019406.075928
    test 789 line 152 toUtmUps8.convergence: 6.393949
    test 790 line 152 toUtmUps8.scale: 1.005812
    test 791 line 152 toUtmUps8.lat: 44.971340
    test 792 line 152 toUtmUps8.lon: 9.009304
    test 793 line 153 toUtmUps8.easting: 4600995.074643
    test 794 line 153 toUtmUps8.northing: 4505712.084593
    test 795 line 153 toUtmUps8.convergence: 27.997458
    test 796 line 153 toUtmUps8.scale: 1.271841
    test 797 line 153 toUtmUps8.lat: 30.821397
    test 798 line 153 toUtmUps8.lon: 45.970577
    test 799 line 154 toUtmUps8.easting: 557642.627782
    test 800 line 154 toUtmUps8.northing: 7006911.251644
    test 801 line 154 toUtmUps8.convergence: 9.769903
    test 802 line 154 toUtmUps8.scale: 1.003411
    test 803 line 154 toUtmUps8.lat: 62.763886
    test 804 line 154 toUtmUps8.lon: 10.960144
    test 805 line 155 toUtmUps8.easting: 4635062.294291
    test 806 line 155 toUtmUps8.northing: 2702556.153311
    test 807 line 155 toUtmUps8.convergence: 15.779547
    test 808 line 155 toUtmUps8.scale: 1.277178
    test 809 line 155 toUtmUps8.lat: 18.888611
    test 810 line 155 toUtmUps8.lon: 41.009871
    test skipped (21): line 156 toUtmUps8.'7.524119461376 81.050715469439 14554962.2559189870471 4716639.9085720199214 44.192751352918149954 4.96001986321419027847'
    test 811 line 157 toUtmUps8.easting: 882126.661736
    test 812 line 157 toUtmUps8.northing: 7947612.369506
    test 813 line 157 toUtmUps8.convergence: 22.429487
    test 814 line 157 toUtmUps8.scale: 1.009132
    test 815 line 157 toUtmUps8.lat: 70.063902
    test 816 line 157 toUtmUps8.lon: 23.705255
    test skipped (22): line 158 toUtmUps8.'3.556525834215 88.363529198819 20262021.6459832969292 8113827.8207957955275 76.936057264555500879 10.34909168211805703369'
    test 817 line 159 toUtmUps8.easting: 6500508.399850
    test 818 line 159 toUtmUps8.northing: 6956476.342368
    test 819 line 159 toUtmUps8.convergence: 56.237116
    test 820 line 159 toUtmUps8.scale: 1.563162
    test 821 line 159 toUtmUps8.lat: 34.551257
    test 822 line 159 toUtmUps8.lon: 69.111091
    test 823 line 160 toUtmUps8.easting: 3884036.641314
    test 824 line 160 toUtmUps8.northing: 6890167.411733
    test 825 line 160 toUtmUps8.convergence: 45.760130
    test 826 line 160 toUtmUps8.scale: 1.190167
    test 827 line 160 toUtmUps8.lat: 47.929051
    test 828 line 160 toUtmUps8.lon: 54.103418
    test 829 line 161 toUtmUps8.easting: 217855.546078
    test 830 line 161 toUtmUps8.northing: 6184108.122568
    test 831 line 161 toUtmUps8.convergence: 2.870993
    test 832 line 161 toUtmUps8.scale: 1.000182
    test 833 line 161 toUtmUps8.lat: 55.753536
    test 834 line 161 toUtmUps8.lon: 3.471798
    test skipped (23): line 162 toUtmUps8.'18.530847071862 86.555312055898 11384139.290401676268 8893889.9495562311576 79.77485364572019046 3.02467156922968230025'
    test 835 line 163 toUtmUps8.easting: 3469855.989805
    test 836 line 163 toUtmUps8.northing: 7723193.799228
    test 837 line 163 toUtmUps8.convergence: 53.114700
    test 838 line 163 toUtmUps8.scale: 1.150540
    test 839 line 163 toUtmUps8.lat: 54.510125
    test 840 line 163 toUtmUps8.lon: 58.556056
    test skipped (24): line 164 toUtmUps8.'42.864161881687 84.866325602975 5926165.994939154109 9385463.7327467371322 82.506981261616342016 1.45975761947329382411'
    test 841 line 165 toUtmUps8.easting: 5798639.662224
    test 842 line 165 toUtmUps8.northing: 5305387.640916
    test 843 line 165 toUtmUps8.convergence: 38.617257
    test 844 line 165 toUtmUps8.scale: 1.442263
    test 845 line 165 toUtmUps8.lat: 30.911943
    test 846 line 165 toUtmUps8.lon: 57.114102
    test 847 line 166 toUtmUps8.easting: 9464.934388
    test 848 line 166 toUtmUps8.northing: 6489121.624944
    test 849 line 166 toUtmUps8.convergence: 0.138696
    test 850 line 166 toUtmUps8.scale: 0.999601
    test 851 line 166 toUtmUps8.lat: 58.542493
    test 852 line 166 toUtmUps8.lon: 0.162593
    test skipped (25): line 167 toUtmUps8.'15.022689088683 85.792615487152 12575834.2756139069875 8356610.8954857643175 75.235223160840771295 3.59944161831319404851'
    test 853 line 168 toUtmUps8.easting: 2719653.543469
    test 854 line 168 toUtmUps8.northing: 9362389.163495
    test 855 line 168 toUtmUps8.convergence: 76.049670
    test 856 line 168 toUtmUps8.scale: 1.091315
    test 857 line 168 toUtmUps8.lat: 65.692275
    test 858 line 168 toUtmUps8.lon: 77.241377
    test 859 line 169 toUtmUps8.easting: 4845341.924698
    test 860 line 169 toUtmUps8.northing: 8710522.326901
    test 861 line 169 toUtmUps8.convergence: 72.320942
    test 862 line 169 toUtmUps8.scale: 1.300382
    test 863 line 169 toUtmUps8.lat: 48.806211
    test 864 line 169 toUtmUps8.lon: 76.486365
    test skipped (26): line 170 toUtmUps8.'56.436024794624 82.61156798689 3935261.5227628794258 9454271.6490618694486 81.162334302626197333 1.19476734082123451158'
    test 865 line 171 toUtmUps8.easting: 7074299.823000
    test 866 line 171 toUtmUps8.northing: 1648736.065055
    test 867 line 171 toUtmUps8.convergence: 12.145925
    test 868 line 171 toUtmUps8.scale: 1.687551
    test 869 line 171 toUtmUps8.lat: 8.766053
    test 870 line 171 toUtmUps8.lon: 54.367539
    test 871 line 172 toUtmUps8.easting: 3689072.579308
    test 872 line 172 toUtmUps8.northing: 2230802.665211
    test 873 line 172 toUtmUps8.convergence: 10.856248
    test 874 line 172 toUtmUps8.scale: 1.172689
    test 875 line 172 toUtmUps8.lat: 17.095495
    test 876 line 172 toUtmUps8.lon: 33.059128
    test 877 line 173 toUtmUps8.easting: 8102565.885587
    test 878 line 173 toUtmUps8.northing: 5167396.617580
    test 879 line 173 toUtmUps8.convergence: 42.324886
    test 880 line 173 toUtmUps8.scale: 1.921927
    test 881 line 173 toUtmUps8.lat: 22.142861
    test 882 line 173 toUtmUps8.lon: 67.200684
    test 883 line 174 toUtmUps8.easting: 8181271.353564
    test 884 line 174 toUtmUps8.northing: 4425436.547185
    test 885 line 174 toUtmUps8.convergence: 35.900845
    test 886 line 174 toUtmUps8.scale: 1.945017
    test 887 line 174 toUtmUps8.lat: 19.222623
    test 888 line 174 toUtmUps8.lon: 65.180785
    test 889 line 175 toUtmUps8.easting: 767067.394003
    test 890 line 175 toUtmUps8.northing: 3701745.857296
    test 891 line 175 toUtmUps8.convergence: 4.519201
    test 892 line 175 toUtmUps8.scale: 1.006863
    test 893 line 175 toUtmUps8.lat: 33.182474
    test 894 line 175 toUtmUps8.lon: 8.216952
    test 895 line 176 toUtmUps8.easting: 6688114.168572
    test 896 line 176 toUtmUps8.northing: 2052857.299639
    test 897 line 176 toUtmUps8.convergence: 14.766191
    test 898 line 176 toUtmUps8.scale: 1.607200
    test 899 line 176 toUtmUps8.lat: 11.417963
    test 900 line 176 toUtmUps8.lon: 52.808691
    test 901 line 177 toUtmUps8.easting: 5608408.773761
    test 902 line 177 toUtmUps8.northing: 3859055.659110
    test 903 line 177 toUtmUps8.convergence: 26.244151
    test 904 line 177 toUtmUps8.scale: 1.413463
    test 905 line 177 toUtmUps8.lat: 23.836688
    test 906 line 177 toUtmUps8.lon: 50.500180
    test 907 line 178 toUtmUps8.easting: 3836942.765275
    test 908 line 178 toUtmUps8.northing: 6415467.634326
    test 909 line 178 toUtmUps8.convergence: 40.575885
    test 910 line 178 toUtmUps8.scale: 1.185615
    test 911 line 178 toUtmUps8.lat: 45.550020
    test 912 line 178 toUtmUps8.lon: 50.148036
    test 913 line 179 toUtmUps8.easting: 1298730.366025
    test 914 line 179 toUtmUps8.northing: 6021453.000792
    test 915 line 179 toUtmUps8.convergence: 15.613320
    test 916 line 179 toUtmUps8.scale: 1.020367
    test 917 line 179 toUtmUps8.lat: 52.746079
    test 918 line 179 toUtmUps8.lon: 19.343926
    test 919 line 180 toUtmUps8.easting: 416934.289208
    test 920 line 180 toUtmUps8.northing: 7295683.451705
    test 921 line 180 toUtmUps8.convergence: 8.238232
    test 922 line 180 toUtmUps8.scale: 1.001729
    test 923 line 180 toUtmUps8.lat: 65.513348
    test 924 line 180 toUtmUps8.lon: 9.039529
    test 925 line 181 toUtmUps8.easting: 4336076.850889
    test 926 line 181 toUtmUps8.northing: 7617975.722779
    test 927 line 181 toUtmUps8.convergence: 56.537088
    test 928 line 181 toUtmUps8.scale: 1.238582
    test 929 line 181 toUtmUps8.lat: 48.709795
    test 930 line 181 toUtmUps8.lon: 63.554005
    test 931 line 182 toUtmUps8.easting: 168047.336980
    test 932 line 182 toUtmUps8.northing: 2185000.046530
    test 933 line 182 toUtmUps8.convergence: 0.542187
    test 934 line 182 toUtmUps8.scale: 0.999949
    test 935 line 182 toUtmUps8.lat: 19.753509
    test 936 line 182 toUtmUps8.lon: 1.603846
    test 937 line 183 toUtmUps8.easting: 8276281.328790
    test 938 line 183 toUtmUps8.northing: 263444.350545
    test 939 line 183 toUtmUps8.convergence: 2.071435
    test 940 line 183 toUtmUps8.scale: 1.980314
    test 941 line 183 toUtmUps8.lat: 1.202816
    test 942 line 183 toUtmUps8.lon: 59.377276
    test 943 line 184 toUtmUps8.easting: 4772573.810710
    test 944 line 184 toUtmUps8.northing: 6765710.336002
    test 945 line 184 toUtmUps8.convergence: 48.857561
    test 946 line 184 toUtmUps8.scale: 1.291911
    test 947 line 184 toUtmUps8.lat: 42.564975
    test 948 line 184 toUtmUps8.lon: 59.356947
    test 949 line 185 toUtmUps8.easting: 5427755.074639
    test 950 line 185 toUtmUps8.northing: 1556055.820924
    test 951 line 185 toUtmUps8.convergence: 9.862178
    test 952 line 185 toUtmUps8.scale: 1.387394
    test 953 line 185 toUtmUps8.lat: 10.090572
    test 954 line 185 toUtmUps8.lon: 44.604132
    test 955 line 186 toUtmUps8.easting: 11588458.616240  FAILED, KNOWN, expected 11588458.616041
    test 956 line 186 toUtmUps8.northing: 5707993.922683  FAILED, KNOWN, expected 5707993.922613
    test 957 line 186 toUtmUps8.convergence: 50.784827
    test 958 line 186 toUtmUps8.scale: 3.149567
    test 959 line 186 toUtmUps8.lat: 14.133028
    test 960 line 186 toUtmUps8.lon: 78.097533
    test 961 line 187 toUtmUps8.easting: 7152433.802688
    test 962 line 187 toUtmUps8.northing: 761390.695844
    test 963 line 187 toUtmUps8.convergence: 5.607350
    test 964 line 187 toUtmUps8.scale: 1.705261
    test 965 line 187 toUtmUps8.lat: 4.031123
    test 966 line 187 toUtmUps8.lon: 54.048782
    test 967 line 188 toUtmUps8.easting: 3105651.390901
    test 968 line 188 toUtmUps8.northing: 9426026.169064
    test 969 line 188 toUtmUps8.convergence: 78.750206
    test 970 line 188 toUtmUps8.scale: 1.119737
    test 971 line 188 toUtmUps8.lat: 62.746603
    test 972 line 188 toUtmUps8.lon: 79.968641
    test 973 line 189 toUtmUps8.easting: 2959009.639022
    test 974 line 189 toUtmUps8.northing: 8339242.269282
    test 975 line 189 toUtmUps8.convergence: 58.460865
    test 976 line 189 toUtmUps8.scale: 1.108554
    test 977 line 189 toUtmUps8.lat: 60.626429
    test 978 line 189 toUtmUps8.lon: 61.851551
    test 979 line 190 toUtmUps8.easting: 8640472.267145
    test 980 line 190 toUtmUps8.northing: 6230320.417931
    test 981 line 190 toUtmUps8.convergence: 52.816810
    test 982 line 190 toUtmUps8.scale: 2.062973
    test 983 line 190 toUtmUps8.lat: 23.600626
    test 984 line 190 toUtmUps8.lon: 72.811634
    test 985 line 191 toUtmUps8.easting: 811352.108932
    test 986 line 191 toUtmUps8.northing: 9816129.813481
    test 987 line 191 toUtmUps8.convergence: 77.299184
    test 988 line 191 toUtmUps8.scale: 1.007651
    test 989 line 191 toUtmUps8.lat: 82.572236
    test 990 line 191 toUtmUps8.lon: 77.402323
    test 991 line 192 toUtmUps8.easting: 6521874.973458
    test 992 line 192 toUtmUps8.northing: 1053612.479744
    test 993 line 192 toUtmUps8.convergence: 7.407328
    test 994 line 192 toUtmUps8.scale: 1.575529
    test 995 line 192 toUtmUps8.lat: 6.030051
    test 996 line 192 toUtmUps8.lon: 50.783505
    test 997 line 193 toUtmUps8.easting: 3477983.997875
    test 998 line 193 toUtmUps8.northing: 5651613.325947
    test 999 line 193 toUtmUps8.convergence: 31.530673
    test 1000 line 193 toUtmUps8.scale: 1.151875
    test 1001 line 193 toUtmUps8.lat: 42.411523
    test 1002 line 193 toUtmUps8.lon: 42.258009
    test 1003 line 194 toUtmUps8.easting: 629892.822243
    test 1004 line 194 toUtmUps8.northing: 3283914.910451
    test 1005 line 194 toUtmUps8.convergence: 3.210482
    test 1006 line 194 toUtmUps8.scale: 1.004499
    test 1007 line 194 toUtmUps8.lat: 29.526120
    test 1008 line 194 toUtmUps8.lon: 6.493069
    test 1009 line 195 toUtmUps8.easting: 3381879.687227
    test 1010 line 195 toUtmUps8.northing: 5103629.325665
    test 1011 line 195 toUtmUps8.convergence: 26.748108
    test 1012 line 195 toUtmUps8.scale: 1.143559
    test 1013 line 195 toUtmUps8.lat: 39.021853
    test 1014 line 195 toUtmUps8.lon: 38.641779
    test 1015 line 196 toUtmUps8.easting: 2815986.534177
    test 1016 line 196 toUtmUps8.northing: 9387029.120718
    test 1017 line 196 toUtmUps8.convergence: 76.967262
    test 1018 line 196 toUtmUps8.scale: 1.098032
    test 1019 line 196 toUtmUps8.lat: 64.971850
    test 1020 line 196 toUtmUps8.lon: 78.151893
    test 1021 line 197 toUtmUps8.easting: 3398195.889603
    test 1022 line 197 toUtmUps8.northing: 9138936.031490
    test 1023 line 197 toUtmUps8.convergence: 74.477499
    test 1024 line 197 toUtmUps8.scale: 1.144009
    test 1025 line 197 toUtmUps8.lat: 59.961819
    test 1026 line 197 toUtmUps8.lon: 76.473422
    test 1027 line 198 toUtmUps8.easting: 2421734.754637
    test 1028 line 198 toUtmUps8.northing: 5002372.094991
    test 1029 line 198 toUtmUps8.convergence: 20.017082
    test 1030 line 198 toUtmUps8.scale: 1.072592
    test 1031 line 198 toUtmUps8.lat: 41.374040
    test 1032 line 198 toUtmUps8.lon: 28.848343
    test 1033 line 199 toUtmUps8.easting: 2360869.895525
    test 1034 line 199 toUtmUps8.northing: 9553298.449536
    test 1035 line 199 toUtmUps8.convergence: 78.848205
    test 1036 line 199 toUtmUps8.scale: 1.068453
    test 1037 line 199 toUtmUps8.lat: 68.946087
    test 1038 line 199 toUtmUps8.lon: 79.574523
    test skipped (27): line 200 toUtmUps8.'79.275096210569 83.551272329394 1196539.9721941076965 9861920.8362302532842 83.437668440198132309 1.01713723718699411107'
    test 1039 line 201 toUtmUps8.easting: 1327758.704795
    test 1040 line 201 toUtmUps8.northing: 2375509.241683
    test 1041 line 201 toUtmUps8.convergence: 4.617572
    test 1042 line 201 toUtmUps8.scale: 1.021465
    test 1043 line 201 toUtmUps8.lat: 21.000252
    test 1044 line 201 toUtmUps8.lon: 12.697444
    test 1045 line 202 toUtmUps8.easting: 2070860.327644
    test 1046 line 202 toUtmUps8.northing: 8604500.719581
    test 1047 line 202 toUtmUps8.convergence: 54.722761
    test 1048 line 202 toUtmUps8.scale: 1.052469
    test 1049 line 202 toUtmUps8.lat: 68.015227
    test 1050 line 202 toUtmUps8.lon: 56.732419
    test 1051 line 203 toUtmUps8.easting: 6564776.654864
    test 1052 line 203 toUtmUps8.northing: 8171207.177379
    test 1053 line 203 toUtmUps8.convergence: 69.237523
    test 1054 line 203 toUtmUps8.scale: 1.573894
    test 1055 line 203 toUtmUps8.lat: 37.423675
    test 1056 line 203 toUtmUps8.lon: 76.947359
    test 1057 line 204 toUtmUps8.easting: 592653.553821
    test 1058 line 204 toUtmUps8.northing: 6125529.810052
    test 1059 line 204 toUtmUps8.convergence: 7.600785
    test 1060 line 204 toUtmUps8.scale: 1.003912
    test 1061 line 204 toUtmUps8.lat: 54.922707
    test 1062 line 204 toUtmUps8.lon: 9.260818
    test 1063 line 205 toUtmUps8.easting: 693459.671821
    test 1064 line 205 toUtmUps8.northing: 6943779.991032
    test 1065 line 205 toUtmUps8.convergence: 11.787587
    test 1066 line 205 toUtmUps8.scale: 1.005496
    test 1067 line 205 toUtmUps8.lat: 61.982810
    test 1068 line 205 toUtmUps8.lon: 13.299659
    test 1069 line 206 toUtmUps8.easting: 1838956.187625
    test 1070 line 206 toUtmUps8.northing: 3511959.612381
    test 1071 line 206 toUtmUps8.convergence: 9.844313
    test 1072 line 206 toUtmUps8.scale: 1.041603
    test 1073 line 206 toUtmUps8.lat: 30.324214
    test 1074 line 206 toUtmUps8.lon: 18.959769
    test 1075 line 207 toUtmUps8.easting: 4460690.884597
    test 1076 line 207 toUtmUps8.northing: 5541873.235403
    test 1077 line 207 toUtmUps8.convergence: 35.768613
    test 1078 line 207 toUtmUps8.scale: 1.254179
    test 1079 line 207 toUtmUps8.lat: 37.629667
    test 1080 line 207 toUtmUps8.lon: 49.649131
    test 1081 line 208 toUtmUps8.easting: 2311168.998941
    test 1082 line 208 toUtmUps8.northing: 9480561.869119
    test 1083 line 208 toUtmUps8.convergence: 76.828257
    test 1084 line 208 toUtmUps8.scale: 1.065556
    test 1085 line 208 toUtmUps8.lat: 69.225574
    test 1086 line 208 toUtmUps8.lon: 77.656135
    test 1087 line 209 toUtmUps8.easting: 4111775.114451
    test 1088 line 209 toUtmUps8.northing: 6509014.348792
    test 1089 line 209 toUtmUps8.convergence: 43.052130
    test 1090 line 209 toUtmUps8.scale: 1.214125
    test 1091 line 209 toUtmUps8.lat: 44.698478
    test 1092 line 209 toUtmUps8.lon: 52.979304
    test 1093 line 210 toUtmUps8.easting: 75358.261962
    test 1094 line 210 toUtmUps8.northing: 7711258.662251
    test 1095 line 210 toUtmUps8.convergence: 1.806297
    test 1096 line 210 toUtmUps8.scale: 0.999669
    test 1097 line 210 toUtmUps8.lat: 69.499594
    test 1098 line 210 toUtmUps8.lon: 1.928336
    test skipped (28): line 211 toUtmUps8.'27.981363604998 86.061112755721 8781885.2291162503299 9184776.4522114918448 81.795538514711932534 2.09490761781464961377'
    test 1099 line 212 toUtmUps8.easting: 954378.415174
    test 1100 line 212 toUtmUps8.northing: 7449110.669807
    test 1101 line 212 toUtmUps8.convergence: 19.380657
    test 1102 line 212 toUtmUps8.scale: 1.010768
    test 1103 line 212 toUtmUps8.lat: 65.699839
    test 1104 line 212 toUtmUps8.lon: 21.104725
    test 1105 line 213 toUtmUps8.easting: 720971.793706
    test 1106 line 213 toUtmUps8.northing: 5265195.121555
    test 1107 line 213 toUtmUps8.convergence: 7.002995
    test 1108 line 213 toUtmUps8.scale: 1.005995
    test 1109 line 213 toUtmUps8.lat: 47.143648
    test 1110 line 213 toUtmUps8.lon: 9.512189
    test 1111 line 214 toUtmUps8.easting: 561561.493937
    test 1112 line 214 toUtmUps8.northing: 989910.236221
    test 1113 line 214 toUtmUps8.convergence: 0.793118
    test 1114 line 214 toUtmUps8.scale: 1.003505
    test 1115 line 214 toUtmUps8.lat: 8.920167
    test 1116 line 214 toUtmUps8.lon: 5.101513
    test 1117 line 215 toUtmUps8.easting: 3446829.634468
    test 1118 line 215 toUtmUps8.northing: 9232868.155664
    test 1119 line 215 toUtmUps8.convergence: 76.279075
    test 1120 line 215 toUtmUps8.scale: 1.148263
    test 1121 line 215 toUtmUps8.lat: 59.778971
    test 1122 line 215 toUtmUps8.lon: 78.080322
    test skipped (29): line 216 toUtmUps8.'55.865310107291 87.384288430943 4048307.5459092527942 9800416.4229977935137 86.843918034217523739 1.20649504624906774925'
    test 1123 line 217 toUtmUps8.easting: 8973188.480293
    test 1124 line 217 toUtmUps8.northing: 7042230.087021
    test 1125 line 217 toUtmUps8.convergence: 60.872456
    test 1126 line 217 toUtmUps8.scale: 2.156098
    test 1127 line 217 toUtmUps8.lat: 24.310973
    test 1128 line 217 toUtmUps8.lon: 76.823777
    test 1129 line 218 toUtmUps8.easting: 126314.191618
    test 1130 line 218 toUtmUps8.northing: 396006.687921
    test 1131 line 218 toUtmUps8.convergence: 0.071065
    test 1132 line 218 toUtmUps8.scale: 0.999798
    test 1133 line 218 toUtmUps8.lat: 3.582041
    test 1134 line 218 toUtmUps8.lon: 1.137286
    test 1135 line 219 toUtmUps8.easting: 5247652.345647
    test 1136 line 219 toUtmUps8.northing: 8670513.359752
    test 1137 line 219 toUtmUps8.convergence: 72.700498
    test 1138 line 219 toUtmUps8.scale: 1.355272
    test 1139 line 219 toUtmUps8.lat: 46.124233
    test 1140 line 219 toUtmUps8.lon: 77.313118
    test skipped (30): line 220 toUtmUps8.'31.17139056295 87.104503768139 8103656.8381187232079 9469794.014736839373 84.490673011906282841 1.91216400164486142107'
    test 1141 line 221 toUtmUps8.easting: 6300112.758236
    test 1142 line 221 toUtmUps8.northing: 93835.917364
    test 1143 line 221 toUtmUps8.convergence: 0.644805
    test 1144 line 221 toUtmUps8.scale: 1.534073
    test 1145 line 221 toUtmUps8.lat: 0.553171
    test 1146 line 221 toUtmUps8.lon: 49.117104
    test 1147 line 222 toUtmUps8.easting: 3894813.593782
    test 1148 line 222 toUtmUps8.northing: 4833832.341027
    test 1149 line 222 toUtmUps8.convergence: 27.453298
    test 1150 line 222 toUtmUps8.scale: 1.192135
    test 1151 line 222 toUtmUps8.lat: 35.361587
    test 1152 line 222 toUtmUps8.lon: 41.860599
    test 1153 line 223 toUtmUps8.easting: 402511.346712
    test 1154 line 223 toUtmUps8.northing: 3520621.561911
    test 1155 line 223 toUtmUps8.convergence: 2.238474
    test 1156 line 223 toUtmUps8.scale: 1.001599
    test 1157 line 223 toUtmUps8.lat: 31.750314
    test 1158 line 223 toUtmUps8.lon: 4.248167
    test 1159 line 224 toUtmUps8.easting: 5357378.503148
    test 1160 line 224 toUtmUps8.northing: 2772997.602234
    test 1161 line 224 toUtmUps8.convergence: 17.823560
    test 1162 line 224 toUtmUps8.scale: 1.376031
    test 1163 line 224 toUtmUps8.lat: 17.924336
    test 1164 line 224 toUtmUps8.lon: 46.096402
    test 1165 line 225 toUtmUps8.easting: 2807553.985866
    test 1166 line 225 toUtmUps8.northing: 8177847.980275
    test 1167 line 225 toUtmUps8.convergence: 54.680045
    test 1168 line 225 toUtmUps8.scale: 1.097531
    test 1169 line 225 toUtmUps8.lat: 60.931488
    test 1170 line 225 toUtmUps8.lon: 58.221214
    test skipped (31): line 226 toUtmUps8.'5.358150979521 87.556213284144 18289045.16650076146 7792942.3396035398889 73.216494415207315628 8.09800850850277481729'
    test skipped (32): line 227 toUtmUps8.'28.616673489124 80.452426461437 8376822.4595378634541 8128174.6238782329989 70.920116640676321501 1.98487312027093768388'
    test 1171 line 228 toUtmUps8.easting: 11898068.352950  FAILED, KNOWN, expected 11898068.353272
    test 1172 line 228 toUtmUps8.northing: 4772439.493355  FAILED, KNOWN, expected 4772439.493697
    test 1173 line 228 toUtmUps8.convergence: 42.613968
    test 1174 line 228 toUtmUps8.scale: 3.314412
    test 1175 line 228 toUtmUps8.lat: 11.709763
    test 1176 line 228 toUtmUps8.lon: 76.760295
    test 1177 line 229 toUtmUps8.easting: 10550946.939052  FAILED, KNOWN, expected 10550946.939050
    test 1178 line 229 toUtmUps8.northing: 3851968.815305  FAILED, KNOWN, expected 3851968.815295
    test 1179 line 229 toUtmUps8.convergence: 33.383025
    test 1180 line 229 toUtmUps8.scale: 2.724754
    test 1181 line 229 toUtmUps8.lat: 12.009498
    test 1182 line 229 toUtmUps8.lon: 71.782351
    test skipped (33): line 230 toUtmUps8.'37.62978386356 85.795687334213 6828299.1236065501034 9394803.2274626281036 83.181386462369626591 1.62435875189611017521'
    test 1183 line 231 toUtmUps8.easting: 11162550.334001  FAILED, KNOWN, expected 11162550.334022
    test 1184 line 231 toUtmUps8.northing: 2640267.279546  FAILED, KNOWN, expected 2640267.279593
    test 1185 line 231 toUtmUps8.convergence: 23.145404
    test 1186 line 231 toUtmUps8.scale: 2.998408
    test 1187 line 231 toUtmUps8.lat: 7.721128
    test 1188 line 231 toUtmUps8.lon: 71.662731
    test 1189 line 232 toUtmUps8.easting: 4411584.447941
    test 1190 line 232 toUtmUps8.northing: 4956173.694407
    test 1191 line 232 toUtmUps8.convergence: 30.713919
    test 1192 line 232 toUtmUps8.scale: 1.248736
    test 1193 line 232 toUtmUps8.lat: 34.295026
    test 1194 line 232 toUtmUps8.lon: 46.442191
    test 1195 line 233 toUtmUps8.easting: 672108.897905
    test 1196 line 233 toUtmUps8.northing: 4751554.657054
    test 1197 line 233 toUtmUps8.convergence: 5.569178
    test 1198 line 233 toUtmUps8.scale: 1.005162
    test 1199 line 233 toUtmUps8.lat: 42.622496
    test 1200 line 233 toUtmUps8.lon: 8.193605
    test 1201 line 234 toUtmUps8.easting: 5022964.290579
    test 1202 line 234 toUtmUps8.northing: 6860418.199502
    test 1203 line 234 toUtmUps8.convergence: 50.862230
    test 1204 line 234 toUtmUps8.scale: 1.324925
    test 1205 line 234 toUtmUps8.lat: 41.667780
    test 1206 line 234 toUtmUps8.lon: 61.518288
    test 1207 line 235 toUtmUps8.easting: 1669655.595207
    test 1208 line 235 toUtmUps8.northing: 4152086.537021
    test 1209 line 235 toUtmUps8.convergence: 11.110237
    test 1210 line 235 toUtmUps8.scale: 1.034138
    test 1211 line 235 toUtmUps8.lat: 36.060369
    test 1212 line 235 toUtmUps8.lon: 18.444112
    test 1213 line 236 toUtmUps8.easting: 6055876.729655
    test 1214 line 236 toUtmUps8.northing: 4896837.552619
    test 1215 line 236 toUtmUps8.convergence: 35.799747
    test 1216 line 236 toUtmUps8.scale: 1.485967
    test 1217 line 236 toUtmUps8.lat: 27.948091
    test 1218 line 236 toUtmUps8.lon: 56.816429
    test 1219 line 237 toUtmUps8.easting: 1209214.164379
    test 1220 line 237 toUtmUps8.northing: 7266409.859178
    test 1221 line 237 toUtmUps8.convergence: 22.319633
    test 1222 line 237 toUtmUps8.scale: 1.017554
    test 1223 line 237 toUtmUps8.lat: 63.386030
    test 1224 line 237 toUtmUps8.lon: 24.662716
    test 1225 line 238 toUtmUps8.easting: 5154564.559584
    test 1226 line 238 toUtmUps8.northing: 698118.349975
    test 1227 line 238 toUtmUps8.convergence: 4.242360
    test 1228 line 238 toUtmUps8.scale: 1.347481
    test 1229 line 238 toUtmUps8.lat: 4.680922
    test 1230 line 238 toUtmUps8.lon: 42.114426
    test 1231 line 239 toUtmUps8.easting: 2695149.806543
    test 1232 line 239 toUtmUps8.northing: 8208197.765605
    test 1233 line 239 toUtmUps8.convergence: 54.178615
    test 1234 line 239 toUtmUps8.scale: 1.089730
    test 1235 line 239 toUtmUps8.lat: 61.826625
    test 1236 line 239 toUtmUps8.lon: 57.525096
    test 1237 line 240 toUtmUps8.easting: 3394792.327820
    test 1238 line 240 toUtmUps8.northing: 3217583.415552
    test 1239 line 240 toUtmUps8.convergence: 15.165863
    test 1240 line 240 toUtmUps8.scale: 1.145285
    test 1241 line 240 toUtmUps8.lat: 25.104353
    test 1242 line 240 toUtmUps8.lon: 32.528660
    test 1243 line 241 toUtmUps8.easting: 1429160.966985
    test 1244 line 241 toUtmUps8.northing: 8212685.362032
    test 1245 line 241 toUtmUps8.convergence: 37.484904
    test 1246 line 241 toUtmUps8.scale: 1.024676
    test 1247 line 241 toUtmUps8.lat: 69.678351
    test 1248 line 241 toUtmUps8.lon: 39.275513
    test skipped (34): line 242 toUtmUps8.'29.671383681805 84.19659549085 8343387.9980651104898 8885196.9545780118644 78.561937382568633298 1.97473261886829061763'
    test 1249 line 243 toUtmUps8.easting: 1990722.928606
    test 1250 line 243 toUtmUps8.northing: 7569202.065162
    test 1251 line 243 toUtmUps8.convergence: 37.075276
    test 1252 line 243 toUtmUps8.scale: 1.048486
    test 1253 line 243 toUtmUps8.lat: 62.300208
    test 1254 line 243 toUtmUps8.lon: 40.474051
    test 1255 line 244 toUtmUps8.easting: 1554980.099559
    test 1256 line 244 toUtmUps8.northing: 1449423.919586
    test 1257 line 244 toUtmUps8.convergence: 3.188328
    test 1258 line 244 toUtmUps8.scale: 1.029664
    test 1259 line 244 toUtmUps8.lat: 12.721776
    test 1260 line 244 toUtmUps8.lon: 14.190003
    test 1261 line 245 toUtmUps8.easting: 785205.450196
    test 1262 line 245 toUtmUps8.northing: 5575158.423096
    test 1263 line 245 toUtmUps8.convergence: 8.388417
    test 1264 line 245 toUtmUps8.scale: 1.007181
    test 1265 line 245 toUtmUps8.lat: 49.811296
    test 1266 line 245 toUtmUps8.lon: 10.925011
    test 1267 line 246 toUtmUps8.easting: 3310405.988313
    test 1268 line 246 toUtmUps8.northing: 5955022.233881
    test 1269 line 246 toUtmUps8.convergence: 33.007587
    test 1270 line 246 toUtmUps8.scale: 1.137141
    test 1271 line 246 toUtmUps8.lat: 45.132680
    test 1272 line 246 toUtmUps8.lon: 42.478624
    test 1273 line 247 toUtmUps8.easting: 4733460.960666
    test 1274 line 247 toUtmUps8.northing: 129034.889816
    test 1275 line 247 toUtmUps8.convergence: 0.737551
    test 1276 line 247 toUtmUps8.scale: 1.290439
    test 1277 line 247 toUtmUps8.lat: 0.904279
    test 1278 line 247 toUtmUps8.lon: 39.078412
    test 1279 line 248 toUtmUps8.easting: 3322708.343909
    test 1280 line 248 toUtmUps8.northing: 3864738.078742
    test 1281 line 248 toUtmUps8.convergence: 18.472566
    test 1282 line 248 toUtmUps8.scale: 1.138838
    test 1283 line 248 toUtmUps8.lat: 30.163605
    test 1284 line 248 toUtmUps8.lon: 33.577996
    test skipped (35): line 249 toUtmUps8.'27.643243707755 81.892859091432 8672864.4172042475623 8333465.9834441061554 73.206272638168122883 2.06544053870286774312'
    test skipped (36): line 250 toUtmUps8.'18.201207657521 82.434617649311 11126818.23119627031 7618712.1749910723126 67.88717347393512063 2.92241673495261070414'
    test skipped (37): line 251 toUtmUps8.'28.804576432117 89.886072420251 8650100.9817967479337 9975084.1689971279206 89.767446308690086924 2.05728879562910108817'
    test 1285 line 252 toUtmUps8.easting: 2212701.180192
    test 1286 line 252 toUtmUps8.northing: 650348.100229
    test 1287 line 252 toUtmUps8.convergence: 1.970441
    test 1288 line 252 toUtmUps8.scale: 1.060830
    test 1289 line 252 toUtmUps8.lat: 5.542998
    test 1290 line 252 toUtmUps8.lon: 19.589578
    test 1291 line 253 toUtmUps8.easting: 6890222.326618
    test 1292 line 253 toUtmUps8.northing: 7506813.499547
    test 1293 line 253 toUtmUps8.convergence: 62.684825
    test 1294 line 253 toUtmUps8.scale: 1.638488
    test 1295 line 253 toUtmUps8.lat: 34.237147
    test 1296 line 253 toUtmUps8.lon: 73.678164
    test 1297 line 254 toUtmUps8.easting: 6692260.067325
    test 1298 line 254 toUtmUps8.northing: 4244174.008110
    test 1299 line 254 toUtmUps8.convergence: 31.812920
    test 1300 line 254 toUtmUps8.scale: 1.604640
    test 1301 line 254 toUtmUps8.lat: 22.704949
    test 1302 line 254 toUtmUps8.lon: 57.877010
    test 1303 line 255 toUtmUps8.easting: 1225564.137190
    test 1304 line 255 toUtmUps8.northing: 4778923.924144
    test 1305 line 255 toUtmUps8.convergence: 10.083419
    test 1306 line 255 toUtmUps8.scale: 1.018134
    test 1307 line 255 toUtmUps8.lat: 42.192424
    test 1308 line 255 toUtmUps8.lon: 14.828196
    test 1309 line 256 toUtmUps8.easting: 12341116.155088  FAILED, KNOWN, expected 12341116.154950
    test 1310 line 256 toUtmUps8.northing: 5081855.520287  FAILED, KNOWN, expected 5081855.521966
    test 1311 line 256 toUtmUps8.convergence: 45.712545  FAILED, KNOWN, expected 45.712546
    test 1312 line 256 toUtmUps8.scale: 3.535170
    test 1313 line 256 toUtmUps8.lat: 11.481151
    test 1314 line 256 toUtmUps8.lon: 78.189236
    test 1315 line 257 toUtmUps8.easting: 6673845.021771
    test 1316 line 257 toUtmUps8.northing: 1177587.190565
    test 1317 line 257 toUtmUps8.convergence: 8.389141
    test 1318 line 257 toUtmUps8.scale: 1.605171
    test 1319 line 257 toUtmUps8.lat: 6.609626
    test 1320 line 257 toUtmUps8.lon: 51.735783
    test 1321 line 258 toUtmUps8.easting: 6966354.690417
    test 1322 line 258 toUtmUps8.northing: 3641802.005093
    test 1323 line 258 toUtmUps8.convergence: 27.409636
    test 1324 line 258 toUtmUps8.scale: 1.661469
    test 1325 line 258 toUtmUps8.lat: 19.059369
    test 1326 line 258 toUtmUps8.lon: 57.526439
    test 1327 max forward error: 1.678809e-03
    test 1328 max reverse error: 3.170456e-09
    test 1329 Utm.scale0: 0.9996
    test 1330 Utm.datum: WGS84
    test 1331 Utm.datum.ellipsoid.KsOrder: 8
    test 1332 Ups.scale0: 0.994  FAILED, KNOWN, expected 0.9996
    test 1333 Ups.datum: WGS84
    test 1334 Ups.datum.ellipsoid.KsOrder: 8
    test 1335 WGS84.KsOrder: 8

    24 of 1335 testUtmUpsTMcoords.py tests (1.8%) FAILED, ALL KNOWN, 37 skipped (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 186.938 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testVectorial.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.sphericalNvector by PyGeodesy/test/testVectorial.py line 11
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testVectorial.py line 231
# lazily imported pygeodesy.ellipsoidalNvector by PyGeodesy/test/testVectorial.py line 231

    testing testVectorial.py 20.04.06 isLazy=3

    testVectorial(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 1 toLatLon: 44.995674°N, 045.0°E
    test 2 toNvector: (0.50004, 0.50004, 0.70705)
    test 3 isequalTo: False
    test 4 isequalTo: True
    test 5 length: 0.99992449715
    test 6 length: 1.0
    test 7 meanOf: 44.995674°N, 045.0°E
    test 8 meanOf: LatLon
    test 9 sumOf: (52.70504, 0.61904, 0.70705)
    test 10 sumOf: Nv
    test 11 sumOf: sumOf
    test 12 length: 52.7134151513
    test 13 copy: True
    test 14 length: 52.2051356286
    test 15 length: 52.2051356286

    testNvector(pygeodesy.ellipsoidalNvector, 20.06.16)
    test 16 sumOf: Nvector
    test 17 ecef.x, .y, .z: 3194659.54086, 3194659.54086, 4487008.4122
    test 18 ecef.lat, .lon: 44.995674, 45.0
    test 19 ecef.height: 0.0  FAILED, KNOWN, expected 0.000002
    test 20 .isEllipsoidal: True
    test 21 .isSpherical: False
    test 22 .latlon: (44.995674, 45.0)
    test 23 .philam: (0.785323, 0.785398)
    test 24 .latlonheight: (44.995674, 45.0, 0.0)
    test 25 .philamheight: (0.785323, 0.785398, 0.0)
    test 26 parse: (0.5, 0.5, 0.707)
    test 27 cmp: 0
    test 28 eq: True
    test 29 ge: True
    test 30 gt: False
    test 31 le: True
    test 32 lt: False
    test 33 ne: False
    test 34 *: (1.0, 1.0, 1.414)
    test 35 +: (1.0, 1.0, 1.414)
    test 36 /: (0.5, 0.5, 0.707)
    test 37 -: (0.5, 0.5, 0.707)
    test 38 @: (0.0, 0.0, 0.0)
    test 39 @: (0.0, 0.0, 0.0)
    test 40 rotate: (0.26268, 0.26268, 0.37143)

    testVectorial(pygeodesy.sphericalNvector, 20.06.16)
    test 41 crossTrackDistanceTo: -305.67
    test 42 crossTrackDistanceTo: -307.55
    test 43 toLatLon: 44.995674°N, 045.0°E
    test 44 toNvector: (0.50004, 0.50004, 0.70705)
    test 45 isequalTo: False
    test 46 isequalTo: True
    test 47 length: 0.99992449715
    test 48 length: 1.0
    test 49 meanOf: 44.995674°N, 045.0°E
    test 50 meanOf: LatLon
    test 51 sumOf: (52.70504, 0.61904, 0.70705)
    test 52 sumOf: Nv
    test 53 sumOf: sumOf
    test 54 length: 52.7134151513
    test 55 copy: True
    test 56 length: 52.2051356286
    test 57 length: 52.2051356286
    test 58 toCartesian: [3185744.919, 3185744.919, 4504643.315]
    test 59 toLatLon: 44.995674°N, 045.0°E, -0.00m  FAILED, KNOWN, expected 44.995674°N, 045.0°E
    test 60 toNvector: (0.50004, 0.50004, 0.70705, -0.00)
    test 61 intersection: 02.499372°N, 002.5°E
    test 62 isEnclosedBy: True
    test 63 isEnclosedBy*: True
    test 64 isEnclosedBy: True
    test 65 isEnclosedBy*: True
    test 66 isWithin: False
    test 67 isWithin: True
    test 68 nearestOn: 51.0004°N, 001.9°E
    test 69 nearestOn: True
    test 70 distanceTo: 42.712
    test 71 nearestOn: 51.0°N, 002.0°E
    test 72 nearestOn: True
    test 73 nearestOn: 00.0°N, 000.0°E
    test 74 nearestOn: True
    test 75 nearestOn: 00.0°N, 020.0°E
    test 76 nearestOn: True
    test 77 nearestOn: 02.0°N, 002.0°E
    test 78 nearestOn: 02.0°N, 002.0°E
    test 79 BasseC: 47.3038°N, 002.5721°W
    test 80 BasseH: 47.311067°N, 002.528617°W
    test 81 triangulate: 47.323667°N, 002.568501°W
    test 82 triangulate: True
    test 83 trilaterate: 37.419078°N, 121.960579°W
    test 84 trilaterate: True
    test 85 trilaterate: 08.068912°S, 034.888699°W
    test 86 trilaterate: True
    test 87 trilaterate: 08.068912°S, 034.888699°W
    test 88 trilaterate: True

    testNvector(pygeodesy.sphericalNvector, 20.06.16)
    test 89 sumOf: Nvector
    test 90 ecef.x, .y, .z: 3185744.91853, 3185744.91853, 4504643.3148
    test 91 ecef.lat, .lon: 44.995674, 45.0
    test 92 ecef.height: 0.0
    test 93 ecef.M: -0.707106781, -0.499962243, 0.500037754, 0.707106781, -0.499962243, 0.500037754, 0.0, 0.707160174, 0.707053385
    test 94 .isEllipsoidal: False
    test 95 .isSpherical: True
    test 96 .latlon: (44.995674, 45.0)
    test 97 .philam: (0.785323, 0.785398)
    test 98 .latlonheight: (44.995674, 45.0, 0.0)
    test 99 .philamheight: (0.785323, 0.785398, 0.0)
    test 100 parse: (0.5, 0.5, 0.707)
    test 101 cmp: 0
    test 102 eq: True
    test 103 ge: True
    test 104 gt: False
    test 105 le: True
    test 106 lt: False
    test 107 ne: False
    test 108 *: (1.0, 1.0, 1.414)
    test 109 +: (1.0, 1.0, 1.414)
    test 110 /: (0.5, 0.5, 0.707)
    test 111 -: (0.5, 0.5, 0.707)
    test 112 @: (0.0, 0.0, 0.0)
    test 113 @: (0.0, 0.0, 0.0)
    test 114 rotate: (0.26268, 0.26268, 0.37143)

    testNvectorBase(pygeodesy.nvectorBase, 20.05.14)
    test 115 sumOf: Vector4Tuple
    test 116 ecef.x, .y, .z: 3185744.91853, 3185744.91853, 4504643.3148
    test 117 ecef.lat, .lon: 44.995674, 45.0
    test 118 ecef.height: 0.0
    test 119 .isEllipsoidal: False
    test 120 .isSpherical: True
    test 121 .latlon: (44.995674, 45.0)
    test 122 .philam: (0.785323, 0.785398)
    test 123 .latlonheight: (44.995674, 45.0, 0.0)
    test 124 .philamheight: (0.785323, 0.785398, 0.0)
    test 125 parse: (0.5, 0.5, 0.707)
    test 126 cmp: 0
    test 127 eq: True
    test 128 ge: True
    test 129 gt: False
    test 130 le: True
    test 131 lt: False
    test 132 ne: False
    test 133 *: (1.0, 1.0, 1.414)
    test 134 +: (1.0, 1.0, 1.414)
    test 135 /: (0.5, 0.5, 0.707)
    test 136 -: (0.5, 0.5, 0.707)
    test 137 @: (0.0, 0.0, 0.0)
    test 138 @: (0.0, 0.0, 0.0)
    test 139 rotate: (0.26268, 0.26268, 0.37143)

    testNvectorBase(pygeodesy.nvectorBase, 20.05.14)
    test 140 sumOf: Vector4Tuple
    test 141 ecef.x, .y, .z: 3194659.54086, 3194659.54086, 4487008.4122
    test 142 ecef.lat, .lon: 44.995674, 45.0
    test 143 ecef.height: 0.0  FAILED, KNOWN, expected 0.000002
    test 144 .isEllipsoidal: True
    test 145 .isSpherical: False
    test 146 .latlon: (44.995674, 45.0)
    test 147 .philam: (0.785323, 0.785398)
    test 148 .latlonheight: (44.995674, 45.0, 0.0)
    test 149 .philamheight: (0.785323, 0.785398, 0.0)
    test 150 parse: (0.5, 0.5, 0.707)
    test 151 cmp: 0
    test 152 eq: True
    test 153 ge: True
    test 154 gt: False
    test 155 le: True
    test 156 lt: False
    test 157 ne: False
    test 158 *: (1.0, 1.0, 1.414)
    test 159 +: (1.0, 1.0, 1.414)
    test 160 /: (0.5, 0.5, 0.707)
    test 161 -: (0.5, 0.5, 0.707)
    test 162 @: (0.0, 0.0, 0.0)
    test 163 @: (0.0, 0.0, 0.0)
    test 164 rotate: (0.26268, 0.26268, 0.37143)

    3 of 164 testVectorial.py tests (1.8%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 25.950 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testWebMercator.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.F_D from .dms by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.F_DMS from .dms by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.R_M from .datum by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.R_MA from .datum by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.Datums from .datum by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.LatLon_ from .points by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.fstr from .streprs by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.toWm from .webmercator by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.Wm from .webmercator by PyGeodesy/test/testWebMercator.py line 12
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testWebMercator.py line 145
# lazily imported pygeodesy.sphericalTrigonometry by PyGeodesy/test/testWebMercator.py line 145

    testing testWebMercator.py 20.04.22 (module pygeodesy.webmercator 20.05.14) isLazy=3
    test 1 toWm1: -626172.13571216 6887893.4928338
    test 2 Wm1.y: 6887893.49283380
    test 3 copy(Wm): (<class 'pygeodesy.webmercator.Wm'>, True)
    test 4 Wm.copy(): (<class 'pygeodesy.webmercator.Wm'>, True)
    test 5 Wm2: 448251.795 5411932.678
    test 6 Wm2: 448252 5411933
    test 7 Wm2: 448251.8 5411932.7
    test 8 copy(Wm): (<class 'pygeodesy.webmercator.Wm'>, True)
    test 9 Wm.copy(): (<class 'pygeodesy.webmercator.Wm'>, True)
    test 10 Wm2.to2ll: 43.65321741, 4.02671439
    test 11 Wm2.toLatLon: 43.653217°N, 004.026714°E
    test 12 Wm2.toLatLon: 43°39′11.58″N, 004°01′36.17″E
    test 13 toWm1: 448251.795 5411932.678
    test 14 toWm2: 448252 5411933
    test 15 toWm3: [x:448252, y:5411933, radius:6378137]
    test 16 toWm3: [x:448252, y:5411933, radius:6378137]
    test 17 copy: 448251.795 5411932.678
    test 18 parseWM: 448251.795 5411932.678
    test 19 parseWM: 448251.795 5411932.678
    test 20 parseWM: [x:448251.795, y:5411932.678, radius:6378137.0]
    test 21 toWm4: 11562388 1506899
    test 22 toWm4: 11562388.154378 1506899.04498
    test 23 toWm4E: 11562388 1496994
    test 24 toWm4E: 11562388.154378 1496993.698095
    test 25 toWm5: -11169056 2800000
    test 26 toWm5: -11169055.576258 2800000.003136
    test 27 toWm5E: -11169056 2782367
    test 28 toWm5E: -11169055.576258 2782367.05923
    test 29 Wm6.toLatLon: 24.46358°N, 100.333333°W
    test 30 Wm6.toLatLon: 24°27′48.89″N, 100°20′00.0″W
    test 31 Wm6.toLatLonE: 24.299812°N, 100.333333°W
    test 32 Wm6.toLatLonE: 24°17′59.32″N, 100°20′00.0″W
    test 33 Wm7.toLatLon: 24.381787°N, 100.333333°W
    test 34 Wm7.toLatLon: 24°22′54.43″N, 100°20′00.0″W
    test 35 Wm7.toLatLonE: 24.218566°N, 100.333333°W
    test 36 Wm7.toLatLonE: 24°13′06.84″N, 100°20′00.0″W
    test 37 Wm8.toWm: -33878.893, 6693890.382, 6378137.0
    test 38 Wm8.toWm: [x:-33878.893, y:6693890.382]
    test 39 Wm8.toWm: [x:-33878.893, y:6693890.382]
    test 40 Wm8.toWm: -33878.893 6693890.382 6371008.771
    test 41 Wm8.toWm.x: -33878.893
    test 42 Wm8.toWm.y: 6693890.382
    test 43 Wm8.toWm.latlon: 51.408596, -0.304339
    test 44 Wm8.toWm.philam: 0.897249, -0.005312
    test 45 Wm8.toLatLon: 51.408596053784°N, 000.304339270785°W
    test 46 Wm8.toLatLon: 51°24′30.945794″N, 000°18′15.621375″W
    test 47 Wm9.toLatLon: TypeError
    test 48 Wm9.toLatLon: TypeError
    test 49 Wm9.toLatLon: TypeError
    test 50 Wm9.toLatLon: TypeError
    test 51 Wm9.toLatLon: TypeError
    test 52 toWm(LatLon(10.0000, 0)).y: 1118889.97
    test 53 toWm(LatLon(20.0000, 0)).y: 2273030.93
    test 54 toWm(LatLon(30.0000, 0)).y: 3503549.84
    test 55 toWm(LatLon(40.0000, 0)).y: 4865942.28
    test 56 toWm(LatLon(50.0000, 0)).y: 6446275.84
    test 57 toWm(LatLon(60.0000, 0)).y: 8399737.89
    test 58 toWm(LatLon(10.0003, 0)).y: 1118921.37
    test 59 toWm(LatLon(20.0003, 0)).y: 2273063.83
    test 60 toWm(LatLon(30.0003, 0)).y: 3503585.55
    test 61 toWm(LatLon(40.0003, 0)).y: 4865982.65
    test 62 toWm(LatLon(50.0003, 0)).y: 6446323.95
    test 63 toWm(LatLon(60.0003, 0)).y: 8399799.73
    test 64 toWm(LatLonE(10.0000, 0)).y: 1111475.10
    test 65 toWm(LatLonE(20.0000, 0)).y: 2258423.65
    test 66 toWm(LatLonE(30.0000, 0)).y: 3482189.09
    test 67 toWm(LatLonE(40.0000, 0)).y: 4838471.40
    test 68 toWm(LatLonE(50.0000, 0)).y: 6413524.59
    test 69 toWm(LatLonE(60.0000, 0)).y: 8362698.55
    test 70 toWm(LatLonE(10.0003, 0)).y: 1111506.30
    test 71 toWm(LatLonE(20.0003, 0)).y: 2258456.36
    test 72 toWm(LatLonE(30.0003, 0)).y: 3482224.61
    test 73 toWm(LatLonE(40.0003, 0)).y: 4838511.61
    test 74 toWm(LatLonE(50.0003, 0)).y: 6413572.57
    test 75 toWm(LatLonE(60.0003, 0)).y: 8362760.29

    all 75 testWebMercator.py tests passed (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 5.384 ms

running /usr/local/bin/python3.7 ~/PyGeodesy/test/testWgrs.py
# lazily imported pygeodesy.anstr from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.clips from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.isLazy from .lazily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.iterNumpy2over from .utily by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.map2 from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.normDMS from .dms by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.pairs from .streprs by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.property_RO from .basics by PyGeodesy/test/base.py line 42
# lazily imported pygeodesy.degDMS from .dms by PyGeodesy/test/testWgrs.py line 11
# lazily imported pygeodesy.fStr from .streprs by PyGeodesy/test/testWgrs.py line 11
# lazily imported pygeodesy.Georef from .wgrs by PyGeodesy/test/testWgrs.py line 11
# lazily imported pygeodesy.S_DEG from .dms by PyGeodesy/test/testWgrs.py line 11
# lazily imported pygeodesy.S_MIN from .dms by PyGeodesy/test/testWgrs.py line 11
# lazily imported pygeodesy.ellipsoidalVincenty by PyGeodesy/test/testWgrs.py line 96

    testing testWgrs.py 20.04.23 (module pygeodesy.wgrs 20.05.14) isLazy=3
    test 1 Georef: 'NKLN2444638946'
    test 2 Georef: Georef('NKLN2444638946')
    test 3 Georef: NKLN2444638946
    test 4 Georef.latlon: 57.64911, 10.40744
    test 5 Georef.toLatLon: LatLon(57°38′56.8″N, 010°24′26.78″E)
    test 6 codec3: NKLN2444638946
    test 7 decode3: 57.64911, 10.40744, 6.0
    test 8 encode: NKLN2444638946
    test 9 Georef: 'NKLN2444638946H0'
    test 10 Georef: Georef('NKLN2444638946H0')
    test 11 Georef: NKLN2444638946H0
    test 12 Georef.latlon: 57.64911, 10.40744
    test 13 Georef.precision: 6
    test 14 Georef.radius: None
    test 15 Georef: 'GJPJ3424917166'
    test 16 Georef: Georef('GJPJ3424917166')
    test 17 Georef: GJPJ3424917166
    test 18 Georef.latlon: 38.286108, -76.42917
    test 19 Georef.toLatLon: LatLon(38°17′09.99″N, 076°25′45.01″W)
    test 20 codec3: GJPJ3424917166
    test 21 decode3: 38.286108, -76.429175, 6.0
    test 22 encode: GJPJ3424917166
    test 23 Georef: 'GJPJ3424917166H0'
    test 24 Georef: Georef('GJPJ3424917166H0')
    test 25 Georef: GJPJ3424917166H0
    test 26 Georef.latlon: 38.286108, -76.42917
    test 27 Georef.precision: 6
    test 28 Georef.radius: None
    test 29 Georef.3Tuple: 38.286108, -76.42917, 0.0
    test 30 codec3: MKPG1204
    test 31 decode3: 51.075, -1.7917, 3.0
    test 32 encode: MKPG1204
    test 33 codec3: WJKG1503
    test 34 decode3: 36.0583, 129.2583, 3.0
    test 35 encode: WJKG1503
    test 36 codec5: GJPJ4103R5
    test 37 decode5: 38.0583, -76.3083, 3.0, None, 9260.0
    test 38 encode: GJPJ4103R5
    test 39 codec5: GJPJ4103H17
    test 40 decode5: 38.0583, -76.3083, 3.0, 5181.6, None
    test 41 encode: GJPJ4103H17
    test 42 codec5: GJPJ4103R5H17
    test 43 decode5: 38.0583, -76.3083, 3.0, 5181.6, 9260.0
    test 44 encode: GJPJ4103R5H17
    test 45 precision: -1  FAILED, KNOWN, expected 0
    test 46 resolution: 15°
    test 47 precision: 0
    test 48 resolution: 15°
    test 49 precision: 1
    test 50 resolution: 1°
    test 51 precision: 2
    test 52 resolution: 0.1′
    test 53 precision: 3
    test 54 resolution: 0.01′
    test 55 precision: 4
    test 56 resolution: 0.001′
    test 57 precision: 5
    test 58 resolution: 0.0001′
    test 59 precision: 6
    test 60 resolution: 0.00001′
    test 61 precision: 7
    test 62 resolution: 0.000001′
    test 63 precision: 8
    test 64 resolution: 0.0000001′
    test 65 precision: 9
    test 66 resolution: 0.00000001′
    test 67 precision: 10
    test 68 resolution: 0.000000001′
    test 69 precision: 11
    test 70 resolution: 0.0000000001′
    test 71 precision: 12  FAILED, KNOWN, expected 11
    test 72 resolution: 0.0000000001′

    2 of 72 testWgrs.py tests (2.8%) FAILED, ALL KNOWN (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 4.806 ms

test/run.py /usr/local/bin/python3.7 all 24783 tests OK (PyGeodesy 20.7.1 Python 3.7.6 64bit coverage 4.5.4 geographiclib 1.50 numpy 1.17.2 scipy 1.3.1 macOS 10.15.5 isLazy 3 B) 2:38.605 (156.256 tps)
