Friday, 3 March 2017

timemanager - Time Manager (QGIS) date format


I've been through associated answers but cannot quite seem to find something which works!


I'm having trouble getting TimeManager to recognise a simple data field (this is in QGIS2 - but I've had this error in earlier versions). I have these fields formatted in what appears to be one of the acceptable formats:



enter image description here


... here is a screenshot of the field properties:


enter image description here


The format appears to be recognised in QGIS as I've worked out days difference between two dates (the "Time on Market" field shown in the image).


However ... I always end up with: enter image description here


The Twitter.shp file works fine as a test, so I don't think this is an issue with the install / phyton conflict.


Any thoughts welcome!



Answer



Missing support for fields of type date is a known issue: https://github.com/anitagraser/TimeManager/issues/37


It should work when the fields are converted to text.



No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...