aprs.me/lib
Graham McIntire b63c3c547d
fix: Add missing field removals for dao, itemname, and coordinate conversion
Production logs showed additional fields causing insertion failures:
- dao: DAO extension data
- itemname: Item name field
- longitude/latitude: Parser uses these but our schema uses lon/lat

Added conversion step to map latitude->lat and longitude->lon before processing.
This ensures packets can be properly saved to the database.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-04 10:16:23 -05:00
..
aprsme fix: Add missing field removals for dao, itemname, and coordinate conversion 2025-08-04 10:16:23 -05:00
aprsme_web fix: Handle string timestamps in weather view DateTime comparison 2025-08-03 15:49:46 -05:00
aprs_web.ex upgrade more with modern phoenix 2025-07-05 08:04:06 -05:00
aprsme.ex refactor to use external parser 2025-06-24 14:22:09 -05:00