!wtKWYahxzQAvirVEJG:matrix.org

geopython/pycsw

70 Members
pycsw is an OGC CSW server implementation written in Python.3 Servers

Load older messages


SenderMessageTime
8 Dec 2023
@kalxas:matrix.orgkalxaswe are interested to know if it is still working or if we need to address issues before 3.016:30:15
@ridoo:matrix.orgHenning Bredel kalxas: yes, we are working on it. To what I could see, no bigger issue occurred so far (we found some issues regarding refactoring but the PRs are already merged into the alpha version). That version of GeoNode (not upstream core) will go productive and for sure we would give any feedback if we run into problems and if things goes well. 19:45:06
@kalxas:matrix.orgkalxascan you please also provide feedback to geonode upstream about your findings?20:40:36
11 Dec 2023
@koalageo:matrix.orgKoalaGeo joined the room.16:33:30
@koalageo:matrix.orgKoalaGeoMight anyone have an example config for deploying pycsw harvesting from an existing CSW. We're looking at how to offer ogcapi-records and running pycsw alongside & harvesting our existing metadata catalogue looks to be a potentially good option16:44:49
6 Jan 2024
@tomkralidis-557c28e615522ed4b3e1db3b:gitter.imtomkralidis (Tom Kralidis)

Hi everyone: FYI, for those using master branch, a breaking change has been put forth today which updates the pycsw configuration format to YAML. See https://github.com/geopython/pycsw/pull/937 for the PR/implementation. The update will be part of the pycsw 3.0.0 final release. In addition, a simple configuration migration CLI workflow is now provided, using:

pycsw-admin.py migrate-config -c <my-config.cfg>

Please let us know if you encounter any issues/bugs with this update.

Thanks

21:45:39
30 Jan 2024
@ahmdthr-637393916da03739849f829a:gitter.imahmdthr (ahmdthr) joined the room.05:13:06
@ahmdthr-637393916da03739849f829a:gitter.imahmdthr (ahmdthr)Hi everybody. We have been working in adding new features for GeoNode using pycsw and I am interested to know if there is any plans for a new tagged alpha release. Unfortunately, we have to use the alpha5 version which does not include (https://github.com/geopython/pycsw/pull/945), which is required for DataCite metadata generation. Thank you.05:21:25
@epinux:matrix.orgepinuxAttempt to use master, and upgrade our services to the new configure. I converted a config from INI to YAML - using the command line option in pycsw_admin. the service doesn't start with the following error: https://gist.github.com/epifanio/4d8286dd112b0ed069ecc0bb8f66a3ed do you have any clue? 14:12:59
@epinux:matrix.orgepinuxI built a new docker image from github master .. but seems that it is still looking for the odl config'14:51:28
@epinux:matrix.orgepinuxI think I found the issue .. the new ENV also changed to : ENV PYCSW_CONFIG=/etc/pycsw/pycsw.yml14:56:23
@epinux:matrix.orgepinuxYes! that was it14:59:34
@epinux:matrix.orgepinuxone more issue .. the strypoint15:09:15
@epinux:matrix.orgepinuxentrypoint15:09:19
@epinux:matrix.orgepinux tomkralidis (Tom Kralidis): need some help starting pycsw using the SOLR backend 15:44:38
@epinux:matrix.orgepinuxI'm stuck at AttributeError: 'Csw' object has no attribute 'repository' ... when asking for a get capabilities15:50:27
15 Feb 2024
@ridoo:matrix.orgHenning Bredel kalxas (Angelos Tzotsos): Is there any chance for a new alpha version soon? We need some features closed recently in a production/stage version of GeoNode. Thanks 😀 11:37:32
@kalxas:matrix.orgkalxas hi Henning Bredel 12:33:07
@kalxas:matrix.orgkalxasI will ask the PSC and let you know12:33:18
27 Feb 2024
@kalxas:matrix.orgkalxas Henning Bredel: https://github.com/geopython/pycsw/releases/tag/3.0.0-alpha6 16:10:31
29 Feb 2024
@ridoo:matrix.orgHenning Bredel kalxas: Great! Thank you very much! 13:19:02
@kalxas:matrix.orgkalxasyou are welcome13:37:13
19 Mar 2024
@koalageo-5cb5a62dd73408ce4fbdd94b:gitter.imKoalaGeo (KoalaGeo)Hi, I thought I saw someone had made a web based metadata editor for MEF yml files a while ago but can't seem to find it - do any of you know of anything? 16:46:35
@koalageo-5cb5a62dd73408ce4fbdd94b:gitter.imKoalaGeo (KoalaGeo) * Hi, I thought I saw someone had made a web based metadata editor for MCF yml files a while ago but can't seem to find it - do any of you know of anything? 16:51:47
@koalageo-5cb5a62dd73408ce4fbdd94b:gitter.imKoalaGeo (KoalaGeo)Found it - https://osgeo.github.io/mdme/16:53:35
25 Mar 2024
@tomkralidis-557c28e615522ed4b3e1db3b:gitter.imtomkralidis (Tom Kralidis) yes, cc pvgenuchten (paul van genuchten) 12:45:57
28 Mar 2024
@koalageo-5cb5a62dd73408ce4fbdd94b:gitter.imKoalaGeo (KoalaGeo)

tomkralidis (Tom Kralidis): I've got the latest image up and running but I'm not sure I'm using it as expected.

I want to replicate https://metadata-waf.bgs.ac.uk/ using pysw so each folder of metadata is loaded into pycsw as a separate /collection/ using ogcapi-records.

Is that possible? It seems similar to the alternate configurations functionality using csw

14:15:09
30 Mar 2024
@tomkralidis-557c28e615522ed4b3e1db3b:gitter.imtomkralidis (Tom Kralidis) KoalaGeo (KoalaGeo): you would definitely need to load these metadata into a repository (using pycsw-admin load-records). Having said this, pycsw currently supports one repository per instance. A feature enhancement would be to support 1..n repositories (feel free to open an issue). A workaround for now would be to deploy one instance per metadata folder. 00:37:45
8 Apr 2024
@koalageo-5cb5a62dd73408ce4fbdd94b:gitter.imKoalaGeo (KoalaGeo) tomkralidis (Tom Kralidis) thanks for that, might put them all together for now and can use keyword filters to only extract the data we want. 08:50:08
9 Apr 2024
@tomkralidis-557c28e615522ed4b3e1db3b:gitter.imtomkralidis (Tom Kralidis) that work as well KoalaGeo (KoalaGeo) 13:03:12

There are no newer messages yet.


Back to Room ListRoom Version: 4