Is your feature request related to a problem? Please describe.
So that I can understand the changes that have occurred to the dataset over time, as a Data User, I want to see basic changelog for the dataset/collection (date and description).
Describe the solution you'd like
Add a mandatory linz:changelog metadata field to the collection metadata, only add data and description in the first instance.
Location: collection top level field metadata
Name: linz:changelog
Description:
Contains a log of changes that have occurred within the data collection. The date should correspond to the 'dataset version' and 'dataset updated' dates stored elsewhere. The description should be a concise summary of changes.
Optional/Required: "Required"
Restrictions: An object that must have
'date' (UTC datetime),
'description' (string)
Changelog history should ideally be ordered newest to oldest. Suggestion is to use a list of json objects to structure this data.
Example
Date: 2020-04-22T02:17:24.900422Z
Description: "Replaced tile BG37_5000_1009 to include nodata region.
A LDS customer noticed that tile BG37_5000_1009 had black regions on the outer edges of the image. The tile was reprocessed using GDAL to set the black regions to a nodata value to match the other tiles nodata values within the dataset.
Refer to issue https://jira.linz.govt.nz/browse/TODATA-654"
Describe alternatives you've considered
Additional context
Is your feature request related to a problem? Please describe.
So that I can understand the changes that have occurred to the dataset over time, as a Data User, I want to see basic changelog for the dataset/collection (date and description).
Describe the solution you'd like
Add a mandatory linz:changelog metadata field to the collection metadata, only add data and description in the first instance.
Location: collection top level field metadata
Name: linz:changelog
Description:
Optional/Required: "Required"
Restrictions: An object that must have
'date' (UTC datetime),
'description' (string)
Changelog history should ideally be ordered newest to oldest. Suggestion is to use a list of json objects to structure this data.
Example
Describe alternatives you've considered
Additional context