Revision 3586
Added by Aaron Marcuse-Kubitza over 12 years ago
README.TXT | ||
---|---|---|
37 | 37 |
Restore: make backups/vegbien.<date>.backup/restore & |
38 | 38 |
|
39 | 39 |
Datasource setup: |
40 |
Add a new datasource: make inputs/<short_name>/add |
|
41 |
If the datasource is a herbarium, <short_name> should be the herbarium |
|
42 |
code as defined by the Index Herbariorum <http://sweetgum.nybg.org/ih/> |
|
40 |
Add a new datasource: make inputs/<name>/add |
|
41 |
<name> may not contain spaces, and should be abbreviated. |
|
42 |
If the datasource is a herbarium, <name> should be the herbarium code as |
|
43 |
defined by the Index Herbariorum <http://sweetgum.nybg.org/ih/> |
|
43 | 44 |
Populate the src/ subdir with input data: |
44 |
Obtain/create CSVs for the tables present in the datasource:
|
|
45 |
Obtain/create CSVs for the table(s) present in the datasource:
|
|
45 | 46 |
specimens, plots, organisms, stems |
46 | 47 |
Rename each CSV so it ends in ".<table>.<ext>" (see tables above) |
47 | 48 |
Auto-create the map spreadsheets: make inputs/<name>/; make inputs/<name>/ |
Also available in: Unified diff
README.TXT: Datasource setup: Adding a new datasource: Changed <short_name> to <name> to match usage elsewhere. Documented that it may not contain spaces, and should be abbreviated.