Transform coordinate array from geotiff to png

Viewed 19

I need a python method to read coordinates info as array, from one tiff image and write the same array to another .png image. and later i need to save the .png file as geotiff image. I was trying with rasterio.

What do I need to use here?

0 Answers
Related