EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 00ebe84a authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

fix regsitrar re[porting test

parent 15b3cc77
No related branches found
No related tags found
1 merge request!49Production release 1.1.1
......@@ -65,8 +65,8 @@ def compare_links(sftp, product_xml, product):
root = ElementTree.fromstring(xml_file.decode('utf-8').strip())
urls = root.findall('{http://www.telespazio.com/CSCDA/CDD/PDAS}URL')
wms_link = urls[0].find('{http://www.telespazio.com/CSCDA/CDD/PDAS}URL').text
wcs_link = urls[1].find('{http://www.telespazio.com/CSCDA/CDD/PDAS}URL').text
wms_link = urls[1].find('{http://www.telespazio.com/CSCDA/CDD/PDAS}URL').text
wcs_link = urls[0].find('{http://www.telespazio.com/CSCDA/CDD/PDAS}URL').text
wms_capabilities = 'emg.pass.copernicus.eu/ows?service=wms&request=GetCapabilities&amp&cql=identifier='
wcs_capabilities = 'emg.pass.copernicus.eu/ows?service=wcs&request=GetCapabilities&amp&cql=identifier='
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment