Crop type legend

Hi,

I have ran the algorithm for a study area in Morrocco, we got a classification map, however we do not know how to interpret this, and we cannot seem to find a legend which clarifies which number corresponds to what crop. We have looked everywhere, and hope someone here can help us!

Hi Kamiel,

Thanks for reaching out!

If you open the resulting .tif files in QGIS, you can go to the layer’s properties and there check out the names of the individual bands in the layer. The first band is the classification result, the second band is the maximum class probability and from the 3rd band onwards you see the individual crop probabilities. The order of these bands matches the legend.

In my case label 0 will refer to cereals, label 1 to cotton etc.

If you fully complete the steps in the classification app (the visualization part), then other .tif files are generated specifically for the classification result and that one will contain the legend of the crops in the metadata of the .tif file.

It will mention something like LUT = {‘0’: cereals, ‘1’: cotton …

Hope this helps!