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

187887752 date format improvements, attribute refinements #23

Merged
merged 12 commits into from
Aug 15, 2024

Commits on Aug 11, 2024

  1. date format adjustments

    - setting up constants for iteration/testing
    - improve day calculations to avoid cross-midnight issues
    bacalj committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    2505a0b View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. add fields for sunRiseMinSinceMidnight and sunSetMinSinceMidnight, to…

    … allow for meaningful graphs of sunrise and sunset times
    bacalj committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    696525c View commit details
    Browse the repository at this point in the history
  2. date format adjustments

    - make all attributes show and disable hide/show for now (bug to fix)
    - make attributes for clock times categorical
    - set format to hh:mm a
    bacalj committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5f7e545 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a64a34 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    614b5a3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c6a6da2 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    453ee92 View commit details
    Browse the repository at this point in the history
  2. fix transition day outliers

    - if we spring forward, we lose an hour
    - it will come out of day length if transition happens after sunrise, in UTC
    - so on transition days like this we can adjust to remove outlier
    - but this is commented out for now
    bacalj committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8ef25d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45c9c17 View commit details
    Browse the repository at this point in the history
  4. cleanup warnings

    bacalj committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    30b152a View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    675c6ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9666942 View commit details
    Browse the repository at this point in the history