Revision 4819
Added by Aaron Marcuse-Kubitza about 12 years ago
VegBIEN.csv | ||
---|---|---|
3 | 3 |
InstitutionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/1", |
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 |
MaximumElevation,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value/_replace:[""\bca\.?""=]/value",
|
|
7 |
MinimumElevation,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value/_replace:[""\bca\.?""=]/value/_nullIf:[null=.]/value",
|
|
8 |
MinimumElevation,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value/_replace:[""\bca\.?""=]/value/_nullIf:[null=.]/value",
|
|
9 |
MaximumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1/_replace:[""\bca\.?""=]/value",
|
|
10 |
MinimumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value/_replace:[""\bca\.?""=]/value/_nullIf:[null=.]/value",
|
|
6 |
MaximumElevation,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value", |
|
7 |
MinimumElevation,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value/_nullIf:[null=.]/value", |
|
8 |
MinimumElevation,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value/_nullIf:[null=.]/value", |
|
9 |
MaximumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1", |
|
10 |
MinimumElevation,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value/_nullIf:[null=.]/value", |
|
11 | 11 |
CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2, |
12 | 12 |
BoundingBox,/location/locationcoords/footprintgeometry_dwc, |
13 | 13 |
Latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value", |
... | ... | |
44 | 44 |
YearIdentified,"/location/locationevent/taxonoccurrence/taxondetermination[!isoriginal]/determinationdate/_alt/2/_date/year/_nullIf:[null=0,type=float]/value", |
45 | 45 |
Collector,/location/locationevent/taxonoccurrence/verbatimcollectorname, |
46 | 46 |
CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then", |
47 |
MaximumDepth,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value/_replace:[""\bca\.?""=]/value",
|
|
48 |
MinimumDepth,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value/_replace:[""\bca\.?""=]/value",
|
|
47 |
MaximumDepth,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value", |
|
48 |
MinimumDepth,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value", |
|
49 | 49 |
Locality,/location/locationnarrative/_merge/1/_join/1, |
50 | 50 |
Substrate,"/location/locationnarrative/_merge/1/_join/2/_label[label=""substrate""]/value", |
51 | 51 |
Vegetation,"/location/locationnarrative/_merge/1/_join/3/_label[label=""vegetation""]/value", |
Also available in: Unified diff
mappings/VegCore-VegBIEN.csv: Removed /_replace:["\bca\.?"=]/value filter from fields. It should be added on a per-datasource basis instead.