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.1 #37

Closed ni1o1 closed 2 years ago

ni1o1 commented 2 years ago

Add the Triangle and hexagon gridding methods, the methods are vectorized and fast:

codecov-commenter commented 2 years ago

Codecov Report

Merging #37 (b955111) into main (0b76c48) will increase coverage by 0.20%. The diff coverage is 90.98%.

@@            Coverage Diff             @@
##             main      #37      +/-   ##
==========================================
+ Coverage   82.19%   82.40%   +0.20%     
==========================================
  Files          25       25              
  Lines        2151     2222      +71     
==========================================
+ Hits         1768     1831      +63     
- Misses        383      391       +8     
Impacted Files Coverage Δ
src/transbigdata/__init__.py 100.00% <ø> (ø)
src/transbigdata/bikedata.py 100.00% <ø> (ø)
src/transbigdata/busgps.py 99.27% <ø> (ø)
src/transbigdata/coordinates.py 88.23% <ø> (ø)
src/transbigdata/crawler.py 90.15% <ø> (ø)
src/transbigdata/gisprocess.py 82.73% <ø> (ø)
src/transbigdata/odprocess.py 96.96% <ø> (ø)
src/transbigdata/plotmap.py 20.90% <ø> (ø)
src/transbigdata/preprocess.py 92.80% <ø> (ø)
src/transbigdata/quality.py 100.00% <ø> (ø)
... and 6 more

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 0b76c48...b955111. Read the comment docs.