Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do not use date_created in ogcapi:records, it should apply to the record #1044

Open
pvgenuchten opened this issue Nov 19, 2024 · 0 comments
Open

Comments

@pvgenuchten
Copy link
Contributor

Description

when considering opengeospatial/ogcapi-records#189, ogcapi:records does not capture created/updated for the resource itself, it applies to the record!

So the implementation at https://github.com/geopython/pycsw/blob/4a2782669e02acce06b3905391332f918b605ef0/pycsw/ogc/api/records.py#L1168-L1177C47 is not correct

pycsw.date_created refers to the resource, not the record

pvgenuchten added a commit to pvgenuchten/pycsw that referenced this issue Nov 20, 2024
…es to only reflect the record, since most of the metadata schema's do not advertise a record creation date, we can only duplicate create and modified
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant