Skip to content

Resolve "Divide the `UPDATE` statement to calculate the total built up area in one tile into a one `SELECT` and multiple `UDPATE` statements"

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

\approve @ds @gislars

Edited by Laurens Oostwegel

Merge request reports