When working with National Bridge Inventory (NBI) coordinates I have found what appears to be an error in the raw data provided. I couldn't find any other mention of this specific error when searching for a solution to my problem. There seems to be dropped zeroes in the seconds portion of the DMS format used. According to the NBI Coding Guide the format of their coordinates is DDMMSSss. After I had converted this data to decimal degrees, plotted the points and compared it to known bridge locations I realized that several of these coordinates were incorrect. After trying a few different possibilities I discovered that there were missing zeroes in their data. For example:
My question is, How can I identify this incorrect data more easily in the future so that I don't have to go point by point to correct the formatting error? So far, the only solution I found was to double check the coordinates of all the points that I know to be incorrect. Also, has anyone else noticed such a problem with their raw data from the NBI? I didn't see any explanation for this in the NBI Coding Guide.
أكثر...
- Raw Data
Lat 34212979 Long 84565142
Lat 34172838 Long 84584821
Lat 34171338 Long 84452538
Lat 34069870 Long 84461200 - Corrected Data
Lat 34212979 Long 845605142
Lat 341702838 Long 84584821
Lat 341701338 Long 844502538
Lat 340609870 Long 84460001200
My question is, How can I identify this incorrect data more easily in the future so that I don't have to go point by point to correct the formatting error? So far, the only solution I found was to double check the coordinates of all the points that I know to be incorrect. Also, has anyone else noticed such a problem with their raw data from the NBI? I didn't see any explanation for this in the NBI Coding Guide.
أكثر...