Module for executing change detection and sending results
Project description
[](https://travis-ci.org/USGS-EROS/lcmap-change-worker)
# lcmap-change-worker
worker for initiating change detection jobs, and sending results to the data store
## Install
```bash
# locally
lcw-listen
# lcw-test-send will send stdin to the LCW_RABBIT_EXCHANGE
git clone git@github.com:usgs-eros/lcmap-change-worker
virtualenv -p python3 .venv
pip install -e .[test]
python setup.py test
# alternatively
$ pytest
```
## Deploying
# lcmap-change-worker
worker for initiating change detection jobs, and sending results to the data store
## Install
```bash
# locally
# lcw-test-send will send stdin to the LCW_RABBIT_EXCHANGE
# alternatively
$ pytest
```
## Deploying