june.hdf5_savers.save_care_homes_to_hdf5¶
-
june.hdf5_savers.
save_care_homes_to_hdf5
(care_homes: june.groups.care_home.CareHomes, file_path: str, chunk_size: int = 50000)¶ Saves the care_homes object to hdf5 format file
file_path
. Currently for each person, the following values are stored: - id, n_beds, n_icu_beds, super_area, coordinates- companies
population object
- file_path
path of the saved hdf5 file
- chunk_size
number of people to save at a time. Note that they have to be copied to be saved, so keep the number below 1e6.