Skip to content

Instantly share code, notes, and snippets.

View artuap's full-sized avatar

Arturo Alonso Patiño artuap

  • DOCUMATICS
  • Puebla; Puebla. Mexico
  • 09:08 (UTC -06:00)
View GitHub Profile
@artuap
artuap / gps_togeodeticBrujula.py
Created May 1, 2026 13:29
Current Declination To Geodetic Compass
from kivy.app import App
from kivy.uix.label import Label
from kivy.uix.boxlayout import BoxLayout
from kivy.clock import Clock, mainthread
from kivy.properties import StringProperty, NumericProperty
import requests
import threading
from plyer import compass, gps
class GeodeticCompassApp(App):