aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-05-07 11:37:36 +0200
committerKristian Evers <kristianevers@gmail.com>2018-05-07 11:37:36 +0200
commit3f342114a94421ee010f97c7a8f3bf481b0d9f0b (patch)
treeec1bea36b0c1b24cb5f67bc63b8d46fff19874bb
parenta751fcc49b6542245e57707488fcbeff7a22fb6a (diff)
downloadPROJ-3f342114a94421ee010f97c7a8f3bf481b0d9f0b.tar.gz
PROJ-3f342114a94421ee010f97c7a8f3bf481b0d9f0b.zip
Add tests for calcofi before refactoring
-rw-r--r--test/gie/builtins.gie15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie
index 63e56967..be491346 100644
--- a/test/gie/builtins.gie
+++ b/test/gie/builtins.gie
@@ -690,6 +690,21 @@ expect -207.544906814 81.314089279
accept -200 -100
expect -62.576950372 87.980755945
+operation +proj=calcofi +lon_0=50
+accept 10 50
+expect 303.525850 -1576.974388
+roundtrip 100
+
+operation +proj=calcofi +ellps=GRS80 +lon_0=50
+accept 10 50
+expect 303.525850 -1576.974388
+roundtrip 100
+
+operation +proj=calcofi +R=400 +lon_0=50 +x_0=10000 +y_0=500000
+accept 10 50
+expect 301.769827 -1567.849822
+roundtrip 100
+
===============================================================================
Cassini