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 proj_degree_input() and proj_degree_output() #2144

Merged
merged 1 commit into from
Apr 13, 2020

Conversation

kbevers
Copy link
Member

@kbevers kbevers commented Apr 11, 2020

Equivalent to proj_angular_input() and proj_angular_output() but
checking for degree units instead. proj_create_crs_to_crs() rarely, if
ever, returns pipelines that has radians as input or output so using
proj_angular_*() is not a useful check for io units of pipelines.

These two new functions should make life a bit easier for users that
generally store there angular coordinates in radians.

@kbevers kbevers added this to the 7.1.0 milestone Apr 11, 2020
@kbevers kbevers force-pushed the proj_degree_inoutput branch 3 times, most recently from 2f725c7 to d414b97 Compare April 12, 2020 10:06
Equivalent to proj_angular_input() and proj_angular_output() but
checking for degree units instead. proj_create_crs_to_crs() rarely, if
ever, returns pipelines that has radians as input or output so using
proj_angular_*() is not a useful check for io units of pipelines.

These two new functions should make life a bit easier for users that
generally store there angular coordinates in radians.

Closes OSGeo#2027
@kbevers kbevers force-pushed the proj_degree_inoutput branch from d414b97 to 925ae56 Compare April 12, 2020 10:20
@kbevers kbevers merged commit 031b6ab into OSGeo:master Apr 13, 2020
@kbevers kbevers deleted the proj_degree_inoutput branch April 18, 2020 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create proj_degree_input/output for C-API
1 participant