Re: [Tutor] ArcGIS Create a python script to generate north-facing aspect raster from digital elevation model

2015-03-31 Thread P McCombs
On Mar 21, 2015 1:22 AM, "Michael Omohundro" wrote: > > Does anyone know how to create a python script to generate an aspect raster from the input elevation in a digital elevation model? > This topic is out of the normal scope of the mailing list. It's hard to say if you are having a python issue

Re: [Tutor] Exercise to work on

2014-08-14 Thread P McCombs
On Aug 12, 2014 3:29 PM, "keith papa" wrote: > > Hi, am a newbie to python and I wondering if you guys can give me some exercise to work on. I have learned: print function , if function , strings, variables, and raw_input. The more the better Checkio.org is a game made of python coding challenges

Re: [Tutor] Need help with python script

2014-08-04 Thread P McCombs
Sorry, I missed copying this to the list. On Aug 4, 2014 8:13 AM, "P McCombs" wrote: > > > On Jul 31, 2014 4:50 PM, "McKinley, Brett D." wrote: > > > > I would like to see if someone can help me with a python script. I’m trying to export a file geodat

Re: [Tutor] How to create web interface?

2014-05-20 Thread P McCombs
Thank you all for your responses. This is exactly the information I was looking for. Paul McCombs On Tue, May 20, 2014 at 4:36 PM, Alan Gauld wrote: > On 20/05/14 21:00, P McCombs wrote: >> >> On May 14, Danny Yoo wrote: >>>> >>>> Another option might be t

[Tutor] How to create web interface?

2014-05-20 Thread P McCombs
On May 14, Danny Yoo wrote: > > Another option might be to turn your program into a web site, so that > > the interface is the web browser, which everyone is getting used to > > these days. But this, too, is also... involved. :P I have a little volunteer scheduling application I've written as a