Revision 4820
Added by Aaron Marcuse-Kubitza about 12 years ago
VegCore-VegBIEN.csv | ||
---|---|---|
18 | 18 |
subplot,/location/authorlocationcode, |
19 | 19 |
elevationInMeters,/location/elevation_m/_alt/1, |
20 | 20 |
verbatimElevation,"/location/elevation_m/_alt/1/_units:[to=m,to=]/value", |
21 |
maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max, |
|
21 | 22 |
verbatimElevation_m,/location/elevation_m/_alt/2/_avg/max/_rangeEnd/value, |
22 |
maximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
|
|
23 |
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
|
|
23 | 24 |
verbatimElevation_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value, |
24 |
minimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
25 |
minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
|
|
25 | 26 |
verbatimElevation_m,/location/elevationrange_m/_range/from/_rangeStart/value, |
26 |
minimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value", |
|
27 |
maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1, |
|
28 |
minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value, |
|
27 | 29 |
verbatimElevation_m,/location/elevationrange_m/_range/to/_rangeEnd/value, |
28 |
maximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1", |
|
29 |
minimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value", |
|
30 | 30 |
landform,/location/landform, |
31 | 31 |
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1, |
32 | 32 |
coordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2, |
... | ... | |
160 | 160 |
voucherType,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/cond/_eq:[right=indirect]/left", |
161 | 161 |
catalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then", |
162 | 162 |
temperature,/location/locationevent/temperature_c, |
163 |
maximumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
|
|
164 |
minimumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
|
|
163 |
maximumDepthInMeters,/location/locationevent/waterdepth_m/_avg/max,
|
|
164 |
minimumDepthInMeters,/location/locationevent/waterdepth_m/_avg/min,
|
|
165 | 165 |
locality,/location/locationnarrative/_merge/1, |
166 | 166 |
verbatimLocality,/location/locationnarrative/_merge/2, |
167 | 167 |
habitat,"/location/locationnarrative/_merge/3/_label[label=""habitat""]/value","Brad: Free-text description of vegetation community where collected, frequently redundane wrt 'Vegetation'. Bob, Nick: keep as user defined or create special element?" |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed /_units:[default=m,to=m,to=]/value filter from fields. It should be added on a per-datasource basis instead.