Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for GeodeticCRS using a Spherical ocentric coordinate system #2847

Merged
merged 4 commits into from
Sep 14, 2021

Commits on Sep 7, 2021

  1. Support importing/exporting WKT & PROJJSON of 2D axis spherical plane…

    …tocentric geodetic CRS
    rouault committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    5527b10 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. createOperations(): deal with spherical planetocentric geodetic CRS

    This also fixes conversion between geocentric latlong and geodetic latlong
    with cs2cs. This was dealt with in PR 1093, but in the wrong direction
    (the geocentric latitude must be <= in absolute value to the geodetic one)
    The issue here was linked to the semantics of the +geoc specifier, which
    affects the semantics of the input coordinates in the forward direction
    (+geoc means that the input coordinate is is a geocentric latitude),
    which defeats the logic of doing A to B by using the inverse path of A
    and the forward path of B.
    rouault committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    8573318 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc568fc View commit details
    Browse the repository at this point in the history
  3. createOperations(): use an explicit conversion operation for geodetic…

    … <--> geocentric latitude
    rouault committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    078952e View commit details
    Browse the repository at this point in the history