You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# based on: https://www.youtube.com/watch?v=sBBMKbAj8XE
importglob
fromosgeoimportgdal
ls=glob.glob('/Volumes/dmk/Pittsburgh_Sept2023_psscene_analytic_sr_udm2/Analytic/*.tif') # where [...] is the remainder of the path of all geotiff files
# Make sure all files are in the same projection
# pixel size:
# QGIS: check pixel size under properties -> information -> pixel size
# Note: keep any negative signs
dx=3
dy=-3
vrt=gdal.BuildVRT("mergeTiffs.vrt", ls) # this is the temporary layer - delete after