From d9fbbd82d295dd991f52605e73a0670288f789e4 Mon Sep 17 00:00:00 2001 From: Jonathan Chan Date: Wed, 22 Jun 2022 17:36:13 +1000 Subject: [PATCH] Minor updates --- README.md | 10 +++++----- coastsnap/tag_registered.py | 3 --- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6cb9883..d096cdf 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@

-# 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 diff --git a/coastsnap/tag_registered.py b/coastsnap/tag_registered.py index 0b04175..7ee7419 100644 --- a/coastsnap/tag_registered.py +++ b/coastsnap/tag_registered.py @@ -1,6 +1,3 @@ -""" -test register cli -""" import datetime import shutil from enum import Enum