Update examples authored by Petrus Hyvönen's avatar Petrus Hyvönen
...@@ -2,11 +2,7 @@ ...@@ -2,11 +2,7 @@
The following links provides examples of Orekit usage in a IPython notebook environment. The examples are stored in the examples directory of the repository and can be viewed directly in gitlab. The following links provides examples of Orekit usage in a IPython notebook environment. The examples are stored in the examples directory of the repository and can be viewed directly in gitlab.
[Basic setup of orekit](https://gitlab.orekit.org/orekit-labs/python-wrapper/blob/master/examples/The_Basics.ipynb) [Examples directory in repository](https://gitlab.orekit.org/orekit-labs/python-wrapper/-/tree/master/examples)
[TLE Propagation Example](https://gitlab.orekit.org/orekit-labs/python-wrapper/blob/master/examples/TLE_Propagation.ipynb)
[Ground track plot](https://gitlab.orekit.org/orekit-labs/python-wrapper/blob/master/examples/orekit_map.ipynb) using the Python Basemap module for mapping.
Note that for the included examples, a data file with parameters is needed in the current directory (can be downloaded from [the gitlab repo](https://gitlab.orekit.org/orekit/orekit-data/-/archive/master/orekit-data-master.zip). Note that default name in setup_orekit_curdir() is orekit-data.zip. Note that for the included examples, a data file with parameters is needed in the current directory (can be downloaded from [the gitlab repo](https://gitlab.orekit.org/orekit/orekit-data/-/archive/master/orekit-data-master.zip). Note that default name in setup_orekit_curdir() is orekit-data.zip.
... ...
......