2012/6/13 Imran Rajjad <raj...@gmail.com>

> Hi Florent,
>
> I get your point , but the thing is how does one copy raster across
> datasets when the required size value is more than  Integer`s maximum
> value, It would make sense to fill memory raster data store with 1Gb
> of data and dump it in the destination data store, but things break
> down where you need to allocate an array for raster data. You can
> either put the data in an array or bytebuffer and both require
> capacity in terms of integer. It would be great if you can copy a
> dataset at a given location and dimensions in another dataset with
> same data type.
>
> regards,
> Imran


That's why as Etienne says it's easier to use  the Driver.CreateCopy
method. I never used BigTIFF files but it seems in the last version of
libtiff, it's possible to manage files larger than 4GB.

Florent
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to