JuliaGeo / Proj.jl

Julia wrapper for the PROJ cartographic projections library
MIT License
48 stars 9 forks source link

Add a direction field to Transformation #63

Closed asinghvi17 closed 2 years ago

asinghvi17 commented 2 years ago

Pursuant to discussion in #57, this adds a direction::PJ_DIRECTION field to the Transformation struct. It also implements this as a keyword argument in constructors, and implements it in the transformation functions.

asinghvi17 commented 2 years ago

Thanks! Makes sense to me, and the code is definitely cleaner.