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

Disallow use of non-projection operations in proj (was: Don't convert non-angular inputs to proj to radians) #1162

Merged
merged 1 commit into from Nov 10, 2018

Commits on Nov 10, 2018

  1. Disallow use of non-projection operations in proj

    Since the introduction of other operations types than projections it has
    been unclear how proj should treat those. This commit sets record
    straight once and for all: proj is only allowed to initialize operations
    that take angular input and produces non-angular output, i.e.
    projections. This is true to the version of proj before the introduction
    of the pipeline and other non-projection operations. Users can still
    initiliaze pipelines with proj as long as the resulting concatenated
    operation requires angular input and outputs non-angular output.
    kbevers committed Nov 10, 2018
    Copy the full SHA
    811ea08 View commit details
    Browse the repository at this point in the history