[Geoserver-devel] [JIRA] (GEOS-10073) Animation download process should report about eventual time mis-matches

Andrea Aime created an issue

GeoServer / BugGEOS-10073

Animation download process should report about eventual time mis-matches

Issue Type:

BugBug

Assignee:

Andrea Aime

Created:

21/May/21 12:51 PM

Priority:

MediumMedium

Reporter:

Andrea Aime

Following up https://osgeo-org.atlassian.net/browse/GEOS-10072, the animation download is also affected by the issue, as frames returned in the animation might not correspond to all the requested times due to nearest match.
We are going to add a separate, optional report enumerating the eventual time mismatches (as a second output of the process, that clients can decide to retrieve, or not). Default encoding would be XML (others can be added via PPIOs later). Here is an example:

{{ <animationMetadata>
<warningsFound>true</warningsFound>
<warnings>
<warning>99 No nearest value found on rgbairmass:time for value 2008-11-07T00:00:00.000Z</warning>
<warning>99 Nearest value used: time = 2008-11-08T00:00:00.000Z (rgbairmass)</warning>
</warnings>
</animationMetadata> }}

Add Comment

Add Comment

Get Jira notifications on your phone! Download the Jira Cloud app for Android or iOS


This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100162-sha1:2e82ed7)

Atlassian logo