podaacpy
podaacpy copied to clipboard
Error in the example file "Using Podaacpy to retrieve CYGNSS Level 3 Science Data.ipynb"
This is the block number four of the example,
#Print a list of CYGNSS dataset id's
print('\nHeres list_all_available_granule_search_dataset_ids()')
result = u.list_all_available_granule_search_dataset_ids()
dsetId = [i for i in result if 'CYG' in i]
print(dsetId)
I am getting the following error
Traceback (most recent call last):
File ~\anaconda3\lib\xml\etree\ElementTree.py:1713 in feed self.parser.Parse(data, False)
ExpatError: mismatched tag: line 127, column 530
@dhkrkh can you please print the result
? Maybe CYG
is absent in the result set.
Also, apologies for the late response. I have been away for a while.