This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Yuan Ho wrote:
Tennessee James Leeuwenburg wrote:Hi Tennessee:The Agg server can aggregate local netcdf files or remote DODS datasets. So if you have a netcdf files served through a dods server, the AS can aggregate them. Using local netcdf files are preferable when possible because its a lot fasterNot what I meant - I have remote netCDF files served by a CGI script which is not a DODS server, which handles queries embedded in the URLs. It may be easier if you consider that they are simply available as files via HTTP from a remote directory.I think the answer is no, John may correct me if I am wrong. AGG server can only aggregate remote nc file through DODS server. Maybe in the near future AGG server can include HTTP server.Yuan
actually, it can handle netcdf over HTTP. from AS POV, thats the same as a local netcdf file, although performance is different.