Right now, only ImageMosaic of NetCDFs/Gribs allow to expose multiple coverages (one coverage for each underlying NetCDF variable). When dealing against a folder containing several GeoTIFFs or world images, everything will be exposed as a single coverage having the name of the folder or a specified index name in the properties file (Eventually supporting different dimensions). It would be great to support multiple coverages from different tiffs. As an instance, if dealing with a folder containing temperature_r1c1.tif, temperature_r1c2.tif, pressure_r1c1.tif, pressure_r1c2.tif it would be great to expose 2 different coverages: temperature and pressure (this will also require a datastore.properties). |