|
| 1 | +9.4.0 Release Notes |
| 2 | +------------------- |
| 3 | + |
| 4 | + Updates |
| 5 | + ------- |
| 6 | + |
| 7 | + o Add support for transformations involving coordinate epoch changes |
| 8 | + (PointMotionOperation), specifically for Canadian NAD83(CSRS)(#3884) |
| 9 | + |
| 10 | + o SSL_OPTIONS: set SSL options on Curl library (#3936) |
| 11 | + |
| 12 | + o Add support for unity builds (#3962) |
| 13 | + |
| 14 | + o Added ability to install *.tif if present in data (#3970) |
| 15 | + |
| 16 | + o createOperationsCompoundToGeog(): tune selection logic |
| 17 | + when --grid-check known_available is specified (#3990) |
| 18 | + |
| 19 | + o Increase CMake minimum version from 3.9 to 3.16 (#3997) |
| 20 | + |
| 21 | + o CMake: use FetchContent to get googletest-1.12.1 (#4006) |
| 22 | + |
| 23 | + o CMake: Replace custom FindSqlite3 with FindSQLite3 built-in (#4007) |
| 24 | + |
| 25 | + o tpeqd: use numerically stable formula for computing the central angle |
| 26 | + from (phi_1, lam_1) to (phi_2, lam_2) (#4009) |
| 27 | + |
| 28 | + o Move content of proj_experimental.h to proj.h (#4019) |
| 29 | + |
| 30 | + o Add +proj=mod_krovak projection method for Modified Krovak that |
| 31 | + applies to S-JTSK/05 in the Czech Republic (#4021) |
| 32 | + |
| 33 | + o PROJString formatter optimizer: simplify pipelines doing |
| 34 | + [Modified]Krovak (South West) <--> [Modified]Krovak (East North) |
| 35 | + by just doing an axis swap (#4034) |
| 36 | + |
| 37 | + o +proj=gridshift: enhance to support grids referenced in projected CRS, |
| 38 | + and with easting_offset/northing_offset corrections (#4038) |
| 39 | + |
| 40 | + o Tune concatenated operation instanciation, reference CR2005 geoid for |
| 41 | + Czechia and add (disabled by default) records for Czechia S-JTSK/05 based |
| 42 | + transformations (#4044) |
| 43 | + |
| 44 | + o Database: update to EPSG v11.004 (#4062) |
| 45 | + |
| 46 | + Bug fixes |
| 47 | + --------- |
| 48 | + |
| 49 | + o Fix missing symbols at link time for Windows target in Visual Studio (#3984) |
| 50 | + |
| 51 | + o Improve error message in axisswap (#3975) |
| 52 | + |
| 53 | + o Avoid convergence errors in +proj=gridshift when using biquadratic |
| 54 | + interpolation (#3985) |
| 55 | + |
| 56 | + |
1 | 57 | 9.3.1 Release Notes |
2 | 58 | ------------------- |
3 | 59 |
|
|
0 commit comments