nismod / ukpopulation

Population and demographics projection module, developed for ITRC/MISTRAL
MIT License
13 stars 7 forks source link

function(s) for aggregated LAD codes #35

Closed virgesmith closed 5 years ago

virgesmith commented 5 years ago

e.g. allLADs(GB) returns all the LAD codes in GB

allowing easy retrieval of totals for large areas without having to explicitly specify all the LAD codes:

ew_snpp2031 = snpp.aggregate(["GENDER", "C_AGE"], utils.allLADs(utils.EW), 2031)