Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fireatlas_nrt
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
2
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
gcorradini
fireatlas_nrt
Commits
7f7ab6d6
Commit
7f7ab6d6
authored
2 years ago
by
Katrina Sharonin
Browse files
Options
Downloads
Patches
Plain Diff
update yml packages
parent
86e5ede0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
rio-tiler-new.yml
+19
-1
19 additions, 1 deletion
rio-tiler-new.yml
run_micro_dps.sh
+7
-15
7 additions, 15 deletions
run_micro_dps.sh
with
26 additions
and
16 deletions
rio-tiler-new.yml
+
19
−
1
View file @
7f7ab6d6
...
...
@@ -4,11 +4,29 @@ channels:
-
anaconda
dependencies
:
-
rio-tiler >=3.1.0
-
rio-mucho
-
rio-color
-
ipykernel
-
ipython
-
ipywidgets
-
s3fs
-
rtree
-
shapely
-
scipy
-
scikit-learn
-
pandas
-
pystac-client
\ No newline at end of file
-
geopandas
-
pystac-client
-
boto3
-
botocore
-
geotiff
-
hdf4
-
hdf5
-
httpcore
-
numpy
-
s3fs
-
rasterio
-
zlib
-
sqlite
-
requests
-
jedi
\ No newline at end of file
This diff is collapsed.
Click to expand it.
run_micro_dps.sh
+
7
−
15
View file @
7f7ab6d6
...
...
@@ -4,6 +4,10 @@ set -eo pipefail
# base dir set
basedir
=
$(
cd
"
$(
dirname
"
$0
"
)
"
;
pwd
-P
)
# force set for interactive testing
# basedir="/projects"
echo
"Basedir:
$basedir
"
echo
"Initial working directory:
$(
pwd
-P
)
"
...
...
@@ -23,7 +27,6 @@ echo $MICROMAMBA_EXE
curl
-Ls
https://micro.mamba.pm/api/micromamba/linux-64/latest |
tar
-xvj
bin/micromamba
MY_MAMBA_ENV
=
"
$basedir
/micromamba/envs/rio-tiler-new"
# MY_MAMBA_ENV="$MICROMAMBA_BIN_DIR/envs/rio-tiler-new"
echo
$PATH
echo
"micromamba version:
$(
$MICROMAMBA_EXE
--version
)
"
...
...
@@ -32,20 +35,9 @@ echo "micromamba version: $($MICROMAMBA_EXE --version)"
"
$MICROMAMBA_EXE
"
create
-f
"
$basedir
/rio-tiler-new.yml"
-n
"rio-tiler-new"
echo
"Starting algorithm in subshell"
(
pushd
"
$basedir
"
{
# try
echo
"Running in directory:
$(
pwd
-P
)
"
"
$MICROMAMBA_EXE
"
run
-n
"rio-tiler-new"
python
-u
-c
"import FireRun; FireRun.CreekSamplerun()"
popd
echo
"Copying log to special output dir"
cp
"
$basedir
/running.log"
./output
}
||
{
# catch
popd
echo
"Copying log to special output dir"
cp
"
$basedir
/running.log"
./output
}
)
echo
"Running in directory:
$(
pwd
-P
)
"
"
$MICROMAMBA_EXE
"
run
-n
"rio-tiler-new"
python
-u
-c
"import FireRun; FireRun.CreekSamplerun()"
echo
"Done!"
exit
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