Roel Schroeven a écrit : (snip) > AFAIK, shape files are files with geospatial information used by ESRI (snip) > But I still can't answer the question. I don't even know if there's a > way for python to read shape files.
There's of course a way to read files in Python - look at the open(<path> [,<mode>]) builtin function. Now if you meant parsing, as long as there's an accurate definition of the file format, then it should be possible to write a Python parser for it. -- http://mail.python.org/mailman/listinfo/python-list