diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-04 14:48:52 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-02-04 20:30:12 +0100 |
| commit | d6aaddc5e0cb2bd9080a8fc4b77de947172c81d8 (patch) | |
| tree | d5f76a37e4cadc6fff0e1b86a487209aa5057bbb /data | |
| parent | 2e6dde7a7eae34b8f93c078480db077891f03068 (diff) | |
| download | PROJ-d6aaddc5e0cb2bd9080a8fc4b77de947172c81d8.tar.gz PROJ-d6aaddc5e0cb2bd9080a8fc4b77de947172c81d8.zip | |
Remove all traces of nad2bin and nad2nad
The source material for the default grids used by
PROJ has been moved to the proj-datumgrid repository. For that
reason it is no longer necessary to include the nad2bin program
in the PROJ repository and source distribution. From now on the
nad2bin application will be kept in the proj-datumgrid repo.
Previously the null grid was generated by running nad2bin on the
null.lla file. Since nad2bin is no longer available null.lla has
been replaced by its binary counterpart null. This file will be
distributed and installed alongside PROJ.
Build scripts and documenation has been adjusted so that nad2bin
is not mentioned anywhere. Additionally all references to nad2nad
has been removed as well. nad2nad has not been part of the PROJ
distribution for quite some time so this has been long overdue.
Diffstat (limited to 'data')
| -rw-r--r-- | data/CMakeLists.txt | 11 | ||||
| -rw-r--r-- | data/Makefile.am | 32 | ||||
| -rw-r--r-- | data/README | 7 | ||||
| -rwxr-xr-x | data/install.in | 26 | ||||
| -rw-r--r-- | data/null | bin | 0 -> 232 bytes | |||
| -rw-r--r-- | data/null.lla | 5 |
6 files changed, 8 insertions, 73 deletions
diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 859f9a60..8d3a06b2 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -22,17 +22,6 @@ file(GLOB GTX_FILES *.gtx) set(GRIDSHIFT_FILES ${GSB_FILES} ${GTX_FILES}) set(GRIDSHIFT_FILES ${GRIDSHIFT_FILES} ) -option(CONVERT_DATA "convert some ascii file to binary file for use in proj4" OFF) -if(CONVERT_DATA) - if (BUILD_NAD2BIN) - set(LLA_GRID_DIR ${CMAKE_CURRENT_SOURCE_DIR}) - proj_convert_grid_lla2gsb(LLA_GRID_DIR) - file(GLOB LLA_FILES *.lla) - proj_append_lla_output_file(LLA_FILES GRIDSHIFT_FILES) - else() - message(ERROR " you need to compile nad2bin exe in order to convert data file" ) - endif(BUILD_NAD2BIN) -endif(CONVERT_DATA) set(ALL_SQL_IN "${CMAKE_CURRENT_SOURCE_DIR}/all.sql.in") set(PROJ_DB "${CMAKE_CURRENT_SOURCE_DIR}/proj.db") diff --git a/data/Makefile.am b/data/Makefile.am index 3e98e59f..8234c034 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,7 +1,7 @@ DATAPATH = $(top_srcdir)/data pkgdata_DATA = GL27 nad.lst nad27 nad83 world other.extra \ - CH \ + CH null \ ITRF2000 ITRF2008 ITRF2014 proj.db SQL_ORDERED_LIST = sql/begin.sql \ @@ -40,34 +40,12 @@ EXTRA_DIST = GL27 nad.lst nad27 nad83 \ world other.extra \ CH \ ITRF2000 ITRF2008 ITRF2014 \ - CMakeLists.txt tests/test_nodata.gtx null.lla \ + CMakeLists.txt tests/test_nodata.gtx null \ generate_all_sql_in.cmake sql_filelist.cmake \ $(SQL_ORDERED_LIST) -process-nad2bin: - @if [ -f $(DATAPATH)/null.lla -a ! -f null ] || [ -f $(DATAPATH)/conus.lla -a ! -f conus ] ; then \ - for x in $(DATAPATH)/*.lla ; do \ - DEST=`basename $$x .lla`; \ - echo "../src/nad2bin$(EXEEXT) $$DEST < $$x"; \ - ../src/nad2bin$(EXEEXT) $$DEST < $$x ; \ - done; \ - fi - -install-data-local: process-nad2bin +install-data-local: $(mkinstalldirs) $(DESTDIR)$(pkgdatadir) - @if [ -f $(DATAPATH)/null.lla -a ! -f $(DATAPATH)/null ] || [ -f $(DATAPATH)/conus.lla -a ! -f $(DATAPATH)/conus ] ; then \ - for x in $(DATAPATH)/*.lla ; do \ - DEST=$(DESTDIR)$(pkgdatadir)/`basename $$x .lla`; \ - echo "../src/nad2bin$(EXEEXT) $$DEST < $$x"; \ - ../src/nad2bin$(EXEEXT) $$DEST < $$x ; \ - if [ $$? -ne 0 ] ; then \ - echo "nad2bin$(EXEEXT) failed to install $$DEST"; \ - exit 1; \ - fi; \ - done; \ - else \ - echo "nad2nad NADCON source files not present"; \ - fi @for gridfile in $(DATAPATH)/*.gsb $(DATAPATH)/*.gtx $(DATAPATH)/ntv1_can.dat dummy \ $(DATAPATH)/alaska $(DATAPATH)/conus $(DATAPATH)/hawaii $(DATAPATH)/null \ $(DATAPATH)/prvi $(DATAPATH)/stgeorge $(DATAPATH)/stlrnc $(DATAPATH)/stpaul \ @@ -97,9 +75,9 @@ proj.db: $(DATAPATH)/sql/*.sql exit 1; \ fi - + # For out-of-tree builds, link all file of the source data dir to the generated data -check-local: process-nad2bin +check-local: @if [ ! -f GL27 ]; then \ for x in $(DATAPATH)/*; do \ ln -sf $$x .; \ diff --git a/data/README b/data/README index 1b18dd2f..ae690729 100644 --- a/data/README +++ b/data/README @@ -1,5 +1,4 @@ -The files in this directory are support data for PROJ programs -as well as test scripts for testing proj installation. +The files in this directory are support data for PROJ programs. File Contents: @@ -28,7 +27,7 @@ nad.lst --- Reference list of SPCS States and NGS datum identifiers IGNF --- Translation of French Mapping Agency codes into PROJ via init= mechanism. -install --- Unix shell (sh) script to install nad2nad file and proj - init files. Read beginning for usage instructions. +install --- Unix shell (sh) script to install proj init files. + Read beginning for usage instructions. Additional data files are available in https://github.com/OSGeo/proj-datumgrid/ diff --git a/data/install.in b/data/install.in index d60dc725..98b2c846 100755 --- a/data/install.in +++ b/data/install.in @@ -23,31 +23,5 @@ do echo "file $x installed" fi done -# just test for conus and assume others are there -if [ -f conus.lla ] ; then -# install nad2nad NADCON files - echo "installing ${lib}/nad2783" - lib=${lib}/nad2783 - if [ ! -d $lib ] ; then - mkdir $lib - if [ $? -ne 0 ] ; then - echo "failed to make dir $lib" - echo "nad2nad lib install stopped" - exit 1 - fi - fi -# Process ascii grid into nad2nad compatible files. - for x in *.lla ; do - dest=`expr $x : '\(.*\)\.lla'` - cat < $x | ../src/nad2bin ${lib}/${dest} - if [ $? -ne 0 ] ; then - echo "nad2nad file install failed on file ${lib}/${dest}" - exit 1 - fi - echo "${lib}/${dest} installed" - done -else - echo "nad2nad NADCON files not present" -fi echo "normal completion" exit 0 diff --git a/data/null b/data/null Binary files differnew file mode 100644 index 00000000..8418408b --- /dev/null +++ b/data/null diff --git a/data/null.lla b/data/null.lla deleted file mode 100644 index eb25285a..00000000 --- a/data/null.lla +++ /dev/null @@ -1,5 +0,0 @@ -Null transform for whole world - 3 3 1 -180.00000 180.00000 -90.00000 90.00000 -0: 0 0 0 0 0 0 -1: 0 0 0 0 0 0 -2: 0 0 0 0 0 0 |
