From 8b46ebcf9c114b3cb37c178a1c8211f6a442e51e Mon Sep 17 00:00:00 2001 From: Gerald Bauer Date: Tue, 15 Nov 2016 08:24:50 +0100 Subject: [PATCH] Create NOTES.md --- NOTES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NOTES.md diff --git a/NOTES.md b/NOTES.md new file mode 100644 index 00000000..b89c4be7 --- /dev/null +++ b/NOTES.md @@ -0,0 +1,14 @@ +# Notes + +## Data (Consistency) Issues + +### South Sudan capital lat/long + +@mn113 writes: + +In od.json the coordinate string is missing a comma. + +"Capital": { "name": { "text": "Juba" }, "geographic coordinates": { "text": "04 51 N 31 37 E" }, +Should be "04 51 N, 31 37 E" to avoid problems down the line. +It's the only example of this kind I found in my use of the repo so far. +