3838
3939* Database: add constraint for unicity of CRS and operation names (#4071 )
4040
41- * Make a few more functions that accept a ` PJ* ` to actually acccept a ` const PJ* ` (#4074 )
41+ * Make a few more functions that accept a ` PJ* ` to actually accept a ` const PJ* ` (#4074 )
4242
4343* Database: Increase consistency in trigger checks (#4080 )
4444
163163* +proj=gridshift: enhance to support grids referenced in projected CRS,
164164 and with easting_offset/northing_offset corrections (#4038 )
165165
166- * Tune concatenated operation instanciation , reference CR2005 geoid for
166+ * Tune concatenated operation instantiation , reference CR2005 geoid for
167167 Czechia and add (disabled by default) records for Czechia S-JTSK/05 based
168168 transformations (#4044 )
169169
330330
331331* ESRI WKT: improve roundtrip of name and definition for UPS WGS84 CRS (#3720 )
332332
333- * CRS instanciation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
334- datum name when instanciating from known +a, +rf (#3727 )
333+ * CRS instantiation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
334+ datum name when instantiating from known +a, +rf (#3727 )
335335
336336* cs2cs / proj_create_crs_to_crs(): fix regression with geocentric CRS (#3729 )
337337
365365 * Added option ONLY_BEST=YES (#3535 )
366366
367367 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
368+ instantiated. If the best possible transformations can't be instantiated it will
369369 fail instead of opting for the next best transformation.
370370
371371 With ONLY_BEST=YES a transformation will fail if a needed grid is unavailable.
372372
373373 The option can be toggled in proj.ini and with --only-best in cs2cs.
374374
375375 * Implement 'Similarity transformation' (EPSG:9621) and import related
376- tranformations from EPSG (#3578 )
376+ transformations from EPSG (#3578 )
377377
378378 * Optimise transformations between GDA94, GDA2020 and WGS84 (#3621 )
379379
@@ -611,7 +611,7 @@ The following functions have been deprecated and will be removed in a future ver
611611 * Make it possible to determine which grid files were actually used during a
612612 transformation (#3180 )
613613
614- * Transformation: no longer do vertical trasnformation when doing compound CRS
614+ * Transformation: no longer do vertical transformation when doing compound CRS
615615 to 2D CRS / add --3d to cs2cs (#3119 )
616616
617617 * Deprecate PROJ4 CMake name (#3094 )
@@ -866,7 +866,7 @@ Details about the build system unification can be found in PROJ RFC 7.
866866
867867* Detect ESRI WKT better in certain circumstances (#2823 )
868868
869- * Fix performance issue on pipeline instanciation of huge (broken)
869+ * Fix performance issue on pipeline instantiation of huge (broken)
870870 pipelines (#2824 )
871871
872872* Make sure to re-order projection parameters according to their canonical
@@ -877,7 +877,7 @@ Details about the build system unification can be found in PROJ RFC 7.
877877* Fix error in implementation of Inverse ellipsoidal orthographic projection
878878 that cause convergence to sometimes fail (#2853 )
879879
880- * Fix handling of edge-case coordinates in invers ortho ellipsoidal
880+ * Fix handling of edge-case coordinates in inverse ortho ellipsoidal
881881 oblique (#2855 )
882882
883883* proj_normalize_for_visualization(): set input and output units when there
@@ -1082,7 +1082,7 @@ Details about the build system unification can be found in PROJ RFC 7.
10821082 code) (#2661 )
10831083
10841084* createOperation(): make sure no to discard deprecated operations if the
1085- replacement uses an unknow grid (#2623 )
1085+ replacement uses an unknown grid (#2623 )
10861086
10871087* Fix build on Solaris 11.4 (#2621 )
10881088
@@ -1367,7 +1367,7 @@ tweaks in the underlying API.
13671367
13681368### Updates
13691369
1370- * Added various Brazillian grids to the database #2277
1370+ * Added various Brazilian grids to the database #2277
13711371
13721372* Added geoid file for Canary Islands to the database #2312
13731373
@@ -1475,9 +1475,9 @@ tweaks in the underlying API.
14751475 use discard change of ellipsoidal height if a Helmert transformation is
14761476 involved (#2227 )
14771477
1478- * proj_list_units() deprecated, superceeded by proj_get_units_from_database()
1478+ * proj_list_units() deprecated, superseded by proj_get_units_from_database()
14791479
1480- * proj_list_angular_units() deprecated, superceeded by proj_get_units_from_database()
1480+ * proj_list_angular_units() deprecated, superseded by proj_get_units_from_database()
14811481
14821482* Optimizations:
14831483
@@ -1674,7 +1674,7 @@ tweaks in the underlying API.
16741674The major feature in PROJ 7 is significantly improved handling of gridded
16751675models. This was implemented in RFC4 (< https://proj.org/community/rfc/rfc-4.html > ).
16761676The 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
1677+ Geodetic TIFF grids, for exchanging gridded transformation models. In addition
16781678to the new grid format, PROJ can now also access grids online using a data
16791679store in the cloud.
16801680
@@ -1706,7 +1706,7 @@ for more info on how to migrate from the old to the new API.
17061706 WKT2_2018 to WKT2_2019 to reflect the proper name of the standard (#1585 )
17071707
17081708* Improvements in transformations from/to WGS 84 (Gxxxx) realizations and
1709- vertical <--> geog transormations #1608
1709+ vertical <--> geog transformations #1608
17101710
17111711* Update to version 1.50 of the geodesic library (#1629 )
17121712
@@ -2067,7 +2067,7 @@ Version 6.2.0 is made possible by the following contributors:
20672067* Do not include PROJ_LIB in proj_info().searchpath when context
20682068 search path is set (#1498 )
20692069
2070- * Use correct delimeter for the current platform when parsing
2070+ * Use correct delimiter for the current platform when parsing
20712071 PROJ_LIB (#1497 )
20722072
20732073* Do not confuse 'ID74' CRS with WKT2 ID[ ] node (#1506 )
@@ -2255,7 +2255,7 @@ CRSs.
22552255 Mercator algorithm (etmerc). Old implementation available by adding
22562256 +approx (#404 )
22572257
2258- * Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210 )
2258+ * Changed behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210 )
22592259
22602260* Allow multiple directories in PROJ_LIB environment variable (#1281 )
22612261
0 commit comments