Skip to content

VSOP2013.NET v1.1.2

Compare
Choose a tag to compare
@kingsznhone kingsznhone released this 05 Jul 16:30
· 42 commits to main since this release

Feature

  1. Use VSOPResult class to manage calculate results.
  2. Use VSOPTime class to manage time.
  3. Easy to convert time by calling VSOPTime.UTC, VSOPTime.TAI, VSOPTime.TDB
  4. Veryhigh performance per solution
  5. Performance Test
  6. Useful Utility class. Convert Elliptic coordinates to cartesian or spherical
  7. Async Api.
  8. precalculation on φ in terms, which gives 10%+ speed of calculation.
  9. Use [MessagePack](https://github.com/neuecc/MessagePack-CSharp#lz4-compression"MessagePack for C#") for binary serialize.
  10. Initialization time becomes less than 10% of previous.
  11. Brotli compression on source data. ~300Mb -> ~50MB.