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/README | |
| 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/README')
| -rw-r--r-- | data/README | 7 |
1 files changed, 3 insertions, 4 deletions
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/ |
