Skip to content

SYN-10461: Type handler for latlong to take input as degrees/minutes/seconds#4889

Open
MichaelSquires wants to merge 12 commits intosynapse-3xxfrom
blackout/SYN-10461/latlong
Open

SYN-10461: Type handler for latlong to take input as degrees/minutes/seconds#4889
MichaelSquires wants to merge 12 commits intosynapse-3xxfrom
blackout/SYN-10461/latlong

Conversation

@MichaelSquires
Copy link
Copy Markdown
Contributor

No description provided.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.48%. Comparing base (3669c70) to head (b64f883).

Additional details and impacted files
@@             Coverage Diff              @@
##           synapse-3xx    #4889   +/-   ##
============================================
  Coverage        96.47%   96.48%           
============================================
  Files              259      259           
  Lines            63192    63259   +67     
============================================
+ Hits             60967    61033   +66     
- Misses            2225     2226    +1     
Flag Coverage Δ
linux 96.48% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

@MichaelSquires MichaelSquires marked this pull request as ready for review April 14, 2026 14:46
@vEpiphyte vEpiphyte added this to the v3.0.0 milestone Apr 14, 2026
Comment thread synapse/lib/gis.py Outdated
Comment thread synapse/models/geospace.py Outdated
Comment thread synapse/lib/gis.py Outdated
Copy link
Copy Markdown
Contributor

@invisig0th invisig0th left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more tiny nit :)

Comment thread synapse/lib/gis.py Outdated
Comment thread synapse/lib/gis.py
lon = parseDMS(rest)
return lat, lon
except s_exc.BadTypeValu:
continue
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it actually possible for there to be a match further if we fail to parse the first time?

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.

4 participants