- To: thredds@xxxxxxxxxxxxxxxx
- Subject: Re: [thredds] Ncml Aggregration
- From: Jordan Walker <jiwalker@xxxxxxxx>
- Date: Wed, 06 Jul 2011 12:37:12 -0500
I've experimented some with remote aggregation, and it is not possible,
as far as I can tell, to use the scan element for remote datasets. You
have to do something like:
<aggregation ...> <netcdf location="http://remoteserver/thredds/dodsC/dataset/file1.nc" /> <netcdf location="http://remoteserver/thredds/dodsC/dataset/file2.nc" /> </aggregation>I built these aggregations by parsing the remote THREDDS catalog.xml, and it works in concept. There are possible performance problems with this since it is not the normal usage. The unidata guys might have more insight into this.
Jordan Walker Center for Integrated Data Analytics (CIDA) USGS WI Water Science Center 8505 Research Way Middleton WI 53562 608-821-3842 http://cida.usgs.gov <http://cida.usgs.gov/> On 07/05/2011 08:18 PM, Ming Fu wrote:
Hi All, Is it possible to use Ncml aggregation over external datasets? In the documentation, the scan element only can load local datasets. Can everyone show me the best way to address this problem? Thanks, Ming Fu Software Engineer Tasmanian Partnership for Advanced Computing University of Tasmania _______________________________________________ thredds mailing list thredds@xxxxxxxxxxxxxxxx For list information or to unsubscribe, visit: http://www.unidata.ucar.edu/mailing_lists/
- Follow-Ups:
- Re: [thredds] Ncml Aggregration
- From: John Caron
- Re: [thredds] Ncml Aggregration
- References:
- [thredds] Ncml Aggregration
- From: Ming Fu
- [thredds] Ncml Aggregration