"Readme.md" did not exist on "679bafb25655c31cfd430d8a83cc5a92167c92ea"
Make setup_orekit_curdir optionally load data from folder
- Apr 27, 2020
-
-
Clément Jonglez authored
-
Clément Jonglez authored
-
This is a proposal to allow loading Orekit data from a folder. In my case, it speeds up the startup of my Python application a lot.
The two commits are actually 2 options:
setup_orekit_curdir
function was modified with an extra optional argument.os
module is used to detect if the filename
argument is a file or a folder.