Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
David Youssefi
otb
Commits
c300bbb2
Commit
c300bbb2
authored
13 years ago
by
Emmanuel Christophe
Browse files
Options
Downloads
Patches
Plain Diff
ENH: cleanup
parent
9c67107a
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
Utils/otbDEMConvert.cxx
+0
-8
0 additions, 8 deletions
Utils/otbDEMConvert.cxx
with
0 additions
and
8 deletions
Utils/otbDEMConvert.cxx
+
0
−
8
View file @
c300bbb2
...
...
@@ -46,7 +46,6 @@ int generic_convert_to_tif(otb::ApplicationOptionsResult* parseResult, std::stri
return
EXIT_SUCCESS
;
}
int
DEMConvert
::
Describe
(
ApplicationDescriptor
*
descriptor
)
{
descriptor
->
SetName
(
"DEMConvertApplication"
);
...
...
@@ -58,11 +57,6 @@ int DEMConvert::Describe(ApplicationDescriptor* descriptor)
return
EXIT_SUCCESS
;
}
int
temporaryMethod
(
std
::
string
tempFilename
,
std
::
string
output
)
{
}
/* The main is simple : read image using OTB and write it as a tif.
* Read this tif using OSSIM and convert it as a general raster file (.ras, .geom and . omd)
* first write the image as a tif (supported by OSSIM) allows to not only be abble to work
...
...
@@ -145,9 +139,7 @@ int DEMConvert::Execute(otb::ApplicationOptionsResult* parseResult)
std
::
cout
<<
"Enable to erase the output temporary file "
<<
tempFilename
<<
"."
<<
std
::
endl
;
}
}
return
EXIT_SUCCESS
;
}
}
// namespace otb
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