We have 3 test datasets for galeon:
ftp://ftp.unidata.ucar.edu/pub/galeon/striped.nc
ftp://ftp.unidata.ucar.edu/pub/galeon/sst.nc
ftp://ftp.unidata.ucar.edu/pub/galeon/RUC.nc
All 3 files are CF-1.0 compliant.
1. striped.nc : has "striped data" for easy testing (thanks to Norman
Barker) : lat/lon global grid, 27 vertical pressure surfaces.
2. sst.nc : This is a simple time series (24 points) of monthly average
sea surface temperature. lat/lon global grid. It should be simple for
most GIS clients to handle.
3. RUC.nc: This is a time series (2 points) having both 2D fields and
3D fields on pressure surfaces, as well as other vertical coordinates.
Grid is a Lambert projection over North America. This should be a good
challenge for GIS clients to deal with.
A very preliminary WCS server for these three datasets is at:
http://motherlode.ucar.edu:8088/thredds/wcs?request=GetCapabilities&version=1.0.0&service=WCS&dataset=striped.nc
http://motherlode.ucar.edu:8088/thredds/wcs?request=GetCapabilities&version=1.0.0&service=WCS&dataset=sst.nc
http://motherlode.ucar.edu:8088/thredds/wcs?request=GetCapabilities&version=1.0.0&service=WCS&dataset=RUC.nc
let me know what problems you see.