Skip to content

Commit

Permalink
new branch for pypi release (auto-build not quite working yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Kirkpatrick committed Jun 14, 2019
1 parent 0653c4f commit 599e02a
Show file tree
Hide file tree
Showing 36 changed files with 961 additions and 5,481 deletions.
42 changes: 21 additions & 21 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
MIT License

Copyright (c) 2016 Brian Kirkpatrick

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2016 Brian Kirkpatrick
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
86 changes: 43 additions & 43 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
oyb
===

Oy vey! So many orbit models. Here's another one.

Largely based on Howard Curtis' excellent text, *Orbital Mechanics for
Engineering Students*, second edition. Contains the minimum components needed to
model and propagate restricted two-body orbits, with time values leveraging the
core Python module *datetime*.

Primary components (modules) of the package are as follows:

anomaly
-------

Defines conversions between various anomalies.

earth
-----

Defines earth parameters and key earth-specific calculations (ECF/ENU frame
conversions, latitude/longitude, GMST, etc.).

orb
---

The heart of the *oyb* package; these module contents are imported with the top
package-level *oyb* object. Contains orbital models and conversions.

plot
----

Contains various plotting methods (both main plot functions and their specific
rendering and annotation behaviors) for Orbit-derived objects in 2d (i.e.,
ground track) and 3d (i.e., orbital) plots.

rot
---

Defines vector rotation (lower case) and frame tranformations (upper case). Both
transformations can be concatenated to be performed in right-to-left upon a
given vector operator. Note that the *dot()* method must be used, since these
functions return a 2d *numpy.array* object.
oyb
===

Oy vey! So many orbit models. Here's another one.

Largely based on Howard Curtis' excellent text, *Orbital Mechanics for
Engineering Students*, second edition. Contains the minimum components needed to
model and propagate restricted two-body orbits, with time values leveraging the
core Python module *datetime*.

Primary components (modules) of the package are as follows:

anomaly
-------

Defines conversions between various anomalies.

earth
-----

Defines earth parameters and key earth-specific calculations (ECF/ENU frame
conversions, latitude/longitude, GMST, etc.).

orb
---

The heart of the *oyb* package; these module contents are imported with the top
package-level *oyb* object. Contains orbital models and conversions.

plot
----

Contains various plotting methods (both main plot functions and their specific
rendering and annotation behaviors) for Orbit-derived objects in 2d (i.e.,
ground track) and 3d (i.e., orbital) plots.

rot
---

Defines vector rotation (lower case) and frame tranformations (upper case). Both
transformations can be concatenated to be performed in right-to-left upon a
given vector operator. Note that the *dot()* method must be used, since these
functions return a 2d *numpy.array* object.
110 changes: 0 additions & 110 deletions build/build.py

This file was deleted.

39 changes: 0 additions & 39 deletions build/setup.py

This file was deleted.

21 changes: 0 additions & 21 deletions data/__init__.py

This file was deleted.

Binary file removed data/blueMarble.png
Binary file not shown.
3 changes: 0 additions & 3 deletions data/test.tle

This file was deleted.

34 changes: 0 additions & 34 deletions docs/__init__.py

This file was deleted.

54 changes: 0 additions & 54 deletions docs/oyb.anomaly.html

This file was deleted.

Loading

0 comments on commit 599e02a

Please sign in to comment.