Re: missing feature classes and missing fields

2006-07-04 Thread Bruno Desthuilliers
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( [,]) b

Re: missing feature classes and missing fields

2006-07-01 Thread Roel Schroeven
Gary Herron schreef: > subramanian2003 wrote: >> Hello All, >> >> How can I check missing feature classes in a folder/personal geodatabase >> using python script. And how can I check missing fields in shape files. And >> also I want to check the attribute values using python. >> >> Thnx, >>

Re: missing feature classes and missing fields

2006-07-01 Thread Gary Herron
subramanian2003 wrote: > Hello All, > > How can I check missing feature classes in a folder/personal geodatabase > using python script. And how can I check missing fields in shape files. And > also I want to check the attribute values using python. > > Thnx, > Subramanian. > > > > This li

missing feature classes and missing fields

2006-07-01 Thread subramanian2003
Hello All, How can I check missing feature classes in a folder/personal geodatabase using python script. And how can I check missing fields in shape files. And also I want to check the attribute values using python. Thnx, Subramanian. -- http://mail.python.org/mailman/listinfo/python-l