Epic: Prepare exposure-lib for the 24.07 release
To prepare exposure-lib for the 24.07 release, the following issues need to be addressed:
-
The attribute storeys
in theBuilding
table should be changedheight
and store a string instead of an integer. The new attribute will hold the taxonomy-string part for the building height as defined in the GEM Taxonomy (#145 (closed)). -
Change the insert_building()
function to use the new building attributeheight
(#146 (closed)). -
Change the get_all_buildings_in_tile()
function to use the new building attributeheight
(#146 (closed)). -
Change the import_from_postgis()
function to use the new building attributeheight
(#146 (closed)). -
Change the get_country_buildings_iter()
function to use the new building attributeheight
(#147 (closed)). -
Change the SQL query in the get_district_built_area()
andget_district_tiles_with_built_area()
functions to avoid sequence scans (#163).
To start creating the 24.07 model:
-
Create beta version ( v2.14.0-beta.1
, #161 (closed))
Edited by Danijel Schorlemmer