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 9d2393a commit 1a5981a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ 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
{"from": "sa2", "from_source": "abs 2021", "to": "postcode", "to_source": f"geoscape {geoscape_version}"},

# Geoscape to ABS 2016 bdys
{"from": "locality", "from_source": f"geoscape {geoscape_version}", "to": "sa2", "to_source": "abs 2016"},
{"from": "locality", "from_source": f"geoscape {geoscape_version}", "to": "sa3", "to_source": "abs 2016"},
Expand Down

0 comments on commit 1a5981a

Please sign in to comment.