On 1/14/19 5:21 PM, Richard Duivenvoorde wrote:
> But when requesting the layer with a time filter we see that between
> 12:00 and 13:00 Geoserver does NOT return the corresponding tiff, but an
> empty image (logging it has empty granula).
..
> 
> j.201901141200.01.01.sp.asc.tiff        2019-01-14 00:00:00.0  <==???
> j.201901141210.01.01.sp.asc.tiff        2019-01-14 00:10:00.0  <==???
> ...
> j.201901140810.01.01.sp.asc.tiff      2019-01-14 08:10:00.0
> j.201901141430.01.01.sp.asc.tiff      2019-01-14 14:30:00.0

> [1] regex=([0-9]{12}),format=yyyyMMddhhmm

Ah duh, me bad....

regex=([0-9]{12}),format=yyyyMMddhhmm

should be 24 based hour ( HH instead of hh)

regex=([0-9]{12}),format=yyyyMMddHHmm

Sorry for the noise...

Regards,

Richard


_______________________________________________
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to