GeoServer ImageMosaic 图层

参考文档:https://docs.geoserver.org/latest/en/user/tutorials/imagemosaic_timeseries/imagemosaic_timeseries.html

聚合图层

1增加索引文件(indexer.properties)

TimeAttribute=ingestion
ElevationAttribute=elevation
Schema=*the_geom:Polygon,location:String,ingestion:java.util.Date,elevation:Integer
PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](ingestion)

2.正则表达文件(timeregex.properties)

regex=[0-9]{6}

3.发布存储

4.发布图层

维度中启用时间维度,类型选择list

上一篇
下一篇