add parameters to be able to fill the whole screen

This commit is contained in:
2025-07-15 22:55:45 +02:00
parent 43dd74625d
commit 9875c36db5

View File

@@ -5,10 +5,18 @@
OUTDIR="$HOME/photos/eumetsat"
# full screen coverage
# PRJ=42004
# BBOX=(-6400000 -100000 6400000 7700000)
# DEG_N=5
# DEG_E=52
# full disk
PRJ=42003
BBOX=(-12800000 -7200000 12800000 7200000)
DEG_N=0
DEG_E=0
WIDTH=1920
HEIGHT=1080