You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,29 @@
8
8
9
9
# ukpopulation: UK Demographic Projections
10
10
11
-
> ## Latest news: 1.1 release
11
+
> ## Latest news: 1.2 release
12
+
> - adds support for custom subnational population projections
13
+
> ### Custom SNPP Data
14
+
> An externally generated SNPP dataset (from e.g. [simim](https://github.com/nismod/simim)) can be registered with the `ukpopulation` package and used as if it was the standard ONS/StatsWales/NRScotland/NISRA projection:
15
+
> ```python3
16
+
>>>>import ukpopulation.customsnppdata as CustomSNPPData
> The external dataset must follow the format/column name conventions as above, but can also contain extra data if required for other use. The `GENDER` column should only take the values 1 (male) or2 (female); the `C_AGE` column should contain the range0-90 inclusive (90 meaning 90or over).
32
+
33
+
>## 1.1 release
12
34
>- adds UK household projections
13
35
>- initial support for custom SNPP variants
14
36
>- better consistency across the MYE/NPP/SNPP APIs (breaks backwards compatibility)
0 commit comments