<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
HI Tom,
<div><br>
</div>
<div>Thanks for your answer and clarification.</div>
<div>I’m currently exploring how best to implement the Versioning Indicators (<a href="https://github.com/stac-extensions/version">https://github.com/stac-extensions/version</a>); the scientific citation (<a href="https://github.com/stac-extensions/scientific">https://github.com/stac-extensions/scientific</a>)
and possibly the archive (<a href="https://github.com/stac-extensions/archive">https://github.com/stac-extensions/archive</a>).</div>
<div><br>
</div>
<div>I will have a look to the plugin.</div>
<div><br>
</div>
<div>Best</div>
<div><br>
</div>
<div>Greg</div>
<div> <br id="lineBreakAtBeginningOfMessage">
<div>
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" style="caret-color: rgb(0, 0, 0); color: rgb(0, 0, 0); letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
—</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
Dr. Gregory Giuliani<br>
Senior Lecturer in Earth Observations - UNIGE</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
Head of the Digital Earth Unit - GRID-Geneva<br>
http://www.unige.ch/envirospace/people/giuliani/<br>
**************************************************************<br>
University of Geneva<br>
Institute for Environmental Sciences/enviroSPACE<br>
66 Boulevard Carl-Vogt, CH - 1205 GENEVE<br>
Phone: (+41 22) 379 07 09 Fax: (+41 22) 379 07 44<br>
Web: http://www.unige.ch/envirospace<br>
Email: gregory.giuliani@unige.ch</div>
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;">
**************************************************************<br>
UN Environment/Science Division/GRID-Geneva<br>
International Environment House<br>
11 chemin des Anémones, CH - 1219 CHATELAINE<br>
Phone: (+41 22) 379 07 09<br>
Web: http://www.unepgrid.ch<br>
Email: gregory.giuliani@unepgrid.ch<br>
**************************************************************</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div><br>
<blockquote type="cite">
<div>On 8 Dec 2024, at 03:37, Tom Kralidis <tomkralidis@gmail.com> wrote:</div>
<br class="Apple-interchange-newline">
<div>
<div dir="ltr">
<div>Dear Gregory: thanks for the info. We do not support any STAC extensions per se. pygeoapi's STAC support is based on the core Collection/Catalog/Item types.</div>
<div><br>
</div>
<div>What kind of extensions are you interested in? The following are some options:</div>
<div><br>
</div>
<div>- if you have STAC metadata already generated, you can use the STAC HATEOAS provider [1] to utilize them directly</div>
<div>- you could write your own pygeoapi plugin that extends one of the STAC provider plugins with the required extensions<br>
</div>
<div> <br>
</div>
<div>Thanks</div>
<div><br>
</div>
<div>..Tom<br>
</div>
<div><br>
</div>
<div>[1] <a href="https://github.com/geopython/pygeoapi/blob/master/pygeoapi/provider/hateoas.py#L221">
https://github.com/geopython/pygeoapi/blob/master/pygeoapi/provider/hateoas.py#L221</a></div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Tue, Dec 3, 2024 at 7:40 AM Gregory Giuliani via pygeoapi <<a href="mailto:pygeoapi@lists.osgeo.org">pygeoapi@lists.osgeo.org</a>> wrote:<br>
</div>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>Dear All,
<div><br>
</div>
<div>I was not able to find the information.</div>
<div>Is it possible to add STAC extensions: <a href="https://stac-extensions.github.io/" target="_blank">https://stac-extensions.github.io/</a> to PyGeoAPI? and if yes, what is the process?</div>
<div><br>
</div>
<div>Thank you in advance for your appreciated help.</div>
<div><br>
</div>
<div>Best regards</div>
<div><br>
</div>
<div>Greg</div>
<div><br>
</div>
<div>
<div>
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;">
<div dir="auto" style="letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; text-decoration: none;">
<div dir="auto" style="overflow-wrap: break-word;">
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
—</div>
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
Dr. Gregory Giuliani<br>
Senior Lecturer in Earth Observations - UNIGE</div>
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
Head of the Digital Earth Unit - GRID-Geneva<br>
<a href="http://www.unige.ch/envirospace/people/giuliani/" target="_blank">http://www.unige.ch/envirospace/people/giuliani/</a><br>
**************************************************************<br>
University of Geneva<br>
Institute for Environmental Sciences/enviroSPACE<br>
66 Boulevard Carl-Vogt, CH - 1205 GENEVE<br>
Phone: (+41 22) 379 07 09 Fax: (+41 22) 379 07 44<br>
Web: <a href="http://www.unige.ch/envirospace" target="_blank">http://www.unige.ch/envirospace</a><br>
Email: <a href="mailto:gregory.giuliani@unige.ch" target="_blank">gregory.giuliani@unige.ch</a></div>
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;">
**************************************************************<br>
UN Environment/Science Division/GRID-Geneva<br>
International Environment House<br>
11 chemin des Anémones, CH - 1219 CHATELAINE<br>
Phone: (+41 22) 379 07 09<br>
Web: <a href="http://www.unepgrid.ch/" target="_blank">http://www.unepgrid.ch</a><br>
Email: <a href="mailto:gregory.giuliani@unepgrid.ch" target="_blank">gregory.giuliani@unepgrid.ch</a><br>
**************************************************************</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
_______________________________________________<br>
pygeoapi mailing list<br>
<a href="mailto:pygeoapi@lists.osgeo.org" target="_blank">pygeoapi@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/pygeoapi" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/pygeoapi</a><br>
</blockquote>
</div>
<br>
<table style="border-collapse:collapse; width:100%" cellspacing="0" border="1">
<tbody>
<tr>
<td style="width:100%">
<p><span style="font-family:Arial"><em><span style="color:#242424; font-size:9pt">Ce message est envoyé depuis une adresse extérieure à l’UNIGE, soyez vigilant-es (</span></em></span><em><span style="color:#242424; font-size:9pt">expéditeur, </span></em><em><span style="color:#242424; font-size:9pt">pièces
jointes).</span></em><br>
<em><span style="color:#242424; font-size:9pt">This message is sent from an address outside UNIGE, be careful (sender, content)</span><span style="color:#242424; font-size:9pt">.</span></em></p>
</td>
</tr>
</tbody>
</table>
<hr>
</div>
</blockquote>
</div>
<br>
</div>
</body>
</html>