-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the TimeManager wiki!
The aim of '''Time Manager plugin for QGIS''' is to provide comfortable browsing through temporal geodata. A dock widget provides a time slider and a configuration dialog for your layers to manage.
Time Manager filters your vector datasets (It only works for vector data!) and displays only features with timestamps in the user specified time frame. Timestamps have to be in one of the following formats:
- YYYY-MM-DD HH:MM:SS
- YYYY-MM-DD HH:MM
- YYYY-MM-DD
Time Manager plugin requires QGIS >= 1.6.
The biggest tested dataset was a Spatialite table with indexed timestamps containing approximately 400,000 points, covering a time span of 24 hours. Stepping through the data for example in 1-hour-sized steps works without problems.
Time Manager 0.3 supports exporting image series based on the defined animation settings. Our goal for future versions is to include a tool that creates actual animations from these image series. Until then, external programs can be used for this last step. A good option is memcoder. This is how it's used to create an .avi from all images within a folder:
mencoder "mf://*.PNG" -mf fps=10 -o output.avi -ovc lavc -lavcopts vcodec=mpeg4
The plug-in uses Python's datetime module for calculations. It is therefore limited to the module's functionality. This enfolds (not exhaustive):
- Dates must accord to the Gregorian calendar
- The range of manageable years is limited due to limitations in time.mktime. The exact range is platform dependent.
- Limits to the size/resolution of the time frame size
We currently don't support:
- Leap years
- Dates with time zone notion
Please consider to review the tickets for more information!
Shapefiles can't be edited directly, while time-managed. This is an OGR limitation. It also exists for any other query you set: You simply can't edit a shapefile whilst a query is set.
It is not possible to time-manage Delimited Text layers. This is a limitation of the data provider. Save the data as e.g. Shapefile to use it with Time Manager.
Time Manager is available through QGIS Plugin Repository http://plugins.qgis.org/plugins/timemanager/