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

cdm-radial: sigmet fixes #1295

Merged
merged 22 commits into from
Mar 14, 2024
Merged

cdm-radial: sigmet fixes #1295

merged 22 commits into from
Mar 14, 2024

Commits on Jan 27, 2024

  1. cdm-radial: sigmet

    Support for all data types instead of just 5
    Universal handling for data types instead of each one separately
    Support for data types spanning two bytes instead of one is experimental at this point as I didn't have such a file to test
    Most new data types are returned as raw values meaning no normalization like done for total power, reflectivity, velocity, width, differential reflectivity
    Added comments and small fixes
    
    Ultimately all these changes add support for IDEAM Colombia files
    
    Addresses the github issue #1292
    michaeldiener committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    7e0e1ca View commit details
    Browse the repository at this point in the history
  2. cdm-radial: sigmet

    Code Style... :/
    michaeldiener committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    ec7cab2 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. cdm-radial: sigmet

    Another fix necessary to support IDEAM Colombia files
    In this case not all sweeps of num_sweeps have data, so adapting for this and handling it gracefully. Happens for the radars San_Andres and Corozal.
    michaeldiener committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    0c07e0b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. cdm-radial: sigmet

    Data types with more than 1 byte fully supported
    A few small fixes
    michaeldiener committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e3b35f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6bef22 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. cdm-radial: sigmet

    Fix for 2 byte data types
    (was able to find an example file finally)
    michaeldiener committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e3a19e1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a96caac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e17ad6 View commit details
    Browse the repository at this point in the history
  4. code style... :/

    michaeldiener committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2d89216 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. cdm-radial: sigmet

    Fix for reading data from ray for only the number of bins available
    michaeldiener committed Feb 4, 2024
    Configuration menu
    Copy the full SHA
    d597a4e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. cdm-radial: sigmet

    Support for all data types instead of just 5
    Universal handling for data types instead of each one separately
    Support for data types spanning two bytes instead of one is experimental at this point as I didn't have such a file to test
    Most new data types are returned as raw values meaning no normalization like done for total power, reflectivity, velocity, width, differential reflectivity
    Added comments and small fixes
    
    Ultimately all these changes add support for IDEAM Colombia files
    
    Addresses the github issue #1292
    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    330e272 View commit details
    Browse the repository at this point in the history
  2. cdm-radial: sigmet

    Code Style... :/
    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    97ca4ed View commit details
    Browse the repository at this point in the history
  3. cdm-radial: sigmet

    Another fix necessary to support IDEAM Colombia files
    In this case not all sweeps of num_sweeps have data, so adapting for this and handling it gracefully. Happens for the radars San_Andres and Corozal.
    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    c5b66c6 View commit details
    Browse the repository at this point in the history
  4. cdm-radial: sigmet

    Data types with more than 1 byte fully supported
    A few small fixes
    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6562aa6 View commit details
    Browse the repository at this point in the history
  5. cdm-radial: sigmet

    Fix for 2 byte data types
    (was able to find an example file finally)
    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    9e09321 View commit details
    Browse the repository at this point in the history
  6. code style... :/

    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1d671cb View commit details
    Browse the repository at this point in the history
  7. cdm-radial: sigmet

    Fix for reading data from ray for only the number of bins available
    michaeldiener authored and haileyajohnson committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    b70e345 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    14e430b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    343faf1 View commit details
    Browse the repository at this point in the history
  3. PR feedback and cleanup

    Hailey Johnson committed Mar 11, 2024
    2 Configuration menu
    Copy the full SHA
    b89cf77 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. cdm-radial: sigmet

    Fixes for change "PR feedback and cleanup" b89cf77
    michaeldiener committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d17603c View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Merge branch 'maint-5.x' into maint-5.x_sigmet

    haileyajohnson committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    3707ddd View commit details
    Browse the repository at this point in the history