diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-04-13 22:45:14 +0200 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-04-15 09:10:01 +0200 |
| commit | e4bf822158aa5193022e8392f0eddd6510653bfa (patch) | |
| tree | f72ef7d24befc2f45087dc9eeb9e491d303da715 /test/CMakeLists.txt | |
| parent | 21ebdfb89bc4b222c4fb78815971b19192a2a09e (diff) | |
| download | PROJ-e4bf822158aa5193022e8392f0eddd6510653bfa.tar.gz PROJ-e4bf822158aa5193022e8392f0eddd6510653bfa.zip | |
Add square conformal projections from libproject
This commit adds five new projections to PROJ:
adams_hemi: Adams Hemisphere in a Square
adams_wsI: Adams World in a Square I
adams_wsII: Adams World in a Square II
guyou: Guyou
peirce_q: Pierce Quincuncial
The code originates from Gerry Evendens libproject and has been adapted
to work with modern PROJ. To ensure that the modified code works as
intended extensive test data has been created using libproject and
sproj so that no errors occured when porting from libproject to PROJ.
The test data is wrapped in a gie files. All test cases reproduce
results from libproject at the mm level.
Diffstat (limited to 'test/CMakeLists.txt')
| -rw-r--r-- | test/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 637da9e2..dcb4c26d 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -11,6 +11,11 @@ proj_add_gie_test("4D-API-cs2cs-style" "gie/4D-API_cs2cs-style.gie") proj_add_gie_test("DHDN_ETRS89" "gie/DHDN_ETRS89.gie") proj_add_gie_test("Unitconvert" "gie/unitconvert.gie") proj_add_gie_test("geotiff_grids" "gie/geotiff_grids.gie") +proj_add_gie_test("adams_hemi" "gie/adams_hemi.gie") +proj_add_gie_test("adams_ws1" "gie/adams_ws1.gie") +proj_add_gie_test("adams_ws2" "gie/adams_ws2.gie") +proj_add_gie_test("guyou" "gie/guyou.gie") +proj_add_gie_test("peirce_q" "gie/peirce_q.gie") # GIGS tests. Uncommented tests are expected to fail due to issues with # various projections. Should be investigated further and fixed. |
