Skip to content
Discussion options

You must be logged in to vote

I don't get the error that you got, but I do get a blank map. I think the reason for this error is that it doesn't find the time within this catalog the files are organized from oldest to newest. The selection of

ds = cat.datasets[0]

grabs the oldest file (which is about a month before current). The problem is that the newest files are "in the future". Due to errors in the transcription of the data at some point, the latest files are for March 31, 2021 at 23 UTC - clearly in the future as of 4 March 2021 when I am writing this response. We can go about it via another method to get the data you desire, though not through Siphon.

By using the request module, we can construct the web address…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dopplershift
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants