Jonathan Chan 1 year ago
commit 1e1567ab14

@ -5,7 +5,7 @@
# CoastSnap Automation
## About this repo
This repo aims to automate the workflow to generate timelapses and do shoreline mapping with CoastSnap (Spotteron) images. Check out `workflow.pptx` for an informative schematic of the intended workflow. Batch downloading code is an extension on the Leaman CoastSnap Toolbox (http://git.wrl.unsw.edu.au:3000/chrisl/coastsnap.git)
This repo aims to automate the workflow to generate timelapses and do shoreline mapping with CoastSnap (Spotteron) images. Check out `workflow.pptx` for an informative schematic of the intended workflow. Batch downloading code is an extension on the Leaman CoastSnap Toolbox (https://git.wrl.unsw.edu.au/chrisl/coastsnap.git)
This repo can:
* DOWNLOAD images stored on the Spotteron app service
@ -22,7 +22,7 @@ Using the [Anaconda distribution](https://www.anaconda.com/products/individual)
### Installation
1. Install Git (if you don't already have it) for windows from the following link https://git-scm.com/download/win
2. Clone this repo onto your PC: `git clone http://git.wrl.unsw.edu.au:3000/jonoc/CoastsnapAuto.git`
2. Clone this repo onto your PC: `git clone https://git.wrl.unsw.edu.au/jonoc/CoastsnapAuto.git'
3. Change your working directory into the repo: `cd CoastsnapAuto`
4. Update or create a new conda environment called "coastsnap" with the required dependencies. This is (almost) the same environment as for the Leaman CoastSnap Toolbox, so you may already have it. If you're not sure, run: `conda info --envs` and look for "coastsnap". If you already have the environment, run: `conda env update --name coastsnap --file environment.yml` to update it. Otherwise, create the environment by runnning:
`conda env create -f environment.yml`.

Loading…
Cancel
Save