I have a project to do and at the moment i have 2 tif images and their geografic data(longitude latitude) of their upper left pixel.What i want to do is get the common geografic place of the 2 images...so i want to get lonitude,latitude so that i can only keep the parts of the images that show the same geografic place.
The 2 images show deferent information for that place...for example the first one i a simple image and the second one shows the humidity level. I want first to find the common place for each picture so that later i make the pictures to have the same width and length so that i can go back and forth on these 2 pictures looking at the same place but different information.
So, is my idea of finding the common place by each pixel'l geodata a good idea?
if yes...how would i do that?
if no...how should i do it?