Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 303 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 303 Bytes

split_raster

Use gdal to split a big raster image to compressed tiles.

Usaged: python split_raster.py ABSOLUTE_PATH_TO_YOUR_BIG_TIF_FILE (e.g: python split_raster.py /tmp/bigtiff.tif).

Output: A new folder called /tmp/bigtiff/split_output is created with smaller tiff files with size 20000 x 20000.