virgesmith / UKCensusAPI

UK Census Data queries and downloads from python or R
MIT License
33 stars 16 forks source link

Default to "Succinct" mode #31

Closed virgesmith closed 6 years ago

virgesmith commented 6 years ago

make the current outputs (e.g. below) only appear if a verbose flag has been set, as it makes the microsimulation output harder to read

using cached LAD codes: cache/lad_codes.json
Cache directory:  cache
cache/NM_2006_1_metadata.json found, using cached metadata...
Using cached data: cache/NM_2006_1_1412780ddd715d804371850734000928.tsv
cache/NM_2006_1_metadata.json found, using cached metadata...
Using cached data: cache/NM_2006_1_a5b81a739b05970852420fdf22dd43c9.tsv
virgesmith commented 6 years ago

NB only applies to Nomisweb, as NRScotland and NISRA print very little output anyway. Constructor now takes verbose flag (defaults to False)