Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cspp-geo-gridded-glm
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor 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
cspp_geo
cspp-geo-gridded-glm
Commits
d89223f0
Commit
d89223f0
authored
4 years ago
by
Nick Bearson
Browse files
Options
Downloads
Patches
Plain Diff
add satpy to the packaging, specifically dhoese's tiled GLM branch
parent
0a140142
No related branches found
No related tags found
1 merge request
!4
add satpy to our buildbucket
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
buildbucket/buildbucket_environment.yaml
+6
-1
6 additions, 1 deletion
buildbucket/buildbucket_environment.yaml
buildbucket/package.sh
+5
-0
5 additions, 0 deletions
buildbucket/package.sh
with
11 additions
and
1 deletion
buildbucket/buildbucket_environment.yaml
+
6
−
1
View file @
d89223f0
...
...
@@ -15,4 +15,9 @@ dependencies:
-
scipy
-
setuptools
-
xarray
-
zarr
\ No newline at end of file
-
zarr
-
configobj
-
pykdtree
-
pyresample
-
trollsift
-
trollimage
\ No newline at end of file
This diff is collapsed.
Click to expand it.
buildbucket/package.sh
+
5
−
0
View file @
d89223f0
...
...
@@ -30,6 +30,8 @@ GLMTOOLS_REF=${GLMTOOLS_REF:-"master"}
GLMTOOLS_REPOS
=
${
GLMTOOLS_REPOS
:-
"https://github.com/deeplycloudy/glmtools.git"
}
GGLM_REPOS
=
${
GGLM_REPOS
:-
"https://gitlab.ssec.wisc.edu/cspp_geo/cspp-geo-gridded-glm.git"
}
GGLM_REF
=
${
GGLM_REF
:-
"master"
}
SATPY_REPOS
=
${
SATPY_REPOS
:-
"https://github.com/pytroll/satpy.git"
}
SATPY_REF
=
${
SATPY_REF
:-
"feature-scmi-multivar"
}
MINIFY_TARBALL
=
${
MINIFY_TARBALL
:-
1
}
make_dockerfile
()
{
...
...
@@ -67,6 +69,9 @@ pip install --no-deps git+https://github.com/deeplycloudy/lmatools.git@${LMATOOL
pip
install
--no-deps
git+https://github.com/deeplycloudy/stormdrain.git
pip
install
--no-deps
git+
${
GLMTOOLS_REPOS
}
@
${
GLMTOOLS_REF
}
# Install satpy
pip
install
--no-deps
git+
${
SATPY_REPOS
}
@
${
SATPY_REF
}
# get the current packages files
# if the caller mounted the repository already then use that
GGLM_DIR
=
"/work/cspp-geo-gridded-glm/gridded_glm"
...
...
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