missing feature classes and missing fields

Bruno Desthuilliers bdesth.quelquechose at free.quelquepart.fr
Tue Jul 4 18:29:49 EDT 2006


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.




More information about the Python-list mailing list