Skip to content
Discussion options

You must be logged in to vote

The issue is that you passed variables as coords_id since the fourth parameter in the function's signature is coords_id. You should use variables=variables like in the code that I provided in the previous comment:

carrizo_nldas = nldas.get_bycoords(coords_list, "1992-10-01", "2022-09-30", variables=variables, source='netcdf')

Please look at the documentation link that I sent to make sure you pass the arguments correctly.

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@psbecker
Comment options

@cheginit
Comment options

Answer selected by cheginit
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