File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -33,9 +33,6 @@ Numpy and AstroPy are optional; algorithms from Vallado and Meeus are used if As
3333
3434## Install
3535
36- If you choose to do the hard install as below, you will need Numpy.
37- Only the development install allows missing Numpy.
38-
3936``` sh
4037python3 -m pip install pymap3d
4138```
@@ -125,7 +122,7 @@ Abbreviations:
125122
126123As compared to [ PyProj] ( https://github.com/jswhit/pyproj ) :
127124
128- * PyMap3D does not require anything beyond pure Python -- not even Numpy is required for basic functions .
125+ * PyMap3D does not require anything beyond pure Python -- not even Numpy is required except for ECI (let us know if this is an issue) .
129126* PyMap3D API is similar to Matlab Mapping Toolbox, while PyProj's interface is quite distinct
130127* PyMap3D intrinsically handles local coordinate systems such as ENU,
131128 while PyProj ENU requires some [ additional effort] ( https://github.com/jswhit/pyproj/issues/105 ) .
You can’t perform that action at this time.
0 commit comments