You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
#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
The text was updated successfully, but these errors were encountered:
This is the block number four of the example,
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
The text was updated successfully, but these errors were encountered: