Skip to content

Collapse reanalysis retrievals into one coverage per point #123

Description

@andreas-grafberger

Is your feature request related to a problem? Please describe.

A timeseries retrieval over hdate or date (with a single step) currently returns one coverage per hdate/date, each with a 1-element t-axis.

For the request below, ideally we would get a single PointSeries coverage per point with
t = [hdate + step for each hdate].

{
    "time": "0000",
    "hdate": "19920101/to/19920103",
    "step": 6,
    "feature": {"type": "timeseries", "time_axis": "hdate", "points": [[35.0, -20.0]]}
}

This is closely related to #109 which aims to add support for this in the decoders. This issue here focuses on the encoders and would aim to directly combine multiple dates / hdates into a single coverage.

Describe the solution you'd like

No response

Describe alternatives you've considered

No response

Additional context

No response

Organisation

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions