Well, I went ahead and did this β let me know if it seems useful.
@Wedg somehow I missed your comment about the implementation in PlotShapefiles.jl, but oh well
One nice (at least, IMO) thing the Geodesy.jl API provides is CoordinateTransformations.jl β based transformation objects so you can naturally create a whole pipeline of coordinate transformations.
TBH it feels a little dirty to provide this somewhat-broken projection in a package called βGeodesyβ, but itβs undeniably needed as itβs ubiquitous in practiceβ¦ Even the EPSG eventually had to give up and assign it an official code
Hi @joa-quim, is there a way in Julia to convert from geographic coordinates (xΒΊ xββ xβ) to decimal coordinates to use in GMT?
Thanks.
JoΓ£o Rocha