-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bnb32/issue51 #59
Bnb32/issue51 #59
Conversation
9d7f425
to
ec281b3
Compare
Fixes #51. added properties to base handler and merra handler for accessing next date file. edited temporal intepolation to integrate next date data. pandas date_range wrapper addition.
ae304a1
to
200bbd2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks really good, one minor docstring underscore missing (so minor that i almost deleted the comment) but really 10/10
nsrdb/data_model/base_handler.py
Outdated
Parameters | ||
---------- | ||
key : str | ||
The should be either 'pattern' or 'next pattern', corresponding to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need underscore on "next pattern"
if self.next_file_exists: | ||
data = np.concatenate([data, self._get_data(self.next_file)], | ||
axis=0) | ||
return data |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
beautiful!
Resolves MERRA interpolation issue #51. Also incorporates various changes to accommodate pandas v2.0.0.
With interpolation fix:
Without: