Skip to content

Commit

Permalink
Swap dead link to one in a new repo we control (fix doctest).
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott authored Jul 17, 2024
1 parent f73205c commit 2591b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Finally, you can use all of the above methods to read shapefiles directly from t


>>> # from a zipped shapefile on website
>>> sf = shapefile.Reader("https://biogeo.ucdavis.edu/data/diva/rrd/NIC_rrd.zip")
>>> sf = shapefile.Reader("https://github.com/JamesParrott/PyShp_test_shapefile/raw/main/gis_osm_natural_a_free_1.zip")

>>> # from a shapefile collection of files in a github repository
>>> sf = shapefile.Reader("https://github.com/nvkelso/natural-earth-vector/blob/master/110m_cultural/ne_110m_admin_0_tiny_countries.shp?raw=true")
Expand Down

0 comments on commit 2591b38

Please sign in to comment.