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

Fix some URLs and text formatting

parent ff14d777
No related branches found
No related tags found
1 merge request!14Update Maven plugin dependency and Sonar badges URLs
...@@ -4,35 +4,40 @@ ...@@ -4,35 +4,40 @@
> A sensor-to-terrain mapping tool > A sensor-to-terrain mapping tool
[Rugged](https://www.orekit.org/rugged/ "Rugged homepage") is a free java library for geolocation and used for satellite imagery. [Rugged](https://www.orekit.org/rugged/ "Rugged homepage") is a free java
library for geolocation and used for satellite imagery.
Rugged is an add-on for [Orekit](https://www.orekit.org/ "Orekit homepage") handling Digital Elevation Models contribution to line of sight computation. It is a free software intermediate-level library written in Java.
Rugged is an add-on for [Orekit](https://www.orekit.org/ "Orekit homepage")
It mainly provides direct and inverse location, i.e. it allows to compute accurately handling Digital Elevation Models contribution to line of sight computation. It
which ground point is looked at from a specific pixel in a spacecraft instrument, is a free software intermediate-level library written in Java.
and conversely which pixel will see a specified ground point. This mapping between
ground and sensor is computed with a viewing model taking into account: It mainly provides direct and inverse location, i.e. it allows to compute
* ground Digital Elevation Model (DEM), accurately which ground point is looked at from a specific pixel in a spacecraft
* Earth rotation will all its tiny irregularities, instrument, and conversely which pixel will see a specified ground point. This
* on-board sensor pixels individual line-of-sights, mapping between ground and sensor is computed with a viewing model taking into
account:
* ground Digital Elevation Model (DEM),
* Earth rotation will all its tiny irregularities,
* on-board sensor pixels individual line-of-sights,
* spacecraft motion and attitude, * spacecraft motion and attitude,
* several physical effects. * several physical effects.
Direct and inverse location can be used to perform full ortho-rectification of Direct and inverse location can be used to perform full ortho-rectification of
images and correlation between sensors observing the same area. images and correlation between sensors observing the same area.
[![](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![](https://sonar.orekit.org/api/project_badges/measure?project=org.orekit%3Arugged&metric=alert_status)](https://sonar.orekit.org/dashboard?id=org.orekit%3Arugged) [![](https://sonar.orekit.org/api/project_badges/measure?project=orekit%3Arugged&metric=alert_status)](https://sonar.orekit.org/dashboard?id=orekit%3Arugged)
[![](https://sonar.orekit.org/api/project_badges/measure?project=org.orekit%3Arugged&metric=coverage)](https://sonar.orekit.org/component_measures?id=org.orekit%3Arugged&metric=coverage&view=treemap)
[![](https://sonar.orekit.org/api/project_badges/measure?project=orekit%3Arugged&metric=coverage)](https://sonar.orekit.org/component_measures?id=orekit%3Arugged&metric=coverage&view=treemap)
## Download ## Download
### Official releases ### Official releases
[Official Rugged releases](https://gitlab.orekit.org/orekit/rugged/-/releases) [Official Rugged releases](https://gitlab.orekit.org/orekit/rugged/-/releases)
are available on our [Gitlab instance](https://gitlab.orekit.org/orekit/rugged). They are are available on our [Gitlab instance](https://gitlab.orekit.org/orekit/rugged).
also available in the They are also available in the
[Maven repository](https://mvnrepository.com/artifact/org.orekit/rugged). [Maven repository](https://mvnrepository.com/artifact/org.orekit/rugged).
### Development version ### Development version
...@@ -62,13 +67,14 @@ reporting security issues check the "This issue is confidential" box. ...@@ -62,13 +67,14 @@ reporting security issues check the "This issue is confidential" box.
## Contributing ## Contributing
Please take a look at our Please take a look at our
[contributing guidelines](https://www.orekit.org/site-rugged-latest/contributing.html) if you're [contributing guidelines](https://www.orekit.org/site-rugged-latest/contributing.html)
interested in helping! if you're interested in helping!
## Building ## Building
Detailed information on how to build Rugged from source either using Maven or Detailed information on how to build Rugged from source either using Maven or
Eclipse is provided in [building](https://www.orekit.org/site-rugged-latest/building.html) explanations. Eclipse is provided in
[building](https://www.orekit.org/site-rugged-latest/building.html) explanations.
## Dependencies ## Dependencies
...@@ -78,8 +84,8 @@ all released under business friendly FOSS licenses. ...@@ -78,8 +84,8 @@ all released under business friendly FOSS licenses.
### Compile-time/run-time dependencies ### Compile-time/run-time dependencies
* [Orekit](https://www.orekit.org/), a low level space dynamics library released under * [Orekit](https://www.orekit.org/), a low level space dynamics library released
the Apache License, version 2.0. under the Apache License, version 2.0.
* [Hipparchus](https://hipparchus.org/), a mathematics library released under * [Hipparchus](https://hipparchus.org/), a mathematics library released under
the Apache License, version 2.0. the Apache License, version 2.0.
......
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