Re: [gdal-dev] Seeking functionality inverse of gdal_merge.py

2023-04-12 Thread Even Rouault
Jesse, you may want to look at https://gdal.org/programs/gdal_retile.html Even Le 12/04/2023 à 20:41, Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev a écrit : Hi, I’d like to take a large raster image and chop it into XY tiles.  I see gdal2tiles.py, but thi

[gdal-dev] Seeking functionality inverse of gdal_merge.py

2023-04-12 Thread Meyer, Jesse R. (GSFC-618.0)[SCIENCE SYSTEMS AND APPLICATIONS INC] via gdal-dev
Hi, I’d like to take a large raster image and chop it into XY tiles. I see gdal2tiles.py, but this is specific to web hosting and inherits untenable constraints (like byte only datatype). Does such a program exist by the GDAL team, or do I need to implement this manually? If the latter, I su