Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
qgis-otb-plugin
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Catherine CALME
qgis-otb-plugin
Commits
98215561
Commit
98215561
authored
Jul 04, 2018
by
Rashad Kanavath
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused wrapper script
parent
6b0bc30f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
23 deletions
+0
-23
otb/qgis_otb_cli
otb/qgis_otb_cli
+0
-23
No files found.
otb/qgis_otb_cli
deleted
100644 → 0
View file @
6b0bc30f
#!/bin/sh
#GDAL_DATA
GDAL_DATA
=
OUT_DIR/share/gdal
GEOTIFF_CSV
=
OUT_DIR/share/epsg_csv
OUT_DIR
=
OTB_FOLDER
unset
LD_LIBRARY_PATH
# check and set OTB_APPLICATION_PATH
if
[
-z
"
$OTB_APPLICATION_PATH
"
]
||
[
"
$OTB_APPLICATION_PATH
"
=
""
]
;
then
OTB_APPLICATION_PATH
=
OUT_DIR/lib/otb/applications
else
OTB_APPLICATION_PATH
=
OUT_DIR/lib/otb/applications:
$OTB_APPLICATION_PATH
fi
export
OTB_APPLICATION_PATH
export
GDAL_DATA
export
GEOTIFF_CSV
export
LC_NUMERIC
=
C
export
GDAL_DRIVER_PATH
=
disable
# start the application
OTB_FOLDER/bin/otbApplicationLauncherCommandLine
"
$@
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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