DMS to DD conversion?

Is there a conversion routine from Degrees-Minutes-Seconds into Decimal Degrees? and vice versa?

How about UTM or other coordinate systems?

Thanks!

-Dave

Hi Dave,

Degrees-Minutes-Seconds into Decimal Degrees

I don’t believe so, but it shouldn’t be too hard to implement. Contributions welcome, of course. :slight_smile:

How about UTM or other coordinate systems?

We have WGS84, local east-north-up and east-north-down, and ICRF (for small) transforms. See Transforms.js. For UTM, you may be able to integrate a library like proj4.js or do it server-side with GDAL.

Regards,

Patrick

Hello @patrick
Is there any update on supporting this particular feature, Like converting DD to DMS and vice versa ?

Thank you !!