JuliaGeo / Proj.jl

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

support for GeoFormatTypes.jl #85

Closed alex-s-gardner closed 1 year ago

alex-s-gardner commented 1 year ago

Should Proj.Transformation accept GeoFormatTypes?

e.g. Proj.Transformation(EPSG(4326), EPSG(3413))

From the docs it seems that this should be supported. I'm happy to generate a PR.

rafaqz commented 1 year ago

I think support might just be incomplete?

You can just do convert(String, crs) for most and proj will read it.

PR would be great