Re: [gdal-dev] Limit on the number of subdatasets

2015-11-18 Thread Ivan Lucena
2:45 PM To: gdal-dev@lists.osgeo.org Cc: Ivan Lucena Subject: Re: [gdal-dev] Limit on the number of subdatasets Le mercredi 18 novembre 2015 20:22:38, Ivan Lucena a écrit : > Hi there. > > > Is there a limit on the number of subdatasets that GDAL can handle? There's no hard-coded li

Re: [gdal-dev] Limit on the number of subdatasets

2015-11-18 Thread Even Rouault
Le mercredi 18 novembre 2015 20:22:38, Ivan Lucena a écrit : > Hi there. > > > Is there a limit on the number of subdatasets that GDAL can handle? There's no hard-coded limit AFAIK. Should be memory bound. But performance of various stuff handing lists might not be great with a big number. >