blob: 5c2a195a1752c35e8de5fcb29142f1eac758c504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# bomSynoptic
Automated download and display of synoptic weather charts from the Australian Bureau of Meteorology
## Background
(explain motivation and desired results)
## Current state
Script can download most recent pdf and convert it to a scaled png file
## todo
* write a timer service
* 'xdg-open' the png file in its own workspace (in i3 window manager)
Files:
File | Description | Location
-----|-------------|---------
synopticChart.sh | Top level script |
func/deriveTimeString.sh | Return 'date + time' portion of latest chart for download
func/
|