Closed alex-s-gardner closed 1 year ago
Should Proj.Transformation accept GeoFormatTypes?
e.g. Proj.Transformation(EPSG(4326), EPSG(3413))
Proj.Transformation(EPSG(4326), EPSG(3413))
From the docs it seems that this should be supported. I'm happy to generate a PR.
I think support might just be incomplete?
You can just do convert(String, crs) for most and proj will read it.
convert(String, crs)
PR would be great
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.