Bit of a newbie, so this may be a daft question.
I have an .ecw picture - it is has no CRS, as it is a picture taken at ground level with an NIR camera. It was originally converted from a RAW image.
I can load it as a raster image, and generate a histogram. However, I would like to interrogate the data behind the histogram. For example, I might want to take peak height (easy), average, median, max, or min or use a calculation that looks at data spread.
All I can find suggests you use the -c flag in GRASS's r.report (e.g. How to extract pixel value counts from a raster in QGIS?'ve kept the flags the same as this example (apart from the selected image, that is!)
However, when I use it, I keep getting a 'Raster Map Not Found' error. Just trying it with a .tiff map image (which has a CRS), I get the same problem.
Am I missing something blindingly obvious?