Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: add calculate_dist_matrix to all GeoDataFrame classes #560

Closed
wants to merge 2 commits into from

Conversation

bifbof
Copy link
Collaborator

@bifbof bifbof commented Oct 29, 2023

closes #544

@codecov
Copy link

codecov bot commented Oct 29, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (3ce2ea4) 92.93% compared to head (a642bc1) 92.83%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #560      +/-   ##
==========================================
- Coverage   92.93%   92.83%   -0.10%     
==========================================
  Files          32       32              
  Lines        2039     2053      +14     
  Branches      368      373       +5     
==========================================
+ Hits         1895     1906      +11     
- Misses        130      133       +3     
  Partials       14       14              
Files Coverage Δ
trackintel/model/positionfixes.py 100.00% <100.00%> (ø)
trackintel/model/triplegs.py 100.00% <100.00%> (ø)
trackintel/model/util.py 100.00% <100.00%> (ø)
trackintel/model/locations.py 96.77% <66.66%> (-3.23%) ⬇️
trackintel/model/staypoints.py 97.82% <66.66%> (-2.18%) ⬇️
trackintel/model/trips.py 97.91% <66.66%> (-2.09%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bifbof bifbof closed this Oct 30, 2023
@bifbof bifbof deleted the add_dist_matrix branch October 30, 2023 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: enable calculate_distance_matrix
1 participant