Project

General

Profile

« Previous | Next » 

Revision 4014

inputs/SALVIAS*/maps/VegCSV.organisms.csv: census_date: Documented that this is for the subplot, not the organism, as all organisms in a subplot have the same value for it

View differences:

VegCSV.organisms.full.csv
12 12
infra_rank_1,computer.taxonRank,
13 13
cover_percent,coverPercent,
14 14
temp_dbh,diameterBreastHeight,
15
census_date,eventDate/_*/date,
15
census_date,eventDate/_*/date,"This is for the subplot, not the organism, as all organisms in a subplot have the same value for it. The following query returns no rows:
16
-----
17
SELECT ""PlotID"", ""Line"", count(DISTINCT census_date) AS census_date_count
18
FROM ""SALVIAS"".organisms
19
WHERE ""Line"" IS NOT NULL AND census_date IS NOT NULL
20
GROUP BY ""PlotID"", ""Line""
21
HAVING count(DISTINCT census_date) > 1
22
-----"
16 23
OrigFamily,family,Brad: OMIT
17 24
Notes,fieldNotes,
18 25
Habit,"growthForm/_map:[./{T,Arbol,palm}=tree,./{H,""Hemiepífito""}=hemiepiphyte,./{L,l,""L?"",Liana}=liana,E=epiphyte,S=shrub,Hb=herb,""vine-herbaceous""=vine,graminoid=grass,rosette=forb,*=]/value","Brad: Incorrect for VegBank, correct for VegX. This is growth form (tree, shrub, herb, etc.). It is an observation of a trait."

Also available in: Unified diff