On Jan 25, 2010, at 10:45 PM, Tim Michelsen wrote:
Hello, How can I retrieve the attribute information from a SHP-file for a certain coordinate point?I would like to perform this lookup in pure python (no GIS overhead).Could someone point me to a starter or documentation with such examples?THanks in advance, Timmie
I see some example code for unpacking shapefiles bits using the struct module at
http://www.portailsig.org/content/python-et-les-shapefiles -- Sean
