Skip to content
Snippets Groups Projects
Commit 8b434356 authored by Guylaine Prat's avatar Guylaine Prat
Browse files

Update link

parent 1855e812
No related branches found
No related tags found
No related merge requests found
<!--- Copyright 2013-2017 CS Systèmes d'Information <!--- Copyright 2013-2018 CS Systèmes d'Information
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
You may obtain a copy of the License at You may obtain a copy of the License at
...@@ -12,9 +12,11 @@ ...@@ -12,9 +12,11 @@
limitations under the License. limitations under the License.
--> -->
DEM intersection # Digital Elevation Model
------------
The page [technical choices](./technical-choices.html) explain how Rugged goes from an on-board pixel ## DEM intersection
The page [technical choices](./technical-choices.md) explain how Rugged goes from an on-board pixel
line-of-sight to a ground-based line-of-sight arrival in the vicinity of the ellipsoid entry point. At line-of-sight to a ground-based line-of-sight arrival in the vicinity of the ellipsoid entry point. At
this step, we have a 3D line defined near the surface and want to compute where it exactly traverses the this step, we have a 3D line defined near the surface and want to compute where it exactly traverses the
Digital Elevation Model surface. There is no support for this computation at Orekit library level, Digital Elevation Model surface. There is no support for this computation at Orekit library level,
...@@ -43,8 +45,7 @@ meaningful in terms of computation, so it should only be used for testing purpos ...@@ -43,8 +45,7 @@ meaningful in terms of computation, so it should only be used for testing purpos
intended as a basic reference that can be used for validation and tests. The no-operation algorithm can be used for intended as a basic reference that can be used for validation and tests. The no-operation algorithm can be used for
low accuracy fast computation needs without changing the complete data product work-flow. low accuracy fast computation needs without changing the complete data product work-flow.
DEM loading ## DEM loading
-----------
As the min/max KD-tree structure is specific to the Duvenhage algorithm, and as the algorithm is hidden behind As the min/max KD-tree structure is specific to the Duvenhage algorithm, and as the algorithm is hidden behind
a generic interface, the tree remains an implementation detail the user should not see. The min/max KD-tree structure is a generic interface, the tree remains an implementation detail the user should not see. The min/max KD-tree structure is
......
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