summaryrefslogtreecommitdiff
path: root/networkx/readwrite/tests/test_shp.py
Commit message (Expand)AuthorAgeFilesLines
* handle geometric attributes properly and add simplify=False case to testschrisnatali2015-05-041-16/+59
* Remove xrange and map to fix python3 for test_shp.pyDan Schult2015-01-041-3/+5
* fix for older versions of GDALBen Reilly2012-07-261-1/+4
* ordered attr test for shp import/exportBen Reilly2012-05-081-7/+5
* init impl attribute test for shp exportBen Reilly2012-05-081-2/+6
* pep8Ben Reilly2012-04-121-10/+13
* Fix test for shp. Fixes #668Aric Hagberg2012-04-081-8/+8
* comment out failing test.Aric Hagberg2011-12-301-19/+14
* Add patch for shapefile read/write and tests.Aric Hagberg2011-12-301-9/+31
* Add shapefile writer (and updated reader).Aric Hagberg2011-07-311-17/+81
* Clean up imports.Loïc Séguin-C.2011-02-101-1/+1
* Add shapefile reader.Aric Hagberg2010-11-151-0/+51