Problem to determine the number of stories in multi-level height attributes
In Timor Leste (ISO code TLS
), some buildings carry the height tag H:1+HFAPP:1
. Currently, the function check_stories
considers everything after the first :
to describe the number of stories as it implements a simple parsing of the height tag. However, in taxonomy-lib
we have implemented the function get_number_of_stories
which should be used here instead.
This issue is related to issue globaldynamicexposure/libraries/taxonomy-lib#16 (closed)