Skip to content

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

Notifications You must be signed in to change notification settings

bangph/split_raster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages