-
Notifications
You must be signed in to change notification settings - Fork 168
Removing grid.py and time_origin for v4 #2068
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
Conversation
As time will become a datetime64?timedelta64 object, no need anymore for time_origin and TimeConverter
|
Before we can merge this, I think we need to also get rid of the old grid class entirely (its not used anymore - was just keeping it for reference, but we're passed that stage now). I'll work on it today |
|
Oh I can also do that; was actually planning on doing this the coming few days (hence the draft status of this PR). I'm getting pretty good at removing old code ;-) |
|
Cool, sounds good. It will require removing |
VeckoTheGecko
left a comment
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 good! Just some further removal of code then I think we're good to go!

As time will become a
np.datetime64/np.timedelta64object, no need anymore fortime_originandTimeConverter. This PR removes them.It also removes the old grid.py
mainfor v3 changes,v4-devfor v4 changes)