Skip to content
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

Merged
merged 11 commits into from
Sep 12, 2024
Merged

Added more LoS load options #107

merged 11 commits into from
Sep 12, 2024

Conversation

aburrell
Copy link
Member

@aburrell aburrell commented Sep 3, 2024

Description

Addresses #103 and expands the options for loading line-of-site TEC data.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality or documentation)
  • This change requires a documentation update

How Has This Been Tested?

Ran the example in the docs. Tried various combinations of loading line of site data.

Test Configuration

  • Operating system: OS X Big Sur
  • Version number: Python 3.10
  • Any details about your local setup that are relevant: develop branch of pysat

Checklist:

  • Make sure you are merging into the develop (not main) branch
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have linted the files updated in this pull request
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • Add a note to CHANGELOG.md, summarizing the changes
  • Update zenodo.json file for new code contributors

If 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

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.
@aburrell aburrell added this to the v0.3.0 milestone Sep 3, 2024
@aburrell aburrell linked an issue Sep 3, 2024 that may be closed by this pull request
Added inline and block comments to show filtering motivation.
Copy link
Member

@jklenzing jklenzing left a 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.
@aburrell aburrell merged commit 5b93ef5 into develop Sep 12, 2024
19 of 23 checks passed
@aburrell aburrell deleted the more_los_load_options branch September 12, 2024 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: datetime future warning
3 participants