On 12/16/2011 1:35 PM, Gallagher James wrote:
Hi, Is the netcdf group the correct list for questions/suggestions about the Java netcdf implementation? I'd like to suggest that the Java netcdf library revisit what it does with a file/URL that ends in '.ncml'. I'd like to suggest that it _not_ assume that the URL should be fetched but instead assume that it's a DAP URL and should be dereferenced as would be the case with a URL that ends in .hdf or .nc (local files would be treated differently). James -- James Gallagher jgallagher at opendap.org 406.723.8663
hi james: 1) probably address@hidden is best2) we recently changed behavior to check first if the file was remote (eg opendap) and then if its a local ncml file. is that the same problem you mean?