I'm working on cloud displacement, the main idea is to use template matching to determine the movement of the template from (x0, y0) at image t0 to (x1, y1) at image at tn+1. If I apply to those coordinates, then the euclidean distance result is given in pixels, but the result must be in meters.
Using images from GOES-16 from channel 13, the datasheet says that the spatial spacing is 2 km. So, to convert the pixel distance only I have to mulply that value for the spatial distance? or how do I do to achieve it?