Re: [gdal-dev] Filelimit /vsizip

2014-11-13 Thread Even Rouault
Le jeudi 13 novembre 2014 17:47:26, Julian Zeidler a écrit : > Hi all, > I am wondering if there is an inherent Filelimit in the /vsizip virtual > Interface (or potentially ENVI Format) > I am trying to concurrently open a lot (>600) ENVI Files, which are > inside single image zip Files via the /vs

[gdal-dev] Filelimit /vsizip

2014-11-13 Thread Julian Zeidler
Hi all, I am wondering if there is an inherent Filelimit in the /vsizip virtual Interface (or potentially ENVI Format) I am trying to concurrently open a lot (>600) ENVI Files, which are inside single image zip Files via the /vsizip interface. Whenever i hit the Limit of exactly 510 images I ge

Re: [gdal-dev] creating graph for single line shape layer using gdal gnm

2014-11-13 Thread Jukka Rahkonen
Mikhail Gusev gmail.com> writes: > > Is it correct to do this way?First I will save point layer using > start and end points of line  layer.Again then connect the two layers > using autoconnect method . So that I can find shortest path between > features of the line layer. > > hema, > yes i