[CentralOH] CentralOH Digest, Vol 56, Issue 8

Raymond Chandler III raymondchandleriii at gmail.com
Fri Dec 9 00:43:58 CET 2011


Mark,

Checkout PostGIS and GeoDjango. It's not pyramid but Django has a great 
GIS backend and integrates well with Google Maps.

On 12/08/2011 05:00 AM, centraloh-request at python.org wrote:
> Send CentralOH mailing list submissions to
> 	centraloh at python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://mail.python.org/mailman/listinfo/centraloh
> or, via email, send a message with subject or body 'help' to
> 	centraloh-request at python.org
>
> You can reach the person managing the list at
> 	centraloh-owner at python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CentralOH digest..."
>
>
> Today's Topics:
>
>     1. Determine Travel Time (Mark Erbaugh)
>     2. Re: Determine Travel Time (Brian Costlow)
>     3. Pyramid Tweens (Scott Scites)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 7 Dec 2011 14:05:27 -0500
> From: Mark Erbaugh<mark at microenh.com>
> To: "Mailing list for Central Ohio Python User Group (COhPy)"
> 	<centraloh at python.org>
> Subject: [CentralOH] Determine Travel Time
> Message-ID:<2B3F6B3C-75C2-439D-91D9-36646F09BDD5 at microenh.com>
> Content-Type: text/plain; charset=us-ascii
>
> I have an idea for a website (Pyramid-based, of course) that needs to calculate approximate travel time between addresses.  At this point, I'm not interested in driving directions or maps, just travel time.  It looks like this usage is not consistent with Google Maps terms of service, even for the Premier level. Also pricing for the Premier level "starts" at $10K.
>
> Is anyone aware of alternatives?
>
> FWIW, the travel time calculation doesn't have to be done online. It could be set up so that I periodically download the addresses to one of my own computers, do the calculations there and upload the results.
>
> I was considering something like Microsoft or DeLorme travel planning software. I have older versions of both, but neither seem to have an API that could be used to feed in addresses and get results, they appear to be designed for "manual" processing.  Does anyone know if newer versions are any different?  Is anyone aware of a Python API to either program?
>
> I also briefly looked at OpenStreetMap, but didn't get too far with that.  Does anyone know of Python interfaces to OpenStreetMap and whether it might be usable in my project?
>
> Thanks,
> Mark
>
> ------------------------------
>
> Message: 2
> Date: Wed, 7 Dec 2011 14:39:31 -0500
> From: Brian Costlow<brian.costlow at gmail.com>
> To: "Mailing list for Central Ohio Python User Group (COhPy)"
> 	<centraloh at python.org>
> Subject: Re: [CentralOH] Determine Travel Time
> Message-ID:
> 	<CACLJ_dGY-i+8u_v2GbPdtjfZ33QhZaovw44DmhdUdTVLZLqU6w at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Mark,
>
> Don't know of anything personally that I have used, but I saw a
> presentation on Postgresql geospcial stuff a few years ago where they were
> adding the PostGIS and PgRouting add-ons to Postgres, using a tool that (I
> think) came with PgRouting to get OpenStreetMap data bulk loaded into
> Postgres.
>
> They then had a Python script that would generate charts of shortest
> driving distance between two points by querying Postgres.
>
> I don't know if drive *times* are available from the data though.
>
> But it might be a place to start.
>
>
>
> On Wed, Dec 7, 2011 at 2:05 PM, Mark Erbaugh<mark at microenh.com>  wrote:
>
>> I have an idea for a website (Pyramid-based, of course) that needs to
>> calculate approximate travel time between addresses.  At this point, I'm
>> not interested in driving directions or maps, just travel time.  It looks
>> like this usage is not consistent with Google Maps terms of service, even
>> for the Premier level. Also pricing for the Premier level "starts" at $10K.
>>
>> Is anyone aware of alternatives?
>>
>> FWIW, the travel time calculation doesn't have to be done online. It could
>> be set up so that I periodically download the addresses to one of my own
>> computers, do the calculations there and upload the results.
>>
>> I was considering something like Microsoft or DeLorme travel planning
>> software. I have older versions of both, but neither seem to have an API
>> that could be used to feed in addresses and get results, they appear to be
>> designed for "manual" processing.  Does anyone know if newer versions are
>> any different?  Is anyone aware of a Python API to either program?
>>
>> I also briefly looked at OpenStreetMap, but didn't get too far with that.
>>   Does anyone know of Python interfaces to OpenStreetMap and whether it
>> might be usable in my project?
>>
>> Thanks,
>> Mark
>> _______________________________________________
>> CentralOH mailing list
>> CentralOH at python.org
>> http://mail.python.org/mailman/listinfo/centraloh
>>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://mail.python.org/mailman/private/centraloh/attachments/20111207/a14d5f42/attachment-0001.html>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 8 Dec 2011 01:04:51 -0500
> From: Scott Scites<scott.scites at railcar88.com>
> To: centraloh<centraloh at python.org>
> Subject: [CentralOH] Pyramid Tweens
> Message-ID:
> 	<CA+p7dVomE6mC6Q2Pt5_iC+_9Wvf-VBNzGEAX_SH3U34Zcv2vpA at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> At the Monday, COhPy meeting, there was a question about what Pyramid
> Tweens are and how they might be useful.
>
> A timely Alex Conrad blog post appeared tonight about tweens:
> http://www.alexconrad.org/
>
> He explains what it is, how it works and why it may be useful.
>
> Here is the Pyramid Tweens link to the presention slides:
> http://www.slideshare.net/aconrad/alex-conrad-pyramid-tweens-ploneconf-2011
>
> Here is the link to the presentation video (Warning: it uses Flash):
> https://www.fuzemeeting.com/replay_meeting/e8fc89a0/2204297
>
> Happy hacking!
>
> Scott Scites
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:<http://mail.python.org/mailman/private/centraloh/attachments/20111208/0cdf3c62/attachment-0001.html>
>
> ------------------------------
>
> _______________________________________________
> CentralOH mailing list
> CentralOH at python.org
> http://mail.python.org/mailman/listinfo/centraloh
>
>
> End of CentralOH Digest, Vol 56, Issue 8
> ****************************************



More information about the CentralOH mailing list