Skip to content
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

Issues downloading GDELT event data prior to 2013-04-01 #10

Open
RvdVeer opened this issue Jan 29, 2021 · 0 comments
Open

Issues downloading GDELT event data prior to 2013-04-01 #10

RvdVeer opened this issue Jan 29, 2021 · 0 comments

Comments

@RvdVeer
Copy link

RvdVeer commented Jan 29, 2021

I'm trying to access GDELT Event data (V1) prior to 2013. I took the code below from the gdeltr2 vignette:

> events1983 <-
+   get_data_gdelt_periods_event(periods = 1983)

However, this returns 0 events:

You got 2971 GDELT Global Knowledge Graph URLS from 2013-04-01 to 2021-01-28
|==================================================================================> =======| 100% 222 MB
You retrieved 0 GDELT events for the period of 1983

Its the same for any year prior to 2013. Yet the code seems to work fine for those periods that are available at a daily basis:

> events20130401 <-
+   get_data_gdelt_periods_event(periods = 20130401)

Downloaded, parsed and imported http://data.gdeltproject.org/events/20130401.export.CSV.zip
You retrieved 27758 GDELT events for the period of 20130401

Any thoughts? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant