Project

General

Profile

« Previous | Next » 

Revision 4215

README.TXT: Datasource setup: Replaced fixed table names with link to VegCSV suggested table names

View differences:

README.TXT
60 60
        If the datasource is a herbarium, <name> should be the herbarium code as
61 61
        defined by the Index Herbariorum <http://sweetgum.nybg.org/ih/>
62 62
    Add input data:
63
        Obtain/create CSVs for the table(s) present in the datasource:
64
            specimens, 0.plots, 1.organisms, 2.stems
63
        Obtain/create CSVs for the table(s) present in the datasource
65 64
        Important: When exporting relational databases to CSVs, you MUST ensure
66 65
            that embedded quotes are escaped by doubling them, *not* by
67 66
            preceding them with a "\" as is the default in phpMyAdmin
......
70 69
             (If the headers are not the same, the CSV concatenation script
71 70
             assumes the part files don't have individual headers and treats the
72 71
             subsequent headers as data rows.)
73
        Place each CSV in a subdir named according to one of the tables above
72
        Place each CSV in a subdir named according to one of the tables at
73
            <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/VegCSV
74
            #Suggested-table-names>, or a custom name
74 75
    Auto-create the map spreadsheets:
75 76
        make inputs/<name>/; make inputs/<name>/
76 77
            Note: Must be run twice to properly bootstrap all maps.

Also available in: Unified diff