-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added grib idx extract methods and test cases #484
Conversation
Sorry it has taken me so long to start looking at this. Can you please provide a description for this PR, what the two main functions here are for, how they are expected to be used? |
The
|
Yes, but why, what are you supposed to do with this new code?
|
The dataframe from this function and the dataframe from the |
Please fill out the description of this PR at the top, saying why this new code should be included.
Please demonstrate how the code is supposed to be used. |
The
extract_datatree_chunk_index
function is essential for mapping the idx and grib metadata to make a mapping from one to the other for a particular model horizon file. Also, the mapping method inside the workflow uses theextract_datatree_chunk_index
internally.