Introduced optimisations to avoid querying the databases when not necessary
Compare changes
This MR alters the ExportHandler
class so that:
cost_assumptions
and people_distribution
are not retrieved again.The test of the ExportHandler
class was extended to cover relevant new processing cases that arise from these changes.
Other minor changes are associated with logging and docstrings, as well as making sure that DatabaseQueries.get_numbers_buildings_for_data_unit_tile
returns floats even when the fields in the database are NULL.