diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-05-29 16:25:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 16:25:46 +0200 |
| commit | 6dd0bcd84c5ce301cd26e9ab3ef70bffdd26db5c (patch) | |
| tree | 1142540c5f890e3623512ba522c12fdd6f19deb4 /nz_linz/nz_linz_README.txt | |
| parent | 2dc89bf0e1962ac5dac874ce85fe16e92fafcc43 (diff) | |
| parent | e7bba9c8411a7b2c093a812300c065b3af6a4152 (diff) | |
| download | PROJ-data-6dd0bcd84c5ce301cd26e9ab3ef70bffdd26db5c.tar.gz PROJ-data-6dd0bcd84c5ce301cd26e9ab3ef70bffdd26db5c.zip | |
Merge pull request #22 from ccrook/master
Adding NZGD2000 deformation model (versions 2000-01-01 to 2018-07-01)
Diffstat (limited to 'nz_linz/nz_linz_README.txt')
| -rw-r--r-- | nz_linz/nz_linz_README.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/nz_linz/nz_linz_README.txt b/nz_linz/nz_linz_README.txt index d55943a..13928e7 100644 --- a/nz_linz/nz_linz_README.txt +++ b/nz_linz/nz_linz_README.txt @@ -15,6 +15,23 @@ The New Zealand grids are published under the ## Included grids +### NZGD2000 to ITRF96 transformation + +*Filename*: nz_linz_nzgd2000-(version).json +*Reference*: https://www.linz.govt.nz/data/geodetic-system/datums-projections-and-heights/geodetic-datums/new-zealand-geodetic-datum-2000-nzgd2000/nzgd2000-deformation-model + +This is a set of deformation model files for each of the versions of the NZGD2000 datum. +Each version is identified by a nominal publication date in yyyymmdd date format (for example nz_linz_nzgd2000-20180701.json. +The JSON files define the deformation model using a set of GeoTiff files, each of which is names with the prefix nz_linz_nzgd2000. +Note that the transformation from ITRF96 to other realisations such as ITRF2008 should use the NZ specific transformations, for example EPSG:9082 to transform +between between ITRF2008 and ITRF96. These are documented in +https://www.linz.govt.nz/file/itrftonzgd2000pdf. + +Example of conversion from NZGD2000 to ITRF96 at epoch 2016.5 + + echo '173 -41 0 2016.5' | \ + cct -t 2016.5 -d 8 +proj=defmodel +model=nz_linz_nzgd2000-20180701.json + ### NZGD1949 to NZGD2000 transformation *Filename*: nz_linz_nzgd2kgrid0005.tif |
