diff --git a/pom.xml b/pom.xml index 8726fcb59d28cf1f4e4bdf789a0d8246a4fd6622..b311a09b3894e4dd21a1fb7e0ba1a245dceeb5fb 100644 --- a/pom.xml +++ b/pom.xml @@ -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> diff --git a/src/site/markdown/contact.md b/src/site/markdown/contact.md index 5bbb40d7c993e8b4fe989080241c00b2f7eb0e44..25ef297c698dd24fd6a0b2f92006fb20143aba50 100644 --- a/src/site/markdown/contact.md +++ b/src/site/markdown/contact.md @@ -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 diff --git a/src/site/markdown/downloads.md b/src/site/markdown/downloads.md index f4946b6b0d201da317ab36dc05617447e175485c..4775696160c053de5dc3868a34b7674c8a6855d5 100644 --- a/src/site/markdown/downloads.md +++ b/src/site/markdown/downloads.md @@ -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). diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 4098a43b78d168bfacbe73c7e0d78b7a4d3ab526..849eec9ff9c652909f0a6ea956a0d60b79db938a 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -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 diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 374c0c4cd7b7d2ef1d330b3392b449d9743b16e1..2d2f4fb586f3924f5a33ae1e7982b6979ad33703 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -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.