Skip to content

Commit d95cee3

Browse files
committedApr 14, 2013
Added DMS functionality, fixed source code indenting
1 parent 743600e commit d95cee3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
 
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
id,description,lon,lat
2+
3+
1,"Basic DMS string","1 5 30.6","35 51 20"
4+
2,"Basic DMS string 2","1 05 30.6005","035 51 20"
5+
3,"Basic DMS string 3","1 05 30.6","35 59 9.99"
6+
7+
4,"Prefix sign 1","n1 05 30.6","e035 51 20"
8+
5,"Prefix sign 2","N1 05 30.6","E035 51 20"
9+
6,"Prefix sign 3","N 1 05 30.6","E 035 51 20"
10+
7,"Prefix sign 4","S1 05 30.6","W035 51 20"
11+
8,"Prefix sign 5","+1 05 30.6","+035 51 20"
12+
9,"Prefix sign 6","-1 05 30.6","-035 51 20"
13+
14+
10,"Postfix sign 1","1 05 30.6n","035 51 20e"
15+
11,"Postfix sign 2","1 05 30.6N","035 51 20E"
16+
12,"Postfix sign 3","1 05 30.6 N","035 51 20 E"
17+
13,"Postfix sign 4","1 05 30.6S","035 51 20W"
18+
14,"Postfix sign 5","1 05 30.6+","035 51 20+"
19+
15,"Postfix sign 6","1 05 30.6-","035 51 20-"
20+
21+
16,"Leading and trailing blanks 1"," 1 05 30.6","035 51 20 "
22+
17,"Leading and trailing blanks 2"," N 1 05 30.6","035 51 20 E "
23+
24+
18,"Alternative characters for D,M,S","1d05m30.6s S","35d51'20"
25+
19,"Degrees/minutes format",1 05.23,4 55.03
26+
27+
20,"Invalid DMS 1",1 65 30.6,35 51 20
28+
21,"Invalid DMS 2",1 05 30.6,35 61 20
29+
22,"Invalid DMS 3",1 05 30.6,35 51 200
30+
23,"Invalid DMS 4",1 05 30.6,35 51 020
31+
24,"Invalid DMS 5",12.234,35 51 20
32+

0 commit comments

Comments
 (0)
Please sign in to comment.