@@ -15,9 +15,9 @@ This will install all dependencies (openjdk) and install scripts that sets the n
Note that it is needed to active the conda environment to be used, this activation triggers a script that sets up the right environment variables (JCC_JDK). If accessing the python executable directly, for example through an IDE, the tool [conda-wrappers](https://youtrack.jetbrains.com/issue/PY-18865#comment=27-1444034) can be used to create executable that runs the activation automatically.
## Physical Data
The physical data is not included in the orekit library and needs to be provided. A starting package of data is available at https://www.orekit.org/download.html
The physical data is not included in the orekit library and needs to be provided. A starting package of data is available from https://gitlab.orekit.org/orekit/orekit-data and can be downloaded from https://www.orekit.org/download.html
The python helper function setup_orekit_curdir() loads such file, default "orekit-data.zip" and sets up orekit to use it.
The python helper function setup_orekit_curdir() loads such file, default "orekit-data.zip" and sets up orekit to use it (you need to remove the "-master" from the filename if the repo download is used).