Skip to content
Snippets Groups Projects
Commit 244c8625 authored by Sébastien Dinot's avatar Sébastien Dinot
Browse files

Adjusting the name of Orekit's stable branch

This weekend, we decided to rename the master branch of Orekit's Git
repository en main. This has an impact on some URLs and a script that
must be updated.
parent 45aaff97
No related branches found
No related tags found
No related merge requests found
Pipeline #8005 passed
......@@ -4,7 +4,7 @@ excerpt: "The 1st session of the Orekit Talks was held on the 23rd of May 2023 a
layout: post_orekit
publication_year: 2023
date: 2023-05-30 09:00:00 +0200
modified: 2024-02-13 16:29:53 +01:00
modified: 2025-03-26 15:33:49 +01:00
project: orekit
categories:
- News
......@@ -56,6 +56,6 @@ forum if you are a candidate for the presentation.
[os-orbit-deter]: https://www.researchgate.net/publication/328881334_Open_Source_Orbit_Determination_with_Semi-Analytical_Theory
[accurate-orbit]: https://www.researchgate.net/publication/349311171_Towards_Accurate_Orbit_Determination_using_Semi-analytical_Satellite_Theory
[semi-analytical]: https://www.researchgate.net/publication/353923078_A_Semi-analytical_Approach_for_Orbit_Determination_based_on_Extended_Kalman_Filter
[tutorial-dsst]: https://gitlab.orekit.org/orekit/orekit-tutorials/-/blob/master/src/main/java/org/orekit/tutorials/propagation/DSSTPropagation.java
[tutorial-least-squares]: https://gitlab.orekit.org/orekit/orekit-tutorials/-/blob/master/src/main/java/org/orekit/tutorials/estimation/DSSTOrbitDetermination.java
[tutorial-extended-kalman]: https://gitlab.orekit.org/orekit/orekit-tutorials/-/blob/master/src/main/java/org/orekit/tutorials/estimation/ExtendedSemianalyticalKalmanFilter.java
[tutorial-dsst]: https://gitlab.orekit.org/orekit/orekit-tutorials/-/blob/main/src/main/java/org/orekit/tutorials/propagation/DSSTPropagation.java
[tutorial-least-squares]: https://gitlab.orekit.org/orekit/orekit-tutorials/-/blob/main/src/main/java/org/orekit/tutorials/estimation/DSSTOrbitDetermination.java
[tutorial-extended-kalman]: https://gitlab.orekit.org/orekit/orekit-tutorials/-/blob/main/src/main/java/org/orekit/tutorials/estimation/ExtendedSemianalyticalKalmanFilter.java
......@@ -3,7 +3,7 @@
# Extract Orekit versions from the changes.xml file provided in the Orekit
# repository and ignore versions prior to 6.1 (they are no longer managed).
curl -sSL https://gitlab.orekit.org/orekit/orekit/-/raw/master/src/changes/changes.xml \
curl -sSL https://gitlab.orekit.org/orekit/orekit/-/raw/main/src/changes/changes.xml \
| xmlstarlet sel -T -t -m '//document/body/release/@version' -v 'concat("- ",.)' -n \
| grep -vE '^- ([0-5]\.|6\.0)' | sort -rV \
> _data/orekit/versions.yml
......
---
title: Download
date: 2018-05-26 23:59:00 +01:00
modified: 2019-08-31 15:30:24 +02:00
modified: 2025-03-26 15:33:25 +01:00
layout: default_orekit
---
......@@ -23,9 +23,11 @@ layout: default_orekit
{% highlight bash -%}
conda install -c conda-forge orekit
{%- endhighlight %}
For manual installation, please consult the <a href="https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home">wiki page</a> of the wrapper.
For manual installation, please consult the
<a href="https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home">wiki page</a>
of the wrapper.
</p>
<p>
<a class="btn btn-warning" href="https://anaconda.org/conda-forge/orekit" role="button">Get the Python Wrapper</a>
</p>
......@@ -36,13 +38,13 @@ layout: default_orekit
for new users.</p>
<p>
<a class="btn btn-warning" href="https://gitlab.orekit.org/orekit/orekit-data/-/archive/master/orekit-data-master.zip" role="button">Get the physical data</a>
<a class="btn btn-warning" href="https://gitlab.orekit.org/orekit/orekit-data/-/archive/main/orekit-data-main.zip" role="button">Get the physical data</a>
</p>
<h2>Orekit Java Tutorials {{site.data.orekit-tutorials.versions.first}}</h2>
<p>The zipped sources of the Orekit tutorials in Java.</p>
<p>
<a class="btn btn-warning" href="/download/orekit-tutorials-latest-sources.zip" role="button">Get the tutorials sources</a>
</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment