Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Rugged
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
Container Registry
Model registry
Operate
Environments
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
Orekit
Rugged
Commits
8b434356
Commit
8b434356
authored
6 years ago
by
Guylaine Prat
Browse files
Options
Downloads
Patches
Plain Diff
Update link
parent
1855e812
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/site/markdown/design/digital-elevation-model.md
+7
-6
7 additions, 6 deletions
src/site/markdown/design/digital-elevation-model.md
with
7 additions
and
6 deletions
src/site/markdown/design/digital-elevation-model.md
+
7
−
6
View file @
8b434356
<!--- Copyright 2013-201
7
CS Systèmes d'Information
<!--- Copyright 2013-201
8
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
...
...
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