-
Notifications
You must be signed in to change notification settings - Fork 1
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
Added more LoS load options #107
Conversation
Added more methods for loading the LoS TEC data.
Added a new section to the changelog.
Updated the TEC example to express available data and show how to use the selective LoS loading.
Added a note about the support functions that exist to help load data by site or time.
Changed datetime calls to `utcnow`, as it has been deprecated.
Added additional changes to the log.
Remove unnecessary information from timestamps.
Updated the logger to use pysat directly instead of importing it from pysat.
Fixed the datetime class reference.
Added inline and block comments to show filtering motivation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I would recommend adding the if: ${{ always() }}
line to the "finish" job in the main workflow so that the final coverage step is run even if some of the env configs (eg, python 3.6.8) fail. This should at least be documented in an issue.
On a quasi-related note, I've been having issues getting coveralls to display the actual files when the coveralls app is used. :(
Update the test finish conditions as suggested by @jklenzing.
Description
Addresses #103 and expands the options for loading line-of-site TEC data.
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Ran the example in the docs. Tried various combinations of loading line of site data.
Test Configuration
Checklist:
develop
(notmain
) branchCHANGELOG.md
, summarizing the changesIf this is a release PR, replace the first item of the above checklist with the
release checklist on the pysat wiki:
https://github.com/pysat/pysat/wiki/Checklist-for-Release