File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2525######################################################################
2626
2727import math
28- from pyproj .geomath import Math
29- from pyproj .constants import Constants
30- from pyproj .geodesiccapability import GeodesicCapability
28+ from mpl_toolkits . basemap .geomath import Math
29+ from mpl_toolkits . basemap .constants import Constants
30+ from mpl_toolkits . basemap .geodesiccapability import GeodesicCapability
3131
3232class Geodesic (object ):
3333 """
Original file line number Diff line number Diff line change 2525######################################################################
2626
2727import math
28- from pyproj .geomath import Math
29- from pyproj .geodesiccapability import GeodesicCapability
28+ from mpl_toolkits . basemap .geomath import Math
29+ from mpl_toolkits . basemap .geodesiccapability import GeodesicCapability
3030
3131class GeodesicLine (object ):
3232 """Points on a geodesic path"""
Original file line number Diff line number Diff line change 1414######################################################################
1515
1616import math
17- from pyproj .geomath import Math
18- from pyproj .accumulator import Accumulator
17+ from mpl_toolkits . basemap .geomath import Math
18+ from mpl_toolkits . basemap .accumulator import Accumulator
1919
2020class PolygonArea (object ):
2121 """Area of a geodesic polygon"""
You can’t perform that action at this time.
0 commit comments