Microsoft/calculator

Update Angle Converter to Support Degrees, Minutes, Seconds Format For Conversions

Open

#243 opened on 2019年3月10日

GitHub で見る
 (5 comments) (5 reactions) (0 assignees)C++ (2,422 forks)batch import
EnhancementPri: 2help wantedneeds spec

Repository metrics

Stars
 (16,196 stars)
PR merge metrics
 (平均マージ 15h 43m) (30d で 7 merged PRs)

説明

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

After

コントリビューターガイド