-
Notifications
You must be signed in to change notification settings - Fork 9
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
amazing R tool! can we get intraday timestamps? #1
Comments
for instance, could you aggregate the counts at the hour-level instead of the daily level? That would help match the data more precisely with data coming from other timezones. |
except all I'm doing is calling |
|
thanks! if you dont find any workaround, then mailing the guy at GDELT can be a solution I guess |
|
amazing! I am looking at your documentation and I am not sure what |
That's a gd GDELT/Internet Archive TV search question. I'm assuming (from various testing) that is' the caption text from the top "n" (for large date ranges it maxes at 1K) out of all of the other possible ones it could return. You won't get more than that from the API tho. |
thats great. Thanks again for your help. I ll play a bit with this for a while. But the raw data has to be somewhere, right? |
It depends on what GDELT & IA put in their DB. You can clone the code and return the JSON before it gets processed and you'll see that the other structures don't have the resolution you want. Or go to the GUI web interface on their site generate CSVs and JSONs and validate there, too. |
but as you can see the data can only be downloaded over a 7 days period. It would be amazing if your package could take a date range as an input, break it down into slices of 7 days, download the data for each week and then combine everything into a That way would allow everyone to recover the full intraday history. What do you think? Is that doable on your side? Thanks again! |
+100 for the heads' up on their API changes. #ty!!! Step 1 was making it work with the new API changes ;-) Longer results were causing errors in Rather than have the main function intuit caller intentions, I'll probably add a helper function to do the date breaks as suggested IF they don't change their API again soon (I'll give them some time to let the dust settle on these changes) |
Hello @hrbrmstr, this is great!
I just wonder, is there any possibility to query the data at the intraday level? Or getting any sort of intraday timestamps?
Thanks!
The text was updated successfully, but these errors were encountered: