diff --git a/test_data/decoding.csv b/test_data/decoding.csv index 72d21f17..4c0d1333 100644 --- a/test_data/decoding.csv +++ b/test_data/decoding.csv @@ -1,9 +1,13 @@ +################################################################################ +# # Test decoding Open Location Codes. # # Provides test cases for decoding valid codes. # # Format: # code,length,latLo,lngLo,latHi,lngHi +# +################################################################################ 7FG49Q00+,6,20.35,2.75,20.4,2.8 7FG49QCJ+2V,10,20.37,2.782125,20.370125,2.78225 7FG49QCJ+2VX,11,20.3701,2.78221875,20.370125,2.78225 @@ -20,8 +24,18 @@ CFX30000+,4,89,1,90,2 62H20000+,4,1,-180,2,-179 62H30000+,4,1,-179,2,-178 CFX3X2X2+X2,10,89.9998750,1,90,1.0001250 +84000000+,2,30,-122,30,-122 +84900000+,3,30,-122,30,-122 +################################################################################ +# # Test non-precise latitude/longitude value +# +################################################################################ 6FH56C22+22,10,1.2000000000000028,3.4000000000000057,1.2001249999999999,3.4001250000000027 +################################################################################ +# # Validate that digits after the first 15 are ignored when decoding +# +################################################################################ 849VGJQF+VX7QR3J,15,37.5396691200,-122.3750698242,37.5396691600,-122.3750697021 849VGJQF+VX7QR3J7QR3J,15,37.5396691200,-122.3750698242,37.5396691600,-122.3750697021