Resolve "Divide the `UPDATE` statement to calculate the total built up area in one tile into a one `SELECT` and multiple `UDPATE` statements"
requested to merge 9-divide-the-update-statement-to-calculate-the-total-built-up-area-in-one-tile-into-a-one-select into main
Closes #9 (closed)
In this MR, the statement WITH intserection_table AS ()
(https://git.gfz-potsdam.de/globaldynamicexposure/completeness/all-in/-/blame/main/allin/deaggregation.py?ref_type=heads#L307) is simplified to a SELECT
statement. All tiles are fetched and the tile
table is updated one-by-one
Edited by Laurens Oostwegel