You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Implement "exact" authalic latitude to geographic latitude and use it in `+proj=aea/cea/laea/eqearth/healpix/rhealpix` (`#4441 <https://github.com/OSGeo/PROJ/issues/4441>`_)
14
+
15
+
* Implement uniform conversions between auxiliary latitudes (`#4446 <https://github.com/OSGeo/PROJ/issues/4446>`_)
* Database: add values from ``alias_name`` table that were removed in older EPSG releases, to improve recognizing old WKT strings (`#4490 <https://github.com/OSGeo/PROJ/issues/4490>`_)
20
+
21
+
* Enable ``-Wimplicit-fallthrough``, ``-Wdeprecated-copy-dtor``, ``-Wweak-vtables``, ``-Wdocumentation-unknown-command`` when possible (`#4516 <https://github.com/OSGeo/PROJ/issues/4516>`_)
22
+
23
+
* Geostationary projection: speed up inverse spherical and ellipsoidal computation (`#4523 <https://github.com/OSGeo/PROJ/issues/4523>`_)
24
+
25
+
* WKT importer: better error message when ``BBOX`` is invalid (e.g south_lat > north_lat) (`#4525 <https://github.com/OSGeo/PROJ/issues/4525>`_)
26
+
27
+
* Added :c:func:`proj_geod_direct` for PJ trasformation object (`#4532 <https://github.com/OSGeo/PROJ/issues/4532>`_)
28
+
29
+
* Support exporting Mercator (Spherical) on a sphere as ``Mercator_1SP`` in WKT1 (`#4555 <https://github.com/OSGeo/PROJ/issues/4555>`_)
30
+
31
+
* Database: update to EPSG v12.022 (`#4562 <https://github.com/OSGeo/PROJ/issues/4562>`_)
32
+
33
+
34
+
Bug Fixes
35
+
---------
36
+
37
+
* Fix issue related to `D_Unknown_based_on_WGS_84_ellipsoid` datum name (`#4515 <https://github.com/OSGeo/PROJ/issues/4515>`_)
38
+
39
+
* :c:func:`proj_trans_bounds()`: fix 9.6.2 regression when going from long/lat crossing antimeridian to projected (`#4526 <https://github.com/OSGeo/PROJ/issues/4526>`_)
40
+
41
+
* opt_parse: avoid potential heap-buffer-overflow when parsing non-ASCII characters (affect :program:`cct`` and :program:`gie`) (`#4530 <https://github.com/OSGeo/PROJ/issues/4530>`_)
42
+
43
+
* :program:`gie`: fix memory leak on non existing input file (`#4531 <https://github.com/OSGeo/PROJ/issues/4531>`_)
44
+
45
+
* Database: referene ``nl_nsgi_nllat2018.tif`` and ``nl_nsgi_bongeo2004.tif`` grids (`#4534 <https://github.com/OSGeo/PROJ/issues/4534>`_)
46
+
47
+
* Fixes related to WKT import/export of ``DerivedGeodetic/GeographicCRS`` (`#4536 <https://github.com/OSGeo/PROJ/issues/4536>`_)
48
+
49
+
* Fix :c:func:`tolower()`/:c:func:`toupper()` implementation to not lead to undefined behavior (`#4539 <https://github.com/OSGeo/PROJ/issues/4539>`_)
50
+
51
+
* IAU2015 CRS: fix wrong code for coordinate system of North Polar and South Polar CRSs (`#4545 <https://github.com/OSGeo/PROJ/issues/4545>`_)
52
+
53
+
* :cpp:func:`createOperations()`: fix a case involving 2 CompoundCRS, one with TOWGS84, and the 2
54
+
verticalCRS differing by units (`#4552 <https://github.com/OSGeo/PROJ/issues/4552>`_)
55
+
56
+
* On SQLite query error, show first the error msg than the sql query (`#4553 <https://github.com/OSGeo/PROJ/issues/4553>`_)
57
+
58
+
* Allow geodesic inverse for meridional points on prolate ellipsoid (`#4560 <https://github.com/OSGeo/PROJ/issues/4560>`_)
0 commit comments