Re: [Tutor] Opinions about this GIS script

2005-05-17 Thread Ron Phillips
Thank you, Andrei, that's just what I was hoping for -- I wondered about some of those issues, but was a little unsure how to approach a solution.   Ron     ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Opinions about this GIS script

2005-05-17 Thread Andrei
Ron Phillips engineer.co.summit.oh.us> writes: > The script produces expected results, but if anyone is so inclined, I'd appreciate review/evaluation/critique of the 'pythonism' of the script. I haven't read it from A to Z, but it looks OK. Some minor things: - string formatting, e.g.: out+= '

[Tutor] Opinions about this GIS script

2005-05-16 Thread Ron Phillips
I made a script that opens GIS shapefiles and turns them into python objects. I posted it at http://www.geocities.com/tiltbike/GIS/py_shape_files.zip The only one that's mine, really, is the PyShape.py script; the others are there for support/testing.   It's my first real effort at 'shareable' py