Skip to content
Snippets Groups Projects
Commit ccae5431 authored by John Cintineo's avatar John Cintineo
Browse files

Merge branch 'dev'

parents 090b395f 21ec0a20
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ Lightningcast Requires Python version 3.9 or 3.10 and supports level 1 files fro
Running with docker is simple and can be as easy as mounting in a directory and passing in user lightningcast parameters.
```
LC_VERSION=1.1.1
LC_VERSION=1.2.1
docker pull gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:v${LC_VERSION}
```
......@@ -21,7 +21,7 @@ docker pull gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:
Below is an example install using conda (native installs or different virtual environments work as well). For conda setup instructions see [here](https://conda.io/projects/conda/en/latest/user-guide/install/index.html). Set up a conda environment, activate it, and install lightningcast:
```
LC_VERSION=1.1.1
LC_VERSION=1.2.1
url=https://bin.ssec.wisc.edu/pub/probsevere/lightningcast/nccf/lightningcast-${LC_VERSION}.tar.gz
curl $url -O
conda create --name lightningcast python=3.10 -y
......@@ -32,7 +32,7 @@ pip install lightningcast-${LC_VERSION}.tar.gz
Alternatively the pip tarball can be extracted from the docker image:
```
LC_VERSION=1.1.1
LC_VERSION=1.2.1
docker pull gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:v${LC_VERSION}
docker run --rm -it -v $PWD:/dock/ --entrypoint /bin/bash gitlab.ssec.wisc.edu:5555/jcintineo/lightningcast/lightningcast-c7r:v${LC_VERSION} -c 'cp /pip-package/lightningcast/dist/*.tar.gz /dock/ && cp -r /pip-package/config/ /dock/config/'
conda create --name lightningcast python=3.10 -y
......@@ -199,8 +199,8 @@ Lightningcast can be run using a docker container or by a local install. Inputs
Run:
```
curl https://bin.ssec.wisc.edu/pub/probsevere/lightningcast/nccf/LightningCast_testdata_20240214.tgz -O
tar xzf LightningCast_testdata_20240214.tgz
curl https://bin.ssec.wisc.edu/pub/probsevere/lightningcast/nccf/LightningCast_testdata_20240508.tgz -O
tar xzf LightningCast_testdata_20240508.tgz
cd LightningCast_testdata/
```
......
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