22 Commits

Author SHA1 Message Date
Nyall Dawson
3f6b490218 Sipify 2025-04-02 11:11:10 +10:00
Nyall Dawson
b39f760cbc
Correctly handle multiline SIP_OUT param documentation 2024-09-10 11:11:25 +10:00
Nyall Dawson
3a578d6712 Header update 2024-08-13 20:28:55 +10:00
Nyall Dawson
be8dce7d0d Valid improvements from new sipify 2024-08-13 20:28:55 +10:00
Nyall Dawson
458c2a839c Expose option for irregular time steps when exporting map animations
Fixes #51546
2023-01-30 16:23:12 +10:00
Nyall Dawson
5451f22017 Set animation properties for map settings when exporting animations 2022-03-27 15:40:05 +10:00
Nyall Dawson
81ec79c0e5 [temporal] Fix broken animations when a non-integer interval value
is used (e.g. 1.5 hours)

The frame number was not being considered, making it impossible
to advance the animation
2021-06-03 15:06:01 +10:00
Nyall Dawson
41053cc479 De-duplicate code 2021-03-25 17:55:04 +10:00
Nyall Dawson
1bb042bc78 Add some methods to parse ISO8601 duration strings
(eg '2021-03-23T00:00:00Z/2021-03-24T12:00:00Z/PT12H')
to a list of datetimes
2021-03-25 17:55:04 +10:00
Nyall Dawson
cae8aae849 Add method to collate all used time ranges for layers in project
Unlike the existing methods, this new method does not return
a single overall time range, but rather (possibly with gaps)
containing all time ranges were we know data actually exists
in the project.
2021-03-25 13:35:52 +10:00
Denis Rouzaud
ba8a445850 run sipify 2021-03-22 21:13:52 +01:00
Nyall Dawson
50b9beaad6 [sipify] Catch more class references and insert :py:class: annotations 2021-01-31 05:41:22 +10:00
Samweli
a75211cc5a fix for additional review comments 2021-01-06 13:28:16 +10:00
Samweli
21c28bc9dc addressed review comments 2021-01-06 13:28:16 +10:00
Daniel Minor
8aac2388c2 Use time step when exporting animation 2021-01-06 13:28:16 +10:00
Daniel Minor
f2d5d5f4db Address review feedback 2021-01-06 13:28:16 +10:00
Peter Petrik
d9f18ccb9c
Fix spelling (#37849)
fix the spelling errors
2020-07-21 12:51:48 +02:00
nirvn
de918fde53 Fix tests 2020-05-18 14:34:45 +07:00
Nyall Dawson
2258e24f8c Fix dox test 2020-05-18 11:42:25 +07:00
Nyall Dawson
09fda8d285 Tweak API for QgsTemporalUtils::exportAnimation
Make it a bit more future-proof
2020-05-18 11:42:25 +07:00
Nyall Dawson
db1062cdad [FEATURE][temporal] Add ability to export animation frames
Allows exporting of temporal animation frames to successive images,
for later stitching together in an external application.

Users have precise control over the image size and map extent.
2020-05-15 16:10:53 +10:00
Nyall Dawson
ade535b4c4 Move method for determining project temporal extent to new utils class QgsTemporalUtils 2020-03-13 18:06:02 +10:00