I have a picture in JPG which shows the world and projections of a climate variable by 2050. I need to extract the data (as if the picture was a .tif image) underpinning the view.
I tried to convert the picture from JPG to tiff format and then used the raster function in R to visualize the result, however the chart is not reproduced correctly 100%. The second step I attempted was to then convert raster values back into the original color scale of he legend to obtain real values. Has anyone a better idea? Thanks!