Re: [gdal-dev] Re: How to divide a raster layer into a set of tiles

2010-03-25 Thread Nathan Vander Wilt
On Mar 23, 2010, at 5:22 PM, Eli Adam wrote: > Gilles, > I do a similar process (build large vrt mosaic, reproject the > mosaic vrt to another vrt, tile the reprojected mosaic vrt in new > projection to tif) although my end tiles are in tif and not compressed. > My method is the brute force wa

[gdal-dev] Re: How to divide a raster layer into a set of tiles

2010-03-24 Thread Eli Adam
>3. Re: Re: How to divide a raster layer into a set of tiles? > (Gilles Bassi?re) >4. Re: How to divide a raster layer into a set of tiles? > (Jukka Rahkonen) > > -- > > Message: 2 > Date: Tue, 23 Mar 2010 16:01:33 +010

[gdal-dev] Re: How to divide a raster layer into a set of tiles

2010-03-23 Thread Christian Müller
ssage: 2 Date: Tue, 23 Mar 2010 16:01:33 +0100 From: Gilles Bassi?re Subject: [gdal-dev] Re: How to divide a raster layer into a set of tiles? To: Christian M?ller Cc: gdal-dev@lists.osgeo.org Message-ID: <4ba8d7cd.1050...@gmail.com> Content-Type: text/plain; charset=ISO-8859-1

[gdal-dev] Re: How to divide a raster layer into a set of tiles

2010-03-23 Thread Eli Adam
Jukka Rahkonen) -- Message: 2 Date: Tue, 23 Mar 2010 16:01:33 +0100 From: Gilles Bassi?re Subject: [gdal-dev] Re: How to divide a raster layer into a set of tiles? To: Christian M?ller Cc: gdal-dev@lists.osgeo.org Message-ID: <4ba8d7cd.1050...@gmail.com&

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-23 Thread Jukka Rahkonen
Gilles Bassière gmail.com> writes: > > Hi, > > I'm trying to reproject an aerial imagery dataset with GDAL. > > The initial dataset is composed of ECW tiles in EPSG:27572 and my goal > is to compute a new set set of ECW tiles projected in EPSG:2154. Hi, May I ask if you are ready with your n

Re: [gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-23 Thread Gilles Bassière
Jukka Rahkonen wrote: > Gilles Bassière gmail.com> writes: > >> Hi, >> >> I'm trying to reproject an aerial imagery dataset with GDAL. >> >> The initial dataset is composed of ECW tiles in EPSG:27572 and my goal >> is to compute a new set set of ECW tiles projected in EPSG:2154. > ... > >> My cu

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-23 Thread Gilles Bassière
Christian Müller wrote: > That is a surprise. > In all my tests I had no memory problems with gdal_retile. Sometimes I > had some memory problems with gdal_merge. The biggest input file for > gdal_retile was a 80 GB Erdas image (not compressed) and it works fine. > I have never testet with an ECW F

Re: [gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-23 Thread Gilles Bassière
Christian Müller wrote: > gdal_retile.py definitely creates georeferenced tiles, I developed this > utility. > I did some experiments reprojecting the single tiles while retiling, but > it simply does not work. As a consequence I canceled the reprojecting > support. > The solution for your problem

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-23 Thread Christian Müller
That is a surprise. In all my tests I had no memory problems with gdal_retile. Sometimes I had some memory problems with gdal_merge. The biggest input file for gdal_retile was a 80 GB Erdas image (not compressed) and it works fine. I have never testet with an ECW File and my tests run on a Li

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-22 Thread Christian Müller
gdal_retile.py definitely creates georeferenced tiles, I developed this utility. I did some experiments reprojecting the single tiles while retiling, but it simply does not work. As a consequence I canceled the reprojecting support. The solution for your problem is: 1) Use gdal_merge to cr

[gdal-dev] Re: How to divide a raster layer into a set of tiles?

2010-03-22 Thread Jukka Rahkonen
Gilles Bassière gmail.com> writes: > > Hi, > > I'm trying to reproject an aerial imagery dataset with GDAL. > > The initial dataset is composed of ECW tiles in EPSG:27572 and my goal > is to compute a new set set of ECW tiles projected in EPSG:2154. ... > My current workflow consists in the f