...
| Code Block |
|---|
coverageName=nameToBeAssignedToYourCoverageStore
defaultPath=relativePathToAFileToBeUsedAsDefault
expand=true
timeBetweenChecks=600
|
By default, the plugin will use the folder name as coverage name.
...
expand is a boolean which allows to specify whether to apply RGB expansion to paletted images.
timeBetweenChecks is the time interval between two consecutive checks on a file. Being the imageCollection a dynamic collection (files can be modified, deleted, ...) there is a periodic check on file existence and file "last modified time" flag. This property represents the time between two checks, in seconds.
Configure the store
In order to configure a new store on top of a folder containing an image collection, you simply needs to navigate to the GeoServer's gui "add store" page and then select the ImageCollection raster data source. Then, select the folder you want to use as root of your image Collection and continue configuring the store as a standard raster store.
...