Consider using the new time manager API/widget for your plugin

Issue #4 resolved
Former user created an issue

Since QGIS 3.13, there is a new time manager API and widgets in QGIS. Please consider upgrading your plugin to the new api for future releases, so that users get the same experience dealing with different temporal data in QGIS.

Comments (4)

  1. Andreas Janz repo owner

    Please provide a link to the time manager API classes. Any usage examples / code snippets would be helpful to decide if adopting the API to the raster timeseries case is useful.

    Thanks

  2. Andreas Janz repo owner

    I looked into the QGIS Temporal Controller and it is quite similar to the RasterTimeseriesManager, but has some differences as well.

    To let the user choose, which tools works best in each situation, I implemented an option to export/prepare a timeseries that is opened in the RasterTimeseriesManager to be used in QGIS Temporal Controller:

    You end up with a proper setup to be used inside the QGIS Temporal Controller

    For an introduction to the QGIS Temporal Controller see: anitagraser.com/2020/05/10/timemanager-is-dead-long-live-the-temporal-controller/

  3. Log in to comment