<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<div name="messageBodySection">
<div dir="auto">Hi Martin,<br />
<br />
as far as I can see from the specification this result example may apply to your case:<br /></div>
<pre>  "imagesOutput": [
    {
      "href": "https://www.someserver.com/ogcapi/Daraa/collections/Daraa_DTED/styles/Topographic/coverage?...",
      "type": "application/tiff; application=geotiff"
    },
    {
      "value": "VBORw0KGgoAAAANSUhEUgAABvwAAAa4CAYAAABMB35kAAABhGlDQ1BJQ0MgcHJvZmlsZQAA\nKJF9kT1Iw0AcxV9TpSL1A+xQxCFDdbIgKuKoVShChVArtOpgcumH0KQhSXFxFFwLDn4sVh1c\nnHV1cBUEwQ8QNzcnRRcp8X9JoUWMB8f9eHfvcfcOEOplplkdY4Cm22Y6mRCzuRUx9IogouhH\n ... \nj3Z5mX7/PCPVRJV92rpHK24xcJrzk20+tkeYlCPqcZNO3Lpni1OJWatPCcmgGDEqx7Om6lfa\nppM4k4BTe9+bsn3L9/9/yWhA0PwQGW8ipCZsnZt9lsdrYEM8z/M8z/M8z/M8z/M8z/MzLWY1\nAAAACUlEQVQ871H6P6JI+TxS5Wn2AAAAAElFTkSuQmCC",
      "encoding": "base64",
      "mediaType": "application/tiff; application=geotiff"
    }
  ],</pre>
<div dir="auto">so the `href` property could take the place of `url`.<br />
<br />
If you want to host the geotiffs as resources under a new base location `data` there should be an extension developed on top of a cloned pygeoapi, or pygeoapi loaded and used as a library in a totally brand new python project with one of the supported and the most preferred framework for you.<br />
It's then up to you how and where to store the actual geotiff files.<br />
<br />
Hope this helps<br />
<br />
Best,<br />
Francesco<br /></div>
</div>
<div name="messageReplySection">On 26 Jan 2024, 15:58 +0100, Martin Landa via pygeoapi <pygeoapi@lists.osgeo.org>, wrote:<br />
<blockquote type="cite">
<div dir="ltr">Dear all,
<div><br /></div>
<div>I am playing around with my first OGC API process. Result of the computation is a raster file. I would like to ask what are the options to integrate the file into response? I was thinking about:</div>
<div><br /></div>
<div>{<br />
  "id": "result",<br />
  "url": "<a href="http://localhost:5000/data/" target="_blank">http://localhost:5000/data/</a><uuid>/result.tif"<br />
}</div>
<div><br /></div>
<div>I'm not sure if this is correct in terms of OGC API Processes and how to modify Docker image to expose <a href="http://localhost:5000/data/" target="_blank">http://localhost:5000/data/</a>.<br /></div>
<div><br /></div>
<div>I am running pygeoapi service from Docker image as described in [1].<br /></div>
<div><br /></div>
<div>Thanks in advance for your help. Best regards, Martin</div>
<div><br /></div>
<div>[1] <a href="https://docs.pygeoapi.io/en/latest/running-with-docker.html" target="_blank">https://docs.pygeoapi.io/en/latest/running-with-docker.html</a></div>
<div><br /></div>
<span class="gmail_signature_prefix">--</span><br />
<div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Martin Landa<br />
<a href="http://geo.fsv.cvut.cz/gwiki/Landa" target="_blank">http://geo.fsv.cvut.cz/gwiki/Landa</a><br />
<a href="http://gismentors.cz/mentors/landa" target="_blank">http://gismentors.cz/mentors/landa</a></div>
</div>
_______________________________________________<br />
pygeoapi mailing list<br />
pygeoapi@lists.osgeo.org<br />
https://lists.osgeo.org/mailman/listinfo/pygeoapi<br /></blockquote>
</div>
</body>
</html>