Update Angle Converter to Support Degrees, Minutes, Seconds Format For Conversions
#243 创建于 2019年3月10日
仓库指标
- Star
- (16,196 star)
- PR 合并指标
- (平均合并 15小时 43分钟) (30 天内合并 7 个 PR)
描述
Problem Statement
The problem is the Angle Converter does not support conversion of an angle represented in the Degree, Minute, Seconds (DMS) format to the other 3 currently supported formats (degrees, gradians, radians).
This is a pain point because DMS is a very commonly used angle format traditionally used by the fields of geography, cartography, and GIS, and not having this conversion in the Windows Calculator forces the user to perform the mathematical calculations themselves or use another converter online.
Evidence or User Insights
Searching online provides hundreds of thousands of search results where users are asking about how to perform this conversion, and many different online calculators that attempt to offer this service. From a more philosophical perspective, the converter is incomplete in supporting a major type of angle representation and we should strive to complete it.
Proposal
The proposal is a new feature that will allow a conversion from any of the other existing supported Angle types.
Goals
The goal is to add a DMS option to the two drop down menus in the Angle Converter page which would allow the user to convert TO the DMS representation as well as FROM the DMS representation. Two additional text boxes would also need to be added for the user to input the minutes and seconds, or there would need to be a way to parse the representation:
30° 15' 50"
This will allow a conversion from any of the other existing supported Angle types.
Non-Goals
Low-Fidelity Concept