Revision 4820
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 |
CatalogNumberNumeric,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else/_alt/1", |
6 | 6 |
CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else/_alt/2",Don't overwrite CatalogNumberNumeric |
7 |
MaximumElevationInMeters,"/location/elevation_m/_alt/2/_avg/max/_units:[default=m,to=m,to=]/value",
|
|
8 |
MinimumElevationInMeters,"/location/elevation_m/_alt/2/_avg/min/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
9 |
MinimumElevationInMeters,"/location/elevationrange_m/_range/from/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
10 |
MaximumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/1",
|
|
11 |
MinimumElevationInMeters,"/location/elevationrange_m/_range/to/_units:[default=m,to=m,to=]/value/_alt/2/_rangeEnd/value",
|
|
7 |
MaximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
|
|
8 |
MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
|
|
9 |
MinimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
|
|
10 |
MaximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
|
|
11 |
MinimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
|
|
12 | 12 |
CoordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1, |
13 | 13 |
BoundingBox,/location/locationcoords/footprintgeometry_dwc, |
14 | 14 |
DecimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value", |
... | ... | |
52 | 52 |
Collector,/location/locationevent/taxonoccurrence/verbatimcollectorname, |
53 | 53 |
CatalogNumberNumeric,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then/_alt/1", |
54 | 54 |
CatalogNumber,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/catalognumber_dwc/_if[@name=""if indirect voucher""]/then/_alt/2",Don't overwrite CatalogNumberNumeric |
55 |
MaximumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/max/_units:[default=m,to=m,to=]/value",
|
|
56 |
MinimumDepthInMeters,"/location/locationevent/waterdepth_m/_avg/min/_units:[default=m,to=m,to=]/value",
|
|
55 |
MaximumDepthInMeters,/location/locationevent/waterdepth_m/_avg/max,
|
|
56 |
MinimumDepthInMeters,/location/locationevent/waterdepth_m/_avg/min,
|
|
57 | 57 |
Locality,/location/locationnarrative/_merge/1, |
58 | 58 |
ContinentOcean,/location/locationplace/*_id/placepath/continent, |
59 | 59 |
Country,/location/locationplace/*_id/placepath/country, |
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.