factbook.json/NOTES.md

16 lines
407 B
Markdown
Raw Normal View History

2016-11-15 08:24:50 +01:00
# 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.
2016-11-16 21:54:58 +01:00
e.g. comma separator missing.
2016-11-15 08:24:50 +01:00