podaacpy icon indicating copy to clipboard operation
podaacpy copied to clipboard

Error in the example file "Using Podaacpy to retrieve CYGNSS Level 3 Science Data.ipynb"

Open dhkrkh opened this issue 1 year ago • 2 comments

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 avatar Jun 15 '23 10:06 dhkrkh

@dhkrkh can you please print the result? Maybe CYG is absent in the result set.

lewismc avatar Aug 16 '23 14:08 lewismc

Also, apologies for the late response. I have been away for a while.

lewismc avatar Aug 16 '23 14:08 lewismc