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

Feature #2809 nc_laea #2811

Merged
merged 5 commits into from
Feb 6, 2024
Merged

Feature #2809 nc_laea #2811

merged 5 commits into from
Feb 6, 2024

Commits on Feb 5, 2024

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

Commits on Feb 6, 2024

  1. Per #2809, update the LaeaData struct to store the spheroid_name as a…

    … character array. I tried very hard to store this as a string instead but ran into lots of problems with segfaults when deleting the allocated structs. Using a fixed length character array while making calls to the m_strncpy() and m_strlen() utility functions enables the code to work properly while hopefully minimizing SonarQube findings.
    JohnHalleyGotway committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e35b42b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d61e342 View commit details
    Browse the repository at this point in the history
  3. Per #2809, add tests to pcp_combine and plot_data_plane to demonstrat…

    …e the reading the LAEA data from MET NetCDF files.
    JohnHalleyGotway committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    e445b06 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66cca18 View commit details
    Browse the repository at this point in the history