NOAA-EMC / wxflow

Tools for Weather Workflows
https://wxflow.readthedocs.io/en/latest
GNU Lesser General Public License v3.0
0 stars 7 forks source link

Feature/hsi #21

Closed DavidHuber-NOAA closed 5 months ago

DavidHuber-NOAA commented 5 months ago

Description

Create a set of functions to enable interfacing with hsi and htar within Python.

Partly resolves #2.

Type of change

How Has This Been Tested?

Checklist

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 18.51852% with 110 lines in your changes are missing coverage. Please review.

Project coverage is 48.10%. Comparing base (81bfec0) to head (c47a003).

Files Patch % Lines
src/wxflow/hsi.py 12.50% 77 Missing :warning:
src/wxflow/htar.py 24.24% 25 Missing :warning:
src/wxflow/fsutils.py 33.33% 8 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #21 +/- ## =========================================== - Coverage 50.88% 48.10% -2.78% =========================================== Files 16 18 +2 Lines 1476 1609 +133 Branches 313 336 +23 =========================================== + Hits 751 774 +23 - Misses 669 779 +110 Partials 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

DavidHuber-NOAA commented 5 months ago

I am going to rework hsi and htar to work within classes instead of standalone functions.