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

Recalculate Wyoming #730

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Commits on Sep 8, 2023

  1. Recalculate RAOB from Wyoming

    This change allows for a user to request that the RAOB is
    "Recalculated." This can be required if an earlier user of the
    site requests the observation before the entire observation is
    available. This results in an incomplete observation being cached.
    Recalculation requires additional resources, so the default is to
    not recalculate.
    tmharty committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    2b32666 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

  1. Partial test of wyoming recalc

    This is a partial test of recalc=True in WyomingUpperAir.request_data.
    Since recalculation only has an appreciable effect based on the
    unpredictable state of the Wyoming cache, this test only checks if
    including the recal=True breaks the request.
    tmharty committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    3d5c440 View commit details
    Browse the repository at this point in the history