When generating an OSM for building, we check that the sections square footage totals to that of the building. If it does not, we error out.
currently we only test buildings with zero or one sections. This leaves us open to many untested and (and often error filled) cases in which a building has multiple sections, such as
the sections overlap, and therefore, their square footage does not total to that of the building
one or more of these sections do not specify their square footage
3 one or more of the sections is excluded
This issue is further exacerbated by the fact that if they section is missing it square footage, we assume it is that of the buildings
We need to decide as a group if
if a section square footage is missing, it's safe to assume that it's that of the buildings
the buildingsyncgem should be able to handle multiple sections
if so, flush out the logic for it the section square footage does not total to that of the buildings. (Ie, error out, exclude sections, ect)
When generating an OSM for building, we check that the sections square footage totals to that of the building. If it does not, we error out.
currently we only test buildings with zero or one sections. This leaves us open to many untested and (and often error filled) cases in which a building has multiple sections, such as
This issue is further exacerbated by the fact that if they section is missing it square footage, we assume it is that of the buildings
We need to decide as a group if
if a section square footage is missing, it's safe to assume that it's that of the buildings
the buildingsyncgem should be able to handle multiple sections
if so, flush out the logic for it the section square footage does not total to that of the buildings. (Ie, error out, exclude sections, ect)