Skip to content
Snippets Groups Projects
Commit 60e9c995 authored by Lechner, Anna's avatar Lechner, Anna
Browse files

Update A2 (sorting order for landuse)

parent 4e89bb60
No related branches found
No related tags found
No related merge requests found
...@@ -375,7 +375,7 @@ To ensure accurate calculations, you'll need to transform land usage areas from ...@@ -375,7 +375,7 @@ To ensure accurate calculations, you'll need to transform land usage areas from
After transformation, intersect each land usage area with the bounding box to determine the area covered by each type within the specified region. The bounding box should also be transformed into `EPSG:31256` for accurate measurement in square meters. Calculate the total area of the bounding box and the area of each intersection. After transformation, intersect each land usage area with the bounding box to determine the area covered by each type within the specified region. The bounding box should also be transformed into `EPSG:31256` for accurate measurement in square meters. Calculate the total area of the bounding box and the area of each intersection.
### Calculating Proportions ### Calculating Proportions
Determine the proportion each land usage type occupies within the bounding box by dividing the intersection area by the total area. Sort the categories by their share of the total area in descending order. Determine the proportion each land usage type occupies within the bounding box by dividing the intersection area by the total area. Sort the categories by their share of the total area in ascending order.
--- ---
### Importance of JTS and Transformations (Recap from 5th KU session and Code) ### Importance of JTS and Transformations (Recap from 5th KU session and Code)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment