Skip to content

Commit 6da7dcb

Browse files
author
scienceopen
committed
rework/simplify/pythonize API
1 parent 5cc0e04 commit 6da7dcb

File tree

8 files changed

+507
-535
lines changed

8 files changed

+507
-535
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Usage
1616
=====
1717
a few quick examples::
1818

19-
from pymap3d.coordconv3d import *
20-
19+
from pymap3d import *
20+
2121
lat,lon,alt = eci2geodetic(eci,t)
2222
az,el,range = geodetic2aer(lat,lon,alt,42,-82,0)
2323

0 commit comments

Comments
 (0)