Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
InSAR_forest_height
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Narayanarao Bhogapurapu
InSAR_forest_height
Commits
212ab1af
Commit
212ab1af
authored
9 months ago
by
Narayanarao Bhogapurapu
Browse files
Options
Downloads
Patches
Plain Diff
Update build.sh
parent
a66dc532
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
build.sh
+17
-17
17 additions, 17 deletions
build.sh
with
17 additions
and
17 deletions
build.sh
+
17
−
17
View file @
212ab1af
...
...
@@ -27,23 +27,23 @@ pip install pandas scikit-image empatches scikit-learn scipy numpy matplotlib tq
# conda run --no-capture-output -n ich PIP_REQUIRE_VENV=0 python -m pip install -e "${basedir}"
# Verify the GDAL installation and other package availability
conda run
--no-capture-output
-n
ich python
-c
'
try:
from osgeo import gdal
import warnings
import argparse
import os
import sys
from skimage.util.shape import view_as_blocks
from mpl_toolkits.axes_grid1 import make_axes_locatable
from scipy.interpolate import griddata
from tqdm import tqdm
from concurrent.futures import ProcessPoolExecutor, as_completed
print("All modules imported successfully.")
except ImportError as e:
print(f"Import error: {e}")
sys.exit(1)
'
#
conda run --no-capture-output -n ich python -c '
#
try:
#
from osgeo import gdal
#
import warnings
#
import argparse
#
import os
#
import sys
#
from skimage.util.shape import view_as_blocks
#
from mpl_toolkits.axes_grid1 import make_axes_locatable
#
from scipy.interpolate import griddata
#
from tqdm import tqdm
#
from concurrent.futures import ProcessPoolExecutor, as_completed
#
print("All modules imported successfully.")
#
except ImportError as e:
#
print(f"Import error: {e}")
#
sys.exit(1)
#
'
# Optionally, you can include additional checks or commands below
# For example, checking for specific versions of packages or running a test script.
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