Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

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

Open
dhkrkh opened this issue Jun 15, 2023 · 2 comments

Comments

@dhkrkh
Copy link

dhkrkh commented Jun 15, 2023

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

@lewismc
Copy link
Contributor

lewismc commented Aug 16, 2023

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

@lewismc
Copy link
Contributor

lewismc commented Aug 16, 2023

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants