Documentation for /home/davin/idl/socware/

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

projects/iugonet/tools/mddb/

get_source_url_list.pro


FUNCTION: GET_SOURCE_URL_LIST url_out=get_source_url_list(url_in, xmldir, xmlfile) PURPOSE: Gets URLs of data files from the metadata database. KEYWORDS: url_in = Query in the OpenSearch format xmldir = Directory where XML file will be downloaded to. xmlfile = Returned XML file for search result url_out = URLs of data files returned by the Metadata databese EXAMPLE: url_in='http://search.iugonet.org/iugonet/open-search/request?'+$ 'query=nipr_1sec_fmag_syo_20100101_v02.cdf' url_out=get_source_url_list(url_in, './', 'tmp.xml') Written by Y.-M. Tanaka, Sep. 15, 2011 (ytanaka at nipr.ac.jp)

Routines

top source get_source_url_list

result = get_source_url_list(url_in, xmldir, xmlfile)

Parameters

url_in
xmldir
xmlfile

File attributes

Modification date: Thu Feb 13 16:43:03 2014
Lines: 22