Make setup_orekit_curdir optionally load data from folder
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:
- The existing
setup_orekit_curdirfunction was modified with an extra optional argument. - The
osmodule is used to detect if thefilenameargument is a file or a folder.