Merge remote-tracking branch 'origin/main'

This commit is contained in:
Trygve 2024-05-07 22:29:49 +02:00
commit 903f2e740f

View File

@ -20,4 +20,8 @@ The `produce_cellmap` function finds the points for a contour at a given elevati
# Functionality of special interest # Functionality of special interest
## Trygve ## Trygve
I can created a blur method that performs a simple box blur on the whole heigtmap. This is usefull to smooth out noise and create a more readable output. I can created a blur method that performs a simple box blur on the whole heigtmap. This is usefull to smooth out noise and create a more readable output.
I wanted to implement a gaussion blur, and the code is ready for that, but in the end we became short on time. I wanted to implement a gaussion blur, and the code is ready for that, but in the end we became short on time.
## Esther
Calculated some statistical estimates for the average, variance and standard deviation for the pixels in the image. Also tried to calculate the steepness around each pixel. However, we didn't manage to get the Gdal to work for this.