Minor updates

master
Jonathan Chan 2 years ago
parent 71c6de1dd5
commit d9fbbd82d2

@ -2,15 +2,15 @@
<img height=200 src="https://user-images.githubusercontent.com/7591552/100047500-b6011c00-2e66-11eb-84b2-5c75d60d4d2a.png">
</p>
# Coastsnap - Batch download, registration and tagging
# CoastSnap Automation - Batch download, registration and tagging
## About the project
This is a Python/Photoshop toolbox to help automate managing images captured for the Coastsnap project. This toolbox was written for a specific workflow (Download -> Register -> Tag -> Manually remove bad images in 'Registered'). See `workflow.pptx`, for a more 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)
## About this repo
This repo aims to automate the workflow to generate timelapses and do shoreline mapping with CoastSnap (Spotteron) images. It contains a couple of python/photoshop scripts that were written for the intended workflow: Download -> Register -> Tag -> Manually remove bad images in 'Registered'. See `workflow.pptx`, for a more 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 toolbox can:
* Download images stored on the Spotteron app service `batch_spotteron_download.bat`
* Register Spotteron images in photoshop `batch_photoshop_registration.bat`
* Tag registered images with the image date, time, tide, contributor `batch_tag_registered.bat`
* Register the downloaded images in photoshop `batch_photoshop_registration.bat`
* Tag registered images with the image date, time, tide and contributor `batch_tag_registered.bat`
## Getting started

@ -1,6 +1,3 @@
"""
test register cli
"""
import datetime
import shutil
from enum import Enum

Loading…
Cancel
Save