diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-05-07 18:17:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-07 18:17:36 +0300 |
| commit | c4514a374af2b55887dcf45f6477829980f52d0e (patch) | |
| tree | 546794143a029c15e5ee0c71032380732b7fd055 /test | |
| parent | a54eb34596ad8a0e70fece9d16e58dc41a4c2b9f (diff) | |
| parent | 2dcf018318e9513af7c96dad194780ec66fc42a0 (diff) | |
| download | PROJ-c4514a374af2b55887dcf45f6477829980f52d0e.tar.gz PROJ-c4514a374af2b55887dcf45f6477829980f52d0e.zip | |
Merge pull request #987 from kbevers/calcofi-refactor
Calcofi refactor
Diffstat (limited to 'test')
| -rw-r--r-- | test/gie/builtins.gie | 15 |
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 |
