https://github.com/dumrauf/bash_tools
A collection of Bash tools for repeated tasks that can be automated.
https://github.com/dumrauf/bash_tools
bash gps-device gps-tracker photo-gallery
Last synced: 2 months ago
JSON representation
A collection of Bash tools for repeated tasks that can be automated.
- Host: GitHub
- URL: https://github.com/dumrauf/bash_tools
- Owner: dumrauf
- Created: 2017-01-30T21:13:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-04T14:00:47.000Z (over 9 years ago)
- Last Synced: 2024-10-27T09:04:05.352Z (over 1 year ago)
- Topics: bash, gps-device, gps-tracker, photo-gallery
- Language: Shell
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bash Tools for Repeated Tasks
This repository contains a collection of Bash scripts that have been developed over time to automate dull and repeated tasks.
# AMOD AGL 3080
Owning an [AMOD AGL 3080](http://module.amod.com.tw/Product/product_more.asp?vrlShohL) is a lot of fun as it allows to easily create GPS tracks which can eventually be used to geotag photos. Working with the [NMEA 0183](https://en.wikipedia.org/wiki/NMEA_0183) sentences produced by the device is not so much fun as
1. Not a lot of geotagging applications support NMEA 0183 sentences out of the box
2. Each GPS track is stored in its own file which makes batch geotagging photos time consuming
Hence, the need for a collection of Bash scripts which automate the
1. _Concatenation_ and verification as well as the
2. _Conversion_ of the concatenated GPS tracks
was born.
# Sigal Photo Gallery
Taking and geotagging photos is great but sharing them with loved ones is even better. The tool of choice is the excellent [Sigal Gallery Builder](https://github.com/saimn/sigal). As I've come to customise Sigal a bit in terms of setup and plugins, the need to
- automatically package numerous GPS tracks into a specific file format that could be picked up by a custom Sigal plugin and
- the initialisation of directories
arose.