Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ipythonxiaobo
otb
Commits
210c6f06
Commit
210c6f06
authored
Aug 31, 2022
by
Julien Osman
Committed by
Thibaut ROMAIN
Sep 02, 2022
Browse files
DOC: New link to the geoid files
parent
4c3cad42
Changes
1
Hide whitespace changes
Inline
Side-by-side
Modules/Wrappers/ApplicationEngine/src/otbWrapperElevationParametersHandler.cxx
View file @
210c6f06
...
...
@@ -62,8 +62,8 @@ void ElevationParametersHandler::AddElevationParameters(Application::Pointer app
"Use a geoid grid to get the height "
"above the ellipsoid in case there is no DEM available, no coverage for "
"some points or pixels with no_data in the DEM tiles. A version of the "
"geoid can be found on the OTB website"
"
(
https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
-data/blob
/master/Input/DEM
/egm96.grd
)."
);
"geoid can be found on the OTB website
(egm96.grd and egm96.grd.hdr at
"
"https://gitlab.orfeo-toolbox.org/orfeotoolbox/otb
/-/tree
/master/
Data/
Input/DEM)."
);
app
->
MandatoryOff
(
oss
.
str
());
std
::
string
geoidFromConfig
=
otb
::
ConfigurationManager
::
GetGeoidFile
();
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment