summaryrefslogtreecommitdiff
path: root/networkx/readwrite/nx_shp.py
Commit message (Expand)AuthorAgeFilesLines
* handle geometric attributes properly and add simplify=False case to testschrisnatali2015-05-041-10/+21
* parameterize simplification of line features in read_shpchrisnatali2015-05-011-3/+12
* Fix copyrightsJGab2015-04-211-1/+1
* Clean up shp using new dgal/ogr iterator interface for loops.Dan Schult2015-01-041-18/+9
* Enable Travis testing of nx_shp.py under Python 2.7ysitu2014-11-041-4/+4
* pep8Ben Reilly2012-04-121-29/+36
* Add edge attributes option to shp.Aric Hagberg2012-04-081-4/+39
* Add patch for shapefile read/write and tests.Aric Hagberg2011-12-301-11/+0
* Apply patch from #668 to address atttributes in read_shp().Aric Hagberg2011-12-291-6/+32
* Add shapefile writer (and updated reader).Aric Hagberg2011-07-311-37/+100
* Add shapefile reader.Aric Hagberg2010-11-151-0/+104