Evan Odell

Results 21 comments of Evan Odell

What's the result of `httr::GET("https://www.nomisweb.co.uk/api/v01/dataset/def.sdmx.json")`? It should look something like: ``` httr::GET("https://www.nomisweb.co.uk/api/v01/dataset/def.sdmx.json") Response [https://www.nomisweb.co.uk/api/v01/dataset/def.sdmx.json] Date: 2019-01-14 12:32 Status: 200 Content-Type: application/json; charset=utf-8 Size: 4.49 MB { "structure" :{ "header" :{...

Do other data API packages work in R? Try: ``` req

Ok, let me know if they find a solution, I'm glad to hear that it's otherwise useful for you.

I'll re-run the scripts to create the various hex maps with updated logic in a couple hours, hopefully that should solve the problem.

@mikeyernest I've re-run the base files, can you install from github and try again?

Can you paste a copy of the code that generates this error? And the actual error message if possible?

Thanks. From the look of things there may be an issue with how Nomis is returning these XML files, or with the rsdmx package that reads them (sdmx being a...

The API itself appears to round these result values. I will check to see if it rounds the results in other formats.

Hi Jess, is this still happening? It appears to have been an issue with the Nomis API, I've not been able to recreate it.

Have you looked to see what geographies are available for that given dataset? I.e. using: `nomis_get_metadata(id = "NM_2010_1", "GEOGRAPHY"`. Nomis uses its own geography codes in some datasets, you should...