Tom Kralidis
Tom Kralidis
Example implementation from @mikejmets https://github.com/SAEONData/pycsw/tree/elastic
@epifanio the bbox parameter needs to be comma-separated: https://sios.csw.met.no/collections/metadata:main/items?bbox=0,0,180,90&limit=10&f=json However this results in a 500. Can you provide a traceback?
@epifanio are you able to provide the full traceback for the life of the request? It looks like PostgreSQL/PostGIS is not getting picked up as the DB backend.
@epifanio testing further, I'm unable to reproduce. You need to ensure your DB is setup with the PostGIS extensions accordingly.
Thanks for the report. Can you provide an example XML request to help reproduce?
@epifanio thanks for details. @kwilcox @rsignell any comments/thoughts? Are there any Python THREDDS catalog parsers out there?
@kwilcox thanks for the info. In CSW we can harvest both data and services and link them by association, and have parent/child relationships. So in theory we can both. A...
FYI, from IRC: ``` [12:33] tomkralidis basically, this maps to, in pycsw, pycsw.server.harvest [12:34] tomkralidis which basically does some checking/fetching then inserting/updated. [12:34] tomkralidis the root of the action is...
Higher level items to address: - add `thredds_crawler==0.6-dev` to https://github.com/geopython/pycsw/blob/master/setup.py#L119 to be fetched via `setup.py` / PyPI - add THREDDS namespace `http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.1` to the end of the list in https://github.com/geopython/pycsw/blob/master/pycsw/server.py#L2345,...
FYI test request would be: ``` http://geoport.whoi.edu/thredds/bathy_catalog.xml http://www.unidata.ucar.edu/namespaces/thredds/InvCatalog/v1.0 application/xml ```