Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Guilhem Bonnefille
Orekit
Commits
49910c6a
Commit
49910c6a
authored
Dec 10, 2020
by
Bryan Cazabonne
Browse files
Fixed broken links in download page.
parent
116e5d15
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/site/markdown/downloads.md.vm
View file @
49910c6a
...
@@ -36,6 +36,10 @@ the one that better suits your needs. Source packages are the most complete
...
@@ -36,6 +36,10 @@ the one that better suits your needs. Source packages are the most complete
ones since the other packages (binary jars, javadoc jars and even the bulk
ones since the other packages (binary jars, javadoc jars and even the bulk
of this site) are created from these sources.
of this site) are created from these sources.
Orekit source code can be also downloaded from our
[version control system](https://gitlab.orekit.org/orekit/orekit/-/releases)
in .zip, .tar.gz, .tar.bz2, and .tar extensions.
Orekit is also available in maven central repository,
Orekit is also available in maven central repository,
with groupID org.orekit and artifactId orekit so maven
with groupID org.orekit and artifactId orekit so maven
internal mechanism will download automatically all artifacts and dependencies
internal mechanism will download automatically all artifacts and dependencies
...
@@ -46,7 +50,7 @@ as required.
...
@@ -46,7 +50,7 @@ as required.
| package | link |
| package | link |
|----------|---------------------------------------------------------------------------------------------------------------------------------------|
|----------|---------------------------------------------------------------------------------------------------------------------------------------|
| source | [orekit-
${
version
.
key
}
-sources.
zip
](https://search.maven.org/remotecontent?filepath=org/orekit/orekit/
${
version
.
key
}
/orekit-
${
version
.
key
}
-sources.
zip
) |
| source | [orekit-
${
version
.
key
}
-sources.
jar
](https://search.maven.org/remotecontent?filepath=org/orekit/orekit/
${
version
.
key
}
/orekit-
${
version
.
key
}
-sources.
jar
) |
| binary | [orekit-
${
version
.
key
}
.jar](https://search.maven.org/remotecontent?filepath=org/orekit/orekit/
${
version
.
key
}
/orekit-
${
version
.
key
}
.jar) |
| binary | [orekit-
${
version
.
key
}
.jar](https://search.maven.org/remotecontent?filepath=org/orekit/orekit/
${
version
.
key
}
/orekit-
${
version
.
key
}
.jar) |
| javadoc | [orekit-
${
version
.
key
}
-javadoc.jar](https://search.maven.org/remotecontent?filepath=org/orekit/orekit/
${
version
.
key
}
/orekit-
${
version
.
key
}
-javadoc.jar) |
| javadoc | [orekit-
${
version
.
key
}
-javadoc.jar](https://search.maven.org/remotecontent?filepath=org/orekit/orekit/
${
version
.
key
}
/orekit-
${
version
.
key
}
-javadoc.jar) |
version
${
version
.
key
}
downloads (release date:
${
version
.
value
}
)
version
${
version
.
key
}
downloads (release date:
${
version
.
value
}
)
...
@@ -76,7 +80,7 @@ file from the forge, to unzip it anywhere you want, rename the `orekit-data-mast
...
@@ -76,7 +80,7 @@ file from the forge, to unzip it anywhere you want, rename the `orekit-data-mast
into `orekit-data` and add the following lines at the start of your program:
into `orekit-data` and add the following lines at the start of your program:
File orekitData = new File("/path/to/the/folder/orekit-data");
File orekitData = new File("/path/to/the/folder/orekit-data");
DataProvidersManager manager = DataProvidersManager
.getInstance
();
DataProvidersManager manager =
DataContext.getDefault().get
DataProvidersManager();
manager.addProvider(new DirectoryCrawler(orekitData));
manager.addProvider(new DirectoryCrawler(orekitData));
This file contains the following data sets. Note that the data is updated only
This file contains the following data sets. Note that the data is updated only
...
@@ -92,6 +96,8 @@ needed for their computation.
...
@@ -92,6 +96,8 @@ needed for their computation.
* JPL DE 430 planetary ephemerides from 1990 to 2069,
* JPL DE 430 planetary ephemerides from 1990 to 2069,
* Eigen 06S gravity field,
* Eigen 06S gravity field,
* CSSI space weather file,
* FES 2004 ocean tides model.
* FES 2004 ocean tides model.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment