1.2.7. tds2stac.utils module#

tds2stac.utils.get_xml(url, request_properties)[source]#

A function for getting XML content from url

tds2stac.utils.html2xml(url)[source]#

A function for making a an xml URL from html URL

tds2stac.utils.merge_bboxes(bbox1, bbox2)[source]#
tds2stac.utils.merge_intervals(interval1, interval2)[source]#
tds2stac.utils.opener_module(service_url, requests_properties)[source]#
tds2stac.utils.references_urls(url, additional)[source]#
tds2stac.utils.replacement_func(url)[source]#

A function for making a an id from catalog URL for collections

tds2stac.utils.replacement_func_collection_item_id(url)[source]#

A function for making a an id from catalog URL for collections

tds2stac.utils.validate_catalog_url(url, requests_properties)[source]#

A function for validating the catalog URL

tds2stac.utils.xml2html(url)[source]#

A function for making a an html URL from xml URL

tds2stac.utils.xml_processing(catalog, request_properties)[source]#

A function for getting out XML details of a catalog URL

tds2stac.utils.xml_tag_finder(input_xml, web_service, var_name)[source]#

A function for finding the tag names in all TDS webservices

tds2stac.utils.xml_tag_name_ncml(input_xml, var_name)[source]#

A function for finding the tag names in NcML XML files