Skip to content
Snippets Groups Projects

Resolve "Optimize the query selecting the tiles of a district and their build area proportion"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -215,7 +215,7 @@ class ExposureInitializer:
Dictionary of asset values
"""
# Define the basic part of the queries to estimate the built_area proportion of all
# Define the basic part of the queries to estimate the built-area proportion of all
# tiles within a boundary to create the EntityReference and AssetReference datasets.
# Query explanation: Subquery `SelectedTiles` selects all tiles and is joined with
# subquery `SelectedBoundary` selecting the boundary, resulting in delivering all tiles
Loading