[gdal-dev] How to implement tile read / write to gdal supported format file?

2013-11-17 Thread Jun Xiong
Hi All, I have several 2.5 Gb geotiff files which are needed to be processed in memory. I wrote a script with python + gdal but was killed by administrator but I occupied too much resources. I guess I need to partition these files into smaller piece and process them one by one. No idea about it?

Re: [gdal-dev] building gdal on windows -- how to hide internal libtiff symbols

2013-11-17 Thread Even Rouault
Le dimanche 17 novembre 2013 03:33:15, kyle.sletmoe a écrit : > I am building on Windows and would like to know how to hide the internal > libtiff (and libgeotiff) symbols. I know about doing: > > ./configure --prefix=$GDAL_INSTALL \ > --with-libtiff=internal \ > --with-geotiff=internal \ >