nojronatron/CoordinateConversionUtility

Unhandled Exception: ddm input lacking spaces

Closed this issue · 1 comments

Example Input: "4748.75N, 12217.50W"
Exception occurs at InputHelper.cs line 380
Split causes the exception because the index[1] does not exist.

TODO: Figure out a way to determine what the user intended by "4748" and "12217" (within reason) and then resolve an invalid input or attempt a DDM parse/conversion to return to the user.

Also try to avoid unhandled exceptions.