-
Notifications
You must be signed in to change notification settings - Fork 77
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
Make use of env variables free from satpy #113
Merged
djhoese
merged 21 commits into
pytroll:main
from
adybbroe:fix-for-env-variables-and-make-free-from-satpy
Feb 16, 2023
Merged
Make use of env variables free from satpy #113
djhoese
merged 21 commits into
pytroll:main
from
adybbroe:fix-for-env-variables-and-make-free-from-satpy
Feb 16, 2023
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
…emove test suites Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Codecov Report
@@ Coverage Diff @@
## main #113 +/- ##
==========================================
+ Coverage 87.04% 87.65% +0.60%
==========================================
Files 13 15 +2
Lines 2054 2203 +149
==========================================
+ Hits 1788 1931 +143
- Misses 266 272 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
pnuu
reviewed
Nov 18, 2022
…es at version 1.7 Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
djhoese
reviewed
Nov 18, 2022
Update doc/source/index.rst Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
djhoese
requested changes
Nov 28, 2022
Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
…nt var name Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
… tests Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
djhoese
reviewed
Jan 20, 2023
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
…tion how to check if a platform is supported on default. Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
djhoese
reviewed
Jan 23, 2023
Co-authored-by: David Hoese <david.hoese@ssec.wisc.edu>
…ng platform if missing Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
…rdingly Signed-off-by: Adam.Dybbroe <a000680@c21856.ad.smhi.se>
FYI if you have other PRs you are planning you could drop Python 3.8 support and add 3.11 to the CI tests. |
5 tasks
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.
This PR tries to clean up a bit concerning the use of environment variables and tle file handling.
The old (mpop) legacy env variable
PPP_CONFIG_DIR
is removed. A new one is introduced instead:PYORBITAL_CONFIG_PATH
. It is now also documented correctly and this also includes the use of theTLES
environment which was not mentioned.flake8 pyorbital