Zonal Histogram
Tutorials on using the built in Zonal Histogram tool in QGIS.
This tool is important for our process because it allows us to map the pixel values from SIT FUSE's output to our labels using QGIS. To learn more about this feature, see the QGIS Documentation.
In order to run our zonal histogram, we first need to create and set up a few files with the appropriate configurations and data.
We begin by creating a YAML file with the appropriate configurations. We will then pass this through a python script built into SIT FUSE that converts our input into a JSON file, that will then be used in the zonal histogram. Here's the workflow for this step:

Last updated