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?
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 \
>