diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-02-06 19:08:24 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2018-02-06 21:30:42 +0100 |
| commit | 3dfd8b26d30f5b1acd189154b830eceb6ac38ccb (patch) | |
| tree | 3b1ee5b242bbea6fad98efab2849ae99fd6f6417 /test/gie/4D-API_cs2cs-style.gie | |
| parent | 0e7cb70f167858ec098343e8a991fcb41435880a (diff) | |
| download | PROJ-3dfd8b26d30f5b1acd189154b830eceb6ac38ccb.tar.gz PROJ-3dfd8b26d30f5b1acd189154b830eceb6ac38ccb.zip | |
Skip gie tests that require grids
Diffstat (limited to 'test/gie/4D-API_cs2cs-style.gie')
| -rw-r--r-- | test/gie/4D-API_cs2cs-style.gie | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie index 853df993..edd83882 100644 --- a/test/gie/4D-API_cs2cs-style.gie +++ b/test/gie/4D-API_cs2cs-style.gie @@ -74,6 +74,7 @@ operation proj=latlong ellps=intl operation proj=latlong nadgrids=nzgd2kgrid0005.gsb ellps=GRS80 ------------------------------------------------------------------------------- tolerance 1 nm +ignore pjd_err_failed_to_load_grid accept 173 -45 0 0 expect 172.999892181021551 -45.001620431954613 0 0 direction inverse @@ -87,6 +88,7 @@ expect 173 -45 0 0 operation proj=latlong geoidgrids=egm96_15.gtx ellps=GRS80 ------------------------------------------------------------------------------- tolerance 15 cm # lax tolerance due to widespread bad egm96 file +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect 12.5 55.5 -36.0213 direction inverse @@ -96,6 +98,7 @@ expect 12.5 55.5 0 operation proj=merc geoidgrids=egm96_15.gtx ellps=GRS80 ------------------------------------------------------------------------------- tolerance 0.1 mm +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect 1391493.63492 7424275.19462 -36.0213 direction inverse @@ -111,6 +114,7 @@ Same as the two above, but also do axis swapping. operation proj=latlong geoidgrids=egm96_15.gtx axis=neu ellps=GRS80 ------------------------------------------------------------------------------- tolerance 15 cm # lax tolerance due to widely distributed, bad egm96 file +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect 55.5 12.5 -36.0213 direction inverse @@ -120,6 +124,7 @@ expect 12.5 55.5 0 operation proj=latlong geoidgrids=egm96_15.gtx axis=dne ellps=GRS80 ------------------------------------------------------------------------------- tolerance 15 cm # lax tolerance due to widely distributed, bad egm96 file +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect 36.0213 55.5 12.5 direction inverse @@ -129,6 +134,7 @@ expect 12.5 55.5 0 operation proj=merc geoidgrids=egm96_15.gtx ellps=GRS80 ------------------------------------------------------------------------------- tolerance 0.1 mm +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect 1391493.63492 7424275.19462 -36.0213 direction inverse @@ -143,6 +149,7 @@ Some more complex axis swapping. operation proj=latlong geoidgrids=egm96_15.gtx axis=nue ellps=GRS80 ------------------------------------------------------------------------------- tolerance 15 cm # lax tolerance due to widely distributed, bad egm96 file +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect 55.5 -36.0213 12.5 direction inverse @@ -152,6 +159,7 @@ expect 12.5 55.5 0 operation proj=merc geoidgrids=egm96_15.gtx axis=sue ellps=GRS80 ------------------------------------------------------------------------------- tolerance 15 cm +ignore pjd_err_failed_to_load_grid accept 12.5 55.5 0 expect -7424275.1946 -36.0213 1391493.6349 0.0000 direction inverse |
