Search code examples
pythongisshapefile

Shapefile reader in Python?


Are there any libraries that I can use to read a shp/shx/dbf/sbx set of files? I mainly need to extract some polygons but something that lets me extract any data that I want would be awesome.


Solution

  • The pyshp library should be good.