Decimal places in both UTMs and Decimal Degrees indicate a specific level of accuracy for a given measurement. However, they are not the same accuracy. Therefore, conversion between UTM and DD needs to take into account not only the numerical conversion but also correctly convey the accuracy by producing the (correct) number of decimal places.
This should be implemented in the function generate_ll_from_utm()
Decimal places in both UTMs and Decimal Degrees indicate a specific level of accuracy for a given measurement. However, they are not the same accuracy. Therefore, conversion between UTM and DD needs to take into account not only the numerical conversion but also correctly convey the accuracy by producing the (correct) number of decimal places.
This should be implemented in the function
generate_ll_from_utm()