Project: QGIS

Version: 3.16

Feature: Add to_decimal() function to convert DMS to DD

A new QgsCoordinateUtils::dmsToDecimal function has been added which exposes the to_decimal function in expressions. This allows the conversion of DMS (degree/minute/second) strings into DD (decimal degree) format.

This feature was developed by Mathieu Pellerin