[kepler-dev] [Bug 2965] - Ability to easily concatenate identical data structures (EMLDatasource)

bugzilla-daemon@ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Fri Apr 4 17:01:58 PDT 2008


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=2965


leinfelder at nceas.ucsb.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from leinfelder at nceas.ucsb.edu  2008-04-04 17:01 -------
I've worked with kevin to implement this in some of his workflows.
I've also packaged a custom R actor called "UnionAll" that performs this basic
table stacking (in HEAD only).
While it might seem like a hack way of doing the concatenation, it also seems
very workflow-oriented in that each piece of the concatenation is explicitly
laid out (there's an individual EML data canister on the canvas for each and
every table that is being concatenated).  Sure, there's an upward limit to how
many canisters you want to have on any given canvas, but there has to be some
mechanism for specifying exactly which data tables are being included in the
union and this one happens to be using pretty pictures.
I've marked the with the semantic type of:
urn:lsid:localhost:onto:2:1#DataStructureOperation


More information about the Kepler-dev mailing list