Hello everyone,

I have just started using Geoserver on my local computer and I am having
some problems with the image mosaic. My goal is to upload in geoserver
several geotiffs of a precipitation event. The files contain date and time
attributes (5-minute intervals)  and they are named as such:
pr_20150612T122500000Z_0600.000.tiff

I follow the tutorials in this link
https://docs.geoserver.org/main/en/user/tutorials/imagemosaic_timeseries/imagemosaic_time-elevationseries.html
and set the properties files as such:

*elevationregex.properties:*
regex=(?<=_)(\\d{4}\\.\\d{3})(?=_)

*timeregex.properties:*
regex=[0-9]{8}T[0-9]{9}Z(\?!.\*[0-9]{8}T[0-9]{9}Z.\*)

*indexer.properties:*
Caching=false
TimeAttribute=ingestion
ElevationAttribute=elevation
Schema=*the_geom:Polygon,location:String,ingestion:java.util.Date,elevation:Double
PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](ingestion),DoubleFileNameExtractorSPI[elevationregex](elevation)

However, I have been getting an error, see attached.

Beyond that, I tried with the files available in the tutorial and it did
not work. On the other hand, I was able to upload image mosaics using only
the date without time.

Can someone guide me to a solution to this problem? Beyond that, I have
read that I could set up a xml file inside my folder to upload the image
mosaic, is this a better idea? Do you have some xml sample for my geotiffs,
I tried some and it did not work as well.

PS: I have tried to save my geotiff folder in different paths and it did
not work

Thank you in advance and I wish you a good day!

Best regards
Bruno Castro
-- 
Bruno Parente Leitão de Castro
*Graduado em Engenharia Ambiental e Sanitária*
*Instituto Federal de Educação, Ciências e Tecnologia do Ceará - IFCE*
_______________________________________________
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


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to