<div dir="ltr"><div>Hi pycsw community,</div><div>In addition to providing a Catalog Service for the Web (CSW) service, the following page suggests that SpatioTemporal Asset Catalog (STAC) support is also provided by default in pycsw:</div><div><br></div><div><a href="https://docs.pycsw.org/en/latest/stac.html">https://docs.pycsw.org/en/latest/stac.html</a></div><div><br></div><div>However, I am not sure how to implement STAC. Or maybe this is *input* support (ingesting STAC catalogs) and not *output* support (providing a STAC API)?</div><div><br></div><div>We are running pycsw 2.6.1 here:</div><div><br></div><div><a href="https://www.pacioos.hawaii.edu/ogc/csw">https://www.pacioos.hawaii.edu/ogc/csw</a></div><div><br></div><div>This is running via WSGI (pycsw/wsgi.py), which we enable via mod_wsgi in Apache and a WSGIScriptAlias to the above url. I tried adding a similar WSGIScriptAlias to <a href="https://www.pacioos.hawaii.edu/ogc/stac">https://www.pacioos.hawaii.edu/ogc/stac</a>, but that is still serving out CSW instead of STAC.</div><div><br></div><div>The input to our CSW is the following web-accessible folder (WAF) of ISO-19115 XML records: <a href="https://www.pacioos.hawaii.edu/metadata/iso/">https://www.pacioos.hawaii.edu/metadata/iso/</a>, which we load into a pycsw postgresql repository via pycsw-admin.py with "profiles=apiso" in our config to read the ISO metadata.</div><div><br></div><div>Is there a way to serve both CSW and STAC APIs via pycsw using the same collection of ISO records?</div><div>Thanks for any help,</div><div>John Maurer</div><div>Data System Engineer</div><div>Pacific Islands Ocean Observing System (PacIOOS)</div><div>University of Hawaii at Manoa</div></div>