From 9290c4c92ce6a52bc8ccf454c5e1f4555618b2c3 Mon Sep 17 00:00:00 2001 From: Guylaine Prat <guylaine.prat@c-s.fr> Date: Mon, 13 Aug 2018 14:37:28 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index dc10b110..1fc29dea 100644 --- a/Readme.md +++ b/Readme.md @@ -1,12 +1,33 @@ # Rugged -**A sensor-to-terrain mapping tool** +_**A sensor-to-terrain mapping tool**_ -Rugged is a free java library for geolocation and used for satellite imagery. +**Rugged is a free java library for geolocation and used for satellite imagery.**  +Rugged is an add-on for [Orekit](https://www.orekit.org/) handling Digital Elevation Models contribution to +line of sight computation. It is a free software intermediate-level library written in Java. + +It mainly provides direct and inverse location, i.e. it allows to compute accurately +which ground point is looked at from a specific pixel in a spacecraft instrument, +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: +* ground Digital Elevation Model (DEM), +* Earth rotation will all its tiny irregularities, +* on-board sensor pixels individual line-of-sights, +* spacecraft motion and attitude, +* several physical effects. + +Direct and inverse location can be used to perform full ortho-rectification of +images and correlation between sensors observing the same area. + +Homepage: [https://www.orekit.org/rugged/](https://www.orekit.org/rugged/) + + + + * [Overview](src/site/markdown/index.md) * [Getting the sources](src/site/markdown/sources.md) * [Building](src/site/markdown/building.md) -- GitLab