Skip to content
Snippets Groups Projects
Commit 28646fa7 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Prepared release for 2.0.

parent a227682b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.orekit</groupId>
<artifactId>rugged</artifactId>
<version>2.0-SNAPSHOT</version>
<version>2.0</version>
<packaging>jar</packaging>
<name>Rugged</name>
<url>https://www.orekit.org/rugged</url>
......
......@@ -36,7 +36,7 @@ Technical contact
If for some reason you cannot use the public lists, you can reach the CS
Systèmes d'Information Rugged team for any question (either technically
oriented or administrative) at the following email address:
[orekit@c-s.fr](mailto:orekit@c-s.fr)
[rugged@c-s.fr](mailto:rugged@c-s.fr)
Administrative contact
----------------------
......@@ -51,5 +51,5 @@ please use the following address:
31506 Toulouse CEDEX 5
FRANCE
phone: +33 5-61-17-66-66 (ask for Luc Maisonobe)
phone: +33 5-61-17-66-66 (ask for Luc Maisonobe or Sébastien Harasse)
fax: +33 5-61-34-84-15
......@@ -44,6 +44,13 @@ with groupID org.orekit and artifactId rugged so maven
internal mechanism will download automatically all artifacts and dependencies
as required.
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source | [rugged-2.0-sources.zip](https://www.orekit.org/forge/attachments/download/717/rugged-2.0-sources.zip) |
| binary | [rugged-2.0.jar](https://www.orekit.org/forge/attachments/download/718/rugged-2.0.jar) |
| javadoc | [rugged-2.0-javadoc.jar](https://www.orekit.org/forge/attachments/download/719/rugged-2.0-javadoc.jar) |
version 2.0 downloads (release date: 2017-12-22)
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source | [rugged-1.0-sources.zip](https://www.orekit.org/forge/attachments/download/592/rugged-1.0-sources.zip) |
......@@ -66,12 +73,12 @@ your program:
This file contents is:
* leap seconds data up to end of 2016,
* leap seconds data up to end of 2017,
* IERS Earth orientation parameters from 1973 to mid 2016
with predicted date to fall 2016 for some parameters (both IAU-1980 and IAU-2000),
* IERS Earth orientation parameters from 1973 to end 2017
with predicted date to mid 2018 for some parameters (both IAU-1980 and IAU-2000),
* Marshall Solar Activity Futur Estimation from 1999 to mid 2016,
* Marshall Solar Activity Futur Estimation from 1999 to end 2017,
* DE 430 planetary ephemerides from 1990 to 2069,
......@@ -83,5 +90,5 @@ There are no guarantees that this file will be available indefinitely or that it
content will be updated. It should be considered as a simple configuration example.
Users are encouraged to set up their own configuration data.
The file is available by following this link: [orekit-data.zip](https://www.orekit.org/forge/attachments/download/610/orekit-data.zip).
The file is available in the [orekit files page](https://www.orekit.org/forge/projects/orekit/files).
......@@ -41,6 +41,8 @@ Features
* Direct/inverse location
* Refinement
* can support several types of Digital Elevation Models, including user-provided models
* several intersection models algorithms available
......
......@@ -20,7 +20,12 @@
<title>Rugged Changes</title>
</properties>
<body>
<release version="2.0" date="TBD" description="TTBD">
<release version="2.0" date="2017-12-22" description="This is a major release.
It mainly provides a refinement feature (i.e. adjusting the viewing model
parameters to match ground control points.">
<action dev="guylaine" type="add" due-to="Jonathan Guinet, Lucie Labat-Allée">
Added refinement feature, to adjust viewing model parameters
</action>
<action dev="luc" type="add" due-to="Lars Næsbye Christensen">
Added Danish translations.
Fixes issue #343.
......
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