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.9 isochrone downloader and grids with angle rotation #33

Closed ni1o1 closed 2 years ago

ni1o1 commented 2 years ago

Add two functions for isochrone download:

Grids are now support rotate with given angle:

codecov-commenter commented 2 years ago

Codecov Report

Merging #33 (e641dc7) into main (4f12bbe) will increase coverage by 0.66%. The diff coverage is 93.93%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #33      +/-   ##
==========================================
+ Coverage   84.73%   85.40%   +0.66%     
==========================================
  Files          26       26              
  Lines        2044     2137      +93     
==========================================
+ Hits         1732     1825      +93     
  Misses        312      312              
Impacted Files Coverage Δ
src/transbigdata/__init__.py 100.00% <ø> (ø)
src/transbigdata/tests/test_getbusdata.py 100.00% <ø> (ø)
src/transbigdata/getbusdata.py 90.15% <93.87%> (+0.75%) :arrow_up:
src/transbigdata/grids.py 90.66% <93.90%> (+0.47%) :arrow_up:
src/transbigdata/tests/test_grids.py 100.00% <100.00%> (ø)
src/transbigdata/CoordinatesConverter.py 88.23% <0.00%> (+4.41%) :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 4f12bbe...e641dc7. Read the comment docs.