Commit Graph

2 Commits

Author SHA1 Message Date
Bruno Bord 4c4bf5b563
v0.0.1
Initial release:

* This project includes minimal data files required by the Python Skyfield library: `de421.bsp`, `deltat.data`, `deltat.preds` and `Leap_Second.dat`.
* It provides a small Python script to download the files from their respective source,
* This script eventually checks if some of the files are expired and skips them (by default),
* Usage documentation is included in the `README.md` file.
* This project code is released under the terms of the MIT License.

Skyfield Library: https://rhodesmill.org/skyfield/
2019-07-29 16:59:11 +02:00
Bruno Bord bb76ebb905
Naive download script + data files
The data files were downloaded on July 26th 2019.

Also added the bare minimum configuration to build a source package.
Updated the README with copyright mentions and a usage example.
2019-07-29 12:09:07 +02:00