-
Notifications
You must be signed in to change notification settings - Fork 8
Add reading grib files for stats #33
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
Open
andleuth
wants to merge
68
commits into
main
Choose a base branch
from
reading_grib_files
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
68 commits
Select commit
Hold shift + click to select a range
3ec8155
added grib_parser
ae3a747
eccodes_definition in setup_env
56ab73e
applied changes for reading grib files
andleuth b3bc25e
Formatting
andleuth fd39159
update to master branch
andleuth 3250783
dummy change
andleuth 940f1f9
revert dummy change
andleuth fce5ac0
adapt get_ds()
andleuth b046756
unitest and change in grib_definition_path
andleuth dde8b24
old def_path for safety
andleuth ea0e431
Merge remote-tracking branch 'origin/main' into reading_grib_files
huppd 6546223
improve formatting
huppd d3a942e
frist draft tests
huppd f62a22a
add unittest
huppd 35e9821
rm deleted files
huppd c72eb96
update requirements
huppd 5048f49
update requirements
huppd e2f426e
Merge branch 'reading_grib_files' of github.com:MeteoSwiss/probtest i…
huppd f9d04a9
use pinned version for ci and make python version consistent
huppd 145dd49
pin env and set python version
huppd 7dd8c18
add author
huppd e450ff7
fix gitignore
huppd cb5d76c
update gitignore
huppd 13ce70c
small improvement
huppd 7be1ac4
change to pytest
huppd 99320d8
cleanup tmp path
huppd 92677de
fix tmp
huppd 658c249
cleanup gitignore
huppd 32a180b
fix utest
huppd c16e221
fix env
huppd d2d84d3
improve github actions
huppd 4f7e183
fix env
huppd 74ad301
step by step refactor
huppd 3996217
next step
huppd 3b467e5
next step
huppd 30bbcd3
next step
huppd bc0be67
last step
huppd b5c2866
last step
huppd 7c59155
Merge branch 'reading_grib_files' of github.com:MeteoSwiss/probtest i…
huppd ad6e44e
cleanup gitignore
huppd 8b074d7
minor change
huppd 7e1427b
fix readme
huppd 3f9bd0d
fix definitions version
huppd 8f89c85
make icon consistent
huppd 6039666
fix naming
huppd 7bfcea5
fix naming
huppd 903f8a4
fix eccodes version
huppd d9a1797
inlcude sample path
huppd a584fca
use eccodes=2.35.0
huppd 59a0833
fix python version
huppd 21c6d24
might not be needed
huppd c357b92
Merge remote-tracking branch 'origin/main' into reading_grib_files
huppd 8000bdf
revert hotfix
huppd f2ab296
Merge remote-tracking branch 'origin/main' into reading_grib_files
huppd 43a3985
update README.md
huppd 2ed2845
refactor
huppd 586d5a1
use closets possiblle eccodes to 2.25.0
huppd 9b94a3a
refactor
huppd f51fcd4
not so nice workaround
huppd e50ec27
workaround
huppd 427a954
update env
huppd 68ee283
rename var
huppd 0a2fc58
fix name
huppd 282a9d3
rm mamba option
huppd 937184e
fix name
huppd 4321bbc
update requirements
huppd 8ca9638
update eccodes, needs test fixing
huppd a438460
fix environment
huppd File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -255,5 +255,6 @@ dependencies: | |
| - zipp=3.11.0 | ||
| - zlib=1.2.13 | ||
| - zstd=1.5.2 | ||
| - earthkit-data | ||
| - pip: | ||
| - flake8-pyproject==1.2.2 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,5 +22,6 @@ dependencies: | |
| - sphinx-autobuild | ||
| - toml>=0.10.2 | ||
| - pip | ||
| - earthkit-data | ||
| - pip: | ||
| - flake8-pyproject | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -175,3 +175,4 @@ dependencies: | |
| - xz=5.2.6 | ||
| - zlib=1.2.13 | ||
| - zstd=1.5.2 | ||
| - earthkit-data | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.