DeloitteOptimalReality / LightOSM.jl

A Julia package for downloading and analysing geospatial data from OpenStreetMap APIs.
https://deloitteoptimalreality.github.io/LightOSM.jl/docs
Other
47 stars 12 forks source link

Fix nearest_node and add tests #27

Closed mmiller-max closed 3 years ago

mmiller-max commented 3 years ago
codecov-commenter commented 3 years ago

Codecov Report

Merging #27 (8c10179) into master (3929e25) will increase coverage by 1.99%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #27      +/-   ##
==========================================
+ Coverage   50.84%   52.84%   +1.99%     
==========================================
  Files          11       11              
  Lines         828      827       -1     
==========================================
+ Hits          421      437      +16     
+ Misses        407      390      -17     
Impacted Files Coverage Δ
src/nearest_node.jl 93.75% <100.00%> (+93.75%) :arrow_up:
src/types.jl 54.54% <0.00%> (+9.09%) :arrow_up:

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 3929e25...8c10179. Read the comment docs.

mmiller-max commented 3 years ago

Also fixed Vector{<:Vector{<:AbstractFloat}} method