osgeonepal / geotile

GeoTile is the python library for tiling the geographic raster data (eg. Tiff etc)
https://geotile.readthedocs.io
MIT License
74 stars 9 forks source link

Error in mosaicing #11

Closed protestToViolence closed 1 year ago

protestToViolence commented 1 year ago

Hi, I have used your library to break sat images in to tiles and used deep learning model for prediction of the individual tiles. Post prediction i want to to mosiaing to the same large image. Not able to do so. IMG-20221020-WA0005

iamtekson commented 1 year ago

In the docs, it is clearly mentioned that it will only work for georeferenced imagery. I think you are trying to merge either non-georeference imagery or there is a problem with your output file format. If the error is due to the second scenario, can you please try to change your file format to .tif and see whether it will work or not?