Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45722
| X-Received | by 10.224.174.145 with SMTP id t17mr3669987qaz.4.1369221719590; Wed, 22 May 2013 04:21:59 -0700 (PDT) |
|---|---|
| X-Received | by 10.49.41.67 with SMTP id d3mr574054qel.17.1369221719523; Wed, 22 May 2013 04:21:59 -0700 (PDT) |
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!l3no10901219qak.0!news-out.google.com!y6ni50756qax.0!nntp.google.com!ch1no296372qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.python |
| Date | Wed, 22 May 2013 04:21:59 -0700 (PDT) |
| In-Reply-To | <ccgs6a-1eo.ln1@ozzie.tundraware.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=70.31.30.218; posting-account=-YsrEQoAAAArTWUxnLVRE9CW9TJaeBZW |
| NNTP-Posting-Host | 70.31.30.218 |
| References | <d58b4b5f-1b65-48b4-811f-fd81f1c019fe@googlegroups.com> <ccgs6a-1eo.ln1@ozzie.tundraware.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <9dbdf222-8a2f-4edc-b9c9-7c1d7e8f4ddf@googlegroups.com> (permalink) |
| Subject | Re: Static Maps from Lat Long data in XLS file |
| From | kobewka@gmail.com |
| Injection-Date | Wed, 22 May 2013 11:21:59 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.lang.python:45722 |
Show key headers only | View raw
On Tuesday, May 21, 2013 11:27:42 AM UTC-4, Tim Daneliuk wrote: > On 05/21/2013 08:12 AM, @gmail.com wrote: > > > Hello, > > > > > > I'm new to Python, but I think it can solve my problem and I am looking for a someone to point me to tutorial or give me some tips here. > > > > > > I have an xls file that has about 1,000 latitude and longitude points. I want to do one of two things: 1) Save a static maps and street view image from the coordinates, or 2) create an html file with the map and street view image side by side. > > > > > > I need the urls to look like this: > > > > > > Map with a pin in the centre: > > > http://maps.googleapis.com/maps/api/staticmap?center=43.65162,-79.40571&zoom=16&size=600x600&markers=color:blue%7Clabel:S%7C43.65162,-79.40571&sensor=false > > > > > > Image: > > > http://maps.googleapis.com/maps/api/streetview?location=43.65162,%20-79.40571&size=600x600&sensor=false > > > > > > I am not sure if option 1 will work because the url doesn't actually lead to an image, but rather Google returns an image when that url is used. > > > > > > Any tips or pointers are much appreciated! > > > > > > > > > https://pypi.python.org/pypi/xlrd > > > > > > > > -- > > ----------------------------------------------------------------------- > > Tim Daneliuk Thanks Tim. Scott
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Static Maps from Lat Long data in XLS file kobewka@gmail.com - 2013-05-21 06:12 -0700
Re: Static Maps from Lat Long data in XLS file Ken Bolton <ken@bscientific.net> - 2013-05-21 09:58 -0400
Re: Static Maps from Lat Long data in XLS file kobewka@gmail.com - 2013-05-22 04:21 -0700
Re: Static Maps from Lat Long data in XLS file Tim Daneliuk <tundra@tundraware.com> - 2013-05-21 10:27 -0500
Re: Static Maps from Lat Long data in XLS file kobewka@gmail.com - 2013-05-22 04:21 -0700
csiph-web