centreborelli / s2p

Satellite Stereo Pipeline
GNU Affero General Public License v3.0
190 stars 67 forks source link

Stitch rectified tiles #123

Open aharbi opened 2 years ago

aharbi commented 2 years ago

Hi,

I was wondering, is there a way to stitch together the rectified tiles into a single GeoTiff file? I noticed there was a function to do a similar thing right here but not for rectified tiles:

https://github.com/centreborelli/s2p/blob/4585eaf783be0d732ec15bdedc54e5e674af2e9a/utils/s2p_mosaic.py#L260

I tried to stitch them manually but the issue is that rectified tiles have no CRS when I load them into GIS software.

Thanks in advance!