The filtering of assets needs to handle the new building attribute `height`
The filtering of assets by their number of stories is done in the filter_asset()
function by the check_stories()
function. The latter should be renamed to check_height()
and use the new height
attribute of buildings. Also, a test to check this functionality should be implemented.