-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manual fix for missing events.2017 file. #57
Comments
Keep this open in case a 2017 file shows up and this code can be taken out. |
It has been added, but with a non-standard file name:
versus the standard:
|
The file contents are also problematic:
|
The fix for the date issue in cb75754 allows parsing, but actually the file still has an issue, the longitudes column values are all missing.
This is something ICEWS should fix on dataverse. (TODO) |
There is a new version of Events.2017, (dated 6 October 2020), which now has the longitudes. foo = read_events_tsv(find_raw("Events.2017.20201006.tab"))
sapply(foo, function(x) sum(is.na(x))) %>% enframe()
The event dates are still non-standard ("m/d/Y") though, so the fix in cb75754 is still required. Otherwise this should be good to close. |
The 2017 events file is missing from the repo after the last update on 4/27. Keep it in local in case it's present.
The text was updated successfully, but these errors were encountered: