Skip to content

Conversation

@ankitlade12
Copy link

  • Add GeoDistanceTransformer class for calculating distances between coordinate pairs
  • Support haversine, euclidean, and manhattan distance methods
  • Support km, miles, meters, and feet output units
  • Add validate_ranges parameter to skip coordinate validation
  • Add comprehensive tests with pytest parametrize
  • Add user guide and API documentation
  • Add pipeline test to test_check_estimator_creation.py

ankitlade12 and others added 14 commits January 8, 2026 09:55
- Add GeoDistanceTransformer class for calculating distances between coordinate pairs
- Support haversine, euclidean, and manhattan distance methods
- Support km, miles, meters, and feet output units
- Add validate_ranges parameter to skip coordinate validation
- Add comprehensive tests with pytest parametrize
- Add user guide and API documentation
- Add pipeline test to test_check_estimator_creation.py
- Add GeoDistanceTransformer class for calculating distances between coordinate pairs
- Support haversine, euclidean, and manhattan distance methods
- Support km, miles, meters, and feet output units
- Add validate_ranges parameter to skip coordinate validation
- Add comprehensive tests with pytest parametrize
- Add user guide and API documentation
- Add pipeline test to test_check_estimator_creation.py
@solegalli
Copy link
Collaborator

FYI

ankitlade12#1

@codecov
Copy link

codecov bot commented Jan 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.11%. Comparing base (d87a781) to head (9a694de).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #881      +/-   ##
==========================================
+ Coverage   98.07%   98.11%   +0.04%     
==========================================
  Files         112      113       +1     
  Lines        4722     4829     +107     
  Branches      752      768      +16     
==========================================
+ Hits         4631     4738     +107     
  Misses         56       56              
  Partials       35       35              

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

Geo distance transformer

2 participants