Skip to content

Commit

Permalink
change code used in geolookups
Browse files Browse the repository at this point in the history
  • Loading branch information
drkane committed Sep 30, 2024
1 parent 6d13445 commit 9e76592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/management/commands/import_geolookups.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class Command(BaseScraper):
"geo_msoa11": "MSOA11CD", # Middle Super Output Area (2011) code
"geo_lsoa21": "LSOA21CD", # Lower Super Output Area (2021) code
"geo_msoa21": "MSOA21CD", # Middle Super Output Area (2021) code
"geo_laua": "LAD20CD", # Local Authority (2020) code
"geo_laua": "LADCD_ACTIVE", # Local Authority (2020) code
"geo_cty": "UTLACD", # Upper tier local authority code
# "geo_": "CAUTHCD", # Combined authority code
"geo_rgn": "RGNCD", # Region code
Expand Down

0 comments on commit 9e76592

Please sign in to comment.