leap-stc / data-and-compute-team

Repo to organize issues/mangagment of the LEAP Data and Computation Team
Apache License 2.0
0 stars 0 forks source link

Team Planning - Wednesday, August 7th #8

Closed github-actions[bot] closed 1 month ago

github-actions[bot] commented 1 month ago

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 πŸ’ͺ** - [ ] A goal/project I need to work on in the next two weeks: - [ ] An issue/project that needs help/coordination from another member **Questions for the group ❓** **My availability for this week πŸ—“** ```
jbusecke commented 1 month ago

Thanks I'd like to give πŸ™Œ

User Interactions/Concerns

Cycle Review πŸ”Ž

My goals for the two upcoming weeks πŸ’ͺ

- [ ] Refactor the Docs data guide (this includes better integration of the new data ingestion/catalog [PR](https://github.com/leap-stc/leap-stc.github.io/pull/162) - [ ] Officially release the catalog! **Questions for the group ❓**

My availability for this week πŸ—“

norlandrhagen commented 1 month ago

Thanks I'd like to give πŸ™Œ

My goals for the two upcoming weeks πŸ’ͺ

jbusecke commented 1 month ago

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}},
    )