<div dir="ltr">Hi,<div><br></div><div>The OpenTopography site provides a web service to download its SRTM data.  See</div><div><br></div><div><a href="http://www.opentopography.org/developers#SRTM">http://www.opentopography.org/developers#SRTM</a> <br></div><div><br></div><div>where there is an example URL for a query (that works).</div><div><br></div><div>What I don't understand is that </div><div><br></div><div>gdalinfo "/vsicurl/<example URL>" </div><div><br></div><div>fails with "ERROR 4: `/vsicurl/<a href="http://opentopo.sdsc.edu/otr/getdem?demtype=SRTMGL3&west=-120.168457&south=36.738884&east=-118.465576&north=38.091337&outputFormat=GTiff">http://opentopo.sdsc.edu/otr/getdem?demtype=SRTMGL3&west=-120.168457&south=36.738884&east=-118.465576&north=38.091337&outputFormat=GTiff</a>' not recognized as a supported file format."</div><div><br></div><div>but </div><div><br></div><div>gdalinfo "<example URL>" </div><div><br></div><div>works just fine.  While it's wonderful that it works, I'm looking to do something like this from a C++ program so I would like to understand why /vsicurl is not used in this situation.</div><div><br></div><div>Thanks very much,</div><div><br></div><div>carl</div></div>