Skip to content

Commit

Permalink
Fix typo Tranverse->Transverse and many other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Dec 3, 2024
1 parent 2dc4914 commit 64cadb3
Show file tree
Hide file tree
Showing 49 changed files with 214 additions and 216 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to make participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
level of experience, education, socioeconomic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards
Expand Down
12 changes: 6 additions & 6 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
2015-07-27 Even Rouault <[email protected]>
* : Remove setlocale() use in pj_init_ctx(), and replace uses of atof() &
strtod() by their locale safe variants pj_atof() and pj_strtod().
Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h
Proj versions from now advertise #define PJ_LOCALE_SAFE 1 in proj_api.h
and export pj_atof() & pj_strtod() (#226)

2015-06-01 Charles Karney <https://github.com/cffk>
Expand Down Expand Up @@ -1491,7 +1491,7 @@ Rel. 4.4.4 2001/09/15

2001-05-14 Frank Warmerdam <[email protected]>

* upraded config.sub and config.guess as per debian bug report 97374.
* upgraded config.sub and config.guess as per debian bug report 97374.

Rel. 4.4.3 2001/04/20
-------------------------------------------------------------------------
Expand Down Expand Up @@ -1714,7 +1714,7 @@ Rel. 4.3.1 94/2/16 Base-line
-------------------------------------------------------------------------

94/6/2
Transverse Mercator, spherical inverse fixed. Misplaced parenthsis.
Transverse Mercator, spherical inverse fixed. Misplaced parenthesis.

94/10/5
Dropped dependency on FILENAME_MAX---too poorly defined in both
Expand Down Expand Up @@ -1756,14 +1756,14 @@ Rel. 4.3 94/2/16 Base-line
Added SPECIAL entry to conics Lambert, Albers and Equidistant.

Corrected nad/install.in test so as to only look for conus.lla.Z
as test for installation of NADCON datum matricies.
as test for installation of NADCON datum matrices.

94/3/19
Problems with MAPGEN's mapdef choking on call to proj. Fixed
with PROJ.4.3-patch-01.

94/3/22
Bumb mode of handling memory allocation for 2D arrays, so that
Bump mode of handling memory allocation for 2D arrays, so that
execution of -L may not work on some systems. Interim corrections
distributed with PROJ.4.3-patch-02.

Expand Down Expand Up @@ -1937,7 +1937,7 @@ Rel. 4.1.1 93/3/26 Base-line

pj_strerrno prototype added to projects.h

DOS option in strtod.c for MS C's lack of standard macros in neaders.
DOS option in strtod.c for MS C's lack of standard macros in headers.

Rel. 4.1 93/3/8 Base-line --- @(#)CHANGE-LOG 4.14 95/09/23 GIE REL
-------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion HOWTO-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ and update the value to be x.y

- Add the release notes from `NEWS.md` to `docs/source/news.rst`

These vim substitutions are helpfull when converting NEWS.md to rst:
These vim substitutions are helpful when converting NEWS.md to rst:

```sh
:s!(\#\(\d\{4}\))!(`\#\1 <https://github.com/OSGeo/PROJ/issues/\1>`_)!
Expand Down
34 changes: 17 additions & 17 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

* Database: add constraint for unicity of CRS and operation names (#4071)

* Make a few more functions that accept a `PJ*` to actually acccept a `const PJ*` (#4074)
* Make a few more functions that accept a `PJ*` to actually accept a `const PJ*` (#4074)

* Database: Increase consistency in trigger checks (#4080)

Expand Down Expand Up @@ -163,7 +163,7 @@
* +proj=gridshift: enhance to support grids referenced in projected CRS,
and with easting_offset/northing_offset corrections (#4038)

* Tune concatenated operation instanciation, reference CR2005 geoid for
* Tune concatenated operation instantiation, reference CR2005 geoid for
Czechia and add (disabled by default) records for Czechia S-JTSK/05 based
transformations (#4044)

Expand Down Expand Up @@ -330,8 +330,8 @@

* ESRI WKT: improve roundtrip of name and definition for UPS WGS84 CRS (#3720)

* CRS instanciation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
datum name when instanciating from known +a, +rf (#3727)
* CRS instantiation from PROJ.4 string: set 'Unknown based on XXXX ellipsoid'
datum name when instantiating from known +a, +rf (#3727)

* cs2cs / proj_create_crs_to_crs(): fix regression with geocentric CRS (#3729)

Expand Down Expand Up @@ -365,15 +365,15 @@
* Added option ONLY_BEST=YES (#3535)

When enabled only use the best possible transformation between two CRS's can be
instantiated. If the best possible transfomations can't be instantiated it will
instantiated. If the best possible transformations can't be instantiated it will
fail instead of opting for the next best transformation.

With ONLY_BEST=YES a transformation will fail if a needed grid is unavailable.

The option can be toggled in proj.ini and with --only-best in cs2cs.

* Implement 'Similarity transformation' (EPSG:9621) and import related
tranformations from EPSG (#3578)
transformations from EPSG (#3578)

* Optimise transformations between GDA94, GDA2020 and WGS84 (#3621)

Expand Down Expand Up @@ -611,7 +611,7 @@ The following functions have been deprecated and will be removed in a future ver
* Make it possible to determine which grid files were actually used during a
transformation (#3180)

* Transformation: no longer do vertical trasnformation when doing compound CRS
* Transformation: no longer do vertical transformation when doing compound CRS
to 2D CRS / add --3d to cs2cs (#3119)

* Deprecate PROJ4 CMake name (#3094)
Expand Down Expand Up @@ -866,7 +866,7 @@ Details about the build system unification can be found in PROJ RFC 7.

* Detect ESRI WKT better in certain circumstances (#2823)

* Fix performance issue on pipeline instanciation of huge (broken)
* Fix performance issue on pipeline instantiation of huge (broken)
pipelines (#2824)

* Make sure to re-order projection parameters according to their canonical
Expand All @@ -877,7 +877,7 @@ Details about the build system unification can be found in PROJ RFC 7.
* Fix error in implementation of Inverse ellipsoidal orthographic projection
that cause convergence to sometimes fail (#2853)

* Fix handling of edge-case coordinates in invers ortho ellipsoidal
* Fix handling of edge-case coordinates in inverse ortho ellipsoidal
oblique (#2855)

* proj_normalize_for_visualization(): set input and output units when there
Expand Down Expand Up @@ -1082,7 +1082,7 @@ Details about the build system unification can be found in PROJ RFC 7.
code) (#2661)

* createOperation(): make sure no to discard deprecated operations if the
replacement uses an unknow grid (#2623)
replacement uses an unknown grid (#2623)

* Fix build on Solaris 11.4 (#2621)

Expand Down Expand Up @@ -1367,7 +1367,7 @@ tweaks in the underlying API.

### Updates

* Added various Brazillian grids to the database #2277
* Added various Brazilian grids to the database #2277

* Added geoid file for Canary Islands to the database #2312

Expand Down Expand Up @@ -1475,9 +1475,9 @@ tweaks in the underlying API.
use discard change of ellipsoidal height if a Helmert transformation is
involved (#2227)

* proj_list_units() deprecated, superceeded by proj_get_units_from_database()
* proj_list_units() deprecated, superseded by proj_get_units_from_database()

* proj_list_angular_units() deprecated, superceeded by proj_get_units_from_database()
* proj_list_angular_units() deprecated, superseded by proj_get_units_from_database()

* Optimizations:

Expand Down Expand Up @@ -1674,7 +1674,7 @@ tweaks in the underlying API.
The major feature in PROJ 7 is significantly improved handling of gridded
models. This was implemented in RFC4 (<https://proj.org/community/rfc/rfc-4.html>).
The main features of the RFC4 work is that PROJ now implements a new grid format,
Geodetic TIFF grids, for exchaning gridded transformation models. In addition
Geodetic TIFF grids, for exchanging gridded transformation models. In addition
to the new grid format, PROJ can now also access grids online using a data
store in the cloud.

Expand Down Expand Up @@ -1706,7 +1706,7 @@ for more info on how to migrate from the old to the new API.
WKT2_2018 to WKT2_2019 to reflect the proper name of the standard (#1585)

* Improvements in transformations from/to WGS 84 (Gxxxx) realizations and
vertical <--> geog transormations #1608
vertical <--> geog transformations #1608

* Update to version 1.50 of the geodesic library (#1629)

Expand Down Expand Up @@ -2067,7 +2067,7 @@ Version 6.2.0 is made possible by the following contributors:
* Do not include PROJ_LIB in proj_info().searchpath when context
search path is set (#1498)

* Use correct delimeter for the current platform when parsing
* Use correct delimiter for the current platform when parsing
PROJ_LIB (#1497)

* Do not confuse 'ID74' CRS with WKT2 ID[] node (#1506)
Expand Down Expand Up @@ -2255,7 +2255,7 @@ CRSs.
Mercator algorithm (etmerc). Old implementation available by adding
+approx (#404)

* Chaged behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210)
* Changed behaviour: Default ellipsoid now set to GRS80 (was WGS84) (#1210)

* Allow multiple directories in PROJ_LIB environment variable (#1281)

Expand Down
6 changes: 3 additions & 3 deletions data/proj.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ cache_enabled = on
cache_size_MB = 300

; Time-to-live delay in seconds before already accessed remote resources are
; acessed again to check if they have been updated.
; accessed again to check if they have been updated.
cache_ttl_sec = 86400

; Can be set to on so that by default the lack of a known resource files needed
; for the best transformation PROJ would normally use causes an error, or off
; to accept missing resource files without errors or warnings.
; This default value itself is overriden by the PROJ_ONLY_BEST_DEFAULT environment
; This default value itself is overridden by the PROJ_ONLY_BEST_DEFAULT environment
; variable if set, and then by the ONLY_BEST setting that can be
; passed to the proj_create_crs_to_crs() method, or with the --only-best
; option of the cs2cs program.
Expand All @@ -38,7 +38,7 @@ cache_ttl_sec = 86400
only_best_default = off

; Filename of the Certificate Authority (CA) bundle.
; Can be overriden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable.
; Can be overridden with the PROJ_CURL_CA_BUNDLE / CURL_CA_BUNDLE environment variable.
; (added in PROJ 9.0)
; ca_bundle_path = /path/to/cabundle.pem

Expand Down
2 changes: 1 addition & 1 deletion data/sql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- [diagram.xmi](diagram.xmi): to be opened with Umbrello
- CRS related tables: ![CRS related tables](CRS.png)
- Transformation releated tables: ![Transformation releated tables](Transformations.png)
- Transformation related tables: ![Transformation related tables](Transformations.png)

## Hand generated files

Expand Down
2 changes: 1 addition & 1 deletion data/sql/consistency_checks_triggers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ FOR EACH ROW BEGIN
(m.name LIKE '%geog3D domain%' AND crs.type != 'geographic 3D') OR
(m.name LIKE '%geocentric domain%' AND crs.type != 'geocentric')));

-- check that a time-dependent Helmert transformation has its source or target CRS being dyanmic
-- check that a time-dependent Helmert transformation has its source or target CRS being dynamic
SELECT RAISE(ABORT, 'insert on helmert_transformation violates constraint: a time-dependent Helmert transformations should have at least one of its source or target CRS dynamic')
WHERE NEW.deprecated = 0
AND EXISTS (SELECT 1 FROM coordinate_operation_method m
Expand Down
2 changes: 1 addition & 1 deletion data/sql/customizations.sql
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ UPDATE grid_transformation SET interpolation_crs_auth_name = 'EPSG',

-- EPSG:1312 'NAD27 to NAD83 (3)' / NTv1_0.gsb has a accuracy of 1m whereas
-- EPSG:1313 'NAD27 to NAD83 (4)' / NTv2_0.gsb has a accuracy of 1.5m
-- so we will never select automatically NTv2_0.gsb. Worse the advertize
-- so we will never select automatically NTv2_0.gsb. Worse the advertise
-- accuracy of the NTv1 method

UPDATE grid_transformation SET accuracy = 2.0 WHERE auth_name = 'EPSG' AND code = '1312';
Expand Down
2 changes: 1 addition & 1 deletion data/sql/final_consistency_checks.sql
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ FOR EACH ROW BEGIN
WHERE (SELECT 1 FROM metadata WHERE key = 'PROJ.VERSION' AND value LIKE '$%');

-- Only available in sqlite >= 3.16. May be activated as soon as support for ubuntu 16 is dropped
-- check all foreign key contraints have an 'ON DELETE CASCADE'
-- check all foreign key constraints have an 'ON DELETE CASCADE'
-- SELECT RAISE(ABORT, 'FK constraint with missing "ON DELETE CASCADE"')
-- WHERE EXISTS (SELECT 1 FROM
-- pragma_foreign_key_list(name),
Expand Down
Loading

0 comments on commit 64cadb3

Please sign in to comment.