Implement the necessary functions for entity-initializer that are handling tiles
The following tile-related functions need to be implemented.
The initial set is necessary for the implementation of the initial function insert_reference_tile():
-
_get_features_in_boundary()#183 (closed). This function is used to find all the ids in a source database to then introduce those into the entity table. -
get_tiles_from_geometry()(https://git.gfz-potsdam.de/globaldynamicexposure/development-code/-/blame/entity-initializer/refactor/entityinitializer/pseudocode.py?ref_type=heads#L32). The function is necessary to create the Quadkey tiles for our entity database based on source geometries. The function was renamed into_get_tiles_from_feature()and was part of issue #182 (closed). -
get_tile_entity_id()(https://git.gfz-potsdam.de/globaldynamicexposure/development-code/-/blame/entity-initializer/refactor/entityinitializer/pseudocode.py?ref_type=heads#L45). -
implement function insert_reference_tile()#186 (closed) (https://git.gfz-potsdam.de/globaldynamicexposure/development-code/-/blob/entity-initializer/refactor/files/entityinitializer/entityinitializer.py?ref_type=heads). -
get_district_built_area()created within issue #184 (closed). Used to calculate the built area in a district of all entity tiles that fall within its boundary. -
implement the function get_boundary_geometry()to retrieve a country or territory boundary #189 (closed).
Edited by Danijel Schorlemmer