Skip to content

Feature request: add 'changelog' metadata field (date and description) #183

Description

@billgeo

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status
    📋 Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions