-
Notifications
You must be signed in to change notification settings - Fork 21
Description
Hello,
I am experiencing an issue while using the MOLUSCE plugin in QGIS, specifically when generating a change map using the Create_change_map function under the area_changes module.
The input rasters I am working with include:
2017_builtup
2020_builtup
DEM
Distance from road
Distance from waterbodies
When I attempt to generate the change map, the output raster contains several NDV (No Data Value) pixels, even though I have pixel values for all of these input rasters. These NDV pixels are affecting the analysis, and I am unable to correctly handle them in the generated change map.
Here are the steps I followed:
I used a vector layer representing the boundary of 2017 (AOI_boundary) to clip the DEM raster only.
I reprojected the DEM raster and the vector boundary to ensure they had matching CRS (EPSG:32644).
When running the Create_change_map function, the output raster contains NDV pixels, even though the input rasters and the factor rasters have valid data values in most areas.
I have attempted to use the Fill_no_data function, but the NDV issue persists in the change map.
I would appreciate any guidance on how to resolve this issue. It seems like the plugin might not be handling the NoData values properly when performing the change detection.
I look forward to your suggestions or any potential fixes. Thank you in advance!
Best regards,
Prateek.
