ScotGovAnalysis / opendatascot

An R package to pull data from statistics.gov.scot into R
https://scotgovanalysis.github.io/opendatascot/
MIT License
47 stars 6 forks source link

Reduce refArea in ODS structure to geographical levels #98

Closed GordonBryden closed 3 years ago

GordonBryden commented 3 years ago

The high number of datazones and other area codes is causing an extended response time for many datasets, to the extent that one dataset is unable to even return an ods_structure response. To avoid this, I'll be changing refArea to return only the level of geography instead (eg. datazone, local authority).

GordonBryden commented 3 years ago

No longer an issue. The improved function of ods_concepts handles these large structures more efficiently and no longer times out.