<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
Jukka,<br>
<blockquote type="cite"
cite="mid:DB9PR09MB68870CF484A922A50566E0CBFD222@DB9PR09MB6887.eurprd09.prod.outlook.com">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"
lang="EN-US">
<br>
Is there something special in the STACIT driver that makes
it trickier to use than WMS driver? </span></p>
</div>
</blockquote>
<p>I don't think so. The STACIT driver uses the same type of string
tokenizer than other drivers that use subdataset syntax. It's
weird you need to escape &. Would the shell be confused by
the fact that there's an escaped double-quote character within the
quoted string... ?<br>
</p>
<p>At least, just pasting the examples from the documentation page
in a Bash shell works fine.</p>
<p>As an alternative, you can use:</p>
<p>gdalinfo -if STACIT
<a class="moz-txt-link-rfc2396E" href="https://planetarycomputer.microsoft.com/api/stac/v1/search?collections=naip&bbox=-100,40,-99,41&datetime=2019-01-01T00:00:00Z%2F..">"https://planetarycomputer.microsoft.com/api/stac/v1/search?collections=naip&bbox=-100,40,-99,41&datetime=2019-01-01T00:00:00Z%2F.."</a>
-oo ASSET=image<br>
<br>
</p>
Even
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.
Butcher of all kinds of standards, open or closed formats. At the end, this is just about bytes.</pre>
</body>
</html>