Skip to content
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

Team Planning - Wednesday, August 7th #8

Closed
github-actions bot opened this issue Aug 7, 2024 · 3 comments
Closed

Team Planning - Wednesday, August 7th #8

github-actions bot opened this issue Aug 7, 2024 · 3 comments

Comments

@github-actions
Copy link

github-actions bot commented Aug 7, 2024

This is a LEAP Data and Computation Team weekly standup 🎉🎉🎉!
This is a way to share feedback from the past cycle, set goals for the next work cycle and coordinate work with others in the group.

Each member should aim to put down 2-3 goals going into the meeting. We then try to discuss how to best align activities around the group to facilitate collaboration as much as possible.

Expecting responses from all members of @leap-stc/data-and-compute.

Copy and paste the template below, and answer questions as you wish!

Response Template
**Thanks I'd like to give 🙌**
- So-and-so helped me out a lot with XXX...
- Thanks for Jo's work on the XXX...

**User Interactions/Concerns**
- So and so found a gnarly bug. I have raised an issue here ...
- We got some awesome feedback on the new ... feature. 

**Cycle Review 🔎**
- I finished implementing ...
- 

**My goals for the two upcoming weeks 💪**
<!-- Aim to post 2-3 items here before the meeting time, and cross out (not delete) items that you will not work on this week.  --> 
- [ ] A goal/project I need to work on in the next two weeks: <link to issues / PRs>
- [ ] An issue/project that needs help/coordination from another member

**Questions for the group ❓**
<!-- Any questions for the whole group? -->

**My availability for this week 🗓**

@jbusecke
Copy link
Contributor

jbusecke commented Aug 8, 2024

Thanks I'd like to give 🙌

  • Thanks to @norlandrhagen @andersy005 for a productive discussion about the Carbonplan/LEAP collaboration
  • Thanks to @SammyAgrawal for a fun session exploring kbatch yesterday. This seems very promising!

User Interactions/Concerns

  • Nothing specific from the last few days.

Cycle Review 🔎

  • Still blocked on getting globus transfers to OSN bucket (Pangeo-Forge for testing) to work. Collaborating with CUIT to unblock
  • Working on

My goals for the two upcoming weeks 💪

  • Refactor the Docs data guide (this includes better integration of the new data ingestion/catalog PR
  • Officially release the catalog!

Questions for the group ❓

My availability for this week 🗓

  • Fri I have a doctors appointment, limited availability
  • Mon/Tue WFH
  • Wed/Thu LEAP

@norlandrhagen
Copy link

Thanks I'd like to give 🙌

  • Chatting with Sammy and Julius in the first DCT meeting.

My goals for the two upcoming weeks 💪

  • I would like to finish up the eNATL recipe + pyramids.
  • Figure out how we can write directly to an OSN bucket (staged-recipes did this)

@jbusecke
Copy link
Contributor

jbusecke commented Aug 8, 2024

Figure out how we can write directly to an OSN bucket (staged-recipes did this)

Something I got from charles a while back.

import s3fs
fs = s3fs.S3FileSystem(
	client_kwargs={'endpoint_url':'https://ncsa.osn.xsede.org'},
	default_cache_type='none',
	default_fill_cache=False,
	use_listings_cache=False,
	key=${{KEY}},
	secret=${{SECRET}},
	) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants