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

feat(grib): use tempfile to handle grib data #17

Merged
merged 4 commits into from
Jan 10, 2025

Conversation

GratienDSX
Copy link
Collaborator

@GratienDSX GratienDSX commented Jan 10, 2025

Using standard module tempfile to temporarily store grib data before reading it as a python dataframe.

Close #16

@GratienDSX GratienDSX added the technical debt Additional rework caused by choosing an easy or limited solution label Jan 10, 2025
@GratienDSX GratienDSX requested review from develop-cs and ThomasBouche and removed request for develop-cs January 10, 2025 10:45
@GratienDSX GratienDSX linked an issue Jan 10, 2025 that may be closed by this pull request
@GratienDSX GratienDSX requested a review from develop-cs January 10, 2025 12:18
ThomasBouche
ThomasBouche previously approved these changes Jan 10, 2025
Signed-off-by: develop-cs <[email protected]>
@develop-cs develop-cs changed the title Use tempfile to handle grib data feat(grib): use tempfile to handle grib data Jan 10, 2025
@GratienDSX GratienDSX merged commit 2327399 into main Jan 10, 2025
4 checks passed
@GratienDSX GratienDSX deleted the feature/use_tempfile_to_handle_grib_data branch January 10, 2025 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical debt Additional rework caused by choosing an easy or limited solution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can we avoid on-disk data processing?
3 participants