Closed j3r3m1 closed 2 months ago
The following building height cannot be casted by GeoClimate (https://www.openstreetmap.org/way/423624459). This is of course fine since the content is a string. We should use a try except before the float parsing in the getHeightRoof function.
Fixed here: https://github.com/orbisgis/geoclimate/pull/996
The following building height cannot be casted by GeoClimate (https://www.openstreetmap.org/way/423624459). This is of course fine since the content is a string. We should use a try except before the float parsing in the getHeightRoof function.