pyops is a python library for the manipulation, processing and plotting of the input and output files of ESA Experiment Planning Software (EPS).
- Free software: BSD license
- Documentation: http://pyops.rtfd.org.
- draw makes pretty orbit graphics
- events provides a series of time/date utilities
- maps does things with maps and images
- orbit processes mission analysis orbit files
- read reads EPS/MAPPS output into useable dataframes and/or arrays
- utils more utilities ...
At the command line:
Clone the repo to your local machine:
$ git clone [email protected]:johnnycakes79/pyops.git
Install your local copy:
$ cd pyops/ $ ./install.sh
Testing is very little at the moment. But it's a start... At the command line:
Run py.test:
$ python setup.py test