Skip to content

Commit 9d7d5b7

Browse files
add zone_id argument
1 parent 8d16275 commit 9d7d5b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/0_preprocess_inputs.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ def main(config_file):
3535
boundary_geography = config.parameters.boundary_geography # can only be OA or MSOA
3636
logger.info(f"2. Dissolving boundaries to {boundary_geography} level")
3737

38-
boundaries = edit_boundary_resolution(boundaries, boundary_geography)
38+
boundaries = edit_boundary_resolution(
39+
study_area=boundaries, geography=boundary_geography, zone_id=config.zone_id
40+
)
3941

4042
## --- Filter to study area
4143
# we filter using msoa21cd values, which exist regardless of the boundary resolution

0 commit comments

Comments
 (0)