@cpp.js/package-proj 1.0.0-beta.21 → 1.0.0-beta.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (132) hide show
  1. package/README.md +3 -0
  2. package/dist/prebuilt/Android-arm64-v8a/include/proj/coordinateoperation.hpp +22 -4
  3. package/dist/prebuilt/Android-arm64-v8a/include/proj/coordinatesystem.hpp +4 -4
  4. package/dist/prebuilt/Android-arm64-v8a/include/proj/crs.hpp +5 -1
  5. package/dist/prebuilt/Android-arm64-v8a/include/proj/io.hpp +9 -1
  6. package/dist/prebuilt/Android-arm64-v8a/include/proj.h +25 -8
  7. package/dist/prebuilt/Android-arm64-v8a/include/proj_constants.h +43 -0
  8. package/dist/prebuilt/Android-arm64-v8a/include/proj_symbol_rename.h +6 -0
  9. package/dist/prebuilt/Android-arm64-v8a/lib/cmake/proj/proj-config-version.cmake +2 -2
  10. package/dist/prebuilt/Android-arm64-v8a/lib/cmake/proj4/proj4-config-version.cmake +2 -2
  11. package/dist/prebuilt/Android-arm64-v8a/lib/libproj.so +0 -0
  12. package/dist/prebuilt/Android-arm64-v8a/lib/pkgconfig/proj.pc +1 -1
  13. package/dist/prebuilt/Android-arm64-v8a/share/doc/proj/AUTHORS.md +33 -0
  14. package/dist/prebuilt/Android-arm64-v8a/share/doc/proj/NEWS.md +3084 -0
  15. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/cct.1 +1 -1
  16. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/cs2cs.1 +1 -1
  17. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/geod.1 +1 -1
  18. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/gie.1 +1 -1
  19. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/proj.1 +1 -1
  20. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/projinfo.1 +5 -2
  21. package/dist/prebuilt/Android-arm64-v8a/share/man/man1/projsync.1 +1 -1
  22. package/dist/prebuilt/Android-arm64-v8a/share/proj/ITRF2020 +91 -0
  23. package/dist/prebuilt/Android-arm64-v8a/share/proj/proj.db +0 -0
  24. package/dist/prebuilt/CMakeLists.txt +1 -1
  25. package/dist/prebuilt/Emscripten-x86_64/include/proj/coordinateoperation.hpp +22 -4
  26. package/dist/prebuilt/Emscripten-x86_64/include/proj/coordinatesystem.hpp +4 -4
  27. package/dist/prebuilt/Emscripten-x86_64/include/proj/crs.hpp +5 -1
  28. package/dist/prebuilt/Emscripten-x86_64/include/proj/io.hpp +9 -1
  29. package/dist/prebuilt/Emscripten-x86_64/include/proj.h +25 -8
  30. package/dist/prebuilt/Emscripten-x86_64/include/proj_constants.h +43 -0
  31. package/dist/prebuilt/Emscripten-x86_64/include/proj_symbol_rename.h +6 -0
  32. package/dist/prebuilt/Emscripten-x86_64/lib/cmake/proj/proj-config-version.cmake +2 -2
  33. package/dist/prebuilt/Emscripten-x86_64/lib/cmake/proj4/proj4-config-version.cmake +2 -2
  34. package/dist/prebuilt/Emscripten-x86_64/lib/libproj.a +0 -0
  35. package/dist/prebuilt/Emscripten-x86_64/lib/pkgconfig/proj.pc +1 -1
  36. package/dist/prebuilt/Emscripten-x86_64/share/doc/proj/AUTHORS.md +33 -0
  37. package/dist/prebuilt/Emscripten-x86_64/share/doc/proj/NEWS.md +3084 -0
  38. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/cct.1 +1 -1
  39. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/cs2cs.1 +1 -1
  40. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/geod.1 +1 -1
  41. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/gie.1 +1 -1
  42. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/proj.1 +1 -1
  43. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/projinfo.1 +5 -2
  44. package/dist/prebuilt/Emscripten-x86_64/share/man/man1/projsync.1 +1 -1
  45. package/dist/prebuilt/Emscripten-x86_64/share/proj/ITRF2020 +91 -0
  46. package/dist/prebuilt/Emscripten-x86_64/share/proj/proj.db +0 -0
  47. package/dist/prebuilt/iOS-iphoneos/include/proj/coordinateoperation.hpp +22 -4
  48. package/dist/prebuilt/iOS-iphoneos/include/proj/coordinatesystem.hpp +4 -4
  49. package/dist/prebuilt/iOS-iphoneos/include/proj/crs.hpp +5 -1
  50. package/dist/prebuilt/iOS-iphoneos/include/proj/io.hpp +9 -1
  51. package/dist/prebuilt/iOS-iphoneos/include/proj.h +25 -8
  52. package/dist/prebuilt/iOS-iphoneos/include/proj_constants.h +43 -0
  53. package/dist/prebuilt/iOS-iphoneos/include/proj_symbol_rename.h +6 -0
  54. package/dist/prebuilt/iOS-iphoneos/lib/cmake/proj/proj-config-version.cmake +2 -2
  55. package/dist/prebuilt/iOS-iphoneos/lib/cmake/proj4/proj4-config-version.cmake +2 -2
  56. package/dist/prebuilt/iOS-iphoneos/lib/libproj.a +0 -0
  57. package/dist/prebuilt/iOS-iphoneos/lib/pkgconfig/proj.pc +1 -1
  58. package/dist/prebuilt/iOS-iphoneos/share/doc/proj/AUTHORS.md +33 -0
  59. package/dist/prebuilt/iOS-iphoneos/share/doc/proj/NEWS.md +3084 -0
  60. package/dist/prebuilt/iOS-iphoneos/share/man/man1/cct.1 +1 -1
  61. package/dist/prebuilt/iOS-iphoneos/share/man/man1/cs2cs.1 +1 -1
  62. package/dist/prebuilt/iOS-iphoneos/share/man/man1/geod.1 +1 -1
  63. package/dist/prebuilt/iOS-iphoneos/share/man/man1/gie.1 +1 -1
  64. package/dist/prebuilt/iOS-iphoneos/share/man/man1/proj.1 +1 -1
  65. package/dist/prebuilt/iOS-iphoneos/share/man/man1/projinfo.1 +5 -2
  66. package/dist/prebuilt/iOS-iphoneos/share/man/man1/projsync.1 +1 -1
  67. package/dist/prebuilt/iOS-iphoneos/share/proj/ITRF2020 +91 -0
  68. package/dist/prebuilt/iOS-iphoneos/share/proj/proj.db +0 -0
  69. package/dist/prebuilt/iOS-iphonesimulator/include/proj/coordinateoperation.hpp +22 -4
  70. package/dist/prebuilt/iOS-iphonesimulator/include/proj/coordinatesystem.hpp +4 -4
  71. package/dist/prebuilt/iOS-iphonesimulator/include/proj/crs.hpp +5 -1
  72. package/dist/prebuilt/iOS-iphonesimulator/include/proj/io.hpp +9 -1
  73. package/dist/prebuilt/iOS-iphonesimulator/include/proj.h +25 -8
  74. package/dist/prebuilt/iOS-iphonesimulator/include/proj_constants.h +43 -0
  75. package/dist/prebuilt/iOS-iphonesimulator/include/proj_symbol_rename.h +6 -0
  76. package/dist/prebuilt/iOS-iphonesimulator/lib/cmake/proj/proj-config-version.cmake +2 -2
  77. package/dist/prebuilt/iOS-iphonesimulator/lib/cmake/proj4/proj4-config-version.cmake +2 -2
  78. package/dist/prebuilt/iOS-iphonesimulator/lib/libproj.a +0 -0
  79. package/dist/prebuilt/iOS-iphonesimulator/lib/pkgconfig/proj.pc +1 -1
  80. package/dist/prebuilt/iOS-iphonesimulator/share/doc/proj/AUTHORS.md +33 -0
  81. package/dist/prebuilt/iOS-iphonesimulator/share/doc/proj/NEWS.md +3084 -0
  82. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/cct.1 +1 -1
  83. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/cs2cs.1 +1 -1
  84. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/geod.1 +1 -1
  85. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/gie.1 +1 -1
  86. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/proj.1 +1 -1
  87. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/projinfo.1 +5 -2
  88. package/dist/prebuilt/iOS-iphonesimulator/share/man/man1/projsync.1 +1 -1
  89. package/dist/prebuilt/iOS-iphonesimulator/share/proj/ITRF2020 +91 -0
  90. package/dist/prebuilt/iOS-iphonesimulator/share/proj/proj.db +0 -0
  91. package/package.json +6 -7
  92. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e_x86_64-simulator → proj.xcframework/ios-arm64_arm64e}/Headers/proj/coordinateoperation.hpp +22 -4
  93. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e_x86_64-simulator → proj.xcframework/ios-arm64_arm64e}/Headers/proj/coordinatesystem.hpp +4 -4
  94. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/crs.hpp +5 -1
  95. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e_x86_64-simulator → proj.xcframework/ios-arm64_arm64e}/Headers/proj/io.hpp +9 -1
  96. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj.h +25 -8
  97. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj_constants.h +43 -0
  98. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e_x86_64-simulator → proj.xcframework/ios-arm64_arm64e}/Headers/proj_symbol_rename.h +6 -0
  99. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/libproj.a +0 -0
  100. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e → proj.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/proj/coordinateoperation.hpp +22 -4
  101. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e → proj.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/proj/coordinatesystem.hpp +4 -4
  102. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/crs.hpp +5 -1
  103. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e → proj.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/proj/io.hpp +9 -1
  104. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj.h +25 -8
  105. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj_constants.h +43 -0
  106. package/{dist/prebuilt/proj.xcframework/ios-arm64_arm64e → proj.xcframework/ios-arm64_arm64e_x86_64-simulator}/Headers/proj_symbol_rename.h +6 -0
  107. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/libproj.a +0 -0
  108. package/dist/prebuilt/Android-arm64-v8a/share/doc/proj/AUTHORS +0 -42
  109. package/dist/prebuilt/Android-arm64-v8a/share/doc/proj/NEWS +0 -3170
  110. package/dist/prebuilt/Emscripten-x86_64/share/doc/proj/AUTHORS +0 -42
  111. package/dist/prebuilt/Emscripten-x86_64/share/doc/proj/NEWS +0 -3170
  112. package/dist/prebuilt/iOS-iphoneos/share/doc/proj/AUTHORS +0 -42
  113. package/dist/prebuilt/iOS-iphoneos/share/doc/proj/NEWS +0 -3170
  114. package/dist/prebuilt/iOS-iphonesimulator/share/doc/proj/AUTHORS +0 -42
  115. package/dist/prebuilt/iOS-iphonesimulator/share/doc/proj/NEWS +0 -3170
  116. package/{dist/prebuilt/proj.xcframework → proj.xcframework}/Info.plist +5 -5
  117. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/geodesic.h +0 -0
  118. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/common.hpp +0 -0
  119. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/coordinates.hpp +0 -0
  120. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/datum.hpp +0 -0
  121. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/metadata.hpp +0 -0
  122. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/nn.hpp +0 -0
  123. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj/util.hpp +0 -0
  124. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e/Headers/proj_experimental.h +0 -0
  125. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/geodesic.h +0 -0
  126. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/common.hpp +0 -0
  127. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/coordinates.hpp +0 -0
  128. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/datum.hpp +0 -0
  129. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/metadata.hpp +0 -0
  130. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/nn.hpp +0 -0
  131. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj/util.hpp +0 -0
  132. /package/{dist/prebuilt/proj.xcframework → proj.xcframework}/ios-arm64_arm64e_x86_64-simulator/Headers/proj_experimental.h +0 -0
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "CCT" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "CCT" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  cct \- Coordinate Conversion and Transformation
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "CS2CS" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "CS2CS" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  cs2cs \- Cartographic coordinate system filter
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "GEOD" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "GEOD" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  geod \- Geodesic computations
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "GIE" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "GIE" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  gie \- The Geospatial Integrity Investigation Environment
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "PROJ" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "PROJ" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  proj \- Cartographic projection filter
33
33
  .SH SYNOPSIS
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "PROJINFO" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "PROJINFO" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  projinfo \- Geodetic object and coordinate operation queries
33
33
  .SH SYNOPSIS
@@ -55,7 +55,8 @@ projinfo \- Geodetic object and coordinate operation queries
55
55
  \-\-list\-crs [list\-crs\-filter] |
56
56
  \-\-dump\-db\-structure [{object_definition} | {object_reference}] |
57
57
  {object_definition} | {object_reference} |
58
- (\-s {srs_def} [\-\-s_epoch {epoch}] \-t {srs_def} [\-\-t_epoch {epoch}])
58
+ (\-s {srs_def} [\-\-s_epoch {epoch}] \-t {srs_def} [\-\-t_epoch {epoch}]) |
59
+ ({srs_def} {srs_def})
59
60
 
60
61
  .in -2
61
62
  .fi
@@ -100,6 +101,8 @@ a compound CRS made from two object names separated with " + ". e.g. "WGS 84 + E
100
101
  {object_reference} is a filename preceded by the \(aq@\(aq character. The
101
102
  file referenced by the {object_reference} must contain a valid
102
103
  {object_definition}.
104
+ .sp
105
+ The usage of "{srs_def} {srs_def}" is equivalent to "\-s {srs_def} \-t {srs_def}" (\fIadded in 9.5\fP).
103
106
  .UNINDENT
104
107
  .UNINDENT
105
108
  .SH DESCRIPTION
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
27
27
  .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
28
28
  .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
29
29
  ..
30
- .TH "PROJSYNC" "1" "01 Jun 2024" "9.4.1" "PROJ"
30
+ .TH "PROJSYNC" "1" "01 Dec 2024" "9.5" "PROJ"
31
31
  .SH NAME
32
32
  projsync \- Downloading tool of resource files
33
33
  .SH SYNOPSIS
@@ -0,0 +1,91 @@
1
+ # ITRF2020 params are in mm/year, PJ_helmert uses m/year
2
+
3
+ # Generated with generate_itrf2020.py from EPSG database
4
+
5
+ <ITRF2014> +proj=helmert +x=-0.0014 +y=-0.0009 +z=0.0014 +s=-0.00042 +dy=-0.0001 +dz=0.0002 +t_epoch=2015 +convention=position_vector
6
+
7
+ <ITRF2008> +proj=helmert +x=0.0002 +y=0.001 +z=0.0033 +s=-0.00029 +dy=-0.0001 +dz=0.0001 +ds=3e-05 +t_epoch=2015 +convention=position_vector
8
+
9
+ <ITRF2005> +proj=helmert +x=0.0027 +y=0.0001 +z=-0.0014 +s=0.00065 +dx=0.0003 +dy=-0.0001 +dz=0.0001 +ds=3e-05 +t_epoch=2015 +convention=position_vector
10
+
11
+ <ITRF2000> +proj=helmert +x=-0.0002 +y=0.0008 +z=-0.0342 +s=0.00225 +dx=0.0001 +dz=-0.0017 +ds=0.00011 +t_epoch=2015 +convention=position_vector
12
+
13
+ <ITRF97> +proj=helmert +x=0.0065 +y=-0.0039 +z=-0.0779 +rz=0.00036 +s=0.00398 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
14
+
15
+ <ITRF96> +proj=helmert +x=0.0065 +y=-0.0039 +z=-0.0779 +rz=0.00036 +s=0.00398 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
16
+
17
+ <ITRF94> +proj=helmert +x=0.0065 +y=-0.0039 +z=-0.0779 +rz=0.00036 +s=0.00398 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
18
+
19
+ <ITRF93> +proj=helmert +x=-0.0658 +y=0.0019 +z=-0.0713 +rx=-0.00336 +ry=-0.00433 +rz=0.00075 +s=0.00447 +dx=-0.0028 +dy=-0.0002 +dz=-0.0023 +drx=-0.00011 +dry=-0.00019 +drz=7e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
20
+
21
+ <ITRF92> +proj=helmert +x=0.0145 +y=-0.0019 +z=-0.0859 +rz=0.00036 +s=0.00327 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
22
+
23
+ <ITRF91> +proj=helmert +x=0.0265 +y=0.0121 +z=-0.0919 +rz=0.00036 +s=0.00467 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
24
+
25
+ <ITRF90> +proj=helmert +x=0.0245 +y=0.0081 +z=-0.1079 +rz=0.00036 +s=0.00497 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
26
+
27
+ <ITRF89> +proj=helmert +x=0.0295 +y=0.0321 +z=-0.1459 +rz=0.00036 +s=0.00837 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
28
+
29
+ <ITRF88> +proj=helmert +x=0.0245 +y=-0.0039 +z=-0.1699 +rx=0.0001 +rz=0.00036 +s=0.01147 +dx=0.0001 +dy=-0.0006 +dz=-0.0031 +drz=2e-05 +ds=0.00012 +t_epoch=2015 +convention=position_vector
30
+
31
+ # ITRF2020 Plate Motion Model parameters
32
+ #
33
+ # As described in https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2023GL106373
34
+ # (and also in https://itrf.ign.fr/docs/solutions/itrf2020/ITRF2020-PMM.dat, but with
35
+ # different units)
36
+
37
+ <AMUR> +proj=helmert +drx=-0.000131 +dry=-0.000551 +drz=0.000837 +convention=position_vector
38
+
39
+ <ANTA> +proj=helmert +drx=-0.000269 +dry=-0.000312 +drz=0.000678 +convention=position_vector
40
+
41
+ <ARAB> +proj=helmert +drx=0.001129 +dry=-0.000146 +drz=0.001438 +convention=position_vector
42
+
43
+ <AUST> +proj=helmert +drx=0.001487 +dry=0.001175 +drz=0.001223 +convention=position_vector
44
+
45
+ <CARB> +proj=helmert +drx=0.000207 +dry=-0.001422 +drz=0.000726 +convention=position_vector
46
+
47
+ <EURA> +proj=helmert +drx=-0.000085 +dry=-0.000519 +drz=0.000753 +convention=position_vector
48
+
49
+ <INDI> +proj=helmert +drx=0.001137 +dry=0.000013 +drz=0.001444 +convention=position_vector
50
+
51
+ <NAZC> +proj=helmert +drx=-0.000327 +dry=-0.001561 +drz=0.001605 +convention=position_vector
52
+
53
+ <NOAM> +proj=helmert +drx=0.000045 +dry=-0.000666 +drz=-0.000098 +convention=position_vector
54
+
55
+ <NUBI> +proj=helmert +drx=0.000090 +dry=-0.000585 +drz=0.000717 +convention=position_vector
56
+
57
+ <PCFC> +proj=helmert +drx=-0.000404 +dry=0.001021 +drz=-0.002154 +convention=position_vector
58
+
59
+ <SOAM> +proj=helmert +drx=-0.000261 +dry=-0.000282 +drz=-0.000157 +convention=position_vector
60
+
61
+ <SOMA> +proj=helmert +drx=-0.000081 +dry=-0.000719 +drz=0.000864 +convention=position_vector
62
+
63
+ # Plate names suffixed by _T (for Translation) that includes the translation
64
+ # rates +dx=0.00037 +dy=0.00035 +dz=0.00074 given by Table 2 of the ITRF2020 plate motion model
65
+ # paper
66
+
67
+ <AMUR_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000131 +dry=-0.000551 +drz=0.000837 +convention=position_vector
68
+
69
+ <ANTA_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000269 +dry=-0.000312 +drz=0.000678 +convention=position_vector
70
+
71
+ <ARAB_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.001129 +dry=-0.000146 +drz=0.001438 +convention=position_vector
72
+
73
+ <AUST_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.001487 +dry=0.001175 +drz=0.001223 +convention=position_vector
74
+
75
+ <CARB_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.000207 +dry=-0.001422 +drz=0.000726 +convention=position_vector
76
+
77
+ <EURA_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000085 +dry=-0.000519 +drz=0.000753 +convention=position_vector
78
+
79
+ <INDI_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.001137 +dry=0.000013 +drz=0.001444 +convention=position_vector
80
+
81
+ <NAZC_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000327 +dry=-0.001561 +drz=0.001605 +convention=position_vector
82
+
83
+ <NOAM_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.000045 +dry=-0.000666 +drz=-0.000098 +convention=position_vector
84
+
85
+ <NUBI_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=0.000090 +dry=-0.000585 +drz=0.000717 +convention=position_vector
86
+
87
+ <PCFC_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000404 +dry=0.001021 +drz=-0.002154 +convention=position_vector
88
+
89
+ <SOAM_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000261 +dry=-0.000282 +drz=-0.000157 +convention=position_vector
90
+
91
+ <SOMA_T> +proj=helmert +dx=0.00037 +dy=0.00035 +dz=0.00074 +drx=-0.000081 +dry=-0.000719 +drz=0.000864 +convention=position_vector
@@ -196,7 +196,8 @@ class PROJ_GCC_DLL CoordinateOperation : public common::ObjectUsage,
196
196
  coordinateTransformer(PJ_CONTEXT *ctx) const;
197
197
 
198
198
  /** \brief Return the inverse of the coordinate operation.
199
- * @throw util::UnsupportedOperationException
199
+ *
200
+ * \throw util::UnsupportedOperationException if inverse is not available
200
201
  */
201
202
  PROJ_DLL virtual CoordinateOperationNNPtr inverse() const = 0;
202
203
 
@@ -211,6 +212,8 @@ class PROJ_GCC_DLL CoordinateOperation : public common::ObjectUsage,
211
212
 
212
213
  PROJ_DLL bool hasBallparkTransformation() const;
213
214
 
215
+ PROJ_DLL bool requiresPerCoordinateInputTime() const;
216
+
214
217
  PROJ_DLL static const std::string OPERATION_VERSION_KEY;
215
218
 
216
219
  PROJ_DLL CoordinateOperationNNPtr normalizeForVisualization() const;
@@ -246,6 +249,8 @@ class PROJ_GCC_DLL CoordinateOperation : public common::ObjectUsage,
246
249
  const std::vector<metadata::PositionalAccuracyNNPtr> &accuracies);
247
250
  PROJ_INTERNAL void setHasBallparkTransformation(bool b);
248
251
 
252
+ PROJ_INTERNAL void setRequiresPerCoordinateInputTime(bool b);
253
+
249
254
  PROJ_INTERNAL void
250
255
  setSourceCoordinateEpoch(const util::optional<common::DataEpoch> &epoch);
251
256
  PROJ_INTERNAL void
@@ -1324,6 +1329,13 @@ class PROJ_GCC_DLL Conversion : public SingleOperation {
1324
1329
  const common::Angle &centerLong, const common::Length &falseEasting,
1325
1330
  const common::Length &falseNorthing);
1326
1331
 
1332
+ PROJ_DLL static ConversionNNPtr createLocalOrthographic(
1333
+ const util::PropertyMap &properties, const common::Angle &centerLat,
1334
+ const common::Angle &centerLong,
1335
+ const common::Angle &azimuthInitialLine, const common::Scale &scale,
1336
+ const common::Length &falseEasting,
1337
+ const common::Length &falseNorthing);
1338
+
1327
1339
  PROJ_DLL static ConversionNNPtr createAmericanPolyconic(
1328
1340
  const util::PropertyMap &properties, const common::Angle &centerLat,
1329
1341
  const common::Angle &centerLong, const common::Length &falseEasting,
@@ -1683,6 +1695,12 @@ class PROJ_GCC_DLL Transformation : public SingleOperation {
1683
1695
  const common::Angle &offsetLong, const common::Length &offsetHeight,
1684
1696
  const std::vector<metadata::PositionalAccuracyNNPtr> &accuracies);
1685
1697
 
1698
+ PROJ_DLL static TransformationNNPtr createCartesianGridOffsets(
1699
+ const util::PropertyMap &properties, const crs::CRSNNPtr &sourceCRSIn,
1700
+ const crs::CRSNNPtr &targetCRSIn, const common::Length &eastingOffset,
1701
+ const common::Length &northingOffset,
1702
+ const std::vector<metadata::PositionalAccuracyNNPtr> &accuracies);
1703
+
1686
1704
  PROJ_DLL static TransformationNNPtr createVerticalOffset(
1687
1705
  const util::PropertyMap &properties, const crs::CRSNNPtr &sourceCRSIn,
1688
1706
  const crs::CRSNNPtr &targetCRSIn, const common::Length &offsetHeight,
@@ -1696,10 +1714,10 @@ class PROJ_GCC_DLL Transformation : public SingleOperation {
1696
1714
  PROJ_PRIVATE :
1697
1715
  //! @cond Doxygen_Suppress
1698
1716
  PROJ_INTERNAL const std::string &
1699
- getNTv2Filename() const;
1717
+ getPROJ4NadgridsCompatibleFilename() const;
1700
1718
 
1701
- PROJ_FOR_TEST std::vector<double>
1702
- getTOWGS84Parameters() const; // throw(io::FormattingException)
1719
+ PROJ_FOR_TEST std::vector<double> getTOWGS84Parameters(
1720
+ bool canThrowException) const; // throw(io::FormattingException)
1703
1721
 
1704
1722
  PROJ_INTERNAL const std::string &getHeightToGeographic3DFilename() const;
1705
1723
 
@@ -60,10 +60,10 @@ class AxisDirection : public util::CodeList {
60
60
  valueOf(const std::string &nameIn) noexcept;
61
61
  //! @endcond
62
62
 
63
- AxisDirection(const AxisDirection&) = delete;
64
- AxisDirection& operator=(const AxisDirection&) = delete;
65
- AxisDirection(AxisDirection&&) = delete;
66
- AxisDirection& operator=(AxisDirection&&) = delete;
63
+ AxisDirection(const AxisDirection &) = delete;
64
+ AxisDirection &operator=(const AxisDirection &) = delete;
65
+ AxisDirection(AxisDirection &&) = delete;
66
+ AxisDirection &operator=(AxisDirection &&) = delete;
67
67
 
68
68
  PROJ_DLL static const AxisDirection NORTH;
69
69
  PROJ_DLL static const AxisDirection NORTH_NORTH_EAST;
@@ -165,6 +165,9 @@ class PROJ_GCC_DLL CRS : public common::ObjectUsage,
165
165
  getResolvedCRS(const CRSNNPtr &crs,
166
166
  const io::AuthorityFactoryPtr &authFactory,
167
167
  metadata::ExtentPtr &extentOut);
168
+
169
+ PROJ_INTERNAL std::string getOriginatingAuthName() const;
170
+
168
171
  //! @endcond
169
172
 
170
173
  protected:
@@ -1064,7 +1067,8 @@ class PROJ_GCC_DLL BoundCRS final : public CRS,
1064
1067
 
1065
1068
  PROJ_INTERNAL BoundCRSNNPtr shallowCloneAsBoundCRS() const;
1066
1069
  PROJ_INTERNAL bool isTOWGS84Compatible() const;
1067
- PROJ_INTERNAL std::string getHDatumPROJ4GRIDS() const;
1070
+ PROJ_INTERNAL std::string
1071
+ getHDatumPROJ4GRIDS(const io::DatabaseContextPtr &databaseContext) const;
1068
1072
  PROJ_INTERNAL std::string
1069
1073
  getVDatumPROJ4GRIDS(const crs::GeographicCRS *geogCRSOfCompoundCRS,
1070
1074
  const char **outGeoidCRSValue) const;
@@ -456,6 +456,8 @@ class PROJ_GCC_DLL PROJStringFormatter {
456
456
 
457
457
  PROJ_INTERNAL std::set<std::string> getUsedGridNames() const;
458
458
 
459
+ PROJ_INTERNAL bool requiresPerCoordinateInputTime() const;
460
+
459
461
  PROJ_INTERNAL void setTOWGS84Parameters(const std::vector<double> &params);
460
462
  PROJ_INTERNAL const std::vector<double> &getTOWGS84Parameters() const;
461
463
 
@@ -718,7 +720,7 @@ class PROJ_GCC_DLL IPROJStringExportable {
718
720
  *
719
721
  * @param formatter PROJ string formatter.
720
722
  * @return a PROJ string.
721
- * @throw FormattingException */
723
+ * @throw FormattingException if cannot be exported as a PROJ string */
722
724
  PROJ_DLL std::string exportToPROJString(
723
725
  PROJStringFormatter *formatter) const; // throw(FormattingException)
724
726
 
@@ -792,6 +794,7 @@ class PROJ_GCC_DLL WKTParser {
792
794
 
793
795
  PROJ_DLL WKTParser &setStrict(bool strict);
794
796
  PROJ_DLL std::list<std::string> warningList() const;
797
+ PROJ_DLL std::list<std::string> grammarErrorList() const;
795
798
 
796
799
  PROJ_DLL WKTParser &setUnsetIdentifiersIfIncompatibleDef(bool unset);
797
800
 
@@ -959,6 +962,11 @@ class PROJ_GCC_DLL DatabaseContext {
959
962
  PROJ_DLL std::vector<std::string>
960
963
  getVersionedAuthoritiesFromName(const std::string &authName);
961
964
 
965
+ PROJ_FOR_TEST bool
966
+ toWGS84AutocorrectWrongValues(double &tx, double &ty, double &tz,
967
+ double &rx, double &ry, double &rz,
968
+ double &scale_difference) const;
969
+
962
970
  //! @endcond
963
971
 
964
972
  protected:
@@ -174,7 +174,7 @@ extern "C" {
174
174
 
175
175
  /* The version numbers should be updated with every release! **/
176
176
  #define PROJ_VERSION_MAJOR 9
177
- #define PROJ_VERSION_MINOR 4
177
+ #define PROJ_VERSION_MINOR 5
178
178
  #define PROJ_VERSION_PATCH 1
179
179
 
180
180
  /* Note: the following 3 defines have been introduced in PROJ 8.0.1 */
@@ -563,6 +563,10 @@ const char PROJ_DLL *proj_context_get_url_endpoint(PJ_CONTEXT *ctx);
563
563
  const char PROJ_DLL *proj_context_get_user_writable_directory(PJ_CONTEXT *ctx,
564
564
  int create);
565
565
 
566
+ void PROJ_DLL proj_context_set_user_writable_directory(PJ_CONTEXT *ctx,
567
+ const char *path,
568
+ int create);
569
+
566
570
  void PROJ_DLL proj_grid_cache_set_enable(PJ_CONTEXT *ctx, int enabled);
567
571
 
568
572
  void PROJ_DLL proj_grid_cache_set_filename(PJ_CONTEXT *ctx,
@@ -708,6 +712,9 @@ PJ_COORD PROJ_DLL proj_geod(const PJ *P, PJ_COORD a, PJ_COORD b);
708
712
  5) /* point to transform falls in a grid cell that evaluates to nodata */
709
713
  #define PROJ_ERR_COORD_TRANSFM_NO_CONVERGENCE \
710
714
  (PROJ_ERR_COORD_TRANSFM + 6) /* iterative convergence method fail */
715
+ #define PROJ_ERR_COORD_TRANSFM_MISSING_TIME \
716
+ (PROJ_ERR_COORD_TRANSFM + 7) /* operation requires time, but not provided \
717
+ */
711
718
 
712
719
  /** Other type of errors */
713
720
  #define PROJ_ERR_OTHER 4096
@@ -1457,6 +1464,9 @@ int PROJ_DLL proj_coordoperation_is_instantiable(PJ_CONTEXT *ctx,
1457
1464
  int PROJ_DLL proj_coordoperation_has_ballpark_transformation(
1458
1465
  PJ_CONTEXT *ctx, const PJ *coordoperation);
1459
1466
 
1467
+ int PROJ_DLL proj_coordoperation_requires_per_coordinate_input_time(
1468
+ PJ_CONTEXT *ctx, const PJ *coordoperation);
1469
+
1460
1470
  int PROJ_DLL proj_coordoperation_get_param_count(PJ_CONTEXT *ctx,
1461
1471
  const PJ *coordoperation);
1462
1472
 
@@ -1643,12 +1653,13 @@ PJ PROJ_DLL *proj_create_geographic_crs(
1643
1653
  PJ_CONTEXT *ctx, const char *crs_name, const char *datum_name,
1644
1654
  const char *ellps_name, double semi_major_metre, double inv_flattening,
1645
1655
  const char *prime_meridian_name, double prime_meridian_offset,
1646
- const char *pm_angular_units, double pm_units_conv, PJ *ellipsoidal_cs);
1656
+ const char *pm_angular_units, double pm_units_conv,
1657
+ const PJ *ellipsoidal_cs);
1647
1658
 
1648
- PJ PROJ_DLL *proj_create_geographic_crs_from_datum(PJ_CONTEXT *ctx,
1649
- const char *crs_name,
1650
- PJ *datum_or_datum_ensemble,
1651
- PJ *ellipsoidal_cs);
1659
+ PJ PROJ_DLL *
1660
+ proj_create_geographic_crs_from_datum(PJ_CONTEXT *ctx, const char *crs_name,
1661
+ const PJ *datum_or_datum_ensemble,
1662
+ const PJ *ellipsoidal_cs);
1652
1663
 
1653
1664
  PJ PROJ_DLL *proj_create_geocentric_crs(
1654
1665
  PJ_CONTEXT *ctx, const char *crs_name, const char *datum_name,
@@ -1721,7 +1732,7 @@ PJ PROJ_DLL *proj_create_vertical_crs_ex(
1721
1732
  const char *const *options);
1722
1733
 
1723
1734
  PJ PROJ_DLL *proj_create_compound_crs(PJ_CONTEXT *ctx, const char *crs_name,
1724
- PJ *horiz_crs, PJ *vert_crs);
1735
+ const PJ *horiz_crs, const PJ *vert_crs);
1725
1736
 
1726
1737
  PJ PROJ_DLL *proj_create_conversion(PJ_CONTEXT *ctx, const char *name,
1727
1738
  const char *auth_name, const char *code,
@@ -1732,7 +1743,7 @@ PJ PROJ_DLL *proj_create_conversion(PJ_CONTEXT *ctx, const char *name,
1732
1743
 
1733
1744
  PJ PROJ_DLL *proj_create_transformation(
1734
1745
  PJ_CONTEXT *ctx, const char *name, const char *auth_name, const char *code,
1735
- PJ *source_crs, PJ *target_crs, PJ *interpolation_crs,
1746
+ const PJ *source_crs, const PJ *target_crs, const PJ *interpolation_crs,
1736
1747
  const char *method_name, const char *method_auth_name,
1737
1748
  const char *method_code, int param_count,
1738
1749
  const PJ_PARAM_DESCRIPTION *params, double accuracy);
@@ -2084,6 +2095,12 @@ PJ PROJ_DLL *proj_create_conversion_orthographic(
2084
2095
  double ang_unit_conv_factor, const char *linear_unit_name,
2085
2096
  double linear_unit_conv_factor);
2086
2097
 
2098
+ PJ PROJ_DLL *proj_create_conversion_local_orthographic(
2099
+ PJ_CONTEXT *ctx, double center_lat, double center_long, double azimuth,
2100
+ double scale, double false_easting, double false_northing,
2101
+ const char *ang_unit_name, double ang_unit_conv_factor,
2102
+ const char *linear_unit_name, double linear_unit_conv_factor);
2103
+
2087
2104
  PJ PROJ_DLL *proj_create_conversion_american_polyconic(
2088
2105
  PJ_CONTEXT *ctx, double center_lat, double center_long,
2089
2106
  double false_easting, double false_northing, const char *ang_unit_name,
@@ -214,6 +214,9 @@
214
214
  #define EPSG_NAME_METHOD_ORTHOGRAPHIC "Orthographic"
215
215
  #define EPSG_CODE_METHOD_ORTHOGRAPHIC 9840
216
216
 
217
+ #define EPSG_NAME_METHOD_LOCAL_ORTHOGRAPHIC "Local Orthographic"
218
+ #define EPSG_CODE_METHOD_LOCAL_ORTHOGRAPHIC 1130
219
+
217
220
  #define PROJ_WKT2_NAME_ORTHOGRAPHIC_SPHERICAL "Orthographic (Spherical)"
218
221
 
219
222
  #define PROJ_WKT2_NAME_METHOD_PATTERSON "Patterson"
@@ -311,17 +314,29 @@
311
314
  "Longitude of projection centre"
312
315
  #define EPSG_CODE_PARAMETER_LONGITUDE_PROJECTION_CENTRE 8812
313
316
 
317
+ // Before EPSG 11.015
314
318
  #define EPSG_NAME_PARAMETER_AZIMUTH_INITIAL_LINE "Azimuth of initial line"
315
319
  #define EPSG_CODE_PARAMETER_AZIMUTH_INITIAL_LINE 8813
316
320
 
321
+ // Since EPSG 11.015
322
+ #define EPSG_NAME_PARAMETER_AZIMUTH_PROJECTION_CENTRE \
323
+ "Azimuth at projection centre"
324
+ #define EPSG_CODE_PARAMETER_AZIMUTH_PROJECTION_CENTRE 8813
325
+
317
326
  #define EPSG_NAME_PARAMETER_ANGLE_RECTIFIED_TO_SKEW_GRID \
318
327
  "Angle from Rectified to Skew Grid"
319
328
  #define EPSG_CODE_PARAMETER_ANGLE_RECTIFIED_TO_SKEW_GRID 8814
320
329
 
330
+ // Before EPSG 11.015
321
331
  #define EPSG_NAME_PARAMETER_SCALE_FACTOR_INITIAL_LINE \
322
332
  "Scale factor on initial line"
323
333
  #define EPSG_CODE_PARAMETER_SCALE_FACTOR_INITIAL_LINE 8815
324
334
 
335
+ // Since EPSG 11.015
336
+ #define EPSG_NAME_PARAMETER_SCALE_FACTOR_PROJECTION_CENTRE \
337
+ "Scale factor at projection centre"
338
+ #define EPSG_CODE_PARAMETER_SCALE_FACTOR_PROJECTION_CENTRE 8815
339
+
325
340
  #define EPSG_NAME_PARAMETER_EASTING_PROJECTION_CENTRE \
326
341
  "Easting at projection centre"
327
342
  #define EPSG_CODE_PARAMETER_EASTING_PROJECTION_CENTRE 8816
@@ -600,10 +615,23 @@
600
615
  "Point motion velocity grid file"
601
616
 
602
617
  /* ------------------------------------------------------------------------ */
618
+
619
+ #define EPSG_NAME_METHOD_NEW_ZEALAND_DEFORMATION_MODEL \
620
+ "New Zealand Deformation Model"
621
+ #define EPSG_CODE_METHOD_NEW_ZEALAND_DEFORMATION_MODEL 1079
622
+
623
+ /* ------------------------------------------------------------------------ */
624
+
625
+ /* Has been renamed to
626
+ * EPSG_NAME_METHOD_GEOGRAPHIC3D_OFFSET_BY_VELOCITY_GRID_NTV2_VEL */
603
627
  #define EPSG_NAME_METHOD_GEOGRAPHIC3D_OFFSET_BY_VELOCITY_GRID_NRCAN \
604
628
  "Geographic3D Offset by velocity grid (NRCan byn)"
605
629
  #define EPSG_CODE_METHOD_GEOGRAPHIC3D_OFFSET_BY_VELOCITY_GRID_NRCAN 1114
606
630
 
631
+ #define EPSG_NAME_METHOD_GEOGRAPHIC3D_OFFSET_BY_VELOCITY_GRID_NTV2_VEL \
632
+ "Geographic3D Offset by velocity grid (NTv2_Vel)"
633
+ #define EPSG_CODE_METHOD_GEOGRAPHIC3D_OFFSET_BY_VELOCITY_GRID_NTV2_VEL 1114
634
+
607
635
  /* ------------------------------------------------------------------------ */
608
636
 
609
637
  #define EPSG_NAME_METHOD_VERTICAL_OFFSET_BY_VELOCITY_GRID_NRCAN \
@@ -643,6 +671,10 @@
643
671
  #define EPSG_NAME_METHOD_VERTICALGRID_GTX \
644
672
  "Vertical Offset by Grid Interpolation (gtx)"
645
673
 
674
+ #define EPSG_CODE_METHOD_VERTICALGRID_GTG 1129
675
+ #define EPSG_NAME_METHOD_VERTICALGRID_GTG \
676
+ "Vertical Offset by Grid Interpolation (gtg)"
677
+
646
678
  #define EPSG_CODE_METHOD_VERTICALGRID_PL_TXT 1101
647
679
  #define EPSG_NAME_METHOD_VERTICALGRID_PL_TXT \
648
680
  "Vertical Offset by Grid Interpolation (PL txt)"
@@ -806,6 +838,17 @@
806
838
 
807
839
  /* ------------------------------------------------------------------------ */
808
840
 
841
+ #define EPSG_CODE_METHOD_CARTESIAN_GRID_OFFSETS 9656
842
+ #define EPSG_NAME_METHOD_CARTESIAN_GRID_OFFSETS "Cartesian Grid Offsets"
843
+
844
+ #define EPSG_CODE_PARAMETER_EASTING_OFFSET 8728
845
+ #define EPSG_NAME_PARAMETER_EASTING_OFFSET "Easting offset"
846
+
847
+ #define EPSG_CODE_PARAMETER_NORTHING_OFFSET 8729
848
+ #define EPSG_NAME_PARAMETER_NORTHING_OFFSET "Northing offset"
849
+
850
+ /* ------------------------------------------------------------------------ */
851
+
809
852
  #define EPSG_NAME_METHOD_GEOCENTRIC_TOPOCENTRIC \
810
853
  "Geocentric/topocentric conversions"
811
854
  #define EPSG_CODE_METHOD_GEOCENTRIC_TOPOCENTRIC 9836
@@ -72,6 +72,8 @@
72
72
  #define proj_context_set_sqlite3_vfs_name \
73
73
  internal_proj_context_set_sqlite3_vfs_name
74
74
  #define proj_context_set_url_endpoint internal_proj_context_set_url_endpoint
75
+ #define proj_context_set_user_writable_directory \
76
+ internal_proj_context_set_user_writable_directory
75
77
  #define proj_context_use_proj4_init_rules \
76
78
  internal_proj_context_use_proj4_init_rules
77
79
  #define proj_convert_conversion_to_other_method \
@@ -101,6 +103,8 @@
101
103
  internal_proj_coordoperation_has_ballpark_transformation
102
104
  #define proj_coordoperation_is_instantiable \
103
105
  internal_proj_coordoperation_is_instantiable
106
+ #define proj_coordoperation_requires_per_coordinate_input_time \
107
+ internal_proj_coordoperation_requires_per_coordinate_input_time
104
108
  #define proj_create internal_proj_create
105
109
  #define proj_create_argv internal_proj_create_argv
106
110
  #define proj_create_cartesian_2D_cs internal_proj_create_cartesian_2D_cs
@@ -176,6 +180,8 @@
176
180
  internal_proj_create_conversion_lambert_cylindrical_equal_area
177
181
  #define proj_create_conversion_lambert_cylindrical_equal_area_spherical \
178
182
  internal_proj_create_conversion_lambert_cylindrical_equal_area_spherical
183
+ #define proj_create_conversion_local_orthographic \
184
+ internal_proj_create_conversion_local_orthographic
179
185
  #define proj_create_conversion_mercator_variant_a \
180
186
  internal_proj_create_conversion_mercator_variant_a
181
187
  #define proj_create_conversion_mercator_variant_b \
@@ -1,8 +1,8 @@
1
1
  # Version checking for PROJ
2
2
 
3
- set (PACKAGE_VERSION "9.4.1")
3
+ set (PACKAGE_VERSION "9.5.1")
4
4
  set (PACKAGE_VERSION_MAJOR "9")
5
- set (PACKAGE_VERSION_MINOR "4")
5
+ set (PACKAGE_VERSION_MINOR "5")
6
6
  set (PACKAGE_VERSION_PATCH "1")
7
7
 
8
8
  # These variable definitions parallel those in PROJ's
@@ -1,8 +1,8 @@
1
1
  # Version checking for PROJ4
2
2
 
3
- set (PACKAGE_VERSION "9.4.1")
3
+ set (PACKAGE_VERSION "9.5.1")
4
4
  set (PACKAGE_VERSION_MAJOR "9")
5
- set (PACKAGE_VERSION_MINOR "4")
5
+ set (PACKAGE_VERSION_MINOR "5")
6
6
  set (PACKAGE_VERSION_PATCH "1")
7
7
 
8
8
  # These variable definitions parallel those in PROJ's
@@ -7,7 +7,7 @@ datadir=${datarootdir}/proj
7
7
  Name: PROJ
8
8
  Description: Coordinate transformation software library
9
9
  Requires:
10
- Version: 9.4.1
10
+ Version: 9.5.1
11
11
  Libs: -L${libdir} -lproj
12
12
  Libs.private: -lm -ldl
13
13
  Requires.private: sqlite3 libtiff-4
@@ -0,0 +1,33 @@
1
+ # Authors
2
+
3
+ ## Original Author
4
+
5
+ - Gerald Evenden (1935-2016)
6
+
7
+ ## Maintainers
8
+
9
+ - Kristian Evers <kreve@sdfi.dk>
10
+ - Even Rouault <even.rouault@spatialys.com>
11
+
12
+ ## Project Steering Committee
13
+
14
+ Process and membership can be found at:
15
+ <https://proj.org/community/rfc/rfc-1.html>
16
+
17
+ Chair:
18
+
19
+ - Kristian Evers <kreve@sdfi.dk>
20
+
21
+ Members:
22
+
23
+ - Frank Warmerdam <warmerdam@pobox.com>
24
+ - Howard Butler <howard@hobu.co>
25
+ - Charles Karney <charles.karney@sri.com>
26
+ - Thomas Knudsen <thokn@sdfi.dk>
27
+ - Even Rouault <even.rouault@spatialys.com>
28
+ - Kurt Schwehr <schwehr@gmail.com>
29
+
30
+ ## Contributors
31
+
32
+ The full list of contributors can be found on GitHub
33
+ <https://github.com/OSGeo/PROJ/graphs/contributors>