Wednesday, September 27, 2017

Re: Any django reusable app for outdoor & indoor location, GPS tracking?

Hi.

To my knowledge there isn't one since we implemented our own tracker.

If you're going to build one I do have few pointers that you should consider.

Recent browser changes requires that location data is transferred over https. I think chrome was first one to require it. That makes developing it a bit challenging.

Raw coordinate data isn't that good since there is constant deviation in coordinates. You'll need to pick some smoothing algorithm. Don't remember top if my head what we use but I can check that when I go to work.

And then you need to have a background map. And that's the tricky part...

26.9.2017 13.14 "'Federico Capoano' via Django users" <django-users@googlegroups.com> kirjoitti:
Hi everyone,

before building my own reusable app all over again, I wanted to ask here if there is any reusable django app that does indoor location and or GPS tracking.
I'm not looking for something full featured, but rather a starting point to which I can contribute to.

Best regards
Federico Capoano

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/5add2c0f-3a30-46ea-91b8-c02f01d2ad5e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAHn91odd5dw2JWhay-Ay%3DNifhpHerQ%2BzMT_sCPxam%2B9vxj7E9g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment