Thanks a lot, Even. I will give it a try.<br><br><div class="gmail_quote">On Thu, May 17, 2012 at 9:47 AM, Even Rouault <span dir="ltr">&lt;<a href="mailto:even.rouault@mines-paris.org" target="_blank">even.rouault@mines-paris.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im"><br>
&gt; &gt; 2. Does the GML driver take url pointing to a GML?<br>
&gt;<br>
&gt; It can work with /vsicurl/<a href="http://something" target="_blank">http://something</a>, provided that the server allows<br>
&gt; partial downloading of arbitrary ranges of bytes within the file, which is<br>
&gt; rarely the case with GetFeature() requests.<br>
&gt;<br>
&gt; In theory the WFS driver could be improved to use the capability of the GML<br>
&gt; driver to read chunk by chunk, but there is some work to make that happen.<br>
&gt; This would probably require a /vsicurl_streaming/ virtual file system where<br>
&gt; basically only Read() requests would be available, thus not requiring the<br>
&gt; server to have download range capabilities.<br>
<br>
</div>Before considering the effort of implementing /vsicurl_streaming/ , I&#39;ve<br>
improved a few things in the GML driver in trunk that allows to parse a GML<br>
stream that is a WFS GetFeature response document.<br>
<br>
So you can now try the following command on Linux :<br>
<br>
wget -O - &quot;<a href="http://testing.deegree.org/deegree-" target="_blank">http://testing.deegree.org/deegree-</a><br>
wfs/services?SERVICE=WFS&amp;VERSION=1.1.0&amp;REQUEST=GetFeature&amp;TYPENAME=app:Springs&quot;<br>
| ogrinfo -ro -al -q /vsistdin/<br>
<br>
or<br>
<br>
wget -O - &quot;<a href="http://testing.deegree.org/deegree-" target="_blank">http://testing.deegree.org/deegree-</a><br>
wfs/services?SERVICE=WFS&amp;VERSION=1.1.0&amp;REQUEST=GetFeature&amp;TYPENAME=app:Springs&quot;<br>
| ogr2ogr springs.shp /vsistdin/<br>
<br>
(or instead of &quot;wget -O -&quot;, you can use &quot;curl&quot; depending on what is installed<br>
on your machine)<br>
</blockquote></div><br>