Skip to content

Commit

Permalink
Working prototype, presents stats as it goes
Browse files Browse the repository at this point in the history
  • Loading branch information
gac55 committed Sep 11, 2024
1 parent d7343f5 commit c660f70
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pam/operations/cropping.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,8 @@ def simplify_population(
del population.households[hid]

print("After simplification",population.stats)

print("Writing the hh and pid's to be removed to /mnt/efs/population/SE_v1_2040_developments_20240819_40wfh_hhsize_iter3_gc/combined/cropping_logs.csv")
pd.DataFrame(track_those_removed).to_csv("/mnt/efs/population/SE_v1_2040_developments_20240819_40wfh_hhsize_iter3_gc/combined/cropping_logs.csv")



def simplify_external_plans(
plan: Plan,
boundary: Polygon,
Expand Down

0 comments on commit c660f70

Please sign in to comment.