Пример #1
0
 def getDataSetURI(self, anyText=None, CSWURL=CSWURL, BBox=None):
     """
     Searches a given CSW server and returns metadata content for the datasets found.
     
     :param anyText: keywords to be passed to CSW get records
     :type anyText: list or None
     
     """
     return  webdata_handle.getDataSetURI(anyText, CSWURL, BBox)
Пример #2
0
 def getDataSetURI(self, anyText=None, CSWURL=CSWURL, BBox=None):
     """
     Searches a given CSW server and returns metadata content for the datasets found.
     
     :param anyText: keywords to be passed to CSW get records
     :type anyText: list or None
     
     """
     return webdata_handle.getDataSetURI(anyText, CSWURL, BBox)
Пример #3
0
 def getDataSetURI(self, anyText='',CSWURL=CSWURL,BBox=None):
     return  webdata_handle.getDataSetURI(anyText, CSWURL, BBox)
Пример #4
0
 def getDataSetURI(self, anyText='', CSWURL=CSWURL, BBox=None):
     return webdata_handle.getDataSetURI(anyText, CSWURL, BBox)