Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  _archive 258 over 12 years Aaron Marcuse-Kubitza Moved pre-BIEN 3 files into _archive folder
  bin 838 over 12 years Aaron Marcuse-Kubitza bin/map: Added support for starting import at a...
  config 272 over 12 years Aaron Marcuse-Kubitza Moved bien_password to new config dir
  inputs 798 over 12 years Aaron Marcuse-Kubitza DwC mappings: Fixed syntax of _date XML funcs t...
  lib 840 over 12 years Aaron Marcuse-Kubitza xml_dom.py: Added documentation labels to each ...
  mappings 816 over 12 years Aaron Marcuse-Kubitza Regenerated mappings/for_review/DwC-VegBIEN.spe...
  schemas 842 over 12 years Aaron Marcuse-Kubitza Added schemas/vegbank.revised.sql. Initial vers...
  test 774 over 12 years Aaron Marcuse-Kubitza xml_dom.py: Print simple XML elements on one line
  to_do 811 over 12 years Aaron Marcuse-Kubitza Added to_do/milestones.doc
Makefile 6.16 KB 784 over 12 years Aaron Marcuse-Kubitza Makefile: Added documentation labels to each se...
README.TXT 1.71 KB 703 over 12 years Aaron Marcuse-Kubitza README.TXT: Added command for reimporting data
map 723 Bytes 274 over 12 years Aaron Marcuse-Kubitza Renamed util to bin

Latest revisions

# Date Author Comment
842 02/06/2012 09:46 AM Aaron Marcuse-Kubitza

Added schemas/vegbank.revised.sql. Initial version has all "character varying" types replaced with text.

841 02/06/2012 09:45 AM Aaron Marcuse-Kubitza

vegbien.sql: Replaced all "character varying" types with text, removing the length limits. Note that in PostgreSQL, text and "character varying" are stored the same way internally, so this does not affect performance or indexes.

840 02/04/2012 05:28 PM Aaron Marcuse-Kubitza

xml_dom.py: Added documentation labels to each section

839 02/04/2012 05:21 PM Aaron Marcuse-Kubitza

xml_dom.py: Fixed bug in NodeTextEntryIter where an entry containing an element instead of a text node would be returned as the whole entry, instead of the value of the entry

838 02/04/2012 04:56 PM Aaron Marcuse-Kubitza

bin/map: Added support for starting import at a specific row. Refactored row-processing code with and without a map to use a common process_rows() function (with the previous process_rows() being renamed to map_rows()).

837 02/04/2012 04:14 PM Aaron Marcuse-Kubitza

bin/map: Use new util.cast()

836 02/04/2012 04:14 PM Aaron Marcuse-Kubitza

util.py: Added cast() to cast a value while passing None through

835 02/04/2012 04:09 PM Aaron Marcuse-Kubitza

bin/map: Print row # of rows with errors

834 02/04/2012 03:22 PM Aaron Marcuse-Kubitza

sql.py: Fixed error in pkey() where recover was not passed as a named parameter to run_query()

833 02/04/2012 03:12 PM Aaron Marcuse-Kubitza

sql.py: Added documentation labels to each section

View all revisions | View revisions

Also available in: Atom