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=TimestampFileNameExtractorSPItimeregex,DoubleFileNameExtractorSPIelevationregex
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