Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Enhancement: Refactor handling of index files and Inventory#261

Draft
blaylockbk wants to merge11 commits intomain
base:main
Choose a base branch
Loading
fromrefactor-ideas

Conversation

blaylockbk
Copy link
Owner

The goal of this PR is to refactor the handling of the GRIB index files. This introduces a new Inventory class that is used to check if the index file exits, read the index file into a Pandas DataFrame, and filter the inventory using asearchString which is used for downloading file subsets. The only input to this class is the local or remote path to the index file.

fromherbie.inventoryimportInventoryI=Inventory("https://noaa-hrrr-bdp-pds.s3.amazonaws.com/hrrr.20231201/conus/hrrr.t00z.wrfsfcf00.grib2.idx")# All the data in the index filedf=I.dataframe# A subset of the GRIB messagesdf_subset=I.filter("UGRD|VGRD")

This should make working with index files a little more maintainable and debugable.

  • Write sufficient tests.
  • Test for all model types.
  • Implement in the Herbie class.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@blaylockbk

[8]ページ先頭

©2009-2025 Movatter.jp