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

NWS IMet support #90

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

Commits on Dec 9, 2015

  1. Added BUFR decoder

    Added limited support to read BUFR files. Currently only files produced at incidents by NWS IMets can be read. Does not support NCEP model output.
    Nickolai Reimer committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    599158c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2015

  1. Changed code to allow branding changes

    Nickolai Reimer committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    1855f7d View commit details
    Browse the repository at this point in the history
  2. Added custom interface for IMET version, updated brading for IMET ver…

    …sion
    Nickolai Reimer committed Dec 12, 2015
    Configuration menu
    Copy the full SHA
    da9d70c View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Fixed missing UPX compression

    Nickolai Reimer committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    58d7ac3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2015

  1. IMet BUFR decoder now uses _download_file function

    Nickolai Reimer committed Dec 15, 2015
    Configuration menu
    Copy the full SHA
    11111d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2016

  1. Added archive function

    Added code to allow any decoder file to be loaded from local drive.
    Added archive decoder and serialization functions to archive soundings
    in BSON.
    Nickolai Reimer committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    dac23a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Minor tweaks for Windows production of v1.3.1

    Nickolai Reimer committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    4104729 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2016

  1. Minor usability tweaks

     * Archive date list order
     * Renamed data/archive folder
     * Update archive view on new file load
     * Load any .bufr, .buf, .txt files from archive_sounding folder
    Nickolai Reimer committed Jan 7, 2016
    Configuration menu
    Copy the full SHA
    1bdc67c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Merged upstream changes.

    Nickolai Reimer committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    ad887a1 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2016

  1. Removed BSON module dependency.

    Nickolai Reimer committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    6ec3ab2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    478cfef View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. BUFR bug fixes, added Haines Index and PBL height to fire inset

    Fixed BUFR bugs:
    
    * Non-ASCII characters in BUFR station name
    * Ignore extra data before start of BUFR message
    
    Added:
    
    * Haines Index calculations to fire inset
    * Added PBL(Mixing Height) to fire inset
    * Added PBL to skewt diagram level indicators
    Nickolai Reimer committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    89fa7e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

  1. PBL marker now optional

    Added code, taken form DGZ section, to plot the PBL marker on the skewT
    only if the fire inset has been selected.
    Nickolai Reimer committed Jun 17, 2016
    Configuration menu
    Copy the full SHA
    2bb747b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2016

  1. Minor Usability Tweaks and Bug Fixes

    Fixed bugs related to GRAW sounding fields and bufr formatting issues. Fixed issue with dates in the archive format. Added option to time match irregularly timed BUFR soundings to hourly soundings.
    Nickolai Reimer committed Oct 3, 2016
    Configuration menu
    Copy the full SHA
    4fa4461 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Tweaked the Cursor Readout

    Added option to get the height on the cursor readout in meters or feet. Also, made the height, temperature, and dewpoint all hidden if the readout is outside the sounding.
    Nickolai Reimer committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    bcf58e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2017

  1. Merged Latest Upstream updates as of 3/2/2017

    Nickolai Reimer committed Jun 14, 2017
    Configuration menu
    Copy the full SHA
    d00770d View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2017

  1. Pulled upstream changes added 3km NAM Nest

    Nickolai Reimer committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    cb6b90e View commit details
    Browse the repository at this point in the history
  2. Tweaked the Fire Weather inset

    Made the text resize to make it more readable on smaller resolution screens. Modified layout slightly for better readablity. Added asterisk to Haines Index heights that do not match default.
    Nickolai Reimer committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    868cf36 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2017

  1. Version 1.3.9

    Added SHARPget profile downloader
    New icons
    New FSL decoder
    Nickolai Reimer committed Jul 27, 2017
    Configuration menu
    Copy the full SHA
    b932c8f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2017

  1. Fixed threading issue on Windows with SHARPget.

    Nickolai Reimer committed Jul 29, 2017
    Configuration menu
    Copy the full SHA
    5e30a5a View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2017

  1. Bug fixes for fsl_dcoder and fire inset

    Fixed the font on the fire weather inset being to large on large display. Fixed date issue with the fsl decoder.
    Nickolai Reimer committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    cc3cf33 View commit details
    Browse the repository at this point in the history
  2. Fixed issues with SHARPget log and title on embedded SHARPget

    Nickolai Reimer committed Jul 30, 2017
    Configuration menu
    Copy the full SHA
    822e5d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2017

  1. SHARPget updates archive viewer

    Nickolai Reimer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    dc751aa View commit details
    Browse the repository at this point in the history
  2. Fix to force pressure decrease with height and height to increase wit…

    …h pressure.
    Nickolai Reimer committed Aug 1, 2017
    Configuration menu
    Copy the full SHA
    3b94e1a View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2017

  1. Created patch for imets for issues with bufr files.

    Nickolai Reimer committed Aug 2, 2017
    Configuration menu
    Copy the full SHA
    3455ff7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. More BUFR QC checks

    Nickolai Reimer committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    3684ef4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'imet-138patch' into imet

    Nickolai Reimer committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    6288711 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

  1. Added WMO decoder and added User-Agent to download function.

    Nickolai Reimer committed Aug 26, 2017
    Configuration menu
    Copy the full SHA
    68b6493 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Upstream updates to version Klamathon

    Nickolai Reimer committed Jun 28, 2022
    Configuration menu
    Copy the full SHA
    b1cf269 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. Incorporated the latest upstream changes.

    Nickolai Reimer committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    fa10ad2 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Redesigned the BUFR decoder.

    Nickolai Reimer committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ef5cc5e View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Fixed issue with path in pyinstaller spec.

    Nickolai Reimer committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    3d8200f View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Made iMet decoder generic BUFR decoder.

    Nickolai Reimer committed Feb 12, 2023
    Configuration menu
    Copy the full SHA
    808dd37 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Changes to remove archive & version is now 1.4.1.

    Nickolai Reimer committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    d2dd494 View commit details
    Browse the repository at this point in the history