Skip to content

Data.Net

Sylvain Guillet edited this page Aug 5, 2024 · 1 revision

IO SDK.Net needs data files named kernels, frames definition, digital shapes or leapseconds file.

These data files can be found from this page.

To extend or update capabilities you can download new kernels from previous link and copy paste new kernels in the folder of your choice.

Then you can load recursively these data file with this command :

API.Instance.LoadKernels(new DirectoryInfo("/home/spacer/Sources/SDK.Net/IO.Astrodynamics.Tests/Data/SolarSystem"));
Clone this wiki locally