diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-06-29 12:23:37 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-06-30 11:14:46 +0200 |
| commit | a9c3567cf5f69d08a869bf17a9e284e8c8142956 (patch) | |
| tree | c7704fa27b47c2b79e19a23edc6594da02a464d9 /test/cli | |
| parent | 7a131de134e40c73795c7d2c1834bee1e45b16a6 (diff) | |
| download | PROJ-a9c3567cf5f69d08a869bf17a9e284e8c8142956.tar.gz PROJ-a9c3567cf5f69d08a869bf17a9e284e8c8142956.zip | |
Database: import scope/remarks for coordinate operation and add C API
- Import scope and remarks for coordinate operations of the EPSG dataset.
Database size goes from 5.2 MB to 5.55 MB
- Add proj_get_scope() and proj_get_remarks()
Diffstat (limited to 'test/cli')
| -rw-r--r-- | test/cli/testprojinfo_out.dist | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/test/cli/testprojinfo_out.dist b/test/cli/testprojinfo_out.dist index 4c0e726d..f742fa60 100644 --- a/test/cli/testprojinfo_out.dist +++ b/test/cli/testprojinfo_out.dist @@ -279,7 +279,7 @@ COORDINATEOPERATION["NAD27 to NAD83 (3)", PARAMETERFILE["Latitude and longitude difference file","ntv1_can.dat"], OPERATIONACCURACY[1.0], USAGE[ - SCOPE["unknown"], + SCOPE["Historic record only - now superseded - see remarks."], AREA["Canada"], BBOX[40.04,-141.01,86.46,-47.74]], ID["DERIVED_FROM(EPSG)",1312]] @@ -329,7 +329,7 @@ COORDINATEOPERATION["NAD27 to NAD83 (4)", PARAMETERFILE["Latitude and longitude difference file","ntv2_0.gsb"], OPERATIONACCURACY[1.5], USAGE[ - SCOPE["unknown"], + SCOPE["Accuracy 1-2 metres."], AREA["Canada - NAD27"], BBOX[40.04,-141.01,83.17,-47.74]], ID["DERIVED_FROM(EPSG)",1313]] @@ -378,7 +378,7 @@ COORDINATEOPERATION["NAD27 to NAD83 (1)", PARAMETERFILE["Latitude and longitude difference file","conus"], OPERATIONACCURACY[0.15], USAGE[ - SCOPE["unknown"], + SCOPE["Accuracy at 67% confidence level is 0.15m onshore, 5m nearshore and undetermined farther offshore."], AREA["USA - CONUS including EEZ"], BBOX[23.81,-129.17,49.38,-65.69]], ID["DERIVED_FROM(EPSG)",1241]] @@ -427,7 +427,7 @@ COORDINATEOPERATION["NAD27 to NAD83 (2)", PARAMETERFILE["Latitude and longitude difference file","alaska"], OPERATIONACCURACY[0.5], USAGE[ - SCOPE["unknown"], + SCOPE["Accuracy at 67% confidence level is 0.5m onshore, 5m nearshore and undetermined farther offshore."], AREA["USA - Alaska including EEZ"], BBOX[47.88,167.65,74.71,-129.99]], ID["DERIVED_FROM(EPSG)",1243]] @@ -478,10 +478,11 @@ COORDINATEOPERATION["NAD27 to NAD83 (5)", PARAMETERFILE["Latitude and longitude difference file","GS2783v1.QUE"], OPERATIONACCURACY[1.0], USAGE[ - SCOPE["unknown"], + SCOPE["Historic record only - now superseded - see remarks."], AREA["Canada - Quebec"], BBOX[44.99,-79.85,62.62,-57.1]], - ID["EPSG",1462]] + ID["EPSG",1462], + REMARK["Densification for Quebec of code 1312. Replaced by NAD27 to NAD83 (6) (code 1573). Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east."]] ------------------------------------- Operation n°6: @@ -529,10 +530,11 @@ COORDINATEOPERATION["NAD27 to NAD83 (6)", PARAMETERFILE["Latitude and longitude difference file","QUE27-83.gsb"], OPERATIONACCURACY[1.5], USAGE[ - SCOPE["unknown"], + SCOPE["Accuracy 1-2 metres."], AREA["Canada - Quebec"], BBOX[44.99,-79.85,62.62,-57.1]], - ID["EPSG",1573]] + ID["EPSG",1573], + REMARK["Replaces NAD27 to NAD83 (5) (code 1462). Uses NT method which expects longitudes positive west; EPSG GeogCRSs NAD27 (code 4267) and NAD83 (code 4269) have longitudes positive east."]] ------------------------------------- Operation n°7: |
