openradar / xradar

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

FIX: make coordinates consistent #139

Closed kmuehlbauer closed 8 months ago

kmuehlbauer commented 8 months ago

Remove unneeded coordinates. Pin python >3.9,<=3.12 in environment.yml.

codecov[bot] commented 8 months ago

Codecov Report

Merging #139 (f33bd6e) into main (6880b0c) will not change coverage. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #139   +/-   ##
=======================================
  Coverage   88.32%   88.32%           
=======================================
  Files          20       20           
  Lines        3436     3436           
=======================================
  Hits         3035     3035           
  Misses        401      401           
Flag Coverage Δ
unittests 88.32% <100.00%> (ø)

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

Files Coverage Δ
xradar/io/backends/furuno.py 91.41% <ø> (ø)
xradar/io/backends/gamic.py 86.16% <100.00%> (ø)
xradar/io/backends/iris.py 84.77% <ø> (ø)
xradar/io/backends/odim.py 84.98% <100.00%> (ø)
kmuehlbauer commented 8 months ago

I'll go ahead and merge to unblock subsequent PR.