I used python to read a hdf file(Hierarchical Data Format) that contains image data from a satellite(the name should be MODIS). The python code is able to get the longitude, the latitude and radiance of the image. Then use the data to produce an image.
My teacher told me the objective is to put the image on the map, which I don't understand the meaning of this. But she mentioned to "put" the image on the map, I most likely have to use the "Approximated Nearest neighbor" Library ( ANN library).
After the image is "put" on the map, it should look like this:
So what is the meaning of "Put" the image on the map? Thank you.