You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In contrast to GML, the provided GeoJson uses the timestamp-format yyyy-MM-dd'T'HH:mm:ssZ (with [defect?] timezone information). However, the trailing Z renders the given algorithms inapplicable. A nested comparison for a selection ( https://github.com/richwps/lkn/blob/master/mpa/src/main/java/net/disy/wps/lkn/utils/MSRLD5Utils.java#L174 ) compares yyyy-MM-dd'T'HH:mm:ss formated datetimes with yyyy-MM-dd'T'HH:mm:ssZ formated ones.
An intermediate solution/workaround is provided but needs to be revised.
Caused by errors handling GML with a previous build, the testing takes place using GeoJson.
(see https://github.com/richwps/lkn/tree/master/mpa/testing )
In contrast to GML, the provided GeoJson uses the timestamp-format
yyyy-MM-dd'T'HH:mm:ssZ
(with [defect?] timezone information). However, the trailingZ
renders the given algorithms inapplicable. A nested comparison for a selection ( https://github.com/richwps/lkn/blob/master/mpa/src/main/java/net/disy/wps/lkn/utils/MSRLD5Utils.java#L174 ) comparesyyyy-MM-dd'T'HH:mm:ss
formated datetimes withyyyy-MM-dd'T'HH:mm:ssZ
formated ones.An intermediate solution/workaround is provided but needs to be revised.
and
The text was updated successfully, but these errors were encountered: