Hi I want to combine a folder of geotiffs satellite imagery files together in a row into a single geotiff. I dont need the coordinate sys of the geotiff output, just the pixels and its value to be stitched together.
Basically trying to do the same as this question https://stackoverflow.com/questions/30227466/combine-several-images-horizontally-with-pythonTried the solutions posted there but the python pillow library does not seem to read geotifs
Anyone have an ideas on how to do this?
Thanks