MicheleTobias / LiteratureMapper

A QGIS plugin to add geoJSON geometries to records in a Zotero library
GNU General Public License v2.0
28 stars 7 forks source link

Date Handling #32

Open MicheleTobias opened 5 years ago

MicheleTobias commented 5 years ago

Background: Zotero accepts dates in a multitude of formats so there can be a variety of formats in any given citation collection. Currently we handle this challenge by converting the date data to a character type so the date is displayed in the table as-is. This, however, means that the dates are not very useful for analysis (such as in the Time Manager plugin... and oh my! wouldn't that be cool to pass this data to the Time Manager plugin?).

Goal: Find a way to handle a variety of date formats so that they are usable as a date

Ideas: