Skip to content

Time ordering of Coverages in a Collection #170

Open
@pzaborowski

Description

@pzaborowski

In the particle tracking use case and drift models, the usual outcome is set of:

Here is the covjson schema compliant second representation as CoverageCollection of MultiPoint, each Multipoint at different time:
ILIAD-ocean-twin/data_access_api#12

Traversing through all the Coverages/frames to know what are the timestamps and to order them does not feel like elegant.
So example has additional time domain (not breaking the schema nor mentioned in spec as MAY for CoverageCollection) on the collection level where all the timestamps are listed and sorted. It is redundant to timestamps in the Coverages while allowing to construct timescale, potentiallyy faster (all timestamps in one block, no need to traverse all the Coverages, esp they does not have to be in order).

Is that a good case to say what is the domain of the coverage collection if exists?
Is it a good candidate for #161 type profile?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Priority 1Highly desirableV1.1Non-breaking change for Version 1.1

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions