Since physical global coordinates are such a fundamental thing and not really specific to OpenStreetMap, it may make sense to factor the coordinates code out into its own package. A good example of this sort of thing is the Color package, which implements a huge amount of colorimetry functionality: https://github.com/JuliaLang/Color.jl.
Since physical global coordinates are such a fundamental thing and not really specific to OpenStreetMap, it may make sense to factor the coordinates code out into its own package. A good example of this sort of thing is the
Colorpackage, which implements a huge amount of colorimetry functionality: https://github.com/JuliaLang/Color.jl.