Skip to content
Snippets Groups Projects
Commit d89223f0 authored by Nick Bearson's avatar Nick Bearson
Browse files

add satpy to the packaging, specifically dhoese's tiled GLM branch

parent 0a140142
No related branches found
No related tags found
1 merge request!4add satpy to our buildbucket
......@@ -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
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment