You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The function (at least on a GPKG) will not show immediate effects in the landscapelab. QGIS showed the added values, but only on a specific zoom level. Rebuilding overviews is necessary:
gdaladdo -clean GPKG:LL.gpkg:dhm
gdaladdo -r nearest GPKG:LL.gpkg:dhm
The geopackage might not be flushed properly. It also weirdly adds a journal and wal file which summed up made almost half a gigabyte.
This would also explain another problematic behavior, which causes crashes when using the function multiple times on the same dataset.
The text was updated successfully, but these errors were encountered:
Since rebuilding overviews takes some time, it might be more sensible to clean overviews automatically in smooth_add_value_at_position and allow the user to rebuild them later with something like GeoRasterLayer.rebuild_overviews().
The function (at least on a GPKG) will not show immediate effects in the landscapelab. QGIS showed the added values, but only on a specific zoom level. Rebuilding overviews is necessary:
gdaladdo -clean GPKG:LL.gpkg:dhm
gdaladdo -r nearest GPKG:LL.gpkg:dhm
The geopackage might not be flushed properly. It also weirdly adds a
journal
andwal
file which summed up made almost half a gigabyte.This would also explain another problematic behavior, which causes crashes when using the function multiple times on the same dataset.
The text was updated successfully, but these errors were encountered: