Image corner coordinates are known:
- Top left: (70.20315, 20.92749)
- Top right: (70.20315, 31.45240)
- Bottom left: (59.70571, 20.92749)
- Bottom right: (59.70571, 31.45240)
(Basically map over Finland and a little bit of Sweden/Norway/Russia)
I couldn't find a way to change image projection to Google maps overlay image, preferably using Python.
It's possible to do that with pyproj and PIL, but I wasn't able to figure out how to do that. I also found GDAL, and more specifically gdalwarp, but couldn't find options for changing projection in a correct way.
