Commit 79a9573a authored by JOE XMG's avatar JOE XMG
Browse files

update

parent 38f8aa21
Pipeline #9127 passed with stage
in 18 seconds
mkdir -p tif
# Convert PNGs to TIFs one by one
for file in *.png
do
# Get the file name without the extension
filename="${file%.*}"
# Convert the PNG file to GeoTIFF
# including the corresponding pgw file for georeferencing
gdal_translate -of GTiff -co "TILED=YES" "${filename}.png" "tif/${filename}.tif"
done
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment