ncml

regExp for matching directories

本小妞迷上赌 提交于 2020-01-04 02:51:09
问题 I have a somewhat complex directory structure for NetCDF files I want to create a THREDDS catalog for. /data/buoy/A0121/realtime/A0121.met.realtime.nc /A0121.waves.realtime.nc etc. /data/buoy/A0122/realtime/A0122.met.realtime.nc /A0122.sbe37.realtime.nc etc. /data/buoy/B0122/realtime/B0122.met.realtime.nc /B0122.sbe37.realtime.nc etc. But I have found that the regExp attribute in both datasetScan and aggregation/scan elements does not seem to be able to handle subdirectories using regExp. For