Skip to content

Commit

Permalink
Update test_shapefile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott authored Jul 17, 2024
1 parent 2591b38 commit daab62f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_shapefile.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def test_reader_url():
pass

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

0 comments on commit daab62f

Please sign in to comment.