Skip to content

Commit bbf6861

Browse files
authored
Merge pull request #1 from OSGeo/master
Merged from main repo
2 parents 330b206 + 2e54703 commit bbf6861

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+6465
-319
lines changed

data/Makefile.am

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ DATAPATH = $(top_srcdir)/data
33
pkgdata_DATA = proj.ini GL27 nad.lst nad27 nad83 world other.extra \
44
CH \
55
ITRF2000 ITRF2008 ITRF2014 proj.db \
6-
projjson.schema.json
6+
projjson.schema.json \
7+
deformation_model.schema.json
78

89
SQL_ORDERED_LIST = sql/begin.sql \
910
sql/proj_db_table_defs.sql \
@@ -43,6 +44,7 @@ EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \
4344
CH \
4445
ITRF2000 ITRF2008 ITRF2014 \
4546
projjson.schema.json \
47+
deformation_model.schema.json \
4648
CMakeLists.txt \
4749
tests/test_nodata.gtx \
4850
tests/test_vgrid_bigendian_bigtiff.tif \
@@ -89,6 +91,7 @@ EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \
8991
tests/us_noaa_geoid06_ak_subset_at_antimeridian.tif \
9092
tests/test_hgrid_little_endian.gsb \
9193
tests/test_hgrid_big_endian.gsb \
94+
tests/test_3d_grid_projected.tif \
9295
tests/BETA2007.gsb \
9396
tests/MD \
9497
tests/alaska \
@@ -97,6 +100,22 @@ EXTRA_DIST = proj.ini GL27 nad.lst nad27 nad83 \
97100
tests/ntv1_can.dat \
98101
tests/ntv2_0_downsampled.gsb \
99102
tests/ntf_r93.gsb \
103+
tests/simple_model_degree_3d_grid.tif \
104+
tests/simple_model_degree_horizontal.json \
105+
tests/simple_model_degree_3d.json \
106+
tests/simple_model_metre_3d_grid.tif \
107+
tests/simple_model_metre_horizontal.json \
108+
tests/simple_model_metre_3d.json \
109+
tests/simple_model_metre_3d_geocentric.json \
110+
tests/simple_model_metre_vertical_grid.tif \
111+
tests/simple_model_metre_vertical.json \
112+
tests/simple_model_polar.json \
113+
tests/simple_model_polar.tif \
114+
tests/simple_model_wrap_east.json \
115+
tests/simple_model_wrap_east.tif \
116+
tests/simple_model_wrap_west.json \
117+
tests/simple_model_wrap_west.tif \
118+
tests/simple_model_projected.json \
100119
generate_all_sql_in.cmake sql_filelist.cmake \
101120
$(SQL_ORDERED_LIST)
102121

0 commit comments

Comments
 (0)