Skip to content

Commit 788af31

Browse files
committed
Update pyproj import location
1 parent 1208d44 commit 788af31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/testwmsimage.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
from a WMS server and display it on a map (using the
44
wmsimage convenience method)
55
"""
6-
from mpl_toolkits.basemap import Basemap, pyproj
6+
from mpl_toolkits.basemap import Basemap
7+
import pyproj
78
from datetime import datetime
89
import numpy as np
910
import matplotlib.pyplot as plt

0 commit comments

Comments
 (0)