-
Notifications
You must be signed in to change notification settings - Fork 4
Merge Data V6 Branch #75
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
base: main
Are you sure you want to change the base?
Conversation
…into feature/data_v5
…into feature/data_v5
## Summary - add parquet encoder to export DataContainer data using PyArrow ## Testing - `pip install pycodestyle` *(fails: Could not find a version that satisfies the requirement pycodestyle)* - `python -m py_compile data_prep/src/parquet_encoder.py` ------ https://chatgpt.com/codex/tasks/task_e_689e26eb50948325b46a987a07430fdf
## Summary - refactor data prep readers into unified runner hierarchy - add PcaRunner and consolidate tank/PCA reading into single reader script - update configs and scripts for new `pca` type ## Testing - `pytest` - `python -m py_compile data_prep/src/runner.py data_prep/src/reader.py data_prep/src/config.py data_prep/scripts/gen_data.py` ------ https://chatgpt.com/codex/tasks/task_e_68a346d0d4308325940cb1724b9fcf15
…into feature/data_v5
…into feature/data_v5
Co-authored-by: Copilot <[email protected]>
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.
Pull request overview
Copilot reviewed 20 out of 20 changed files in this pull request and generated 9 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
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.
Pull request overview
Copilot reviewed 19 out of 19 changed files in this pull request and generated 3 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Adds SEVIRI and SSMIS data types to data prep.
…into feature/data_v6
Co-authored-by: Copilot <[email protected]>
Thanks for the feedback on #75. I've created this new PR, which merges into #75, to address your comment. I will work on the changes and keep this PR's description up to date as I make progress. Original PR: #75 Triggering review: #75 (comment) > @copilot open a new pull request to apply changes based on [this feedback](#75 (comment)) <!-- START COPILOT CODING AGENT TIPS --> --- 💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey). Co-authored-by: copilot-swe-agent[bot] <[email protected]>
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.
Pull request overview
Copilot reviewed 29 out of 29 changed files in this pull request and generated 12 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
This makes changes to the retrieval yamls for ADPSFC, SFCSHP, ADPUPA, and AIRCFT and fixes issue #79 --------- Co-authored-by: rmclaren <[email protected]>
Merge latest changes from Data V6.
Adds processing of data files into year long zarr files as well as modifying and adding a few new data types.
Once we merge this we can move on with much smaller and incremental PR's.