Revision 4822
Added by Aaron Marcuse-Kubitza about 12 years ago
VegBIEN.csv | ||
---|---|---|
4 | 4 |
CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1", |
5 | 5 |
CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else", |
6 | 6 |
MaximumElevation,/location/elevation_m/_alt/2/_avg/max, |
7 |
MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value/_nullIf:[null=.]/value, |
|
8 |
MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value/_nullIf:[null=.]/value, |
|
9 |
MaximumElevation,/location/elevationrange_m/_range/to/_alt/1, |
|
10 |
MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value/_nullIf:[null=.]/value, |
|
7 |
MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_nullIf:[null=.]/value, |
|
11 | 8 |
CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2, |
12 | 9 |
BoundingBox,/location/locationcoords/footprintgeometry_dwc, |
13 | 10 |
Latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value", |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed _rangeStart and _rangeEnd filters from fields which should contain decimal values. These filters should be added on a per-datasource basis instead.