-
Notifications
You must be signed in to change notification settings - Fork 10
Options: Timelapse
Timelapse rendering can be applied to stitched reprojected images and to virtual satellite geostationary images.
Note that this option is for stitching only. If you are wishing to render a series of source images, just pass a source folder to Sanchez using -s / --source
.
Sanchez can either be provided a start time, an end time, both or none in order to render timelapses, together with the -I / --interval
argument to specify the time interval in minutes between images.
Timestamps are expected to be in the format yyyy-MM-ddTHH:mm:ss
and in UTC, matching the standard date output of both xrit-rx
and geosproc
.
For example, 2:30pm on the 9th of October 2020 UTC will be: 2020-10-09T14:30:00Z
When no start or end timestamp is specified, Sanchez uses the earliest and latest timestamps from the source images.
sanchez -s output -o output\geostationary\timelapse -I 60 -h 0.0 -b 1.1
sanchez reproject -s output -o output\equirectangular\timelapse -I 60 -T 2020-08-30T03:50:20
See Virtual satellite for more details on available options.
sanchez -s output -o output\geostationary\timelapse -l 174.8860 -E 131 -I 60 -T 2020-08-30T03:50:20 -e 2020-09-2T03:50:20 -h 0.0 -b 1.1