Project

General

Profile

« Previous | Next » 

Revision 4504

intersect, union: Made case- and punctuation-insensitive. mappings/Veg+-VegBIEN.csv: Removed no longer needed duplicate entries for each first letter case, which must now be removed for case- and punctuation-insensitive intersect/union to work. Note that the SpeciesLink `svn diff` hides _alt entry 0, which contains one of the removed duplicate columns that appears in the diff.

View differences:

VegBIEN.csv
20 20
GROUP BY ""PlotID"", ""Line""
21 21
HAVING count(DISTINCT census_date) > 1
22 22
-----"
23
census_date,/location/locationevent/obsenddate/_*/date/_dateRangeEnd/value/_alt/1,"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:
24
-----
25
SELECT ""PlotID"", ""Line"", count(DISTINCT census_date) AS census_date_count
26
FROM ""SALVIAS"".organisms
27
WHERE ""Line"" IS NOT NULL AND census_date IS NOT NULL
28
GROUP BY ""PlotID"", ""Line""
29
HAVING count(DISTINCT census_date) > 1
30
-----"
31 23
census_date,/location/locationevent/obsstartdate/_*/date/_dateRangeStart/value/_alt/1,"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:
32 24
-----
33 25
SELECT ""PlotID"", ""Line"", count(DISTINCT census_date) AS census_date_count
......
36 28
GROUP BY ""PlotID"", ""Line""
37 29
HAVING count(DISTINCT census_date) > 1
38 30
-----"
39
census_date,/location/locationevent/obsstartdate/_*/date/_dateRangeStart/value/_alt/1,"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:
40
-----
41
SELECT ""PlotID"", ""Line"", count(DISTINCT census_date) AS census_date_count
42
FROM ""SALVIAS"".organisms
43
WHERE ""Line"" IS NOT NULL AND census_date IS NOT NULL
44
GROUP BY ""PlotID"", ""Line""
45
HAVING count(DISTINCT census_date) > 1
46
-----"
47 31
NoInd,/location/locationevent/taxonoccurrence/aggregateoccurrence/count,"Brad: This is a count of number of indiiduals for an *aggregate* observation. For VegBank, I'm not sure. Not exactly the same as stemCount. An individual tree could have 3 stems but would still only count as 1. We need to check with Bob on this."
48 32
cover_percent,/location/locationevent/taxonoccurrence/aggregateoccurrence/cover,
49 33
census_no,"/location/locationevent/taxonoccurrence/aggregateoccurrence/definedvalue[*_id/userdefined[tablename=aggregateoccurrence,userdefinedname=censusNo]]:[@fkey=tablerecord_id]/definedvalue","Brad: Assigned by SALVIAS. 1 for first plot, then 2, 3, etc. I can't recall if we even have repeat censuses in SALVIAS. Probably not."

Also available in: Unified diff