Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged-MOD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
youngcle
Rugged-MOD
Commits
5aebe5b5
Commit
5aebe5b5
authored
9 years ago
by
Luc Maisonobe
Browse files
Options
Downloads
Patches
Plain Diff
Updated static site for 1.0 release.
parent
2dce1172
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pom.xml
+1
-0
1 addition, 0 deletions
pom.xml
src/site/markdown/contact.md
+1
-2
1 addition, 2 deletions
src/site/markdown/contact.md
src/site/markdown/downloads.md
+40
-0
40 additions, 0 deletions
src/site/markdown/downloads.md
with
42 additions
and
2 deletions
pom.xml
+
1
−
0
View file @
5aebe5b5
...
...
@@ -7,6 +7,7 @@
<version>
1.0
</version>
<packaging>
jar
</packaging>
<name>
Rugged
</name>
<url>
https://www.orekit.org/rugged
</url>
<inceptionYear>
2014
</inceptionYear>
<description>
...
...
This diff is collapsed.
Click to expand it.
src/site/markdown/contact.md
+
1
−
2
View file @
5aebe5b5
...
...
@@ -18,8 +18,7 @@ Contacts
Mailing lists
-------------
Most discussions should occur on the public mailing lists. As Rugged
heavily depends on Orekit, they share the same low traffic announces list.
Most discussions should occur on the public mailing lists.
| topic | post address | subscribe URL | archive URL |
|---------------|------------------------------|--------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
...
...
This diff is collapsed.
Click to expand it.
src/site/markdown/downloads.md
+
40
−
0
View file @
5aebe5b5
...
...
@@ -43,3 +43,43 @@ Rugged is also available in maven central repository,
with groupID org.orekit and artifactId rugged so maven
internal mechanism will download automatically all artifacts and dependencies
as required.
| package | link |
|----------|-----------------------------------------------------------------------------------------------------------|
| source |
[
rugged-1.0-sources.zip
](
https://www.orekit.org/forge/attachments/download/592/rugged-1.0-sources.zip
)
|
| binary |
[
rugged-1.0.jar
](
https://www.orekit.org/forge/attachments/download/593/rugged-1.0.jar
)
|
| javadoc |
[
rugged-1.0-javadoc.jar
](
https://www.orekit.org/forge/attachments/download/594/rugged-1.0-javadoc.jar
)
|
version 1.0 downloads (release date: 2016-02-10)
## Data
For convenience, a zip archive containing some configuration data is
available for download. Similar files can be custom made by users with updated data.
Configuring data loading is explained in the configuration page For a start, the simplest configuration
is to download the orekit-data.zip file from the download page, to unzip it anywhere you want, note the
path of the orekit-data folder that will be created and add the following lines at the start of
your program:
File orekitData = new File("/path/to/the/folder/orekit-data");
DataProvidersManager manager = DataProvidersManager.getInstance();
manager.addProvider(new DirectoryCrawler(orekitData));
This file contents is:
*
leap seconds data up to early 2016,
*
IERS Earth orientation parameters from 1973 to mid 2014
with predicted date to end 2014 for some parameters (both IAU-1980 and IAU-2000),
*
Marshall Solar Activity Futur Estimation from 1999 to 2014,
*
DE 430 planetary ephemerides from 1990 to 2069,
*
Eigen 06S gravity field.
There are no guarantees that this file will be available indefinitely or that its
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/584/orekit-data.zip
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment