forked from pytroll/satpy
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Fix open issues in combined EUM GRIB2 reader #3
Merged
dnaviap
merged 622 commits into
dnaviap:main
from
strandgren:feature_combined_eum_grib_reader
Jun 24, 2024
Merged
Fix open issues in combined EUM GRIB2 reader #3
dnaviap
merged 622 commits into
dnaviap:main
from
strandgren:feature_combined_eum_grib_reader
Jun 24, 2024
Conversation
This file contains 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
Replace setup with pyproject.toml
Add new (Eumetrain) FCI RGB composites
…owercase Convert Sentinel-2 MSI sensor name to lowercase in the reader YAML config file and add support for "counts" calibration
[pre-commit.ci] pre-commit autoupdate
Fix various issues in unstable CI
Add netcdf4 to goci2 optional dependency in `pyproject.toml`
…default Activate LI L2 accumulated products gridding by default
…utation Fix LI L2 accumulated products `'with_area_definition': False` 1-d coordinates computation
Add the reader for the fci L1C Africa files
[pre-commit.ci] pre-commit autoupdate
Replace the unmaintained dependency appdirs with platformdirs
Add support for MERSI-1 on FY-3A/B/C
Add support for Sentinel-2 MSI L2A SAFE datasets
It is pure python and rarely causes issues. It also has many dependencies not used by anything else.
Add missing hatchling dependency to unstable CI
…erview Automatic list with overviews of inlcuded area definitions for the documentation
o HEAD # Conflicts: # AUTHORS.md # satpy/readers/eum_l2_grib.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Hi David,
during the PCW I worked on the open points in your PR on the
eum_l2_grib
reader. If you merge this branch into your main branch (which is used for the PR), the PR should be ready for review by the code owners.Thanks,
Johan