diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-02-26 20:36:33 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2020-02-27 13:19:13 +0100 |
| commit | a9bc6e5fb000f618c9df6276f4ef79063ce4cdfc (patch) | |
| tree | fc9f7df9d9d237f42c49137e863a501717f8718e /data/tests | |
| parent | 8d665f20a743b136cb43943ff255ddadf1ead92d (diff) | |
| download | PROJ-a9bc6e5fb000f618c9df6276f4ef79063ce4cdfc.tar.gz PROJ-a9bc6e5fb000f618c9df6276f4ef79063ce4cdfc.zip | |
Make tests independent of proj-datumgrid
Fixes #1984
- Copy BETA2007.gsb, MD, alaska, conus, ntf_r93.gsb, ntv1_can.dat grids
from proj-datumgrid to data/tests.
- Replace a couple uses of nzgd2kgrid0005.gsb in tests by ntf_r93.gsb
- Add downsampled/subsetted versions of egm96_15.gtx as tests/egm96_15_downsampled.gtx
and ntv2_0.gsb as tests/ntv2_0_downsampled.gsb
This results in a few changes in expected results
- Simpify travis/install.sh due to less configurations to test
This results in a hopefully acceptable increase of the proj-X.Y.Z.tar.gz
from 2.9 to 5.3 MB
Diffstat (limited to 'data/tests')
| -rw-r--r-- | data/tests/BETA2007.gsb | bin | 0 -> 83696 bytes |
| -rw-r--r-- | data/tests/MD | bin | 0 -> 3560 bytes |
| -rw-r--r-- | data/tests/alaska | bin | 0 -> 1053928 bytes |
| -rw-r--r-- | data/tests/conus | bin | 0 -> 264424 bytes |
| -rw-r--r-- | data/tests/egm96_15_downsampled.gtx | bin | 0 -> 259240 bytes |
| -rw-r--r-- | data/tests/ntf_r93.gsb | bin | 0 -> 277424 bytes |
| -rw-r--r-- | data/tests/ntv1_can.dat | bin | 0 -> 1113184 bytes |
| -rw-r--r-- | data/tests/ntv2_0_downsampled.gsb | bin | 0 -> 245824 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/data/tests/BETA2007.gsb b/data/tests/BETA2007.gsb Binary files differnew file mode 100644 index 00000000..69cd3346 --- /dev/null +++ b/data/tests/BETA2007.gsb diff --git a/data/tests/MD b/data/tests/MD Binary files differnew file mode 100644 index 00000000..c8500e97 --- /dev/null +++ b/data/tests/MD diff --git a/data/tests/alaska b/data/tests/alaska Binary files differnew file mode 100644 index 00000000..bb6be2ff --- /dev/null +++ b/data/tests/alaska diff --git a/data/tests/conus b/data/tests/conus Binary files differnew file mode 100644 index 00000000..44b4900f --- /dev/null +++ b/data/tests/conus diff --git a/data/tests/egm96_15_downsampled.gtx b/data/tests/egm96_15_downsampled.gtx Binary files differnew file mode 100644 index 00000000..ea53ab10 --- /dev/null +++ b/data/tests/egm96_15_downsampled.gtx diff --git a/data/tests/ntf_r93.gsb b/data/tests/ntf_r93.gsb Binary files differnew file mode 100644 index 00000000..07e34fcb --- /dev/null +++ b/data/tests/ntf_r93.gsb diff --git a/data/tests/ntv1_can.dat b/data/tests/ntv1_can.dat Binary files differnew file mode 100644 index 00000000..8acad077 --- /dev/null +++ b/data/tests/ntv1_can.dat diff --git a/data/tests/ntv2_0_downsampled.gsb b/data/tests/ntv2_0_downsampled.gsb Binary files differnew file mode 100644 index 00000000..06b81110 --- /dev/null +++ b/data/tests/ntv2_0_downsampled.gsb |
