[FWTools] Chopping a georeferenced raster into tiles

Roger Andre randre at google.com
Fri Jun 8 12:34:21 EDT 2007


Hi Ross,

I don't think there is one in FWTools.  All of the information needed
to chop an image into smaller pieces can be gleaned out of gdalinfo
output and fed into gdal_translate, but it takes some scripting to tie
them together.  Are you familiar with any scripting languages?

As an aside, for the list.  This question has come up a bunch of times
in the past.  I wrote a fairly clumsy tool in Perl that allows the
user to specify a tile size, and which then chops the image into tiles
that have X and Y values of the specified size.  Would it make sense
to port an improved version to Python and include it as a utility in
later FWTools releases?

Roger
-- 
Roger Andre
GIS Specialist
Google
1600 Amphitheatre Parkway
Mountain View, CA 94043
randre at google.com

On 6/7/07, Ross Nixon <rossnixon at gmail.com> wrote:
> Hi all,
> I'm new to FWTools, and I can't find what tool will chop a georeferenced
> raster into smaller tiles.
>
> I have tried both Open_EV GUI, and gdal_translate command line.
>
> Input file is likely to be a BMP or TIF with worldfile or MapInfo Tab file.
>
> Using Windows XP and FWTools 1.32
>
> Thanks,
> Ross
>
> _______________________________________________
> FWTools mailing list
> FWTools at lists.maptools.org
> http://lists.maptools.org/mailman/listinfo/fwtools
> http://fwtools.maptools.org/
>
>


-- 
Roger Andre
GIS Specialist
Google
1600 Amphitheatre Parkway
Mountain View, CA 94043
randre at google.com


More information about the FWTools mailing list