We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
in line with geopython#1045 and geopython#1044, update the record dat…
f429b4e
…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
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: