-
Notifications
You must be signed in to change notification settings - Fork 19
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
Handle ESTAT ?compressed=… query parameter #183
Comments
compressed is a boolean so maybe the right way is to add it as explicit_measure does in the line above. |
Hi @nicolas-graves—thanks for the suggestion here. Sorry for a slight delay in responding, as I was travelling. The key point to note is that
So, all that said:
|
Understood, thanks. Is such a thing already done in another source or should I rather try and implement it myself? |
I believe the existing source classes (see https://github.com/khaeru/sdmx/tree/main/sdmx/source) are limited to modifying the values only of existing/official keywords, like To briefly sketch the changes: Lines 225 to 228 in 473f3af
Lines 124 to 140 in 473f3af
Thus when querying ESTAT, this source-specific subclass of URL would be returned to You are welcome to try this if you feel up to it and have the time. But if not, I will come back to it after finishing some other changes I started for #180. |
According to https://wikis.ec.europa.eu/display/EUROSTATHELP/API+SDMX+2.1+-+data+query , for the Eurostat format, the compressed=true param will return gzipped data.
I've tested this, it seems to work well (as gzipped data is recognized already) :
The text was updated successfully, but these errors were encountered: