Skip to content

Commit

Permalink
added SA2 to postcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugh Saalmans committed Sep 14, 2022
1 parent 10be151 commit 6e165ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/boundary_concordance_score.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ abs 2016,sa2,abs 2016,poa,79,4.3
abs 2016,sa2,abs 2016,sa3,100,0.0
abs 2016,sa2,abs 2016,sa4,100,0.0
abs 2016,sa2,abs 2021,sa2,92,
abs 2016,sa2,geoscape 202208,postcode,79,
abs 2016,sa3,abs 2016,gcc,100,0.0
abs 2016,sa3,abs 2016,lga,83,3.0
abs 2016,sa3,abs 2016,sa4,100,0.0
Expand Down
3 changes: 2 additions & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,8 @@ def get_geoscape_version(date):
{"from": "lga", "from_source": "abs 2021", "to": "sa3", "to_source": "abs 2021"},
{"from": "lga", "from_source": "abs 2021", "to": "state", "to_source": "abs 2021"}, # note bdy name change

# ABS 2016 to Geoscape bdys
# ABS 2016 & 2021 to Geoscape bdys
{"from": "sa2", "from_source": "abs 2016", "to": "postcode", "to_source": f"geoscape {geoscape_version}"},
{"from": "sa2", "from_source": "abs 2021", "to": "postcode", "to_source": f"geoscape {geoscape_version}"},

# Geoscape to ABS 2016 bdys
Expand Down

0 comments on commit 6e165ce

Please sign in to comment.