I'm trying to setup a ImageMosaic store with GeoTiff images that are
generated each 5 minutes. Using the undocumented features and google I've
been able to get the imagemosaic plugin working with yyyyMMdd values for
different dates, but when I try: yyyyMMddTHHmmSS then it only uses the date
part, and forgets the time of the image.

my indexer.properties: 
TimeAttribute=time
Schema= the_geom:Polygon,location:String,time:java.util.Date
PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](time)

my timeregex.properties:
regex=[0-9]{8}T[0-9]{6}Z

my input files are named:
20130116T113000Z.tif
20130116T113500Z.tif
20130116T114000Z.tif


How Should I name/configure my files or the imagemosaic properties files in
such a way that it will support hours/minutes/seconds?




--
View this message in context: 
http://osgeo-org.1560.n6.nabble.com/ImageMosaic-not-processing-time-properly-tp5030070.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to