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.3.7 #29

Closed ni1o1 closed 2 years ago

ni1o1 commented 2 years ago

The method grid_from_params is similar with the method rect_grids, so its function is merged into rect_grids.

codecov-commenter commented 2 years ago

Codecov Report

Merging #29 (5a3e444) into main (4f913de) will not change coverage. The diff coverage is 86.53%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage   84.89%   84.89%           
=======================================
  Files          26       26           
  Lines        2039     2039           
=======================================
  Hits         1731     1731           
  Misses        308      308           
Impacted Files Coverage Δ
src/transbigdata/__init__.py 100.00% <ø> (ø)
src/transbigdata/grids.py 90.18% <86.27%> (ø)
src/transbigdata/tests/test_grids.py 100.00% <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 4f913de...5a3e444. Read the comment docs.