Skip to content

Commit 12b182e

Browse files
committed
update shapefile (pyshp) import location
1 parent 7d7303d commit 12b182e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/readboundaries_shp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import numpy as np
2-
from mpl_toolkits.basemap.shapefile import Reader
2+
from shapefile import Reader
33

44
lsd = 5
55

0 commit comments

Comments
 (0)