Skip to content

combine metadata, time series and trajectory data #6

@kok-foong

Description

@kok-foong

Previously the ConfigEntry class was written such that an instance can only contain "meta + time", or "trajectory" only, this work will make it possible to have something like

{
    "id": "1",
    "class": "http://class_iri",
    "meta": {...}            
    "time": {...},
    "trajectory": [...]
}

instead of having to have something like

{
    "id": "1",
    "class": "http://class_iri",
    "meta": {...}            
    "time": {...}
},
{
    "id": "2",
    "class": "http://class_iri",
    "trajectory": {...}
}

The "trajectory" data is also changed to an array instead of an object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions