Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  logs 10168 almost 11 years Aaron Marcuse-Kubitza inputs/*/*/logs: updated svn:ignore
.map.csv.last_cleanup 0 Bytes 4930 almost 12 years Aaron Marcuse-Kubitza inputs/VegBank/: Added stemlocation/
VegBIEN.csv 42 Bytes 10943 almost 11 years Aaron Marcuse-Kubitza inputs/VegBank/: switched to new-style import, ...
_no_import 0 Bytes 11013 almost 11 years Aaron Marcuse-Kubitza inputs//: don't import joined tables, because t...
create.sql 70 Bytes 10626 almost 11 years Aaron Marcuse-Kubitza bugfix: inputs/VegBank/stemlocation_/create.sql...
header.csv 215 Bytes 11679 over 10 years Aaron Marcuse-Kubitza inputs/VegBank/stemlocation_/header.csv: update...
map.csv 1.09 KB 11009 almost 11 years Aaron Marcuse-Kubitza bugfix: inputs/VegBank/stemlocation_/map.csv: r...
new_terms.csv 475 Bytes 11009 almost 11 years Aaron Marcuse-Kubitza bugfix: inputs/VegBank/stemlocation_/map.csv: r...
postprocess.sql 737 Bytes 11008 almost 11 years Aaron Marcuse-Kubitza bugfix: inputs/VegBank/stemlocation_/postproces...
run 63 Bytes 10943 almost 11 years Aaron Marcuse-Kubitza inputs/VegBank/: switched to new-style import, ...
test.xml.ref 1.39 KB 14078 almost 10 years Aaron Marcuse-Kubitza inputs/VegBank/stemlocation_/test.xml.ref: updated
unmapped_terms.csv 160 Bytes 11009 almost 11 years Aaron Marcuse-Kubitza bugfix: inputs/VegBank/stemlocation_/map.csv: r...
  • svn:ignore: *

Latest revisions

# Date Author Comment
14078 07/15/2014 10:43 PM Aaron Marcuse-Kubitza

inputs/VegBank/stemlocation_/test.xml.ref: updated

11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

11679 11/18/2013 04:27 AM Aaron Marcuse-Kubitza

inputs/VegBank/stemlocation_/header.csv: updated from reinstalling stemlocation_

11396 10/21/2013 07:14 PM Aaron Marcuse-Kubitza

fix: bin/map: put template: comment out the "Put template:" label so that the output is valid XML, and displays properly in a browser rather than showing a syntax error

11107 09/29/2013 08:58 PM Aaron Marcuse-Kubitza

bugfix: mappings/VegCore-VegBIEN.csv: nest all taxonoccurrences inside a stratum event, so that the parent locationevent is always fully populated before child locationevents point to it. (previously, a stub parent event was created when the child event was imported first, which blocked the fully-populated parent event from being inserted later on.) this uses auto-folding (for VegBank/CVS) and auto-forwarding (for other datasources) to prune empty stratum events for taxonoccurrences that don't have strata. (see wiki.vegpath.org/Auto-folding, wiki.vegpath.org/Auto-forwarding for more info about these normalization techniques.) note that the inserted row counts stay exactly the same for all datasources except VegBank (which was being fixed), indicating that this signficant change to the mappings did not change the semantics of the import of taxonoccurrences.

11013 09/19/2013 02:55 AM Aaron Marcuse-Kubitza

inputs//: don't import joined tables, because they are now imported in the taxon_observation.** left-join instead

11009 09/18/2013 11:53 PM Aaron Marcuse-Kubitza

bugfix: inputs/VegBank/stemlocation_/map.csv: remapped stemcount-related fields to OMIT, so that these don't collide with fields of the same name in stemcount_ when they are left-joined together in taxon_observation.** . having the same name causes these to be incorrectly interpreted as shared fkey columns in the NATURAL JOIN (and without the NATURAL JOIN, they would instead be collision errors).

11008 09/18/2013 10:35 PM Aaron Marcuse-Kubitza

bugfix: inputs/VegBank/stemlocation_/postprocess.sql: added missing index on aggregateOrganismObservationID, needed for the 1:many portion of the taxon_observation.** left-join

10944 09/12/2013 06:43 PM Aaron Marcuse-Kubitza

inputs/VegBank/: prepended the table name to each column name to prevent column collisions, using the steps at http://wiki.vegpath.org/Left-joining_a_datasource

10943 09/12/2013 06:17 PM Aaron Marcuse-Kubitza

inputs/VegBank/: switched to new-style import, using the steps at http://wiki.vegpath.org/Adding_new-style_import_to_a_datasource

View revisions

Also available in: Atom