rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
269 stars 37 forks source link

show Start/Center/End locus for Intervals in repl #566

Closed rafaqz closed 9 months ago

rafaqz commented 9 months ago

@kongdd this will show the Start/Center/End position in the REPL with all the other information about a Raster/DimArray

Closes https://github.com/rafaqz/Rasters.jl/issues/556

codecov-commenter commented 9 months ago

Codecov Report

Merging #566 (0c2f85f) into main (b20aeb0) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #566      +/-   ##
==========================================
+ Coverage   87.94%   87.95%   +0.01%     
==========================================
  Files          40       40              
  Lines        3334     3337       +3     
==========================================
+ Hits         2932     2935       +3     
  Misses        402      402              
Files Coverage Δ
src/LookupArrays/show.jl 84.72% <100.00%> (ø)

... and 3 files with indirect coverage changes

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!