|
MapTime V0.1MapTime TimeLine and TimePoint format conversion
Copyright © 2012 Richard J. Edwards - See source code for GNU License Notice Imported modules:
See SLiMSuite Blog for further documentation. See FunctionThis module is a very simple MapTime file conversion program. Currently, three different file formats can be inter- converted: - Delimited text, either tab (*.tdt) or comma (*.csv) separated. - Plain descriptive text (*.txt) that could be used as input for rje_glossary.py (TimePoints only) - Database input lists for direct entry to MapTime database (*.db). Delimited text files have the following headers: - TimePoint Name TimePoint Description Source URL Year yearUnit month day - keyword1 keyword2 keyword3 keyword4 keyword5 CommandlineSee also rje.py generic commandline options. History Module Version History# 0.0 - Initial Compilation. # 0.1 - Basic file conversion functionality. © 2015 RJ Edwards. Contact: richard.edwards@unsw.edu.au. |