@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
@@ -0,0 +1,3084 @@
1
+ # PROJ Release Notes
2
+
3
+ ## 9.5.1
4
+
5
+ ### Updates
6
+
7
+ * Database: update to EPSG v11.022 (#4254, #4275, #4297, #4312)
8
+
9
+ * Speed-up dramatically proj.db build time (#4280)
10
+
11
+ * Database: ingest deprecated ESRI names to be able to better import old WKT ESRI (#4282)
12
+
13
+ ### Bug fixes
14
+
15
+ * `findsOpsInRegistryWithIntermediate()`: Restrict to using known source/target CRS that have the same originating authority (#4252)
16
+
17
+ * `isTimeDependent()`: Do not mark "static" Coordinate Frame helmert transformations as time-dependent, only time-dependent ones (#4259)
18
+
19
+ * Fix clang-19 "warning: empty paragraph passed to '@throw' command [-Wdocumentation]" (#4263)
20
+
21
+ * WKT importer: fix `nullptr` dereference on invalid `VERTCS[]` (#4266)
22
+
23
+ * Fixed `sql_filelist.cmake` relative path issue (#4296)
24
+
25
+ * Fail consistently on network error and grid transformations (#4302)
26
+
27
+ * Fix `-Wshadow` warnings between `parammappings.cpp` and `singleoperation.cpp` with unity builds (#4304)
28
+
29
+ * Removed leftover setting of `CMAKE_REQUIRED_FLAGS` (#4322)
30
+
31
+ * WKT1 ESRI export: fix wrong mapping of Lambert Cylindrical Equal Area to Behrmann (#4328)
32
+
33
+ * Numerous documentation fixes (#4248, #4267, #4291, #4293)
34
+
35
+ ## 9.5.0
36
+
37
+ ### Updates
38
+
39
+ * Database: add constraint for unicity of CRS and operation names (#4071)
40
+
41
+ * Make a few more functions that accept a `PJ*` to actually acccept a `const PJ*` (#4074)
42
+
43
+ * Database: Increase consistency in trigger checks (#4080)
44
+
45
+ * Speed-up `+proj=cart +inv` (#4087)
46
+
47
+ * Added EPSG:9656 "Cartesian Grid Offsets" operation method, and imported related records (#4094)
48
+
49
+ * Add a `WKTParser::grammarErrorList()` method so that `proj_create_from_wkt()` can behave as documented (#4108)
50
+
51
+ * `CRS::stripVerticalComponent()`: Redirect it to `demoteTo2D(std::string(), nullptr)` (#4127)
52
+
53
+ * Add `proj_context_set_user_writable_directory()` to public API (#4144)
54
+
55
+ * CMake: for Windows builds, defaults PROJ DLL to be just `proj_${PROJ_MAJOR_VERSION}.dll` (#4167)
56
+
57
+ * Add `toWGS84AutocorrectWrongValues()` method and use it in PROJ.4 and WKT1 CRS import (#4172)
58
+
59
+ * WKT import: add support for Oracle WKT "Albers_Conical_Equal_Area" spelling (#4181)
60
+
61
+ * Limit number of C++ exceptions thrown & caught internally (#4183)
62
+
63
+ * Database: update to EPSG 11.016 (#4241)
64
+
65
+ * CMake: add option `EMBED_PROJ_DATA_PATH` (#4207)
66
+
67
+ * Add SEA Inverse projection (#4211)
68
+
69
+ * projinfo: Add 2 args equivalent to usage of `-s` and `-t` (#4218)
70
+
71
+ * CMake: add TESTING_USE_NETWORK configure option (#4220)
72
+
73
+ * Add `PROJ_ERR_COORD_TRANSFM_MISSING_TIME` and `proj_coordoperation_requires_per_coordinate_input_time()` (#4221)
74
+
75
+ * Add new Conversion "Local Orthographic" (#4228, #4229)
76
+
77
+ * Add data/ITRF2020 with ITRF2020 to ITRFother, and ITRF2020 plate motion models (#4235)
78
+
79
+ ### Bug Fixes
80
+
81
+ * Fix `imoll` and `imoll_o` zone calculations to correct inverse transformations near the "seams" (#4159)
82
+
83
+ * Fix wrong EPSG conversion code for UTM south (#4166)
84
+
85
+ * BoundCRS::exportToPROJ(): handle case of NADCON conus grid (#4168)
86
+
87
+ * `+proj=gridshift`: make projected grids work with `PROJ_NETWORK=ON` (#4174)
88
+
89
+ * `createOperations()`: make it work when transforming from/to a CompoundCRS with a DerivedVerticalCRS with ellipsoidal height (#4176)
90
+
91
+ * Support default context as `nullptr` in `CoordinateTransformer` (#4177)
92
+
93
+ * cct: emit error message and return error code when not being able to open input file (#4200)
94
+
95
+ * Fix race condition surrounding DB reopening during fork (#4231)
96
+
97
+ * `GeographicBoundingBox::create()`: accept degenerate bounding box reduced to a point or a line (#4237)
98
+
99
+ * `createOperation()`: tune so that ITRF2000->ETRS89 does not return only NKG grid based operations but also time-dependent Helmert (#4244)
100
+
101
+
102
+ ## 9.4.1
103
+
104
+ ### Updates
105
+
106
+ * Database: update to EPSG v11.006 (#4086)
107
+
108
+ * Database: update ESRI dataset to ArcGIS Pro 3.3 (#4143)
109
+
110
+ * Process `EPSG_CODE_METHOD_VERTICALGRID_GTG` properly with code 1129 (#4213)
111
+
112
+ ### Bug fixes
113
+
114
+ * DatabaseContext::lookForGridInfo(): do not trigger network activity in
115
+ PROJ_GRID_AVAILABILITY_KNOWN_AVAILABLE mode when all grids are known (#4090)
116
+
117
+ * Retry "Connection reset by peer" (#4107)
118
+
119
+ * Use unique names for NKG transformations (#4111)
120
+
121
+ * proj_create()/proj_create_from_database(): recall CRS AUTH:CODE in error message (#4114)
122
+
123
+ * DerivedProjectedCRS: deal with lack of explicit CS in BASEPROJCRS in WKT (#4139)
124
+
125
+ * proj_symbol_rename.h: update with current symbols (#4145)
126
+
127
+ * Improve detection of compatible/incompatible celestial bodies (#4150)
128
+
129
+ ## 9.4.0
130
+
131
+ ### Updates
132
+
133
+ * Add support for transformations involving coordinate epoch changes
134
+ (PointMotionOperation), specifically for Canadian NAD83(CSRS)(#3884)
135
+
136
+ * SSL_OPTIONS: set SSL options on Curl library (#3936)
137
+
138
+ * Add support for unity builds (#3962)
139
+
140
+ * Added ability to install *.tif if present in data (#3970)
141
+
142
+ * createOperationsCompoundToGeog(): tune selection logic
143
+ when --grid-check known_available is specified (#3990)
144
+
145
+ * Increase CMake minimum version from 3.9 to 3.16 (#3997)
146
+
147
+ * CMake: use FetchContent to get googletest-1.12.1 (#4006)
148
+
149
+ * CMake: Replace custom FindSqlite3 with FindSQLite3 built-in (#4007)
150
+
151
+ * tpeqd: use numerically stable formula for computing the central angle
152
+ from (phi_1, lam_1) to (phi_2, lam_2) (#4009)
153
+
154
+ * Move content of proj_experimental.h to proj.h (#4019)
155
+
156
+ * Add +proj=mod_krovak projection method for Modified Krovak that
157
+ applies to S-JTSK/05 in the Czech Republic (#4021)
158
+
159
+ * PROJString formatter optimizer: simplify pipelines doing
160
+ [Modified]Krovak (South West) <--> [Modified]Krovak (East North)
161
+ by just doing an axis swap (#4034)
162
+
163
+ * +proj=gridshift: enhance to support grids referenced in projected CRS,
164
+ and with easting_offset/northing_offset corrections (#4038)
165
+
166
+ * Tune concatenated operation instanciation, reference CR2005 geoid for
167
+ Czechia and add (disabled by default) records for Czechia S-JTSK/05 based
168
+ transformations (#4044)
169
+
170
+ * Database: update to EPSG v11.004 (#4062)
171
+
172
+ ### Bug fixes
173
+
174
+ * Fix missing symbols at link time for Windows target in Visual Studio (#3984)
175
+
176
+ * Improve error message in axisswap (#3975)
177
+
178
+ * Avoid convergence errors in +proj=gridshift when using biquadratic
179
+ interpolation (#3985)
180
+
181
+ ## 9.3.1
182
+
183
+ ### Updates
184
+
185
+ * Update to EPSG 10.098 (#3968)
186
+
187
+ * Update ESRI objects to v3.2.0 (#3944)
188
+
189
+ ### Bug fixes
190
+
191
+ * ITRF2008: fix wrong sign for 'dry' parameter of EURA and EURA_T (#3870)
192
+
193
+ * Fix build error with MSVC 2019 in /std:c++20 on NN_NO_CHECK() (#3872)
194
+
195
+ * ESRI WKT import: normalize GCS_unknown to unknown and D_unknown to unknown (#3874)
196
+
197
+ * CoordinateOperationFactory: deal with CompoundToCompound with a horizontal similarity
198
+ transformation and a ballpark vertical (#3881)
199
+
200
+ * Ellipsoid::_isEquivalentTo(): fix so that an ellipsoid of semi-major axis A (and
201
+ non-zero inv flattening) isn't equivalent to a sphere of radius A (#3882)
202
+
203
+ * isEquivalentTo(): make a datum name 'unknown' equivalent to another one (#3883)
204
+
205
+ * cs2cs: fix handling of input coordinates in grad (#3886)
206
+
207
+ * Make setargv.obj available on Universal Windows Platform (#3891)
208
+
209
+ * Allow opening proj.db with a URI (#3892)
210
+
211
+ * createOperations(): fix GeogCRS 3D with TOWGS84 to geocentric CRS (#3915)
212
+
213
+ * Fix test suite so that it can pass with ENABLE_TIFF=OFF (#3916)
214
+
215
+ * GeographicBoundingBox::intersects(): avoid infinite recursion and stack overflow
216
+ on invalid bounding boxes (#3919)
217
+
218
+ * Fix importing '+proj=topocentric ... +type=crs' by using a geocentric CRS as
219
+ the base CRS (#3924)
220
+
221
+ * Allow LOCAL_CS with 3 axes (#3928)
222
+
223
+ * WKT1 parser: in non-strict mode, accept missing UNIT[] in GEOGCS, GEOCCS,
224
+ PROJCS and VERT_CS elements (#3933)
225
+
226
+ * createOperations(): fix issue with a obscure case involving CompoundCRS of
227
+ unknown horizontal datum + boundCRS of vertical (#3934)
228
+
229
+ * createOperations(): fix bad PROJ pipeline when converting between Geog3D
230
+ with non-metre height to CompoundCRS (#3943)
231
+
232
+ * createOperations(): Fix possible null dereference on invalid WKT input (#3946)
233
+
234
+ * proj_factor: fix when input is a compound CRS of a projected CRS (#3950)
235
+
236
+ * pj_get_suggested_operation(): tune it to give correct result for RGAF09 to
237
+ RRAF 1991 / UTM zone 20N + Guadeloupe 1988 height transformation (#3954)
238
+
239
+ * Move static NameSpace::GLOBAL definition in static.cpp to avoid
240
+ 'static initialization fiasco' (#3956)
241
+
242
+ * horner: allow arbitrary input type of coordinate (#3961)
243
+
244
+ ## 9.3.0
245
+
246
+ ### Updates
247
+
248
+ * Add C++ API to transform coordinate (#3705)
249
+
250
+ * CMake: add PROJ_DB_CACHE_DIR (#3711)
251
+
252
+ * Implement EPSG:1026 Mercator (Spherical) method (#3741)
253
+
254
+ * CMake: remove useless cross-compiling related checks (#3747)
255
+
256
+ * Add mapping of Equidistant Conic to new EPSG:1119 method (#3812)
257
+
258
+ * Implement proposal001 from Planetary DWG from OGC (#3816)
259
+
260
+ * Add option in proj CLI to use a CRS (#3825)
261
+
262
+ * proj_factors(): make it work with projected CRS with non-metre unit and/or
263
+ northing/easting axis order (#3826)
264
+
265
+ * PROJ_DEBUG: make ON an alias of 2, and OFF of 1 (#3835)
266
+
267
+ * Database: update to EPSG 10.094 (#3847)
268
+
269
+ ### Bug fixes
270
+
271
+ * GeographicBoundingBox::intersection(): avoid infinite recursion and stack
272
+ overflow on invalid bounding boxes (#3748)
273
+
274
+ * Various fixes related to concatenated operations (#3820)
275
+
276
+ * Projected CRS identification: fix crash when the base CRS is a
277
+ non-geographic geodetic CRS (#3830)
278
+
279
+ * Avoid C++ exceptions to be thrown (and caught) when parsing strings
280
+ like '+proj=longlat +datum=WGS84 +type=crs' (#3834)
281
+
282
+ * BUG: Handle prefix whitespace when guessing WKT dialiect (#3841)
283
+
284
+ * proj_alter_id(): make it replace an existing ID instead
285
+ of appending a new one (#3846)
286
+
287
+ * bonne: fix inverse map projection computations when lat_1 < 0 (#3849)
288
+
289
+ * WKT1 ESRI import/export: fix GCS name for EPSG:8353
290
+ S-JTSK_[JTSK03]_Krovak_East_North (#3851)
291
+
292
+ ## 9.2.1
293
+
294
+ ### Database updates
295
+
296
+ * Add alias for old ESRI datum/CRS names of EPSG:8353
297
+ S_JTSK_JTSK03_Krovak_East_North (#3678)
298
+
299
+ * Pseudo Mercator now supported with IAU CRS's (#3645)
300
+
301
+ * Updated to EPSG 10.088 (#3731)
302
+
303
+ ### Bug fixes
304
+
305
+ * Fixed build errors with Cygwin (#3642)
306
+
307
+ * PROJ string CRS parser: make sure that PROJ arguments of the rotated
308
+ string are kept in the WKT representation (#3656)
309
+
310
+ * Fix slowness on proj_trans() when doing WGS 84 <--> NAD83 conversions (#3661)
311
+
312
+ * vgridshift/gridshift: accept hydroid_height as valid band description (#3675)
313
+
314
+ * WKT/PROJJSON: import/export accuracy of ConcatenatedOperation (#3676)
315
+
316
+ * Coordinate operation factory: count identified concatenated operations as a
317
+ single step (#3677)
318
+
319
+ * EngineeringCRS: make proj_create_engineering_crs() set a datum name
320
+ and relax isEquivalentTo() comparisons (#3685)
321
+
322
+ * PROJJSON: fix import/export of integer parameter value, and deal with
323
+ interpolation CRS parameters in conversions (#3695)
324
+
325
+ * CMake: avoid imbalanced cmake_policy push/pop if TIFF or CURL dependency
326
+ cannot be found (#3697)
327
+
328
+ * proj_create_crs_to_crs(): restore transformation selection behaviour
329
+ of PROJ 9.1 when grids are missing (#3707)
330
+
331
+ * ESRI WKT: improve roundtrip of name and definition for UPS WGS84 CRS (#3720)
332
+
333
+ * CRS instanciation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
334
+ datum name when instanciating from known +a, +rf (#3727)
335
+
336
+ * cs2cs / proj_create_crs_to_crs(): fix regression with geocentric CRS (#3729)
337
+
338
+ * proj_trans(): set PROJ_ERR_COORD_TRANSFM_NO_OPERATION error when failing
339
+ in ONLY_BEST=YES mode (#3730)
340
+
341
+ * tinshift: raise maximum size of JSON file to 100 MB (#3736)
342
+
343
+ ## 9.2.0
344
+
345
+ ### Updates
346
+
347
+ * Database
348
+
349
+ * EPSG updated to EPSG 10.082 (#3609)
350
+
351
+ * ESRI objects updated to v3.1.0 (#3575)
352
+
353
+ * Added Slovenian geoid model SLO-VRP2016/Koper (#3610)
354
+
355
+ * Projections
356
+
357
+ * Added generic Space Oblique Mercator (#3338)
358
+
359
+ * Inverse eck4: Add checks for projection domain (#3625)
360
+
361
+ * Transformations
362
+
363
+ * Added support for NADCON5 grids and transformation method (#3510)
364
+
365
+ * Added option ONLY_BEST=YES (#3535)
366
+
367
+ When enabled only use the best possible transformation between two CRS's can be
368
+ instantiated. If the best possible transfomations can't be instantiated it will
369
+ fail instead of opting for the next best transformation.
370
+
371
+ With ONLY_BEST=YES a transformation will fail if a needed grid is unavailable.
372
+
373
+ The option can be toggled in proj.ini and with --only-best in cs2cs.
374
+
375
+ * Implement 'Similarity transformation' (EPSG:9621) and import related
376
+ tranformations from EPSG (#3578)
377
+
378
+ * Optimise transformations between GDA94, GDA2020 and WGS84 (#3621)
379
+
380
+ * Performance improvements
381
+
382
+ * Pass PJ_COORD by reference for fwd4d and inv4d callbacks (#3503)
383
+
384
+ * Improved of inverse meridian length calculations (#3516)
385
+
386
+ * Avoid very poor performance on a geographic CRS whose datum name is the alias
387
+ of an official one (#3624)
388
+
389
+ * Well-Known Text improvements
390
+
391
+ * Support WKT:2019 COORDINATEMETADATA[] construct (#2711)
392
+
393
+ * implement alterCSLinearUnit for CompoundCRS (#3325)
394
+
395
+ * Implement alterCSLinearUnit for BoundCRS (#3327)
396
+
397
+ * Added PJ_TYPE_DERIVED_PROJECTED_CRS (#3488)
398
+
399
+ * Added support for ISO19111 CoordinateMetadata class (#3562)
400
+
401
+ * Update WKT import to support WKT2 corrigendum (#3573)
402
+
403
+ * WKT import: Make axis direction and range meaning enumeration case
404
+ insensitive as mandated by spec (#3577)
405
+
406
+ * Implement AffineCS and handle it in WKT (#3579)
407
+
408
+ * WKT1 parser: Support inf as inverse flattening value (#3626)
409
+
410
+ * PROJJSON
411
+
412
+ * Version number changed to 0.6
413
+
414
+ * Added an additional optional source_crs property in abridged_transformation (#3454)
415
+
416
+ * Added support for ISO19111 CoordinateMetadata class (#3562)
417
+
418
+ * Implement AffineCS and handle it in PROJJSON (#3579)
419
+
420
+ * C/C++ API
421
+
422
+ * C API: add proj_get_domain_count(), proj_get_area_of_use_ex() and proj_get_scope_ex() (#3588)
423
+
424
+ ### Deprecations
425
+
426
+ The following functions have been deprecated and will be removed in a future version.
427
+
428
+ * C API function proj_rtodms. Use proj_rtodms2 instead (#3431)
429
+
430
+ * C experimental API function proj_create_conversion_tunisia_mapping_grid().
431
+ Use proj_create_conversion_tunisia_mining_grid() instead (#3559)
432
+
433
+ * C++ API function createTunisiaMapingGrid(). Use createTunisiaMiningGrid() instead (#3559)
434
+
435
+ * Added explicit NaN handling to proj_trans and gie (#3603)
436
+
437
+ * CMake
438
+
439
+ * Added uninstall target (#3362)
440
+
441
+ * Adopted use of TIFF:TIFF and CURL::libcurl targets (#3374)
442
+
443
+ * Security improvements
444
+
445
+ * Replaced uses of sprintf with the safer snprintf (#3421, #3431)
446
+
447
+ * Various other improvements
448
+
449
+ * Implemented platform independent mutex for better results on lesser used platforms (#3425)
450
+
451
+ * Improved name and remarks in descriptions of some vertical transformations (#3334)
452
+
453
+ * Implemented stricter matching by name to avoid false positives (#3487)
454
+
455
+ * Improved numerical accuracy of the meridian length calculations and its inverse (#3516)
456
+
457
+ * Added PROJ_IGNORE_CELESTIAL_BODY=YES environment variable that allows better matching of
458
+ non-earth shaped ellipsoids to other celestial bodies (#3569)
459
+
460
+ ### Bug fixes
461
+
462
+ * rtodms(): fix potential buffer overflow not dealt with (#3441)
463
+
464
+ * NetworkFile::open(): fix memory leak in unlikely error code path (#3443)
465
+
466
+ * When importing LOCAL_CS["foo"], generates a non-empty name for the datum (#3491)
467
+
468
+ * Avoid unit mix-up in CRS::alterCSLinearUnit for DerivedProjectedCRS (#3499)
469
+
470
+ * WKT to PROJ conversions: Map 'Lambert Azimuthal Equal Area (Spherical)' to '+proj=laea +R_A' (#3526)
471
+
472
+ * ProjectedCRS::identify(): Relax trust in id/authority in definition to identify (#3532)
473
+
474
+ * Fix instantion of `http://www.opengis.net/def/crs/IAU/2015/xxx` URNs (#3569)
475
+
476
+ * Fix proj_normalize_for_visualization() on a transformation with FORCE_OVER=YES (#3570)
477
+
478
+ * createBoundCRSToWGS84IfPossible(): Do not report +towgs84 for a CRS with multiple extents,
479
+ such as EPSG:6316 (#3587)
480
+
481
+ * pj_get_suggested_operation(): handle longitudes outside of [-180,180] for coordinate
482
+ operation selection (#3595)
483
+
484
+ * WKT1 parser: only emit warning when encountering invalid UNKNOWN WKT1 axis direction (#3618)
485
+
486
+ * projinfo: fix long option name --source-crs (#3601)
487
+
488
+ ## 9.1.1
489
+
490
+ ### Updates
491
+
492
+ * Database: register at_bev_AT_GIS_GRID_2021_09_28 grid (#3442)
493
+
494
+ ### Bug fixes
495
+
496
+ * Implement alterGeodeticCRS and stripVerticalComponent for DerivedProjected (#3482)
497
+
498
+ * Various improvements to handling of DerivedProjectedCRS
499
+ (#3482, #3477, #3342, #3319, #3317)
500
+
501
+ * Add missing `<cstdint>` includes (#3459)
502
+
503
+ * cs2cs: better validate value of -W option (#3453)
504
+
505
+ * DatabaseContext::lookForGridInfo(): fix caching of filenames and set
506
+ correct URLs (#3448)
507
+
508
+ * Database: register in grid_alternatives grids from PROJ-data that have no
509
+ corresponding transformation record (#3446)
510
+
511
+ * cass projection: fix forward computation of easting (#3433)
512
+
513
+ * Implement Geographic/Vertical Offset conversions (#3413)
514
+
515
+ * vandg projection: handle +over to extend the validity domain outside of
516
+ |lon|>180deg (#3427)
517
+
518
+ * eqdc projection: avoid floating point division by zero in non-nominal case (#3415)
519
+
520
+ * createOperations(): fix issues when transforming between Geog3D and
521
+ DerivedGeog3D CRS with Geographic3D offsets method (#3411)
522
+
523
+ * VerticalCRS::_isEquivalentTo(): do not consider VerticalCRS and
524
+ DerivedVerticalCRS as equivalent (#3408)
525
+
526
+ * cct and cs2cs: Avoid problems when encountering UTF-8 BOM characters at
527
+ beginning of input files (#3395)
528
+
529
+ * createFromUserInput(): Improved lookup when approximate name is provided (#3371)
530
+
531
+ * projinfo / cs2cs : auto promotion to 3D of CRS specified by name (#3367)
532
+
533
+ * findsOpsInRegistryWithIntermediate(): make it work when source/target geodetic
534
+ CRS has no known id (#3365)
535
+
536
+ * createOperations(): emulate PROJ < 6 behavior when doing geocentric <-->
537
+ geographic transformation between datum with unknown transformation (#3361)
538
+
539
+ * Fix issue when transforming from/into a WKT2 Bound VerticalCRS with a
540
+ 'Geographic3D to GravityRelatedHeight' method (#3355)
541
+
542
+ * proj_normalize_for_visualization(): take into account FORCE_OVER property
543
+ from source operation (#3350)
544
+
545
+ * Link geodtest against libm when available (#3341)
546
+
547
+ ## 9.1.0
548
+
549
+ ### Updates
550
+
551
+ * Database
552
+
553
+ * Database: update to EPSG v10.074 (#3273)
554
+
555
+ * Update ESRI objects to version 3.0.0 (#3257)
556
+
557
+ * Generate null transformation between geodetic/vertical datum ensemble and
558
+ its members (#3266)
559
+
560
+ * Add fk delete cascade to database tables for improved customizability
561
+ of the database (#3237)
562
+
563
+ * Add Svalbard geoid grid no_kv_arcgp-2006-sk to grid alternatives (#3292)
564
+
565
+ * Added French grid fr_ign_RAF20 to grid alternatives (#3228)
566
+
567
+ * WKT & PROJJSON
568
+
569
+ * WKT2 parser: allow unit-less PARAMETER for coordinate operations (#3271)
570
+
571
+ * WKT and PROJJSON adjustments (#3234)
572
+
573
+ * Bump PROJJSON to v0.5 (#3216)
574
+
575
+ * Change order of horizontal and vertical operations when dealing with
576
+ WKT1 / PROJ4 compound CRS (#3127)
577
+
578
+ * Coordinate Operations
579
+
580
+ * Implement Vertical Offset and slope transformation method (#3200)
581
+
582
+ * Add Interrupted Mollweide (land and ocean view) projections (#3139)
583
+
584
+ * Add invertible Horner polynomials (#3133)
585
+
586
+ * Optimizations
587
+
588
+ * NTv2 and GTX grid readers: add a cache of lines to speed-up (#3241)
589
+
590
+ * IComparable::isEquivalentTo() optimizations (#3233)
591
+
592
+ * Various Updates
593
+
594
+ * createOperations() / proj_trans(): better take into account area of
595
+ interest name / do not only keep first returned coordinate operation (#3282)
596
+
597
+ * createOperations(): take into account axis unit and inversion of target
598
+ DerivedProjectedCRS (#3281)
599
+
600
+ * Allow a Compound CRS with derived projected (#3283)
601
+
602
+ * Make "Vertical Offset and Slope" method usable as a deriving conversion of
603
+ a DerivedVerticalCRS (#3270)
604
+
605
+ * PROJ pipeline generator: recognize opposite Helmert transformations using
606
+ a different convention (#3265)
607
+
608
+ * createOperations(): prefer simpler pipelines / affects WGS 84 to
609
+ GDA94/GDA2020 (#3248)
610
+
611
+ * Make it possible to determine which grid files were actually used during a
612
+ transformation (#3180)
613
+
614
+ * Transformation: no longer do vertical trasnformation when doing compound CRS
615
+ to 2D CRS / add --3d to cs2cs (#3119)
616
+
617
+ * Deprecate PROJ4 CMake name (#3094)
618
+
619
+ * Use GNUInstallDirs for CMake install locations (#3100)
620
+
621
+ * Introduce PROJ_DATA environment variable to deprecate PROJ_LIB (#3253)
622
+
623
+ ### Bug fixes
624
+
625
+ * projinfo: fix crash on --list-crs when proj.db cannot be opened (#3290)
626
+
627
+ * getCRSInfoList(): fix retrieval of projected_crs given by text_definition
628
+ only (#3289)
629
+
630
+ * WKT parser: fix issue when parsing some WKT1 with
631
+ Hotine_Oblique_Mercator_Azimuth_Center and ignoring rectified_grid_angle (#3280)
632
+
633
+ * WKT1 import: better deal when the angular unit of the GEOGCS[] of the
634
+ PROJCS[] doesn't match the one from the database (#3274)
635
+
636
+ * createOperations(): avoid potential infinite recursions (#3264)
637
+
638
+ * WKT ESRI: fix related to projected CRS export and add support for geographic
639
+ 3D CRS with LINUNIT node (#3256)
640
+
641
+ * proj_grid_info(): make it work again with remote grids (#3239)
642
+
643
+ * createOperations(): fix projected CRS with non-metre horiz&vertical unit and
644
+ towgs84 to gencentric CRS (#3231)
645
+
646
+ * createOperations(): fix infinite recursion in a complex case (#3226)
647
+
648
+ ## 9.0.1
649
+
650
+ ### Database updates
651
+
652
+ * Update to EPSG 10.064 (#3208)
653
+
654
+ * Add OGC:CRS84h (WGS 84 longitude-latitude-height) (#3155)
655
+
656
+ ### Bug fixes
657
+
658
+ * Use CMAKE_INSTALL_MANDIR to override default (#3081)
659
+
660
+ * Increase MAX_ITER so Mollweide forward projection works near the poles (#3082)
661
+
662
+ * Fix wrong results with SQLite 3.38.0 (#3091)
663
+
664
+ * Fix issue when transforming from/to BoundCRS of 3D CRS with non-Greenwich
665
+ prime meridian, created from WKT (#3098)
666
+
667
+ * Fix issues with WKT of concatenated operations (#3105)
668
+
669
+ * CMake: fix installation of proj.pc on Windows (#3109)
670
+
671
+ * createOperations(): fix issue in transformation northing, easting
672
+ projected CRS -> +proj=longlat +lon_wrap (#3110)
673
+
674
+ * unitconvert: round to nearest date when converting to yyyymmdd (#3111)
675
+
676
+ * Fix comparison of GeodeticRefrenceFrame vs DynamicGeodeticReferenceFrame (#3120)
677
+
678
+ * createOperations(): fix transformation involving CompoundCRS, ToWGS84
679
+ and PROJ4_GRIDS (#3124)
680
+
681
+ * Fix datum names when importing from PROJ4 crs strings (affects some
682
+ transformations using geoidgrids) (#3129)
683
+
684
+ * Deal with PARAMETER["EPSG code for Interpolation CRS",crs_code] (#3149)
685
+
686
+ * createOperations(): fix CompoundCRS[BoundCRS[ProjectedCRS],BoundCRS[VerticalCRS]]
687
+ to Geog3DCrs (#3151)
688
+
689
+ * ITRF2014: fix ITRF2014:ITRF88,ITRF94 and ITRF96 definitions (#3159)
690
+
691
+ * createBoundCRSToWGS84IfPossible(): improve selection logic to generate +towgs84=
692
+ taking into account extent (#3160)
693
+
694
+ * createOperations(): fix some complex cases involving TOWGS84 and CompoundCRS (#3163)
695
+
696
+ * Fix cmake CURL dependency, update appveyor - vcpkg interaction (#3185)
697
+
698
+ * WKT import: deal with Projected CRS that is a mix of WKT1:GDAL / WKT1:ESRI (#3189)
699
+
700
+ * createOperations(): fix/improve result of 'BD72 + Ostend height ' to 'WGS84+EGM96 height' (#3199)
701
+
702
+ * Identifier::isEquivalentName(): fix when ending by ' + ' which could indirectly cause
703
+ an infinite stack call in master (#3202)
704
+
705
+ * WKT import: correctly deal with absence of Latitude_Of_Origin parameter in
706
+ WKT1 ESRI with Stereographic projection (#3212)
707
+
708
+ * PROJJSON parser: do not error out if a datum ensemble member is unknown in the database (#3223)
709
+
710
+ ## 9.0.0
711
+
712
+ ### Breaking changes
713
+
714
+ * Support for the autotools build system has been removed (#3027)
715
+ See RFC7 for details: <https://proj.org/community/rfc/rfc-7.html>
716
+
717
+ ### Updates
718
+
719
+ * Database updates:
720
+
721
+ * ESRI projection engine db to version 12.9 (#2943)
722
+
723
+ * EPSG v10.054 (#3051)
724
+
725
+ * Vertical grid files for PL-geoid-2011, Polish geoid model (#2960)
726
+
727
+ * Belgian geoid model hBG18 to grid alternatives (#3044)
728
+
729
+ * Add new option to proj_create_crs_to_crs_from_pj method to force +over on
730
+ transformation operations (#2914)
731
+
732
+ * Specify CMAKE_INSTALL_RPATH for macOS; use -rpath LDFLAGS for tests (#3009)
733
+
734
+ * Implement Geographic3D to Depth/Geog2D+Depth as used by ETRS89 to CD Norway
735
+ depth (#3010)
736
+
737
+ * Allow PROJ_LIB paths wrapped with double quotes (#3031)
738
+
739
+ * Use external gtest by default when possible (#3035)
740
+
741
+ * CMake: make BUILD_SHARED_LIBS=ON the default even on Windows (#3042)
742
+
743
+ * proj.ini: add a 'ca_bundle_path' variable (#3049)
744
+
745
+ ### Bug fixes
746
+
747
+ * Fix extremely long parsing time on hostile PROJ strings (#2968)
748
+
749
+ * CMake: fix warning with external googletest (#2980)
750
+
751
+ * proj_get_crs_info_list_from_database(): report PJ_TYPE_GEODETIC_CRS for
752
+ IAU_2015 -ocentric geodetic CRS (#3013)
753
+
754
+ * peirce_q: rename +type parameter wrongly introduced in 8.2.1 to +shape (#3014)
755
+
756
+ * Set more precise error code for parsing errors in proj_create() (#3037)
757
+
758
+ * createOperations(): fix transformations from/to a BoundCRS of a
759
+ DerivedGeographicCRS coming from WKT (#3046)
760
+
761
+ * Better deal with importing strings like '+init=epsg:XXXX +over' (#3055)
762
+
763
+ * Fix importing CRS definition with +proj=peirce_q and +shape different from
764
+ square or diamond (#3057)
765
+
766
+ ## 8.2.1
767
+
768
+ ### Updates
769
+
770
+ * Database updated with EPSG v. 10.041 (#2974)
771
+
772
+ ### Bug fixes
773
+
774
+ * BoundCRS WKT import: fix setting of name (#2917)
775
+
776
+ * PROJStringFormatter::toString(): avoid invalid iterator increment (#2932)
777
+
778
+ * Ensure CApi test are cross-platform (#2934)
779
+
780
+ * createOperations(): do not stop at the first operation in the PROJ namespace
781
+ for vertical transformations (#2937)
782
+
783
+ * createOperationsCompoundToCompound(): fix null pointer dereference when
784
+ connection to proj.db doesn't exist. (#2938)
785
+
786
+ * Fix windows.h conflict with Criterion::STRICT (#2950)
787
+
788
+ * Cache result of proj_get_type() to help for performance of
789
+ proj_factors() (#2967)
790
+
791
+ * createOperations(): improvement for "NAD83(CSRS) + CGVD28 height" to
792
+ "NAD83(CSRS) + CGVD2013(CGG2013) height" (#2977)
793
+
794
+ * WKT1 import: correctly deal with missing rectified_grid_angle
795
+ parameter (#2986)
796
+
797
+ * Fix and additional options for Peirce Quincuncial projections (#2978)
798
+
799
+ * Fix build with Intel C++ compiler (#2995)
800
+
801
+ ## 8.2.0
802
+
803
+ ### Announcements
804
+
805
+ From PROJ 9.0.0 and onwards CMake will be the only build system bundled
806
+ with the PROJ package. As a consequence support for Autotools builds will
807
+ stop when the 8.2 branch of PROJ reaches end of life. We encourage
808
+ everyone to adjust their build workflows as soon as possible and report
809
+ any discrepancies discovered between Autotools and CMake builds.
810
+
811
+ Details about the build system unification can be found in PROJ RFC 7.
812
+
813
+ ### Updates
814
+
815
+ * Added the S2 projection (#2749)
816
+
817
+ * Added support for Degree Sign on input (#2791)
818
+
819
+ * ESRI WKT: add support for import/export of (non interrupted)
820
+ Goode Homolosine (#2827)
821
+
822
+ * Make filemanager aware of UWP Win32 API (#2831)
823
+
824
+ * Add proj_create_conversion_pole_rotation_netcdf_cf_convention() to
825
+ address netCDF datasets using a pole rotation method (#2835)
826
+
827
+ * Emit better debug message when a grid isn't found (#2838)
828
+
829
+ * Add support for GeodeticCRS using a Spherical planetocentric
830
+ coordinate system (#2847)
831
+
832
+ * PROJJSON: support additional properties allowed in id object (version,
833
+ authority_citation, uri) for parity with WKT2:2019 (#2850)
834
+
835
+ * Database layout modified to include "anchor" field to geodetic_datum and
836
+ vertical_datum tables, consequently database layout version is increased
837
+ to 1.2 (#2859)
838
+
839
+ * proj_factors(): accept P to be a projected CRS (#2868)
840
+
841
+ * Add IAU_2015 CRS definitions (#2876)
842
+
843
+ * CRS::extractGeodeticCRS(): implement for DerivedProjectedCRS (#2877)
844
+
845
+ * Added proj_trans_bounds() (#2882)
846
+
847
+ * CMake: add a BUILD_APPS to be able to disable build of all applications (#2895)
848
+
849
+ * CMake: generate invproj/invgeod binaries (symlinks on Unix, copy otherwise)
850
+ (#2897)
851
+
852
+ * CMake build: add generate_wkt1_parser and generate_wkt2_parser manual
853
+ target, and logic to detect when they must be run (#2900)
854
+
855
+ * Add fallback strategy for tinshift transform to use closest triangle for
856
+ points not in any (#2907)
857
+
858
+ * Database: update to EPSG v10.038 (#2910)
859
+
860
+ * CMake: revise handling of symbol export and static builds (#2912)
861
+
862
+ ### Bug fixes
863
+
864
+ * Fix O(n^2) performance patterns where n is the number of steps of
865
+ a pipeline (#2820)
866
+
867
+ * Detect ESRI WKT better in certain circumstances (#2823)
868
+
869
+ * Fix performance issue on pipeline instanciation of huge (broken)
870
+ pipelines (#2824)
871
+
872
+ * Make sure to re-order projection parameters according to their canonical
873
+ order if needed (#2842)
874
+
875
+ * Fix database access across fork() when SQLite3 doesn't use `pread[64]()` (#2845)
876
+
877
+ * Fix error in implementation of Inverse ellipsoidal orthographic projection
878
+ that cause convergence to sometimes fail (#2853)
879
+
880
+ * Fix handling of edge-case coordinates in invers ortho ellipsoidal
881
+ oblique (#2855)
882
+
883
+ * proj_normalize_for_visualization(): set input and output units when there
884
+ are several alternative transformations (#2867)
885
+
886
+ * CRS::identify(): fix ignoring CS order when identifying a geodetic CRS
887
+ by a PROJ string with just the ellipsoid (#2881)
888
+
889
+ * Fix CRS Equality with PROJ parameter order (#2887)
890
+
891
+ * WKT concatenated operation parsing: fix when a axis order reversal conversion
892
+ is the first or last operation (#2891)
893
+
894
+ * WKT1 parser: recognize Lambert_Conformal_Conic as projection name for
895
+ LCC 1SP or 2SP (#2893)
896
+
897
+ * CMake: Always build gie if testing is requested (#2899)
898
+
899
+ * Geographic 3D CRS: allow to export to WKT1:ESRI if only the GEOGCS is known
900
+ (and thus extrapolating a VERTCS) (#2902)
901
+
902
+ * lib_proj.cmake: add a PROJ::proj alias and add BUILD_INTERFACE include
903
+ directories, so that proj can be used as a subdirectory of a larger
904
+ project (#2913)
905
+
906
+ ### Thanks to
907
+
908
+ * Thomas Knudsen
909
+ * Alan D. Snow
910
+ * Johannes Schauer Marin Rodrigues
911
+ * Howard Butler
912
+ * Geoff Evans
913
+ * Joris Van den Bossche
914
+ * marcus-elia
915
+ * Waheed Barghouthi
916
+ * snowman2
917
+ * Ben Boeckel
918
+ * Mike Taves
919
+ * Javier Jimenez Shaw
920
+ * Brendan Jurd
921
+ * Kristian Evers
922
+ * Even Rouault
923
+
924
+ ## 8.1.1
925
+
926
+ ### Updates
927
+
928
+ * EPSG Database updated to version 10.028 (#2773)
929
+
930
+ ### Bug fixes
931
+
932
+ * Include algorithm header file to avoid build errors on Alpine Linux (#2769)
933
+
934
+ * CMake: fix installation of executables on iOS (#2766)
935
+
936
+ * Associate extents to transformations of CRS's that include GEOIDMODEL (#2769)
937
+
938
+ * Logging: avoid some overhead when logging is not enabled (#2775)
939
+
940
+ * ortho: remove useless and invalid log trace (#2777)
941
+
942
+ * CMake: remove external nlohmann_json from INTERFACE_LINK_LIBRARIES target (#2781)
943
+ * reateOperations(): fix SourceTargetCRSExtentUse::NONE mode (#2783)
944
+
945
+ * GeoTIFF grid reading: perf improvements (#2788)
946
+
947
+ * Conversion::createUTM(): avoid integer overflow (#2796)
948
+
949
+ * Inverse laea ellipsoidal: return PROJ_ERR_COORD_TRANSFM_OUTSIDE_PROJECTION_DOMAIN
950
+ when appropriates (#2801)
951
+
952
+ * Make sure that proj_crs_promote_to_3D returns a derived CRS (#2806)
953
+
954
+ * createOperations(): fix missing deg<-->rad conversion when transforming with a
955
+ CRS that has a fallback-to-PROJ4-string behaviour and is a BoundCRS of a
956
+ GeographicCRS (#2808)
957
+
958
+ * WKT2 import/export: preserve PROJ.4 CRS extension string in REMARKS[] (#2812)
959
+
960
+ * BoundCRS: accept importing/exporting in WKT2 and PROJJSON the
961
+ scope/area/extent/id attributes (#2815)
962
+
963
+ * ConcatenatedOperation::fixStepsDirection(): fix bad chaining of steps when
964
+ inverse map projection is involved in non-final step (#2819)
965
+
966
+ ### Thanks to
967
+
968
+ * Brendan Jurd
969
+ * Kristian Evers
970
+ * Even Rouault
971
+
972
+ ## 8.1.0
973
+
974
+ ### Updates
975
+
976
+ * Database
977
+
978
+ * Update to EPSG v10.027 (#2751)
979
+
980
+ * Decrease DB size by using WITHOUT ROWID tables (#2730) (#2647)
981
+
982
+ * Add a ANALYZE step during proj.db creation allowing for
983
+ faster lookups (#2729)
984
+
985
+ * Added a PROJ.VERSION metadata entry (#2646)
986
+
987
+ * Added NGO48 (EPSG:4273) to ETRS89 (EPSG:4258) triangulation-based
988
+ transformation (#2554)
989
+
990
+ * Additions to the norwegian NKG2020 transformation (#2548)
991
+
992
+ * ESRI projection database updated to version 12.8 (#2717)
993
+
994
+ * API additions
995
+
996
+ * Added proj_get_geoid_models_from_database() function that returns a list of
997
+ geoid models available for a given CRS (#2681)
998
+
999
+ * Added proj_get_celestial_body_list_from_database that returns a list
1000
+ of celestial bodies in the PROJ database (#2667)
1001
+
1002
+ * Added proj_get_celestial_body_name() (#2662)
1003
+
1004
+ * Various improvements
1005
+
1006
+ * proj_trans/cs2cs: If two operations have the same accuracy,
1007
+ use the one that is contained within a larger one (#2750)
1008
+
1009
+ * Share SQLite database handle among all contexts (#2738)
1010
+
1011
+ * Add proj/internal/mutex.hpp as compat layer for mingw32 for std::mutex (#2736)
1012
+
1013
+ * projsync: make it filter out files not intended for the current version (#2725)
1014
+
1015
+ * Improvements related to DerivedVerticalCRS using Change Unit and
1016
+ Height/Depth reversal methods (#2696)
1017
+
1018
+ * Update internal nlohmann/json to 3.9.1, and add a CMake option to
1019
+ be able to use external nlohmann/json (#2686)
1020
+
1021
+ * createFromUserInput(): change name of CRS built from URN combined references
1022
+ to match the convention of EPSG projected CRS (#2677)
1023
+
1024
+ * Parse compound id with two authorities, like ESRI:103668+EPSG:5703 (#2669)
1025
+
1026
+ * Added projinfo option --list-crs (supports --area) (#2663)
1027
+
1028
+ * Added support for hyperbolic Cassini-Soldner (#2637)
1029
+
1030
+ * Added capability to get SQL statements to add custom CRS in the database (#2577)
1031
+
1032
+ ### Bug fixes
1033
+
1034
+ * Fix 'Please include winsock2.h before windows.h' warning with msys (#2692)
1035
+
1036
+ * Minor changes to address lint in geodesic.c (#2752)
1037
+
1038
+ * BoundCRS::identify(): avoid incompatible transformation for
1039
+ WKT1 / TOWGS84 export (#2747)
1040
+
1041
+ * proj_create(): do not open proj.db if string is a PROJ string,
1042
+ even if proj_context_set_autoclose_database() has been set (#2735)
1043
+
1044
+ * Fix export of transformation to PROJ string in a particular situation
1045
+ where CompoundCRS are involved (#2721)
1046
+
1047
+ ### Thanks to
1048
+
1049
+ * Howard Butler
1050
+ * Alan D. Snow
1051
+ * Roel van den Berg
1052
+ * Heidi Vanparys
1053
+ * Sveinung Himle
1054
+ * 積丹尼 Dan Jacobson
1055
+ * Nyall Dawson
1056
+ * Javier Jimenez Shaw
1057
+ * Charles Karney
1058
+ * Mike Taves
1059
+ * Kristian Evers
1060
+ * Even Rouault
1061
+
1062
+ ## 8.0.1
1063
+
1064
+ ### Updates
1065
+
1066
+ * Database: update to EPSG v10.018 (#2636)
1067
+
1068
+ * Add transformations for CHGeo2004, Swiss geoid model (#2604)
1069
+
1070
+ * Additions to the norwegian NKG2020 transformation (#2600)
1071
+
1072
+ ### Bug fixes
1073
+
1074
+ * pj_vlog(): fix buffer overflow in case of super lengthy error message (#2693)
1075
+
1076
+ * Revert "proj_create_crs_to_crs_from_pj(): do not use PROJ_SPATIAL_CRITERION_PARTIAL_INTERSECTION
1077
+ if area is specified" (#2679)
1078
+
1079
+ * UTM: error out when value of +zone= is not an integer (#2672)
1080
+
1081
+ * getCRSInfoList(): make result order deterministic (by increasing auth_name,
1082
+ code) (#2661)
1083
+
1084
+ * createOperation(): make sure no to discard deprecated operations if the
1085
+ replacement uses an unknow grid (#2623)
1086
+
1087
+ * Fix build on Solaris 11.4 (#2621)
1088
+
1089
+ * Add mapping of ESRI Equal_Area projection method to EPSG (#2612)
1090
+
1091
+ * Fix incorrect EPGS extent code for EPSG:7789>EPSG:4976 NKG transformation (#2599)
1092
+
1093
+ * fix wrong capitalization of CHENyx06_ETRS.gsb (#2597)
1094
+
1095
+ * createOperations(): improve handling of vertical transforms when
1096
+ when compound CRSs are used (#2592)
1097
+
1098
+ * CRS::promoteTo3D(): propagate the extent from the 2D CRS (#2589)
1099
+
1100
+ * createFromCRSCodesWithIntermediates(): improve performance when there is
1101
+ no match (#2583)
1102
+
1103
+ * Fix proj_clone() to work on 'meta' coordinate operation PJ* objects that
1104
+ can be returned by proj_create_crs_to_crs() (#2582)
1105
+
1106
+ * add PROJ_COMPUTE_VERSION, PROJ_VERSION_NUMBER,
1107
+ PROJ_AT_LEAST_VERSION macros (#2581)
1108
+
1109
+ * Make proj_lp_dist() and proj_geod() work on a PJ* CRS object (#2570)
1110
+
1111
+ * Fix gcc 11 -Wnonnull compilation warnings (#2559)
1112
+
1113
+ * Fix use of uninitialized memory in gie tests (#2558)
1114
+
1115
+ * createOperations(): fix incorrect height transformation between 3D promoted RGF93 and CH1903+ (#2555)
1116
+
1117
+ ### Thanks to
1118
+
1119
+ * Dan Jacobson
1120
+ * Sveinung Himle
1121
+ * Mike Taves
1122
+ * Javier Jimenez Shaw
1123
+ * Kristian Evers
1124
+ * Even Rouault
1125
+
1126
+ ## 8.0.0
1127
+
1128
+ With the release of PROJ 8 the proj_api.h API is finally removed. See
1129
+ <https://proj.org/development/migration.html> for more info on how to migrate
1130
+ from the old to the proj.h API.
1131
+
1132
+ With the removal of proj_api.h it has been possible to simplify error codes
1133
+ and messages given by the software. The error codes are exposed in the API.
1134
+
1135
+ Several improvements has been made to the command line utilities as well as
1136
+ tweaks in the underlying API.
1137
+
1138
+ ### Updates
1139
+
1140
+ * Public header file proj_api.h removed (#837)
1141
+
1142
+ * Improved accuracy of the Mercator projection (#2397)
1143
+
1144
+ * Copyright statement wording updated (#2417)
1145
+
1146
+ * Allow cct to instantiate operations via object codes or names (#2419)
1147
+
1148
+ * Allow @filename syntax in cct (#2420)
1149
+
1150
+ * Added geocentric->topocentric conversion (+proj=topocentric) (#2444)
1151
+
1152
+ * Update GeographicLib to version 1.51 (#2445)
1153
+
1154
+ * Added option to allow export of Geographic/Projected 3D CRS
1155
+ in WKT1_GDAL (#2450)
1156
+
1157
+ * Added --area and --bbox options in cs2cs to restrict candidate
1158
+ coordinate operations (#2466)
1159
+
1160
+ * Added build time option to make PROJ_LIB env var tested last (#2476)
1161
+
1162
+ * Added --authority switch in cs2cs to control where coordinate operations
1163
+ are looked for. C API function proj_create_crs_to_crs_from_pj() updated
1164
+ accordingly (#2477)
1165
+
1166
+ * Error codes revised and exposed in the public API (#2487)
1167
+
1168
+ * Added --accuracy options to projinfo. C API function
1169
+ proj_create_crs_to_crs_from_pj() updated accordingly (#2488)
1170
+
1171
+ * Added proj_crs_is_derived() function to C API (#2496)
1172
+
1173
+ * Enabled linking against static cURL on Windows (#2514)
1174
+
1175
+ * Updated ESRI CRS database to 12.7 (10.8.1/2.6) (#2519)
1176
+
1177
+ * Allow a WKT BoundCRS to use a PROJ string transformation (#2521)
1178
+
1179
+ * Update to EPSG v10.015 (#2539)
1180
+
1181
+ * Default log level set to PJ_LOG_ERROR (#2542)
1182
+
1183
+ * CMake installs a pkg-config file proj.pc, where supported (#2547)
1184
+
1185
+ ### Bug fixes
1186
+
1187
+ * Do not restrict longitude to [-90;90] range in spherical transverse Mercator
1188
+ forward projection (#2471)
1189
+
1190
+ * createOperations(): fix Compound to Geog3D/Projected3D CRS with non-metre ellipsoidal height (#2500)
1191
+
1192
+ * Avoid error messages to be emitted log level is set to PJ_LOG_NONE (#2527)
1193
+
1194
+ * Close database connection when autoclose set to True (#2532)
1195
+
1196
+ ### Thanks to
1197
+
1198
+ * Zac Miller
1199
+ * Juan Hernando
1200
+ * Thomas Knudsen
1201
+ * Sveinung Himle
1202
+ * Olli Raisa
1203
+ * Nomit Rawat
1204
+ * Modern Slave
1205
+ * J.H. van de Water
1206
+ * Guillaume Lostis
1207
+ * Martin Steinisch
1208
+ * Javier Jimenez Shaw
1209
+ * Mateusz Łoskot
1210
+ * Martijn Visser
1211
+ * Alan D. Snow
1212
+ * Mike Taves
1213
+ * Nyall Dawson
1214
+ * Charles Karney
1215
+ * Kristian Evers
1216
+ * Even Rouault
1217
+
1218
+ ## 7.2.1
1219
+
1220
+ ### Updates
1221
+
1222
+ * Add metadata with the version number of the database layout (#2474)
1223
+
1224
+ * Split coordinateoperation.cpp and test_operation.cpp in several parts (#2484)
1225
+
1226
+ * Update to EPSG v10.008 (#2490)
1227
+
1228
+ * Added the NKG 2008 and 2020 transformations in proj.db (#2495)
1229
+
1230
+ ### Bug fixes
1231
+
1232
+ * Set CURL_ENABLED definition on projinfo build (#2405)
1233
+
1234
+ * createBoundCRSToWGS84IfPossible(): make it return same result with a CRS
1235
+ built from EPSG code or WKT1 (#2412)
1236
+
1237
+ * WKT2 parsing: several fixes related to map projection parameter units (#2428)
1238
+
1239
+ * createOperation(): make it work properly when one of the CRS is a BoundCRS of
1240
+ a DerivedGeographicCRS (+proj=ob_tran +o_proj=lonlat +towgs84=....) (#2441)
1241
+
1242
+ * WKT parsing: fix ingestion of WKT with a Geocentric CRS as the base of the
1243
+ projected CRS (#2443)
1244
+
1245
+ * GeographicCRS::_isEquivalentTo(EQUIVALENT_EXCEPT_AXIS_ORDER_GEOGCRS):
1246
+ make it work when comparing easting,northing,up and northing,easting,up (#2446)
1247
+
1248
+ * createOperation(): add a ballpark vertical transformation when dealing
1249
+ with GEOIDMODEL[] (#2449)
1250
+
1251
+ * Use same arguments to printf format string for both radians and degrees in
1252
+ output by cct (#2453)
1253
+
1254
+ * PRIMEM WKT handling: fixes on import for 'sexagesimal DMS' or from WKT1:GDAL/ESRI
1255
+ when GEOGCS UNIT != Degree; morph to ESRI the PRIMEM name on export (#2455)
1256
+
1257
+ * createObjectsFromName(): in exact match, make looking for 'ETRS89 / UTM zone 32N'
1258
+ return only the exact match (#2462)
1259
+
1260
+ * Inverse tmerc spherical: fix wrong sign of latitude when lat_0 is used (#2469)
1261
+
1262
+ * Add option to allow export of Geographic/Projected 3D CRS in WKT1_GDAL (#2470)
1263
+
1264
+ * Fix building proj.db with SQLite built with -DSQLITE_DQS=0 (#2480)
1265
+
1266
+ * Include JSON Schema files in CMake builds (#2485)
1267
+
1268
+ * createOperations(): fix inconsistent chaining exception when transforming from
1269
+ BoundCRS of projected CRS based on NTF Paris to BoundCRS of geog CRS NTF Paris (#2486)
1270
+
1271
+ ### Thanks to
1272
+
1273
+ * Zac Miller
1274
+ * Nomit Rawat
1275
+ * Guillaume Lostis
1276
+ * J.H. van de Water
1277
+ * Kristian Evers
1278
+ * Even Rouault
1279
+
1280
+ ## 7.2.0
1281
+
1282
+ ### Updates
1283
+
1284
+ * Command line tools:
1285
+
1286
+ * Add multi-line PROJ string export capability, and use it by default in
1287
+ projinfo (unless --single-line is specified) (#2381)
1288
+
1289
+ * Coordinate operations:
1290
+
1291
+ * +proj=col_urban projection, implementing a EPSG projection method
1292
+ used by a number of projected CRS in Colombia (#2395)
1293
+
1294
+ * +proj=tinshift for triangulation-based transformations (#2344)
1295
+
1296
+ * Added ellipsoidal formulation of +proj=ortho (#2361)
1297
+
1298
+ * Database
1299
+
1300
+ * Update to EPSG 10.003 and make code base robust to dealing with
1301
+ WKT CRS with DatumEnsemble (#2370)
1302
+
1303
+ * Added Finland tinshift operations (#2392)
1304
+
1305
+ * Added transformation from JGD2011 Geographic 3D to JGD2011
1306
+ height using GSIGEO2011 (#2393)
1307
+
1308
+ * Improve CompoundCRS identification and name morphing in VerticalCRS
1309
+ with ESRI WKT1 (#2386)
1310
+
1311
+ * Added OGC:CRS27 and OGC:CRS83 CRS entries for NAD27 and NAD83
1312
+ in longitude, latitude order (#2350)
1313
+
1314
+ * API
1315
+
1316
+ * Added temporal, engineering, and parametric datum
1317
+ PJ_TYPE enumerations (#2274)
1318
+
1319
+ * Various improvements to context handling (#2329, #2331)
1320
+
1321
+ * proj_create_vertical_crs_ex(): add a ACCURACY option to provide
1322
+ an explicit accuracy, or derive it from the grid name if it is
1323
+ known (#2342)
1324
+
1325
+ * proj_crs_create_bound_crs_to_WGS84(): make it work on
1326
+ verticalCRS/compoundCRS such as EPSG:4326+5773 and
1327
+ EPSG:4326+3855 (#2365)
1328
+
1329
+ * promoteTo3D(): add a remark with the original CRS identifier (#2369)
1330
+
1331
+ * Added proj_context_clone (#2383)
1332
+
1333
+ ### Bug fixes
1334
+
1335
+ * Avoid core dumps when copying contexts in certain scenarios (#2324)
1336
+
1337
+ * proj_trans(): reset errno before attemptying a retry with a new
1338
+ coordinate operation (#2353)
1339
+
1340
+ * PROJJSON schema corrected to allow prime meridians values with
1341
+ explicitly stating a unit (degrees assumed) (#2354)
1342
+
1343
+ * Adjust createBoundCRSToWGS84IfPossible() and operation filtering
1344
+ (for POSGAR 2007 to WGS84 issues) (#2357)
1345
+
1346
+ * createOperations(): several fixes affecting NAD83 -> NAD83(2011) (#2364)
1347
+
1348
+ * WKT2:2019 import/export: handle DATUM (at top level object) with PRIMEM
1349
+
1350
+ * WKT1_ESRI: fix import and export of CompoundCRS (#2389)
1351
+
1352
+ ### Thanks to
1353
+
1354
+ * Alexander Saprykin
1355
+ * Jeff McKenna
1356
+ * Nyall Dawson
1357
+ * Kai Pastor
1358
+ * Juan Hernando
1359
+ * Javier Jimenez Shaw
1360
+ * Howard Butler
1361
+ * Alan D. Snow
1362
+ * Charles Karney
1363
+ * Kristian Evers
1364
+ * Even Rouault
1365
+
1366
+ ## 7.1.1
1367
+
1368
+ ### Updates
1369
+
1370
+ * Added various Brazillian grids to the database #2277
1371
+
1372
+ * Added geoid file for Canary Islands to the database #2312
1373
+
1374
+ * Updated EPSG database to version 9.8.15 #2310
1375
+
1376
+ ### Bug fixes
1377
+
1378
+ * WKT parser: do not raise warning when parsing a WKT2:2015 TIMECRS
1379
+ whose TIMEUNIT is at the CS level, and not inside #2281
1380
+
1381
+ * Parse '+proj=something_not_latlong +vunits=' without +geoidgrids as a
1382
+ Projected3D CRS and not a compound CRS with a unknown datum #2289
1383
+
1384
+ * C API: Avoid crashing due to missing SANITIZE_CTX() in entry points #2293
1385
+
1386
+ * CMake build: Check "target_clones" before use #2297
1387
+
1388
+ * PROJ string export of +proj=krovak +czech: make sure we export +czech… #2301
1389
+
1390
+ * Helmert 2D: do not require a useless +convention= parameter #2305
1391
+
1392
+ * Fix a few spelling errors ("vgridshit" vs. "vgridshift") #2307
1393
+
1394
+ * Fix ability to identify EPSG:2154 as a candidate for 'RGF93_Lambert_93' #2316
1395
+
1396
+ * WKT importer: tune for Oracle WKT and 'Lambert Conformal Conic' #2322
1397
+
1398
+ * Revert compiler generated Fused Multiply Addition optimized routines #2328
1399
+
1400
+ ### Thanks to
1401
+
1402
+ * Jeff McKenna
1403
+ * Kai Pastor
1404
+ * Javier Jimenez Shaw
1405
+ * Kristian Evers
1406
+ * Even Rouault
1407
+
1408
+ ## 7.1.0
1409
+
1410
+ ### Updates
1411
+
1412
+ * New transformations:
1413
+
1414
+ * Add a +proj=defmodel transformation for multi-component time-based deformation models (#2206)
1415
+
1416
+ * New projections:
1417
+
1418
+ * Add square conformal projections from libproject (#2148):
1419
+ * Adams Hemisphere in a Square
1420
+ * Adams World in a Square I
1421
+ * Adams World in a Square II
1422
+ * Guyou
1423
+ * Pierce Quincuncial
1424
+
1425
+ * Adams Square II: map ESRI WKT to PROJ string, and implement iterative
1426
+ inverse method (#2157)
1427
+
1428
+ * Added IGH Oceanic View projection (#2226)
1429
+
1430
+ * Add wink2 inverse by generic inversion of forward method (#2243)
1431
+
1432
+ * Database:
1433
+
1434
+ * Update to EPSG 9.8.12, ESRI 10.8.1 and import scope and remarks for
1435
+ conversion (#2238) (#2267)
1436
+
1437
+ * Map the Behrmann projection to cae when converting ESRI CRSes (#1986)
1438
+
1439
+ * Support conversion of Flat_Polar_Quartic projection method (#1987)
1440
+
1441
+ * Register 4 new Austrian height grids (see <https://github.com/OSGeo/PROJ-data/pull/13>)
1442
+ and handle 'Vertical Offset by Grid Interpolation (BEV AT)' method (#1989)
1443
+
1444
+ * Add ESRI projection method mappings for Mercator_Variant_A, Mercator_Variant_B
1445
+ and Transverse_Cylindrical_Equal_Area and various grid mappings (#2020) (#2195)
1446
+
1447
+ * Map ESRI Transverse_Mercator_Complex to Transverse Mercator (#2040)
1448
+
1449
+ * Register grids for New Caledonia (see <https://github.com/OSGeo/PROJ-data/pull/16>) (#2051) (#2239)
1450
+
1451
+ * Register NZGD2000 -> ITRF96 transformation for NZGD2000 database (#2248)
1452
+
1453
+ * Register geoid file for UK added
1454
+ (see <https://github.com/OSGeo//PROJ-data/pull/25>) (#2250)
1455
+
1456
+ * Register Slovakian geoid transformations with needed code changes (#2259)
1457
+
1458
+ * Register Spanish SPED2ETV2 grid for ED50->ETRS89 (#2261)
1459
+
1460
+ * API:
1461
+
1462
+ * Add API function proj_get_units_from_database() (#2065)
1463
+
1464
+ * Add API function proj_get_suggested_operation() (#2068)
1465
+
1466
+ * Add API functions proj_degree_input() and proj_degree_output() (#2144)
1467
+
1468
+ * Moved proj_context_get_url_endpoint & proj_context_get_user_writable_directory
1469
+ from proj_experimental.h to proj.h (#2162)
1470
+
1471
+ * createFromUserInput(): allow compound CRS with the 2 parts given by names,
1472
+ e.g. 'WGS 84 + EGM96 height' (#2126)
1473
+
1474
+ * createOperations(): when converting CompoundCRS<-->Geographic3DCrs, do not
1475
+ use discard change of ellipsoidal height if a Helmert transformation is
1476
+ involved (#2227)
1477
+
1478
+ * proj_list_units() deprecated, superceeded by proj_get_units_from_database()
1479
+
1480
+ * proj_list_angular_units() deprecated, superceeded by proj_get_units_from_database()
1481
+
1482
+ * Optimizations:
1483
+
1484
+ * tmerc/utm: add a +algo=auto/evenden_snyder/poder_engsager parameter (#2030)
1485
+
1486
+ * Extended tmerc (Poder/Engsager): speed optimizations (#2036)
1487
+
1488
+ * Approximate tmerc (Snyder): speed optimizations (#2039)
1489
+
1490
+ * pj_phi2(): speed-up computation (and thus inverse ellipsoidal Mercator and LCC) (#2052)
1491
+
1492
+ * Inverse cart: speed-up computation by 33% (#2145)
1493
+
1494
+ * Extended tmerc: speed-up forward path by ~5% (#2147)
1495
+
1496
+ * Various:
1497
+
1498
+ * Follow PDAL's CMake RPATH strategy (#2009)
1499
+
1500
+ * WKT import/export: add support for WKT1_ESRI VERTCS synta (#2024)
1501
+
1502
+ * projinfo: add a --hide-ballpark option (#2127)
1503
+
1504
+ * gie: implement a strict mode with `<gie-strict> </gie-strict>` (#2168)
1505
+
1506
+ * Allow importing WKT1 COMPD_CS with a VERT_DATUM[Ellipsoid,2002] (#2229)
1507
+
1508
+ * Add runtime checking that sqlite3 is >= 3.11 (#2235)
1509
+
1510
+ ### Bug fixes
1511
+
1512
+ * createOperations(): do not remove ballpark transformation if there are only grid
1513
+ based operations, even if they cover the whole area of use (#2155)
1514
+
1515
+ * createFromProjString(): handle default parameters of '+krovak +type=crs', and
1516
+ handle +czech correctly (#2200)
1517
+
1518
+ * ProjectedCRS::identify(): fix identification of EPSG:3059 (#2215)
1519
+
1520
+ * Database: add a 'WGS84' alias for the EPSG:4326 CRS (#2218)
1521
+
1522
+ * Fixes related to CompoundCRS and BoundCRS (#2222)
1523
+
1524
+ * Avoid 2 warnings about missing database indices (#2223)
1525
+
1526
+ * Make projinfo --3d --boundcrs-to-wgs84 work better (#2224)
1527
+
1528
+ * Many fixes regarding BoundCRS, CompoundCRS, Geographic3D CRS with
1529
+ non-metre units (#2234)
1530
+
1531
+ * Fix identification of (one of the) ESRI WKT formulations of EPSG:3035 (#2240)
1532
+
1533
+ * Avoid using deprecated and removed Windows API function with Mingw32 (#2246)
1534
+
1535
+ * normalizeForVisualization(): make it switch axis for EPSG:5482
1536
+ (RSRGD2000 / RSPS2000) (#2256)
1537
+
1538
+ * Fix access violation in proj_context_get_database_metadata (#2260)
1539
+
1540
+ ### Thanks to
1541
+
1542
+ * Martin Raspaud
1543
+ * Jeroen Ooms
1544
+ * Jeff McKenna
1545
+ * Colin Doig
1546
+ * Chris Mayo
1547
+ * Chatziargyriou Eleftheria
1548
+ * Bas Couwenberg
1549
+ * B R S Recht
1550
+ * 積丹尼 Dan Jacobson
1551
+ * Alan D. Snow
1552
+ * GitHub user @chrodger
1553
+ * Pedro Venancio
1554
+ * Olli Räisä
1555
+ * John Krasting
1556
+ * Andrei Marshalov
1557
+ * Javier Jimenez Shaw
1558
+ * Martin Dobias
1559
+ * Howard Butler
1560
+ * Nyall Dawson
1561
+ * Mike Taves
1562
+ * Kristian Evers
1563
+ * Even Rouault
1564
+
1565
+ ## 7.0.1
1566
+
1567
+ ### Updates
1568
+
1569
+ * Database: update to EPSG v9.8.9 #2141
1570
+
1571
+ ### Bug fixes
1572
+
1573
+ * Make tests independent of proj-datumgrid (#1995)
1574
+
1575
+ * Add missing projection property tables (#1996)
1576
+
1577
+ * Avoid crash when running against SQLite3 binary built with
1578
+ -DSQLITE_OMIT_AUTOINIT (#1999)
1579
+
1580
+ * createOperations(): fix wrong pipeline generation with CRS that has +nadgrids=
1581
+ and +pm= (#2002)
1582
+
1583
+ * Fix bad copy&replace pattern on HEALPix and rHEALPix projection names (#2007)
1584
+
1585
+ * createUnitOfMeasure(): use full double resolution for the conversion
1586
+ factor (#2014)
1587
+
1588
+ * Update README with info on PROJ-data (#2015)
1589
+
1590
+ * utm/ups: make sure to set errno to PJD_ERR_ELLIPSOID_USE_REQUIRED if
1591
+ es==0 (#2045)
1592
+
1593
+ * data/Makefile.am: remove bashism (#2048)
1594
+
1595
+ * ProjectedCRS::identify(): tune it to better work with ESRI WKT
1596
+ representation of EPSG:2193 (#2059)
1597
+
1598
+ * Fix build with gcc 4.8.5 (#2066)
1599
+
1600
+ * Autotools/pkg-conf: Define datarootdir (#2069)
1601
+
1602
+ * cs2cs: don't require +to for '{source_crs} {target_crs} filename...'
1603
+ syntax (#2081)
1604
+
1605
+ * CMake: fix bug with find_package(PROJ) with macOS (#2082)
1606
+
1607
+ * ESRI WKT import / identification: special case for
1608
+ NAD_1983_HARN_StatePlane_Colorado_North_FIPS_0501 with Foot_US unit (#2088)
1609
+
1610
+ * ESRI WKT import / identification: special case for
1611
+ NAD_1983_HARN_StatePlane_Colorado_North_FIPS_0501 with Foot_US unit (#2089)
1612
+
1613
+ * EngineeringCRS: when exporting to WKT1_GDAL, output unit and axis (#2092)
1614
+
1615
+ * Use jtsk03-jtsk horizontal grid from CDN (#2098)
1616
+
1617
+ * CMake: prefer to use use PROJ_SOURCE_DIR and PROJ_BINARY_DIR (#2100)
1618
+
1619
+ * Fix wrong grids file name in esri.sql (#2104)
1620
+
1621
+ * Fix identification of projected CRS whose name is close but not strictly
1622
+ equal to a ESRI alias (#2106)
1623
+
1624
+ * Fix working of Helmert transform between the horizontal part of
1625
+ 2 compoundCRS (#2111)
1626
+
1627
+ * Database: fix registration of custom entries of grid_transformation_custom.sql
1628
+ for geoid grids (#2114)
1629
+
1630
+ * ESRI_WKT ingestion: make sure to identify to non-deprecated EPSG entry when
1631
+ possible (#2119)
1632
+
1633
+ * Make sure that importing a Projected 3D CRS from WKT:2019 keeps the base
1634
+ geographic CRS as 3D (#2125)
1635
+
1636
+ * createOperations(): improve results of compoundCRS to compoundCRS case (#2131)
1637
+
1638
+ * hgridshift/vgridshift: defer grid opening when grid has already
1639
+ been opened (#2132)
1640
+
1641
+ * Resolve a few shadowed declaration warnings (#2142)
1642
+
1643
+ * ProjectedCRS identification: deal with switched 1st/2nd std parallels for
1644
+ LCC_2SP(#2153)
1645
+
1646
+ * Fix Robinson inverse projection (#2154)
1647
+
1648
+ * createOperations(): do not remove ballpark transformation if there are only
1649
+ grid based operations, even if they cover the whole area of use (#2156)
1650
+
1651
+ * createFromCoordinateReferenceSystemCodes(): 'optimization' to avoid using
1652
+ C++ exceptions (#2161)
1653
+
1654
+ * Ingestion of WKT1_GDAL: correctly map 'Cylindrical_Equal_Area' (#2167)
1655
+
1656
+ * Add limited support for non-conformant WKT1 LAS COMPD_CS[] (#2172)
1657
+
1658
+ * PROJ4 string import: take into correctly non-metre unit when the string
1659
+ looks like the one for WGS 84 / Pseudo Mercator (#2177)
1660
+
1661
+ * io.hpp: avoid dependency to proj_json_streaming_writer.hpp (#2184)
1662
+
1663
+ * Fix support of WKT1_GDAL with netCDF rotated pole formulation (#2186)
1664
+
1665
+ ### Thanks to
1666
+
1667
+ * Mike Taves
1668
+ * Chris Mayo
1669
+ * Kristian Evers
1670
+ * Even Rouault
1671
+
1672
+ ## 7.0.0
1673
+
1674
+ The major feature in PROJ 7 is significantly improved handling of gridded
1675
+ models. This was implemented in RFC4 (<https://proj.org/community/rfc/rfc-4.html>).
1676
+ The main features of the RFC4 work is that PROJ now implements a new grid format,
1677
+ Geodetic TIFF grids, for exchaning gridded transformation models. In addition
1678
+ to the new grid format, PROJ can now also access grids online using a data
1679
+ store in the cloud.
1680
+
1681
+ The grids that was previously available via the proj-datumgrid packages are now
1682
+ available in two places:
1683
+
1684
+ 1. As a single combined data archive including all available resource files
1685
+ 2. From the cloud via <https://cdn.proj.org>
1686
+
1687
+ In Addition, provided with PROJ is a utility called projsync that can be used
1688
+ download grids from the data store in the cloud.
1689
+
1690
+ The use of the new grid format and the data from the cloud requires that
1691
+ PROJ is build against libtiff and libcurl. Both are optional dependencies
1692
+ to PROJ but it is highly encouraged that the software is build against both.
1693
+
1694
+ ATTENTION: PROJ 7 will be last major release version that includes the proj_api.h
1695
+ header. The functionality in proj_api.h is deprecated and only supported in
1696
+ maintenance mode. It is inferior to the functionality provided by functions
1697
+ in the proj.h header and all projects still relying on proj_api.h are encouraged
1698
+ to migrate to the new API in proj.h. See <https://proj.org/development/migration.html>
1699
+ for more info on how to migrate from the old to the new API.
1700
+
1701
+ ### Updates
1702
+
1703
+ * Added new file access API to proj.h #866
1704
+
1705
+ * Updated the name of the most recent version of the WKT2 standard from
1706
+ WKT2_2018 to WKT2_2019 to reflect the proper name of the standard (#1585)
1707
+
1708
+ * Improvements in transformations from/to WGS 84 (Gxxxx) realizations and
1709
+ vertical <--> geog transormations #1608
1710
+
1711
+ * Update to version 1.50 of the geodesic library (#1629)
1712
+
1713
+ * Promote proj_assign_context to proj.h from proj_experimental.h (#1630)
1714
+
1715
+ * Add rotation support to the HEALPix projection (#1638)
1716
+
1717
+ * Add c function proj_crs_create_bound_vertical_crs() (#1689)
1718
+
1719
+ * Use Win32 Unicode APIs and expect all strings to be UTF-8 (#1765)
1720
+
1721
+ * Improved name aliases lookup (#1827)
1722
+
1723
+ * CMake: Employ better use of CTest with the BUILD_TESTING option (#1870)
1724
+
1725
+ * Grid correction: fix handling grids spanning antimeridian (#1882)
1726
+
1727
+ * Remove legacy CMake target name "proj" #1883
1728
+
1729
+ * projinfo: add --searchpaths switch (#1892)
1730
+
1731
+ * Add +proj=set operation to set component(s) of a coordinate to a fixed
1732
+ value (#1896)
1733
+
1734
+ * Add EPSG records for 'Geocentric translation by Grid Interpolation (IGN)'
1735
+ (gr3df97a.txt) and map them to new +proj=xyzgridshift (#1897)
1736
+
1737
+ * Remove 'null' grid file as it is now a special hardcoded case in grid
1738
+ code (#1898)
1739
+
1740
+ * Add projsync utility (#1903)
1741
+
1742
+ * Make PROJ the CMake project name #1910
1743
+
1744
+ * Use relative directory to locate PROJ resource files (#1921)
1745
+
1746
+ ### Bug fixes
1747
+
1748
+ * Horizontal grid shift: fix failures on points slightly outside a
1749
+ subgrid (#209)
1750
+
1751
+ * Fix ASAN issue with SQLite3VFS class (#1902)
1752
+
1753
+ * tests: force use of bash for proj_add_test_script_sh (#1905)
1754
+
1755
+ ### Breaking changes
1756
+
1757
+ * Reject NTV2 files where GS_TYPE != SECONDS #1294
1758
+
1759
+ * On Windows the name of the library is now fixed to ``proj.lib`` instead
1760
+ of encoding the version number in the library name (#1581)
1761
+
1762
+ * Require C99 compiler (#1624)
1763
+
1764
+ * Remove deprecated JNI bindings (#1825)
1765
+
1766
+ * Remove -ld option from proj and cs2cs (#1844)
1767
+
1768
+ * Increase CMake minimum version from 3.5 to 3.9 (#1907)
1769
+
1770
+ ### Thanks to
1771
+
1772
+ * Jeff McKenna
1773
+ * Calum Robinson
1774
+ * Anshul Singhvi
1775
+ * Bas Couwenberg
1776
+ * Mike Taves
1777
+ * Alan D. Snow
1778
+ * Charles Karney
1779
+ * Kristian Evers
1780
+ * Even Rouault
1781
+
1782
+ ## 6.3.1
1783
+
1784
+ ### Updates
1785
+
1786
+ * Update the EPSG database to version 9.8.6
1787
+
1788
+ * Database: add mapping for gg10_smv2.mnt and gg10_sbv2.mnt French grids
1789
+
1790
+ * Database: add mapping for TOR27CSv1.GSB
1791
+
1792
+ ### Bug fixes
1793
+
1794
+ * Fix wrong use of derivingConversionRef() that caused issues with use of
1795
+ +init=epsg:XXXX by GDAL (affecting R spatial libraries) or in MapServer
1796
+
1797
+ * fix exporting CoordinateSystem to PROJ JSON with ID
1798
+
1799
+ * projinfo: use No. abbreviation instead of UTF-8 character (#1828)
1800
+
1801
+ * CompoundCRS::identify(): avoid exception when horiz/vertical part is a
1802
+ BoundCRS
1803
+
1804
+ * createOperations(): fix dealing with projected 3D CRS whose Z units != metre
1805
+
1806
+ * WKT1_GDAL export: limit datum name massaging to names matching EPSG (#1835)
1807
+
1808
+ * unitconvert with mjd time format: avoid potential integer overflow
1809
+ (ossfuzz 20072)
1810
+
1811
+ * ProjectedCRS::identify(): fix wrong identification of some ESRI WKT linked
1812
+ to units
1813
+
1814
+ * Database: add a geoid_like value for proj_method column of grid_alternatives,
1815
+ fix related entries and simplify/robustify logic to deal with EPSG
1816
+ 'Geographic3D to GravityRelatedHeight' methods
1817
+
1818
+ * Fix ingestion of +proj=cea with +k_0 (#1881)
1819
+
1820
+ * Fix performance issue, affecting PROJ.4 string generation of EPSG:7842
1821
+ (#1913)
1822
+
1823
+ * Fix identification of ESRI-style datum names starting with D_ but without
1824
+ alias (#1911)
1825
+
1826
+ * cart: Avoid discontinuity at poles in the inverse case (#1906)
1827
+
1828
+ * Various updates to make regression test suite pass with gcc on i386 (#1906)
1829
+
1830
+ ### Thanks to
1831
+
1832
+ * Alan D. Snow
1833
+ * GitHub user @russkel
1834
+ * Gerrit Holl
1835
+ * Anshul Singhvi
1836
+ * Raven Kopelman
1837
+ * Kristian Evers
1838
+ * Even Rouault
1839
+
1840
+ ## 6.3.0
1841
+
1842
+ ### Updates
1843
+
1844
+ * Database: tune accuracy of Canadian NTv1 file w.r.t NTv2 (#1812)
1845
+
1846
+ * Modify verbosity level of some debug/trace messages (#1811)
1847
+
1848
+ * projinfo: no longer call createBoundCRSToWGS84IfPossible() for WKT1:GDAL
1849
+ (#1810)
1850
+
1851
+ * proj_trans: add retry logic to select other transformation if the best one
1852
+ fails. (#1809)
1853
+
1854
+ * BoundCRS::identify(): improvements to discard CRS that aren't relevant
1855
+ (#1802)
1856
+
1857
+ * Database: update to IGNF v3.1.0 (#1785)
1858
+
1859
+ * Build: Only export symbols if building DLL (#1773)
1860
+
1861
+ * Database: update ESRI entries with ArcGIS Desktop version 10.8.0 database
1862
+ (#1762)
1863
+
1864
+ * createOperations(): chain operations whose middle CRSs are not identical but
1865
+ have the same datum (#1734)
1866
+
1867
+ * import/export PROJJSON: support a interpolation_crs key to geoid_model
1868
+ (#1732)
1869
+
1870
+ * Database: update to EPSG v9.8.4 (#1725)
1871
+
1872
+ * Build: require SQLite 3.11 (#1721)
1873
+
1874
+ * Add support for GEOIDMODEL (#1710)
1875
+
1876
+ * Better filtering based on extent and performance improvements (#1709)
1877
+
1878
+ ### Bug fixes
1879
+
1880
+ * Horizontal grid shift: fix issue on iterative inverse computation when
1881
+ switching between (sub)grids (#1797)
1882
+
1883
+ * createOperations(): make filtering out of 'uninteresting' operations less
1884
+ aggressive (#1788)
1885
+
1886
+ * Make EPSG:102100 resolve to ESRI:102100 (#1786)
1887
+
1888
+ * ob_tran: restore traditional handling of +to_meter with pj_transform() and
1889
+ proj utility (#1783)
1890
+
1891
+ * CRS identification: use case insensitive comparison for authority name
1892
+ (#1780)
1893
+
1894
+ * normalizeForVisualization() and other methods applying on a ProjectedCRS: do
1895
+ not mess the derivingConversion object of the original object (#1746)
1896
+
1897
+ * createOperations(): fix transformation computation from/to a CRS with
1898
+ +geoidgrids and +vunits != m (#1731)
1899
+
1900
+ * Fix proj_assign_context()/pj_set_ctx() with pipelines and alternative coord
1901
+ operations (#1726)
1902
+
1903
+ * Database: add an auxiliary concatenated_operation_step table to allow
1904
+ arbitrary number of steps (#1696)
1905
+
1906
+ * Fix errors running gie-based tests in Debug mode on Windows (#1688)
1907
+
1908
+ ### Thanks to
1909
+
1910
+ * Pedro Venancio
1911
+ * Owen Rudge
1912
+ * Nyall Dawson
1913
+ * Mateusz Łoskot
1914
+ * Markus Neteler
1915
+ * Juergen E. Fischer
1916
+ * Joaquim Luis
1917
+ * Jeff McKenna
1918
+ * Jakob Egger
1919
+ * Guillaume Lostis
1920
+ * GitHub user @yonarw
1921
+ * Asa Packer
1922
+ * Joe Mann
1923
+ * Stephan Hügel
1924
+ * Simon Schneegans
1925
+ * R. Schmunk
1926
+ * Alan D. Snow
1927
+ * Chris Crook
1928
+ * Howard Butler
1929
+ * Fabrice Fontaine
1930
+ * Kai Pastor
1931
+ * Martin Desruisseaux
1932
+ * Dalia Prizginiene
1933
+ * Mike Taves
1934
+ * Charles Karney
1935
+ * Kristian Evers
1936
+ * Even Rouault
1937
+
1938
+ ## 6.2.1
1939
+
1940
+ ### Updates
1941
+
1942
+ * Update the EPSG database to version 9.8.2
1943
+
1944
+ ### Bug fixes
1945
+
1946
+ * Fixed erroneous spelling of "Potsdam" (#1573)
1947
+
1948
+ * Calculate y-coordinate correctly in bertin1953 in all cases (#1579)
1949
+
1950
+ * proj_create_crs_to_crs_from_pj(): make the PJ*arguments const PJ* (#1583)
1951
+
1952
+ * PROJStringParser::createFromPROJString(): avoid potential infinite
1953
+ recursion (#1574)
1954
+
1955
+ * Avoid core dump when setting ctx==NULL in functions
1956
+ proj_coordoperation_is_instantiable and
1957
+ proj_coordoperation_has_ballpark_transformation (#1590)
1958
+
1959
+ * createOperations(): fix conversion from/to PROJ.4 CRS strings with
1960
+ non-ISO-kosher options and +towgs84/+nadgrids (#1602)
1961
+
1962
+ * proj_trans_generic(): properly set coordinate time to HUGE_VAL when no
1963
+ value is passed to the function (#1604)
1964
+
1965
+ * Fix support for +proj=ob_tran +o_proj=lonlat/latlong/latlon instead of only
1966
+ only allowing +o_proj=longlat (#1601)
1967
+
1968
+ * Improve backwards compatibility of vertical transforms (#1613)
1969
+
1970
+ * Improve emulation of deprecated +init style initialization (#1614)
1971
+
1972
+ * cs2cs: autopromote CRS to 3D when there's a mix of 2D and 3D (#1563)
1973
+
1974
+ * Avoid divisions by zero in odd situations (#1620)
1975
+
1976
+ * Avoid compile error on Solaris (#1639)
1977
+
1978
+ * proj_create_crs_to_crs(): fix when there are only transformations with
1979
+ ballpark steps (#1643)
1980
+
1981
+ * PROJ string CRS ingester: recognize more unit-less parameters, and general
1982
+ handling of +key=string_value parameters (#1645)
1983
+
1984
+ * Only call pkg-config in configure when necessary (#1652)
1985
+
1986
+ * aeqd: for spherical forward path, go to higher precision ellipsoidal
1987
+ case when the point coordinates are super close to the origin (#1654)
1988
+
1989
+ * proj_create_crs_to_crs(): remove elimination of Ballpark operations
1990
+ that caused transformation failures in some cases (#1665)
1991
+
1992
+ * createOperations(): allow transforming from a compoundCRS of a bound
1993
+ verticalCRS to a 2D CRS (#1667)
1994
+
1995
+ * Avoid segfaults in case of out-of-memory situations (#1679)
1996
+
1997
+ * createOperations(): fix double vertical unit conversion from CompoundCRS
1998
+ to other CRS when the horizontal part of the projected CRS uses non-metre
1999
+ unit (#1683)
2000
+
2001
+ * importFromWkt(): fix axis orientation for non-standard ESRI WKT (#1690)
2002
+
2003
+ ### Thanks to
2004
+
2005
+ * R. Schmunk
2006
+ * Jakob Egger
2007
+ * Alan D. Snow
2008
+ * Stephan Hügel
2009
+ * Kai Pastor
2010
+ * Kristian Evers
2011
+ * Even Rouault
2012
+
2013
+ ## 6.2.0
2014
+
2015
+ ### Updates
2016
+
2017
+ * Introduced PROJJSON, a JSON encoding of WKT2 (#1547)
2018
+
2019
+ * Support CRS instantiation of OGC URN's (#1505)
2020
+
2021
+ * Expose scope and remarks of database objects (#1537)
2022
+
2023
+ * EPSG Database updated to version 9.7.0 (#1558)
2024
+
2025
+ * Added C API function proj_grid_get_info_from_database() (#1494)
2026
+
2027
+ * Added C API function
2028
+ proj_operation_factory_context_set_discard_superseded() (#1534)
2029
+
2030
+ * Added C API function proj_context_set_autoclose_database() (#1566)
2031
+
2032
+ * Added C API function proj_create_crs_to_crs_from_pj() (#1567)
2033
+
2034
+ * Added C API function proj_cleanup() (#1569)
2035
+
2036
+ ### Bug fixes
2037
+
2038
+ * Fixed build failure on Solaris systems (#1554)
2039
+
2040
+ ### Thanks to
2041
+
2042
+ Version 6.2.0 is made possible by the following contributors:
2043
+
2044
+ * GitHub user @edechaux
2045
+ * Michael D. Smith
2046
+ * Matt Littlemore
2047
+ * Kristian Evers
2048
+ * Even Rouault
2049
+
2050
+ ## 6.1.1
2051
+
2052
+ ### Updates
2053
+
2054
+ * Update EPSG registry to version 9.6.3 (1485)
2055
+
2056
+ ### Bug fixes
2057
+
2058
+ * Take the passed authority into account when identifying
2059
+ objects (#1466)
2060
+
2061
+ * Avoid exception when transforming from NAD83 to projected
2062
+ CRS using NAD83(2011) (#1477)
2063
+
2064
+ * Avoid off-by-one reading of name argument if name of resource
2065
+ file has length 1 (#1489)
2066
+
2067
+ * Do not include PROJ_LIB in proj_info().searchpath when context
2068
+ search path is set (#1498)
2069
+
2070
+ * Use correct delimeter for the current platform when parsing
2071
+ PROJ_LIB (#1497)
2072
+
2073
+ * Do not confuse 'ID74' CRS with WKT2 ID[] node (#1506)
2074
+
2075
+ * WKT1 importer: do case insensitive comparison for axis
2076
+ direction (#1509)
2077
+
2078
+ * Avoid compile errors on GCC 4.9.3 (#1512)
2079
+
2080
+ * Make sure that pipelines including +proj=ob_tran can be
2081
+ created (#1526)
2082
+
2083
+ ### Thanks to
2084
+
2085
+ Version 6.1.1 is made possible by the following contributors:
2086
+
2087
+ * Alan D. Snow
2088
+ * Paul Menzel
2089
+ * Mateusz Łoskot
2090
+ * Bas Couwenberg
2091
+ * Peter Limkilde Svendsen
2092
+ * Mike Taves
2093
+ * Howard Butler
2094
+ * Nyall Dawson
2095
+ * Andrew Bell
2096
+ * Kristian Evers
2097
+ * Even Rouault
2098
+
2099
+ ## 6.1.0
2100
+
2101
+ ### Updates
2102
+
2103
+ * Include custom ellipsoid definitions from QGIS (#1337)
2104
+
2105
+ * Add "-k ellipsoid" option to projinfo (#1338)
2106
+
2107
+ * Make cs2cs support 4D coordinates (#1355)
2108
+
2109
+ * WKT2 parser: update to OGC 18-010r6 (#1360 #1366)
2110
+
2111
+ * Update internal version of googletest to v1.8.1 (#1361)
2112
+
2113
+ * Database update: EPSG v9.6.2 (#1462), IGNF v3.0.3, ESRI 10.7.0
2114
+ and add operation_version column (#1368)
2115
+
2116
+ * Add proj_normalize_for_visualization() that attempts to apply axis
2117
+ ordering as used by most GIS applications and PROJ <6 (#1387)
2118
+
2119
+ * Added noop operation (#1391)
2120
+
2121
+ * Paths set by user take priority over PROJ_LIB for search paths (#1398)
2122
+
2123
+ * Reduced database size (#1438)
2124
+
2125
+ * add support for compoundCRS and concatenatedOperation named from
2126
+ their components (#1441)
2127
+
2128
+ ### Bug fixes
2129
+
2130
+ * Have gie return non-zero code when file can't be opened (#1312)
2131
+
2132
+ * CMake cross-compilation fix (#1316)
2133
+
2134
+ * Use 1st eccentricity instead of 2nd eccentricity in Molodensky (#1324)
2135
+
2136
+ * Make sure to include grids when doing Geocentric to CompoundCRS with
2137
+ nadgrids+geoidgrids transformations (#1326)
2138
+
2139
+ * Handle coordinates outside of bbox better (#1333)
2140
+
2141
+ * Enable system error messages in command line automatically in builds (#1336)
2142
+
2143
+ * Make sure to install projinfo man page with CMake (#1347)
2144
+
2145
+ * Add data dir to pkg-config file proj.pc (#1348)
2146
+
2147
+ * Fix GCC 9 warning about useless std::move() (#1352)
2148
+
2149
+ * Grid related fixes (#1369)
2150
+
2151
+ * Make sure that ISO19111 C++ code sets pj_errno on errors (#1405)
2152
+
2153
+ * vgridshift: handle longitude wrap-around for grids with 360deg
2154
+ longitude extent (#1429)
2155
+
2156
+ * proj/cs2cs: validate value of -f parameter to avoid potential crashes (#1434)
2157
+
2158
+ * Many division by zero and similar bug fixes found by OSS Fuzz.
2159
+
2160
+ ### Thanks to
2161
+
2162
+ Version 6.1.0 is made possible by the following contributors:
2163
+
2164
+ * Andrew Hardin
2165
+ * Sean Warren
2166
+ * Dan Baston
2167
+ * Howard Butler
2168
+ * Joris Van den Bossche
2169
+ * Elliott Sales de Andrade
2170
+ * Alan D. Snow
2171
+ * Nyall Dawson
2172
+ * Chris Mayo
2173
+ * Mike Taves
2174
+ * Kristian Evers
2175
+ * Even Rouault
2176
+
2177
+ ## 6.0.0
2178
+
2179
+ PROJ 6 has undergone extensive changes to increase its functional scope from a
2180
+ cartographic projection engine with so-called "early-binding" geodetic datum
2181
+ transformation capabilities to a more complete library supporting coordinate
2182
+ transformations and coordinate reference systems.
2183
+
2184
+ As a foundation for other enhancements, PROJ now includes a C++ implementation
2185
+ of the modelisation propopsed by the ISO-19111:2019 standard / OGC Abstract
2186
+ Specification Topic 2: "Referencing By Coordinates", for geodetic reference
2187
+ frames (datums), coordinate reference systems and coordinate operations.
2188
+ Construction and query of those geodetic objects is available through a new C++
2189
+ API, and also accessible for the most part from bindings in the C API.
2190
+
2191
+ Those geodetic objects can be imported and exported from and into the OGC
2192
+ Well-Known Text format (WKT) in its different variants: ESRI WKT, GDAL WKT 1,
2193
+ WKT2:2015 (ISO 19162:2015) and WKT2:2018 (ISO 19162:2018). Import and export of
2194
+ CRS objects from and into PROJ strings is also supported. This functionality
2195
+ was previously available in the GDAL software library (except WKT2 support
2196
+ which is a new feature), and is now an integral part of PROJ.
2197
+
2198
+ A unified database of geodetic objects, coordinate reference systems and their
2199
+ metadata, and coordinate operations between those CRS is now available in a
2200
+ SQLite3 database file, proj.db. This includes definitions imported from the
2201
+ IOGP EPSG dataset (v9.6.0 release), the IGNF (French national mapping agency)
2202
+ geodetic registry and the ESRI projection engine database. PROJ is now the
2203
+ reference software in the "OSGeo C stack" for this CRS and coordinate operation
2204
+ database, whereas previously this functionality was spread over PROJ, GDAL and
2205
+ libgeotiff, and used CSV or other adhoc text-based formats.
2206
+
2207
+ Late-binding coordinate operation capabilities, that takes metadata such as
2208
+ area of use and accuracy into account, has been added. This can avoid in a
2209
+ number of situations the past requirement of using WGS84 as a pivot system,
2210
+ which could cause unneeded accuracy loss, or was not doable at all sometimes
2211
+ when transformation to WGS84 was not available. Those late-binding capabilities
2212
+ are now used by the proj_create_crs_to_crs() function and the cs2cs utility.
2213
+
2214
+ A new command line utility, projinfo, has been added to query information about
2215
+ a geodetic object of the database, import and export geodetic objects from/into
2216
+ WKT and PROJ strings, and display coordinate operations available between two
2217
+ CRSs.
2218
+
2219
+ ### Updates
2220
+
2221
+ * Removed projects.h as a public interface (#835)
2222
+
2223
+ * Deprecated the proj_api.h interface. The header file is still available
2224
+ but will be removed with the next major version release of PROJ. It is
2225
+ now required to define ACCEPT_USE_OF_DEPRECATED_PROJ_API_H before the
2226
+ interface can be used (#836)
2227
+
2228
+ * Removed support for the nmake build system (#838)
2229
+
2230
+ * Removed support for the proj_def.dat defaults file (#201)
2231
+
2232
+ * C++11 required for building PROJ (#1203)
2233
+
2234
+ * Added build dependency on SQLite 3.7 (#1175)
2235
+
2236
+ * Added projinfo command line application (#1189)
2237
+
2238
+ * Added many functions to proj.h for handling ISO19111 functionality (#1175)
2239
+
2240
+ * Added C++ API exposing ISO19111 functionality (#1175)
2241
+
2242
+ * Updated cs2cs to use late-binding features (#1182)
2243
+
2244
+ * Removed the nad2bin application. Now available in the proj-datumgrid
2245
+ git repository (#1236)
2246
+
2247
+ * Removed support for Chebyshev polynomials in proj (#1226)
2248
+
2249
+ * Removed proj_geocentric_latitude from proj.h API (#1170)
2250
+
2251
+ * Changed behaviour of proj: Now only allow initialization of
2252
+ projections (#1162)
2253
+
2254
+ * Changed behaviour of tmerc: Now default to the Extended Transverse
2255
+ Mercator algorithm (etmerc). Old implementation available by adding
2256
+ +approx (#404)
2257
+
2258
+ * Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210)
2259
+
2260
+ * Allow multiple directories in PROJ_LIB environment variable (#1281)
2261
+
2262
+ * Added Lambert Conic Conformal (2SP Michigan) projection (#1142)
2263
+
2264
+ * Added Bertin1953 projection (#1133)
2265
+
2266
+ * Added Tobler-Mercator projection (#1153)
2267
+
2268
+ * Added Molodensky-Badekas transform (#1160)
2269
+
2270
+ * Added push and pop coordinate operations (#1250)
2271
+
2272
+ * Removed +t_obs parameter from helmert and deformation (#1264)
2273
+
2274
+ * Added +dt parameter to deformation as replacement for
2275
+ removed +t_obs (#1264)
2276
+
2277
+ ### Bug fixes
2278
+
2279
+ * Read +towgs84 values correctly on locales not using dot as comma separator (#1136)
2280
+
2281
+ * Fixed file offset for reading of shift values in NTv1 files (#1144)
2282
+
2283
+ * Avoid problems with PTHREAD_MUTEX_RECURSIVE when using CMake (#1158)
2284
+
2285
+ * Avoid raising errors when setting ellipsoid flattening to zero (#1191)
2286
+
2287
+ * Fixed lower square calculations in rHealpix projection (#1206)
2288
+
2289
+ * Allow Molodensky transform parameters to be zero (#1194)
2290
+
2291
+ * Fixed wrong parameter in ITRF2000 init file (#1240)
2292
+
2293
+ * Fixed use of grid paths including spaces (#1152)
2294
+
2295
+ * Robinson: fix wrong values for forward path for latitudes >= 87.5 (#1172),
2296
+ and fix inaccurate inverse method.
2297
+
2298
+ ### Thanks to
2299
+
2300
+ Version 6.0.0 is made possible by the following contributors:
2301
+
2302
+ * Aaron Puchert
2303
+ * Thomas Knudsen
2304
+ * Phil Elson
2305
+ * Mateusz Łoskot
2306
+ * Markus Neteler
2307
+ * Jürgen Fischer
2308
+ * Charles Karney
2309
+ * Bas Couwenberg
2310
+ * Karoline Skaar
2311
+ * Alan D. Snow
2312
+ * Howard Butler
2313
+ * Marco Bernasocchi
2314
+ * Ben Boeckel
2315
+ * Ivan Veselov
2316
+ * Philippe Rivière
2317
+ * Mike Taves
2318
+ * Elliott Sales de Andrade
2319
+ * Kai Pastor
2320
+ * Kristian Evers
2321
+ * Even Rouault
2322
+
2323
+ ## 5.2.0
2324
+
2325
+ ### Updates
2326
+
2327
+ * Added support for deg, rad and grad in unitconvert (#1054)
2328
+
2329
+ * Assume +t_epoch as time input when not otherwise specified (#1065)
2330
+
2331
+ * Added inverse Lagrange projection (#1058)
2332
+
2333
+ * Added +multiplier option to vgridshift (#1072)
2334
+
2335
+ * Added Equal Earth projection (#1085)
2336
+
2337
+ * Added "require_grid" option to gie (#1088)
2338
+
2339
+ * Replace +transpose option of Helmert transform with +convention.
2340
+ From now on the convention used should be explicitly written. An
2341
+ error will be returned when using the +transpose option (#1091)
2342
+
2343
+ * Improved numerical precision of inverse spherical Mercator
2344
+ projection (#1105)
2345
+
2346
+ * cct will now forward text after coordinate input to output
2347
+ stream (#1111)
2348
+
2349
+ ### Bug fixes
2350
+
2351
+ * Do not pivot over WGS84 when doing cs2cs-emulation with geocent (#1026)
2352
+
2353
+ * Do not scan past the end of the read data in pj_ctx_fgets (#1042)
2354
+
2355
+ * Make sure proj_errno_string() is available in DLL (#1050)
2356
+
2357
+ * Respect +to_meter setting when doing cs2cs-emulation (#1053)
2358
+
2359
+ * Fixed unit conversion factors for geod (#1075)
2360
+
2361
+ * Fixed test failures related to GCC 8 (#1084)
2362
+
2363
+ * Improved handling of +geoc flag (#1093)
2364
+
2365
+ * Calculate correct projection factors for Webmercator (#1095)
2366
+
2367
+ * cs2cs now always outputs degrees when transformed coordinates are
2368
+ in angular units (#1112)
2369
+
2370
+ All bug fix numbers refer to issues or pull requests indexed at
2371
+ <https://github.com/OSGeo/proj.4/>
2372
+
2373
+ ### Thanks to
2374
+
2375
+ Version 5.2.0 is made possible by the following contributors:
2376
+
2377
+ * Søren Holm
2378
+ * Mateusz Łoskot
2379
+ * Jürnjakob Dugge
2380
+ * Greg Minshall
2381
+ * Aaron Puchert
2382
+ * Vedran Stojnović
2383
+ * Bojan Šavrič
2384
+ * Charles Karney
2385
+ * Mateusz Loskot
2386
+ * Howard Butler
2387
+ * Mike Toews
2388
+ * Kurt Schwehr
2389
+ * Even Rouault
2390
+ * Kristian Evers
2391
+
2392
+ ## 5.1.0
2393
+
2394
+ ### Updates
2395
+
2396
+ * Function proj_errno_string() added to proj.h API (#847)
2397
+
2398
+ * Validate units between pipeline steps and ensure transformation
2399
+ sanity (#906)
2400
+
2401
+ * Print help when calling cct and gie without arguments (#907)
2402
+
2403
+ * CITATION file added to source distribution (#914)
2404
+
2405
+ * Webmercator operation added (#925)
2406
+
2407
+ * Enhanced numerical precision of forward spherical Mercator near
2408
+ the Equator (#928)
2409
+
2410
+ * Added --skip-lines option to cct (#923)
2411
+
2412
+ * Consistently return NaN values on NaN input (#949)
2413
+
2414
+ * Removed unused src/org_proj4_Projections.h file (#956)
2415
+
2416
+ * Java Native Interface bindings updated (#957, #969)
2417
+
2418
+ * Horizontal and vertical gridshift operations extended to
2419
+ the temporal domain (#1015)
2420
+
2421
+ ### Bug fixes
2422
+
2423
+ * Handle nan float cast overflow in PJ_robin.c and nad_intr.c (#887)
2424
+
2425
+ * Avoid overflow when Horner order is unreasonably large (#893)
2426
+
2427
+ * Avoid unwanted NaN conversions in etmerc (#899)
2428
+
2429
+ * Avoid memory failure in gie when not specifying x,y,z in gie files (#902)
2430
+
2431
+ * Avoid memory failure when +sweep is initialized incorrectly in geos (#908)
2432
+
2433
+ * Return HUGE_VAL on erroneous input in ortho (#912)
2434
+
2435
+ * Handle commented lines correctly in cct (#933)
2436
+
2437
+ * Avoid segmentation fault when transformation coordinates outside grid
2438
+ area in deformation (#934)
2439
+
2440
+ * Avoid doing false easting/northing adjustments on cartesian
2441
+ coordinates (#936)
2442
+
2443
+ * Thread-safe creation of proj mutex (#954)
2444
+
2445
+ * Avoid errors when setting up geos with +lat_0!=0 (#986)
2446
+
2447
+ * Reset errno when running proj in verbose mode (#988)
2448
+
2449
+ * Do not interpolate node values at nodata value in vertical
2450
+ grid shifts (#1004)
2451
+
2452
+ * Restrict Horner degrees to positive integer values to avoid
2453
+ memory allocation issues (#1005)
2454
+
2455
+ All bug fix numbers refer to issues or pull requests indexed at
2456
+ <https://github.com/OSGeo/proj.4/>
2457
+
2458
+ ### Thanks to
2459
+
2460
+ Version 5.1.0 is made possible by the following contributors:
2461
+
2462
+ * Kristian Evers
2463
+ * Even Rouault
2464
+ * Kurt Schwehr
2465
+ * Mike Toews
2466
+ * Martin Desruisseaux
2467
+ * Charles Karney
2468
+ * Thomas Knudsen
2469
+ * Javier Goizueta
2470
+ * Bas Couwenberg
2471
+ * Adam Wulkiewicz
2472
+ * Aaron Puchert
2473
+
2474
+ ## 5.0.1
2475
+
2476
+ ### Bug fixes
2477
+
2478
+ All bug fix numbers refer to issues or pull requests indexed at
2479
+ <https://github.com/OSGeo/proj.4/>
2480
+
2481
+ * Handle ellipsoid change correctly in pipelines when
2482
+ +towgs84=0,0,0 is set #881
2483
+
2484
+ * Handle the case where nad_ctable2_init returns NULL #883
2485
+
2486
+ * Avoid shadowed declaration errors with old gcc #880
2487
+
2488
+ * Expand +datum properly +datum in pipelines #872
2489
+
2490
+ * Fail gracefully when incorrect headers are encountered in grid
2491
+ files #875
2492
+
2493
+ * Improve roundtrip stability in pipelines using +towgs84 #871
2494
+
2495
+ * Fixed typo in gie error codes #861
2496
+
2497
+ * Numerical stability fixes to the geodesic package #826 #843
2498
+
2499
+ * Make sure that transient errors are returned correctly #857
2500
+
2501
+ * Make sure that locally installed header files are not used when
2502
+ building PROJ #849
2503
+
2504
+ * Fix inconsistent parameter names in proj.h/proj_4D_api.c #842
2505
+
2506
+ * Make sure +vunits is applied #833
2507
+
2508
+ * Fix incorrect Web Mercator transformations #834
2509
+
2510
+ ### Thanks to
2511
+
2512
+ Version 5.0.1 is made possible by the following contributors:
2513
+
2514
+ * Mike Toews
2515
+ * Kurt Schwehr
2516
+ * Even Rouault
2517
+ * Charles Karney
2518
+ * Thomas Knudsen
2519
+ * Kristian Evers
2520
+
2521
+ ## 5.0.0
2522
+
2523
+ This version of PROJ introduces some significant extensions and
2524
+ improvements to (primarily) the geodetic functionality of the system.
2525
+
2526
+ The main driver for introducing the new features is the emergence of
2527
+ dynamic reference frames, the increasing use of high accuracy GNSS,
2528
+ and the related growing demand for accurate coordinate
2529
+ transformations. While older versions of PROJ included some geodetic
2530
+ functionality, the new framework lays the foundation for turning PROJ
2531
+ into a generic geospatial coordinate transformation engine.
2532
+
2533
+ The core of the library is still the well established projection code.
2534
+ The new functionality is primarily exposed in a new programming
2535
+ interface and a new command line utility, "cct" (for "Coordinate
2536
+ Conversion and Transformation"). The old programming interface is
2537
+ still available and can - to some extent - use the new geodetic
2538
+ transformation features.
2539
+
2540
+ The internal architecture has also seen many changes and much
2541
+ improvement. So far, these improvements respect the existing
2542
+ programming interface. But the process has revealed a need to simplify
2543
+ and reduce the code base, in order to support sustained active
2544
+ development.
2545
+
2546
+ ```text
2547
+ !!!
2548
+ !!! Therefore we have scheduled regular releases over the coming years
2549
+ !!! which will gradually remove the old programming interface.
2550
+ !!!
2551
+ !!! This will cause breaking changes with the next two major version
2552
+ !!! releases, which will affect all projects that depend on PROJ
2553
+ !!! (cf. section "deprecations" below).
2554
+ !!!
2555
+ ```
2556
+
2557
+ The decision to break the existing API has not been easy, but has
2558
+ ultimately been deemed necessary to ensure the long term survival of
2559
+ the project. Not only by improving the maintainability immensely, but
2560
+ also by extending the potential user (and hence developer) community.
2561
+
2562
+ The end goal is to deliver a generic coordinate transformation
2563
+ software package with a clean and concise code base appealing to
2564
+ both users and developers.
2565
+
2566
+ ### Versioning and naming
2567
+
2568
+ For the first time in more than 25 years the major version number of
2569
+ the software is changed. The decision to do this is based on the many
2570
+ new features and new API. While backwards compatibility remains -
2571
+ except in a few rare corner cases - the addition of a new and improved
2572
+ programming interface warrants a new major release.
2573
+
2574
+ The new major version number unfortunately leaves the project in a bit
2575
+ of a conundrum regarding the name. For the majority of the life-time
2576
+ of the product it has been known as PROJ.4, but since we have now
2577
+ reached version 5 the name is no longer aligned with the version
2578
+ number.
2579
+
2580
+ Hence we have decided to decouple the name from the version number and
2581
+ from this version and onwards the product will simply be called PROJ.
2582
+
2583
+ In recognition of the history of the software we are keeping PROJ.4 as
2584
+ the *name of the organizing project*. The same project team also
2585
+ produces the datum-grid package.
2586
+
2587
+ In summary:
2588
+
2589
+ * The PROJ.4 project provides the product PROJ, which is now at
2590
+ version 5.0.0.
2591
+
2592
+ * The foundational component of PROJ is the library libproj.
2593
+
2594
+ * Other PROJ components include the application proj, which provides
2595
+ a command line interface to libproj.
2596
+
2597
+ * The PROJ.4 project also distributes the datum-grid package,
2598
+ which at the time of writing is at version 1.6.0.
2599
+
2600
+ ### Updates
2601
+
2602
+ * Introduced new API in proj.h.
2603
+ * The new API is orthogonal to the existing proj_api.h API and the
2604
+ internally used projects.h API.
2605
+ * The new API adds the ability to transform spatiotemporal (4D)
2606
+ coordinates.
2607
+ * Functions in the new API use the "proj_" namespace.
2608
+ * Data types in the new API use the "PJ_" namespace, with a few
2609
+ historic exceptions such as XY, XYZ, LP and LPZ.
2610
+
2611
+ * Introduced the concept of "transformation pipelines" that makes it
2612
+ possible to do complex geodetic transformations of spatiotemporal
2613
+ coordinates by daisy chaining simple coordinate operations.
2614
+
2615
+ * Introduced cct, the Coordinate Conversion and Transformation
2616
+ application.
2617
+
2618
+ * Introduced gie, the Geospatial Integrity Investigation Environment.
2619
+ * Selftest invoked by -C flag in proj has been removed
2620
+ * Ported approx. 1300 built-in selftests to gie format
2621
+ * Ported approx. 1000 tests from the gigs test framework
2622
+ * Added approx. 200 new tests
2623
+
2624
+ * Adopted terminology from the OGC/ISO-19100 geospatial standards
2625
+ series. Key definitions are:
2626
+ * At the most generic level, a *coordinate operation* is a change
2627
+ of coordinates, based on a one-to-one relationship, from one
2628
+ coordinate reference system to another.
2629
+ * A *transformation* is a coordinate operation in which the two
2630
+ coordinate reference systems are based on different datums, e.g.
2631
+ a change from a global reference frame to a regional frame.
2632
+ * A *conversion* is a coordinate operation in which both
2633
+ coordinate reference systems are based on the same datum,
2634
+ e.g. change of units of coordinates.
2635
+ * A *projection* is a coordinate conversion from an ellipsoidal
2636
+ coordinate system to a plane. Although projections are simply
2637
+ conversions according to the standard, they are treated as
2638
+ separate entities in PROJ as they make up the vast majority
2639
+ of operations in the library.
2640
+
2641
+ * New operations:
2642
+ * The pipeline operator (pipeline)
2643
+ * Transformations:
2644
+ * Helmert transform (helmert)
2645
+ * Horner real and complex polynomial evaluation (horner)
2646
+ * Horizontal gridshift (hgridshift)
2647
+ * Vertical gridshift (vgridshift)
2648
+ * Molodensky transform (molodensky)
2649
+ * Kinematic gridshift with deformation model (deformation)
2650
+ * Conversions:
2651
+ * Unit conversion (unitconvert)
2652
+ * Axis swap (axisswap)
2653
+ * Projections:
2654
+ * Central Conic projection (ccon)
2655
+
2656
+ * Significant documentation updates, including
2657
+ * Overhaul of the structure of the documentation
2658
+ * A better introduction to the use of PROJ
2659
+ * A complete reference to the new proj.h API
2660
+ * a complete rewrite of the section on geodesic calculations
2661
+ * Figures for all projections
2662
+
2663
+ * New "free format" option for operation definitions, which
2664
+ permits separating tokens by whitespace when specifying key/value-
2665
+ pairs, e.g. "proj = merc lat_0 = 45".
2666
+
2667
+ * Added metadata to init-files that can be read with the
2668
+ proj_init_info() function in the new proj.h API.
2669
+
2670
+ * Added ITRF2000, ITRF2008 and ITRF2014 init-files with ITRF
2671
+ transformation parameters, including plate motion model
2672
+ parameters.
2673
+
2674
+ * Added ellipsoid parameters for GSK2011, PZ90 and "danish". The
2675
+ latter is similar to the already supported andrae ellipsoid,
2676
+ but has a slightly different semimajor axis.
2677
+
2678
+ * Added Copenhagen prime meridian.
2679
+
2680
+ * Updated EPSG database to version 9.2.0.
2681
+
2682
+ * Geodesic library updated to version 1.49.2-c.
2683
+
2684
+ * Support for analytical partial derivatives has been removed.
2685
+
2686
+ * Improved performance in Winkel Tripel and Aitoff.
2687
+
2688
+ * Introduced pj_has_inverse() function to proj_api.h. Checks if an
2689
+ operation has an inverse. Use this instead of checking whether
2690
+ P->inv exists, since that can no longer be relied on.
2691
+
2692
+ * ABI version number updated to 13:0:0.
2693
+
2694
+ * Removed support for Windows CE.
2695
+
2696
+ * Removed the VB6 COM interface.
2697
+
2698
+ ### Bug fixes
2699
+
2700
+ All bug fix numbers refer to issues indexed at
2701
+ <https://github.com/OSGeo/proj.4/issues/>
2702
+
2703
+ * Fixed incorrect convergence calculation in Lambert Conformal
2704
+ Conic. #16.
2705
+
2706
+ * Handle ellipsoid parameters correctly when using +nadgrids=@null. #22.
2707
+
2708
+ * Return correct latitude when using negative northings in
2709
+ Transverse Mercator (tmerc). #138.
2710
+
2711
+ * Return correct result at origin in inverse Modified Stereographic
2712
+ of Alaska. #161.
2713
+
2714
+ * Return correct result at origin in inverse Modified Stereographic
2715
+ of 48 U.S. #162.
2716
+
2717
+ * Return correct result at origin in inverse Modified Stereographic
2718
+ of 50 U.S. #163.
2719
+
2720
+ * Return correct result at origin in inverse Lee Oblated
2721
+ Stereographic. #164.
2722
+
2723
+ * Return correct result at origin in inverse Miller Oblated
2724
+ Stereographic. #164.
2725
+
2726
+ * Fixed scaling and wrap-around issues in Oblique Cylindrical
2727
+ Equal Area. #166.
2728
+
2729
+ * Corrected a coefficient error in inverse Transverse Mercator. #174.
2730
+
2731
+ * Respect -r flag when calling proj with -V. #184.
2732
+
2733
+ * Remove multiplication by 2 at the equator error in Stereographic
2734
+ projection. #194.
2735
+
2736
+ * Allow +alpha=0 and +gamma=0 when using Oblique Mercator. #195.
2737
+
2738
+ * Return correct result of inverse Oblique Mercator when alpha is
2739
+ between 90 and 270. #331.
2740
+
2741
+ * Avoid segmentation fault when accessing point outside grid. #369.
2742
+
2743
+ * Avoid segmentation fault on NaN input in Robin inverse. #463.
2744
+
2745
+ * Very verbose use of proj (-V) on Windows is fixed. #484.
2746
+
2747
+ * Fixed memory leak in General Oblique Transformation. #497.
2748
+
2749
+ * Equations for meridian convergence and partial derivatives have
2750
+ been corrected for non-conformal projections. #526.
2751
+
2752
+ * Fixed scaling of cartesian coordinates in pj_transform(). #726.
2753
+
2754
+ * Additional bug fixes courtesy of Google's OSS-Fuzz program:
2755
+ <https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=proj4>
2756
+
2757
+ ### Deprecations
2758
+
2759
+ * The projects.h header and the functions related to it is
2760
+ considered deprecated from version 5.0.0 and onwards.
2761
+
2762
+ ```text
2763
+ !!! PROJECTS.H WILL BE REMOVED FROM THE LIBRARY !!!
2764
+ !!! WITH VERSION 6.0.0 !!!
2765
+ ```
2766
+
2767
+ * The nmake build system on Windows will not be supported from
2768
+ version 6.0.0 on onwards. Use CMake instead.
2769
+
2770
+ ```text
2771
+ !!! NMAKE BUILD SYSTEM WILL BE REMOVED FROM THE LIBRARY !!!
2772
+ !!! WITH VERSION 6.0.0 !!!
2773
+ ```
2774
+
2775
+ * The proj_api.h header and the functions related to it is
2776
+ consided deprecated from version 5.0.0 and onwards.
2777
+
2778
+ ```text
2779
+ !!! PROJ_API.H WILL BE REMOVED FROM THE LIBRARY !!!
2780
+ !!! WITH VERSION 7.0.0 !!!
2781
+ ```
2782
+
2783
+ ### Thanks to
2784
+
2785
+ Version 5.0.0 is made possible by the following contributors:
2786
+
2787
+ * Lukasz Komsta
2788
+ * Maxim Churilin
2789
+ * edechaux
2790
+ * dusanjovic
2791
+ * Zoltan Siki
2792
+ * Tom Fili
2793
+ * Nicolas David
2794
+ * Mike Toews
2795
+ * Micah Cochran
2796
+ * Luke Campbell
2797
+ * Ilya Oshchepkov
2798
+ * Adam Wulkiewicz
2799
+ * Jonas Tittmann
2800
+ * Mateusz Loskot
2801
+ * Etienne Jacques
2802
+ * Bas Couwenberg
2803
+ * Elliott Sales de Andrade
2804
+ * Charles Karney
2805
+ * Aaron Puchert
2806
+ * Julien Moquet
2807
+ * Charles Karney
2808
+ * Howard Butler
2809
+ * Even Rouault
2810
+ * Thomas Knudsen
2811
+ * Kristian Evers
2812
+
2813
+ ## 4.9.3
2814
+
2815
+ * UTM now uses etmerc, following NGA recommendations. Tests adjusted
2816
+ for tiny changes in values.
2817
+
2818
+ * new projections: Times, Natural Earth II, Compact Miller, Patterson
2819
+ Cylindrical, and inverse for Hammer and Eckert-Greifendorff.
2820
+
2821
+ * runtime self tests are now opt-in instead of opt-out
2822
+
2823
+ * math constants moved to projects.h
2824
+
2825
+ * bugfixes
2826
+
2827
+ * New (optional) runtime self tests added to proj
2828
+
2829
+ ## 4.9.2
2830
+
2831
+ * proj_def.dat was missing from source distribution
2832
+ see <https://github.com/OSGeo/proj.4/issues/274> for more detail
2833
+
2834
+ * Update Geodesic library from GeographicLib
2835
+
2836
+ * Remove setlocale() use in pj_init_ctx()
2837
+
2838
+ * Renamed PVALUE in pj_param.c to prevent clash with Windows
2839
+
2840
+ ## 4.9.1
2841
+
2842
+ * 4.9.0RC2 release was abandoned because it was not promoted in a
2843
+ timely fashion. Subsequent maintenance of tickets has continued,
2844
+ and a new 4.9.1 release was issued in its place.
2845
+
2846
+ * Implement inverse solution for Winkel Tripel from Drazan Tutic #250
2847
+
2848
+ * More CMake configuration tweaks. The CMake configuration is probably
2849
+ not at feature parity with the autotools builds at this point but it
2850
+ is converging #256
2851
+
2852
+ * Tweak initialization ordering around setlocal which may have caused
2853
+ issues #237
2854
+
2855
+ * Support out-of-tree autoconf builds more completely #247
2856
+
2857
+ * Fix NaN handling by geod_inverse and geod_polygon_addedge #251 & #253
2858
+
2859
+ * Update config.sub and config.guess #257
2860
+
2861
+ * Adapt Charles Karney's CMake patches for smoother build #258
2862
+
2863
+ * Define default PROJ_LIB location for CMake compilation #261
2864
+
2865
+ * Fix Windows compilation on PJ_aitoff.c
2866
+
2867
+ * Align CMake SOVERSION with autotools #263
2868
+
2869
+ * Regenerate nad/epsg with GDAL r28536 to avoid precision loss in TOWGS84
2870
+ parameters, e.g. on Amersfoort / RD EPSG:4289 (#260)
2871
+
2872
+ * Add CMake project-config.cmake scripts (#264 from Charles Karney)
2873
+
2874
+ * Dial back test sensitivity #255
2875
+
2876
+ ## 4.9.0
2877
+
2878
+ * Implement CMake as an option for building PROJ.4
2879
+
2880
+ * Implement new virtual file api (projFileAPI) so that all access to grid
2881
+ shift and init files can be hooked.
2882
+
2883
+ * Replace geodesic implementation with one from Charles Karney and add a
2884
+ supported public interface (geodesic.h).
2885
+
2886
+ * Upgraded to EPSG 8.5.
2887
+
2888
+ * Removed old (deprecated) Java bindings in favor of the new api introduced
2889
+ in 4.8.0.
2890
+
2891
+ * Implement the calcofi (Cal Coop Ocean Fish Invest Lines/Stations) projection
2892
+
2893
+ * Install projects.h again for applications that want access to internal
2894
+ structures and functions despite the inherent fragility.
2895
+
2896
+ * Various bug fixes and cleanup.
2897
+
2898
+ * Added the CalCOFI pseudo-projection, #135
2899
+
2900
+ ## 4.8.0
2901
+
2902
+ * Added the Natural Earth projection.
2903
+
2904
+ * Added HEALPIX, rHEALPIX and Icosahedral Snyder Equal Area projections.
2905
+
2906
+ * nad2bin now produces "CTable2" format grid shift files by default which
2907
+ are platform independent.
2908
+
2909
+ * nad2nad removed, use cs2cs for datum shift operations.
2910
+
2911
+ * projects.h no longer installed as a public include file. Please try to
2912
+ only use proj_api.h.
2913
+
2914
+ * Add pj_get_spheroid_defn() accessor.
2915
+
2916
+ * Added an alternate version of pj_init() that takes a projCtx (execution
2917
+ context) structure to address multithreading issues with error management
2918
+ and to provide a support for application hookable error reporting and
2919
+ logging.
2920
+
2921
+ * Upgrade to EPSG 7.9. Some changes in ideal datum selection.
2922
+
2923
+ * JNI bindings reworked, org.proj4.Projections deprecated in favor of
2924
+ org.proj4.PJ.
2925
+
2926
+ * Added preliminary vertical datum support.
2927
+
2928
+ * Fix various multithreading issues, particular in datum grid handling code.
2929
+
2930
+ * Added support for the +axis= option for alternate axis orientations as
2931
+ part of a coordinate system (used for TM South Orientated support).
2932
+
2933
+ * +proj=omerc implementatioin replaced with code from libproj4. +rot_conv
2934
+ flag no longer works, and some coordinate systems (ie. Malaysian) will
2935
+ need to use +gamma instead. "epsg" init file updated accordingly.
2936
+
2937
+ ## 4.7.0
2938
+
2939
+ * Added in memory caching of init file search results for substantial
2940
+ acceleration in some application environments (like MapServer).
2941
+
2942
+ * Regenerated nad/epsg init file with EPSG 7.1 database, including new
2943
+ support for Google Mercator (EPSG:3857).
2944
+
2945
+ * Various thread safety improvements, including preliminary support for
2946
+ a mutex lock around some operations, like grid loading.
2947
+
2948
+ ## 4.6.1
2949
+
2950
+ * Upgraded to EPSG 6.17 version for nad/epsg. Also corrected the precision
2951
+ problem introduced in the last version.
2952
+
2953
+ * Added logic for tmerc projection to fail rather than return crazy results
2954
+ if more than 90 degrees away from the central meridian (#5). This change
2955
+ may only be temporary till a more comprehensive solution is found.
2956
+
2957
+ * Fixed handling of extra text in cs2cs.
2958
+
2959
+ * Renamed INSTALL to INSTALL.TXT.
2960
+
2961
+ * The eqc projection has been generalized to include a latitude of origin.
2962
+
2963
+ * Added the glabsgm (Gauss Laborde / Sphere Geometric Mean) projection,
2964
+ and gstmerc variation.
2965
+
2966
+ * nad/IGNF init catalogue created.
2967
+
2968
+ * added the ntf_r93.gsb datum shift file.
2969
+
2970
+ * Add /Op in nmake.opt compile options to avoid VC7 optimization bug (#12)
2971
+
2972
+ * Fix testvarious test script so it works properly when grid files available
2973
+
2974
+ ## 4.6.0
2975
+
2976
+ * MAJOR: Rework pj_transform() to avoid applying ellipsoid to ellipsoid
2977
+ transformations as a datum shift when no datum info is available.
2978
+
2979
+ * Avoid applying "change of ellipsoid" during datum shifting based on
2980
+ ellipsoids getting changed to spheres for spherical projections.
2981
+
2982
+ * Upgrade to EPSG 6.13
2983
+
2984
+ * Added "900913" "Google Mercator" code in nad/esri.extra.
2985
+
2986
+ * Avoid some static variable based multi-threading problems.
2987
+
2988
+ * Improve error recovery if ctable style datum shift grid fails to load.
2989
+
2990
+ * Support drive letters properly in PROJ_LIB paths for win32.
2991
+
2992
+ * Fix occasional problem with DMS parsing.
2993
+
2994
+ * Removed non-functional mpoly projection.
2995
+
2996
+ * add lonlat, and latlon as aliases for longlat.
2997
+
2998
+ ## 4.5.0
2999
+
3000
+ * Microsoft Visual Studio 8 compatibility changes.
3001
+
3002
+ * Upgraded to EPSG 6.11.1 database.
3003
+
3004
+ * Several bug fixes to pj_transform() to handle transient errors properly.
3005
+
3006
+ * Fix Krovak projection (include +czech flag)
3007
+
3008
+ * Added Roussilhe Stereographic projection from libproj4 (proj=rouss).
3009
+
3010
+ * Added experimental +lon_wrap flag for alternate pj_transform() longitude
3011
+ wrapping behavior on output.
3012
+
3013
+ ## 4.4.9
3014
+
3015
+ * Win32 build uses proj.dll by default now.
3016
+
3017
+ * Added accessor functions for the datums, ellps, prime_meridians, units and
3018
+ main projection definition lists so they can be used on windows where
3019
+ data objects exported from the DLL don't work easily.
3020
+
3021
+ * Added JNI (Java Native Interface) support within the jniwrap directory,
3022
+ and some supporting entry points directly in the proj dll/so. See
3023
+ --with-jni configure switch, and jniwrap/README.
3024
+
3025
+ * Added the proj=stereoa and proj=geos projections, incorporated from
3026
+ Gerald's libproj4.
3027
+
3028
+ * A few other bug fixes.
3029
+
3030
+ ## 4.4.8
3031
+
3032
+ * Updated epsg file to EPSG 6.5, added other.extra pseudo-EPSG WMS definitions
3033
+
3034
+ * Made significant fixes to prime meridian support.
3035
+
3036
+ * Substantially change pj_datum_transform(), so it and pj_transform() will
3037
+ work between coordinate systems with different ellipsoids but no datum
3038
+ shift information (assume +towgs84=0,0,0).
3039
+
3040
+ * Added pj_get_release() function.
3041
+
3042
+ * Ensure pj_transform() will try to transform all points in provided list if
3043
+ even some might transform properly.
3044
+
3045
+ * Improved the accuracy of Geocentric_To_Geodetic() via an iterative
3046
+ solution.
3047
+
3048
+ * Various other bug fixes.
3049
+
3050
+ ## 4.4.7
3051
+
3052
+ * Added NTv2 (.gsb) grid shift file support.
3053
+
3054
+ * Modified datum shift support so that data file data is only loaded if
3055
+ needed. Also added 'null' grid as a fallback option, and support for
3056
+ making grids optional (prefix with '@' in +nadgrids).
3057
+
3058
+ * Regenerated nad/epsg file with towgs84 parameters for non-greenwich prime
3059
+ meridians.
3060
+
3061
+ * Updated nad/esri file with better generated form from Paul Ramsey.
3062
+
3063
+ * Various bug fixes.
3064
+
3065
+ ## 4.4.6
3066
+
3067
+ * Incorporated new lcca (Lambert Conformal Conic Alternate) projection from
3068
+ Gerald.
3069
+
3070
+ * Updated 'espg' translation file for EPSG 6.2.2 with better support for
3071
+ prime meridians.
3072
+
3073
+ * Added Prime Meridians via +pm command switch to cs2cs (and pj_transform).
3074
+
3075
+ * Fixed bug with 7 parameter transforms.
3076
+
3077
+ * Added 'esri' pseudo-epsg coordinate system file.
3078
+
3079
+ * Cleanup so that PROJ.4 compiles clean as C++ code.
3080
+
3081
+ * Added pj_get_def() to expand definitions of stuff like +init clauses.
3082
+
3083
+ * Added a Krovak implementation (proj=krov). Note this may change again
3084
+ in the next release.