-
Notifications
You must be signed in to change notification settings - Fork 46
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
get_eurostat_json fails with time / time_period parameter on quarterly data #260
Comments
Some notes:
and the following error message in R:
(Slightly unrelated note to this issue: It would be a good idea to take the error message label and print it to R users as well)
This issue might actually be a problem on Eurostat's side. |
I have received a reply from Eurostat User Support. Their workaround was to (in the specific case of time frame 2005-2007) retrieve each time dimension 1 by 1 with the following query: It is unlikely we will implement this workaround to eurostat package as Eurostat developers are apparently working with the issue right now. We will continue monitoring this. |
I tested the queries above and things seem to work now, somewhat. The method as described in the documentation (using both sinceTimePeriod and untilTimePeriod in the same query) work:
However, the following example still doesn't work:
|
Eurostat user support answered me that the allowed The explicitly not-accepted filtering What should work also on quarterly data, according to Eurostat documentation, is If quarterly data works differently from other types of data, I will clarify this in |
Closed with the CRAN release of package version 4.0.0 |
The following code produces an error:
whereas this works normally:
With other datasets using
time
parameters (e.g.filter = list(time(2005:2023))
) works normally so this issue might be related to the fact that this dataset is quarterly. We will have to explore this.The text was updated successfully, but these errors were encountered: