hypertidy / ncmeta

Tidy NetCDF metadata
https://hypertidy.github.io/ncmeta/
11 stars 5 forks source link

add bounds to coordinate variable response #22

Closed dblodgett-usgs closed 5 years ago

dblodgett-usgs commented 5 years ago

Some experimentation over in stars reminded me about bounds... This seems useful?

codecov-io commented 5 years ago

Codecov Report

Merging #22 into master will increase coverage by 0.02%. The diff coverage is 94.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #22      +/-   ##
==========================================
+ Coverage   88.67%   88.69%   +0.02%     
==========================================
  Files          15       15              
  Lines         574      584      +10     
==========================================
+ Hits          509      518       +9     
- Misses         65       66       +1
Impacted Files Coverage Δ
R/nc_coord.R 92.55% <94.11%> (-0.31%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f8ca4da...61a9ffd. Read the comment docs.

mdsumner commented 5 years ago

Looks good, thanks!