Skip to content

Commit daab62f

Browse files
authored
Update test_shapefile.py
1 parent 2591b38 commit daab62f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test_shapefile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_reader_url():
275275
pass
276276

277277
# test reading zipfile from url
278-
url = "https://biogeo.ucdavis.edu/data/diva/rrd/NIC_rrd.zip"
278+
url = "https://github.com/JamesParrott/PyShp_test_shapefile/raw/main/gis_osm_natural_a_free_1.zip"
279279
with shapefile.Reader(url) as sf:
280280
for recShape in sf.iterShapeRecords():
281281
pass

0 commit comments

Comments
 (0)