openradar / xradar

A tool to work in weather radar data in xarray
https://docs.openradarscience.org/projects/xradar
MIT License
88 stars 17 forks source link

ENH: Add angle reindexing util functions, add example notebook #62

Closed kmuehlbauer closed 1 year ago

kmuehlbauer commented 1 year ago

Closes codecov/codecov-action#55

Todo:

kmuehlbauer commented 1 year ago

@mgrover1 I've added a notebook with an example use case. Would be great if you or others could test that with some fitting radar data.

codecov[bot] commented 1 year ago

Codecov Report

Merging #62 (74f2bc5) into main (5928a10) will increase coverage by 1.39%. The diff coverage is 83.55%.

@@            Coverage Diff             @@
##             main      codecov/codecov-action#62      +/-   ##
==========================================
+ Coverage   83.43%   84.83%   +1.39%     
==========================================
  Files          17       18       +1     
  Lines        3146     3224      +78     
==========================================
+ Hits         2625     2735     +110     
+ Misses        521      489      -32     
Flag Coverage Δ
unittests 84.83% <83.55%> (+1.39%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
xradar/io/backends/common.py 90.90% <ø> (+26.57%) :arrow_up:
xradar/io/backends/cfradial1.py 86.39% <40.00%> (-1.64%) :arrow_down:
xradar/io/backends/odim.py 88.07% <54.54%> (-0.03%) :arrow_down:
xradar/io/backends/furuno.py 89.45% <57.14%> (-0.52%) :arrow_down:
xradar/io/backends/iris.py 79.00% <58.33%> (-0.12%) :arrow_down:
xradar/io/backends/rainbow.py 82.45% <66.66%> (-0.32%) :arrow_down:
xradar/io/backends/gamic.py 86.16% <83.33%> (+1.12%) :arrow_up:
xradar/util.py 96.07% <95.83%> (-3.93%) :arrow_down:
xradar/__init__.py 83.33% <0.00%> (ø)
xradar/model.py 95.42% <0.00%> (+1.14%) :arrow_up:

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

kmuehlbauer commented 1 year ago

~Codecov isn't getting the coverage right and does not point to the latest commit. Seems it wasn't uploaded at all. There is some discussion in the links below, how to handle that. Obviously codecov is getting rate limited every once in a while.~

XRef: https://github.com/codecov/codecov-action/issues/557, https://github.com/codecov/feedback/issues/126

Works again...