omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. nuckler

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    nuckler

    @nuckler

    0
    Reputation
    352
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    nuckler Unfollow Follow

    Latest posts made by nuckler

    • GPS confusion

      I am trying to acquire gps location data using a script.

      After doing some research and experimenting it appears that there are 2 ways to do this.

      1. Using IP address and which are linked to several back end databases to infer your address and hence infer your lat long

      I am using the following url for this code
      ip_request = requests.get('https://get.geojs.io/v1/ip.json')
      This works as expected
      2. Utilization of the gps chip in your mobile device to calculate it directly

      And I am using the location module loaded into pythonista for (I believe) gps data for this

      Does the location module directly provide gps data

      And when I use the location module multiple times it gives me the exact same time stamp
      And the lat long values never vary as I move around my building

      And I am implementing start stop to attempt to refresh the data

      posted in Pythonista
      nuckler
      nuckler