Difference between revisions of "DBF Util"

From Projects Wiki
Jump to: navigation, search
(Created page with "Originally coded during a break in work, I've picked this python script back up to turn it into a more mature program. [[|How to use the current version]] ==Changes Made== *C...")
 
Line 1: Line 1:
Originally coded during a break in work, I've picked this python script back up to turn it into a more mature program. [[How to use the current version]]
+
Originally coded during a break in work, I've picked this python script back up to turn it into a more mature program. [http://dogtato.net/giswiki/index.php?title=DBF_Utility Current version guide]
  
 
==Changes Made==
 
==Changes Made==

Revision as of 06:05, 11 June 2013

Originally coded during a break in work, I've picked this python script back up to turn it into a more mature program. Current version guide

Changes Made

  • Converted from a procedural program in a single file to an object oriented design

Changes in Progress

  • Converting the GUI library from Tkinter to pygtk

Planned Changes

  • Support for other data formats besided dbf
  • Field calculations with the same format as the ArcGIS field calculator
  • Ability to save a configuration of input/output files for tasks that get repeated
  • Display time elapsed/remaining/total/ETA
  • Display %/count unjoined/joined records
  • Create a wrapper for demdbf library to test it against dbfpy