I am working on QGIS. I have a raster of EVI, in which values are comprised between 0 and 1. I need to vectorize this raster in order to make an intersection with another vector.
My issue is that when I vectorize my raster, the values are either 0 or 1, but I want the values detailed between 0 and 1. The best would be to have the values every 0.1 (0.1, 0.2, 0.3, ...).
Do you have any idea of how I can proceed?
I was thinking that I could multiply the values of the raster by a hundred, but is that even possible?





