
gis
Get flash to fully experience Pearltrees
Accessing "GIS (ESRI shape file)" files from Python ?
Hi - As usual having Python is making me consider doing things I wouldn't normally ! I've come across some files described as "GIS version (ESRI shape file)" which consitute an electronic map of the Wellington, New Zealand. There are six files in the package : suburbs.shx suburbs.prj suburbs.sbn suburbs.sbx suburbs.shp suburbs.shp.xml suburbs.dbf Can anyone tell me - is there, freely available, existing software accessible from Python which would allow me to read these files ?With ESRI’s use of Python as their scripting language and the proliferation of open source GIS, Python became one of the required languages for GIS developers and hobbyists alike. What makes Python powerful is well documented throughout the web , but I want to highlight one very important aspects of Python today: Python Modules. Python Modules are code someone else has written and distributed, in order to make life easier for the rest of us. You may be familiar with the standard modules that come with Python , like math or datetime, but there are numerous more resources out there for the GIS minded developers. I will be discussing some of the modules I find essential in my work apart from the famous ArcGISScripting module by ESRI: GDAL, numpy, NetworkX, xlrd and xlwt. Let’s dive in!

