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

Horisontal and vertical gridshift drivers #492

Merged
merged 5 commits into from
Mar 27, 2017
Merged

Commits on Feb 16, 2017

  1. Added vertical gridshift "projection".

    Until now gridshifts has not been working with the new API in
    proj.h since parsing of +nadgrids and +geoidgrids is build
    into pj_transform(). This commit introduces the possibility to
    do vertical gridshift with the pipeline API. The vgridshift
    kernel is a simple wrapper for pj_apply_vgridshift() that is
    also used by pj_transform().
    kbevers committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    e8cb581 View commit details
    Browse the repository at this point in the history
  2. Added horizontal gridshift driver.

    Until now gridshifts has not been working with the new API in
    proj.h since parsing of +nadgrids and +geoidgrids is build
    into pj_transform(). This commit introduces the possibility to
    do horizontal gridshift with the pipeline API. The hgridshift
    driver is a simple wrapper for the funtions in pj_apply_gridshift.c
    that is also used by pj_transform().
    kbevers committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    a6f539e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    8b00e22 View commit details
    Browse the repository at this point in the history
  2. Reversed functionality in forward/reverse functions in order to be co…

    …nsistent with +nadgrids in cs2cs
    kbevers committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    dbd0f36 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Minor comment corrections

    kbevers committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    ef72c14 View commit details
    Browse the repository at this point in the history