ni1o1 / transbigdata

A Python package develop for transportation spatio-temporal big data processing, analysis and visualization.
https://transbigdata.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
459 stars 115 forks source link

V0.4.2 #38

Closed ni1o1 closed 2 years ago

ni1o1 commented 2 years ago

Rewrite the gridding framework, the major functions are renamed and included as the following methods:

codecov-commenter commented 2 years ago

Codecov Report

Merging #38 (daeb3f6) into main (a173ac3) will decrease coverage by 2.14%. The diff coverage is 72.11%.

@@            Coverage Diff             @@
##             main      #38      +/-   ##
==========================================
- Coverage   82.40%   80.26%   -2.15%     
==========================================
  Files          25       25              
  Lines        2222     2371     +149     
==========================================
+ Hits         1831     1903      +72     
- Misses        391      468      +77     
Impacted Files Coverage Δ
src/transbigdata/grids.py 68.90% <71.01%> (-7.25%) :arrow_down:
src/transbigdata/__init__.py 100.00% <100.00%> (ø)
src/transbigdata/crawler.py 90.15% <100.00%> (ø)
src/transbigdata/tests/test_grids.py 100.00% <100.00%> (ø)
src/transbigdata/visualization.py 92.92% <100.00%> (ø)

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 a173ac3...daeb3f6. Read the comment docs.