-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Datatree design discussions - weekly meeting #8747
Comments
@TomNicholas Yes, I'm good on 11:30am EST Every Tuesday. |
Thanks for putting this together @TomNicholas! 11:30 EST on Tuesdays should generally work for me. |
Great. 11:30am-12:00am EST every week it is then! (We can overrun if necessary, but prioritize agenda items so as to respect people's time who can't stay for longer.) Google calendar event link (There is an xarray calendar but I don't think I have access to it) We'll use the same zoom link as for the bi-weekly dev call. |
FYI I can't open this calendar link. |
Ugh - I tried changing the account which owns the event, but if that still doesn't work then just forget about it. I'll post here if we need to cancel or change the time or anything. |
Following up from our discussion today (@shoyer @owenlittlejohns @keewis @flamingbear) the original issue about storing |
I can't make the normal time of 11:30am EST tomorrow (it clashes with a job talk I need to attend). The only other time tomorrow I could do is 1 hour earlier (10:30am EST). I'll be on zoom then anyway in case anyone shows up! |
I'd like to pop in and be a fly on the wall of these meetings if they're still happening... lmk |
@schlich yes they are still happening! You missed one yesterday in fact. You're welcome to pop in. |
Wonderful, it's in my calendar |
Now that we've released DataTree in xarray |
What is your issue?
In the bi-weekly dev meeting today we agreed that deliberate higher-level discussions of datatree's design would be useful. (i.e. we're not worried about our ability to write high-quality code, so let's focus review time more explicitly on the high-level design questions.)
This could take the form of me just talking through what I did in a certain part of the code and why, or a targeted discussion on specific design questions that I was never quite sure about. Some examples of the latter, as food for thought:
Symbolic links? Allow symbolic links between nodes xarray-contrib/datatree#5(we decided this was overkill)dt.ds
ugly? See also the difference betweendt.ds
anddt.to_dataset()
Tree linkage + dataset in one object nonideal for UI tree view xarray-contrib/datatree#303 (comment)__contains__
and__getitem__
xarray-contrib/datatree#240xr.concat
/xr.merge
acceptDataTree
objects? (and map over them by default?) Support DataTree in Xarray's top level functions #9106There was also this design doc I wrote at one point
@flamingbear are you free at 11:30am EST on Tuesday each week? @shoyer, @keewis and I are all free then. Others also welcome (e.g. @owenlittlejohns , @eni-awowale, @etienneschalk), but not required :)
The text was updated successfully, but these errors were encountered: