How to get a place's longitude and latitude?

Joel Goldstick joel.goldstick at gmail.com
Mon Feb 24 11:12:51 EST 2020


On Mon, Feb 24, 2020 at 11:10 AM Aakash Jana <aakashjana2002 at gmail.com> wrote:
>
> You might use webscraping with requests and beautiful soup to scrape up
> some website for that gives such utility
>
>
> On Mon, 24 Feb 2020, 9:36 pm Souvik Dutta <souvik.viksou at gmail.com wrote:
>
> > Hi guys I want to make a program that kinda sends an sos message with the
> > measures of longitude and latitude (which is super inconvenient) to
> > someone. How can I do that I mean how can I get the longitude and latitude?
> > Any help would be appreciated.
> > --
> > https://mail.python.org/mailman/listinfo/python-list
> >
> --
> https://mail.python.org/mailman/listinfo/python-list

I found this article for using a raspberry pi and a gps card.  It
might give you some ideas:

https://tutorials-raspberrypi.com/build-raspberry-pi-gps-location-navigation-device/

-- 
Joel Goldstick
http://joelgoldstick.com/blog
http://cc-baseballstats.info/stats/birthdays


More information about the Python-list mailing list