Project

General

Profile

« Previous | Next » 

Revision 4822

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.

View differences:

inputs/XAL/Specimen/VegBIEN.csv
3 3
darwin:CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
4 4
darwin:CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
5 5
darwin:MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
6
darwin:MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
7
darwin:MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value,
8
darwin:MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
9
darwin:MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
6
darwin:MinimumElevation,/location/elevation_m/_alt/2/_avg/min,
10 7
darwin:CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2,
11 8
darwin:Latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
12 9
darwin:Longitude,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
inputs/NY/Specimen/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",
inputs/NY/Specimen/test.xml.ref
20 20
                    <_avg>
21 21
                        <max>$MaximumElevation</max>
22 22
                        <min>
23
                            <_rangeStart>
24
                                <value>
25
                                    <_nullIf>
26
                                        <null>.</null>
27
                                        <value>$MinimumElevation</value>
28
                                    </_nullIf>
29
                                </value>
30
                            </_rangeStart>
23
                            <_nullIf>
24
                                <null>.</null>
25
                                <value>$MinimumElevation</value>
26
                            </_nullIf>
31 27
                        </min>
32 28
                    </_avg>
33 29
                </elevation_m>
34
                <elevationrange_m>
35
                    <_range>
36
                        <from>
37
                            <_rangeStart>
38
                                <value>
39
                                    <_nullIf>
40
                                        <null>.</null>
41
                                        <value>$MinimumElevation</value>
42
                                    </_nullIf>
43
                                </value>
44
                            </_rangeStart>
45
                        </from>
46
                        <to>
47
                            <_alt>
48
                                <1>$MaximumElevation</1>
49
                                <2>
50
                                    <_rangeEnd>
51
                                        <value>
52
                                            <_nullIf>
53
                                                <null>.</null>
54
                                                <value>$MinimumElevation</value>
55
                                            </_nullIf>
56
                                        </value>
57
                                    </_rangeEnd>
58
                                </2>
59
                            </_alt>
60
                        </to>
61
                    </_range>
62
                </elevationrange_m>
63 30
                <locationcoords>
64 31
                    <coordsaccuracy_deg><_noCV><value>$CoordinatePrecision</value></_noCV></coordsaccuracy_deg>
65 32
                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
inputs/SALVIAS-CSV/Plot/VegBIEN.csv
7 7
plot_area_ha,/location/area_m2/_ha_to_m2/value,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed"
8 8
elev_m,/location/elevation_m/_alt/1,Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick.
9 9
elev_max_m,/location/elevation_m/_alt/2/_avg/max,
10
elev_min_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
11
elev_min_m,/location/elevationrange_m/_range/from/_rangeStart/value,
12
elev_max_m,/location/elevationrange_m/_range/to/_alt/1,
13
elev_min_m,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
10
elev_min_m,/location/elevation_m/_alt/2/_avg/min,
14 11
lat_decimal,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
15 12
long_decimal,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
16 13
plot_methodology,/location/locationevent/*_id/method/name,
inputs/SALVIAS-CSV/Plot/test.xml.ref
13 13
                        <2>
14 14
                            <_avg>
15 15
                                <max>$elev_max_m</max>
16
                                <min><_rangeStart><value>$elev_min_m</value></_rangeStart></min>
16
                                <min>$elev_min_m</min>
17 17
                            </_avg>
18 18
                        </2>
19 19
                    </_alt>
20 20
                </elevation_m>
21
                <elevationrange_m>
22
                    <_range>
23
                        <from><_rangeStart><value>$elev_min_m</value></_rangeStart></from>
24
                        <to>
25
                            <_alt>
26
                                <1>$elev_max_m</1>
27
                                <2><_rangeEnd><value>$elev_min_m</value></_rangeEnd></2>
28
                            </_alt>
29
                        </to>
30
                    </_range>
31
                </elevationrange_m>
32 21
                <locationcoords>
33 22
                    <latitude_deg>
34 23
                        <_nullIf>
inputs/SALVIAS/plotMetadata/VegBIEN.csv
7 7
plot_area_ha,/location/area_m2/_ha_to_m2/value,"Brad: Area in hectares. Is there any way to store units?; Aaron: VegX plot area annotation says ""Total area of the plot in square meters."" so units are fixed"
8 8
Elev,/location/elevation_m/_alt/1,Brad: Mean elevation in meters. This is a constrained decimal value; is there no place for this in VegX other than verbatimElevation? Check with Nick.
9 9
elev_max_m,/location/elevation_m/_alt/2/_avg/max,
10
elev_min_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
11
elev_min_m,/location/elevationrange_m/_range/from/_rangeStart/value,
12
elev_max_m,/location/elevationrange_m/_range/to/_alt/1,
13
elev_min_m,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
10
elev_min_m,/location/elevation_m/_alt/2/_avg/min,
14 11
LatDec,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
15 12
LongDec,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
16 13
PlotMethod,/location/locationevent/*_id/method/name,
inputs/SALVIAS/plotMetadata/test.xml.ref
13 13
                        <2>
14 14
                            <_avg>
15 15
                                <max>$elev_max_m</max>
16
                                <min><_rangeStart><value>$elev_min_m</value></_rangeStart></min>
16
                                <min>$elev_min_m</min>
17 17
                            </_avg>
18 18
                        </2>
19 19
                    </_alt>
20 20
                </elevation_m>
21
                <elevationrange_m>
22
                    <_range>
23
                        <from><_rangeStart><value>$elev_min_m</value></_rangeStart></from>
24
                        <to>
25
                            <_alt>
26
                                <1>$elev_max_m</1>
27
                                <2><_rangeEnd><value>$elev_min_m</value></_rangeEnd></2>
28
                            </_alt>
29
                        </to>
30
                    </_range>
31
                </elevationrange_m>
32 21
                <locationcoords>
33 22
                    <latitude_deg>
34 23
                        <_nullIf>
inputs/ARIZ/Specimen/VegBIEN.csv
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 7
MaximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,"Contains some verbatim values, including ranges and units"
8
MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,"Contains some verbatim values, including ranges and units"
9
MinimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,"Contains some verbatim values, including ranges and units"
10
MaximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,"Contains some verbatim values, including ranges and units"
11
MinimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,"Contains some verbatim values, including ranges and units"
8
MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min,"Contains some verbatim values, including ranges and units"
12 9
CoordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
13 10
BoundingBox,/location/locationcoords/footprintgeometry_dwc,
14 11
DecimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
inputs/ARIZ/Specimen/test.xml.ref
24 24
                <elevation_m>
25 25
                    <_avg>
26 26
                        <max>$MaximumElevationInMeters</max>
27
                        <min><_rangeStart><value>$MinimumElevationInMeters</value></_rangeStart></min>
27
                        <min>$MinimumElevationInMeters</min>
28 28
                    </_avg>
29 29
                </elevation_m>
30
                <elevationrange_m>
31
                    <_range>
32
                        <from><_rangeStart><value>$MinimumElevationInMeters</value></_rangeStart></from>
33
                        <to>
34
                            <_alt>
35
                                <1>$MaximumElevationInMeters</1>
36
                                <2><_rangeEnd><value>$MinimumElevationInMeters</value></_rangeEnd></2>
37
                            </_alt>
38
                        </to>
39
                    </_range>
40
                </elevationrange_m>
41 30
                <locationcoords>
42 31
                    <coordsaccuracy_deg><_noCV><value>$CoordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_deg>
43 32
                    <footprintgeometry_dwc>$BoundingBox</footprintgeometry_dwc>
inputs/GBIF/Specimen/VegBIEN.csv
3 3
CollectionCD,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
4 4
CatalogNO,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
5 5
MaximumElevationInMeter,/location/elevation_m/_alt/2/_avg/max,
6
MinimumElevationInMeter,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
7
MinimumElevationInMeter,/location/elevationrange_m/_range/from/_rangeStart/value,
8
MaximumElevationInMeter,/location/elevationrange_m/_range/to/_alt/1,
9
MinimumElevationInMeter,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
6
MinimumElevationInMeter,/location/elevation_m/_alt/2/_avg/min,
10 7
DecimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
11 8
VerbatimLatitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
12 9
DecimalLongitude,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
inputs/GBIF/Specimen/test.xml.ref
14 14
                <elevation_m>
15 15
                    <_avg>
16 16
                        <max>$MaximumElevationInMeter</max>
17
                        <min><_rangeStart><value>$MinimumElevationInMeter</value></_rangeStart></min>
17
                        <min>$MinimumElevationInMeter</min>
18 18
                    </_avg>
19 19
                </elevation_m>
20
                <elevationrange_m>
21
                    <_range>
22
                        <from><_rangeStart><value>$MinimumElevationInMeter</value></_rangeStart></from>
23
                        <to>
24
                            <_alt>
25
                                <1>$MaximumElevationInMeter</1>
26
                                <2><_rangeEnd><value>$MinimumElevationInMeter</value></_rangeEnd></2>
27
                            </_alt>
28
                        </to>
29
                    </_range>
30
                </elevationrange_m>
31 20
                <locationcoords>
32 21
                    <latitude_deg>
33 22
                        <_alt>
inputs/SpeciesLink/Specimen/VegBIEN.csv
13 13
conceptual_darwin_2003_1_0_MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
14 14
dwc_dwcore_MaximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
15 15
dwc_terms_maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
16
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
17
dwc_dwcore_MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
18
dwc_terms_minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
19
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value,
20
dwc_dwcore_MinimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
21
dwc_terms_minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
22
conceptual_darwin_2003_1_0_MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
23
dwc_dwcore_MaximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
24
dwc_terms_maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
25
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
26
dwc_dwcore_MinimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
27
dwc_terms_minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
16
conceptual_darwin_2003_1_0_MinimumElevation,/location/elevation_m/_alt/2/_avg/min,
17
dwc_dwcore_MinimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min,
18
dwc_terms_minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min,
28 19
dwc_terms_coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
29 20
conceptual_darwin_2003_1_0_CoordinatePrecision,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/2,
30 21
conceptual_darwin_2003_1_0_BoundingBox,/location/locationcoords/footprintgeometry_dwc,
inputs/SpeciesLink/Specimen/test.xml.ref
49 49
                            </_alt>
50 50
                        </max>
51 51
                        <min>
52
                            <_rangeStart>
53
                                <value>
54
                                    <_alt>
55
                                        <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
56
                                        <1>$dwc_dwcore_MinimumElevationInMeters</1>
57
                                        <2>$dwc_terms_minimumElevationInMeters</2>
58
                                    </_alt>
59
                                </value>
60
                            </_rangeStart>
52
                            <_alt>
53
                                <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
54
                                <1>$dwc_dwcore_MinimumElevationInMeters</1>
55
                                <2>$dwc_terms_minimumElevationInMeters</2>
56
                            </_alt>
61 57
                        </min>
62 58
                    </_avg>
63 59
                </elevation_m>
64
                <elevationrange_m>
65
                    <_range>
66
                        <from>
67
                            <_rangeStart>
68
                                <value>
69
                                    <_alt>
70
                                        <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
71
                                        <1>$dwc_dwcore_MinimumElevationInMeters</1>
72
                                        <2>$dwc_terms_minimumElevationInMeters</2>
73
                                    </_alt>
74
                                </value>
75
                            </_rangeStart>
76
                        </from>
77
                        <to>
78
                            <_alt>
79
                                <1>
80
                                    <_alt>
81
                                        <0>$conceptual_darwin_2003_1_0_MaximumElevation</0>
82
                                        <1>$dwc_dwcore_MaximumElevationInMeters</1>
83
                                        <2>$dwc_terms_maximumElevationInMeters</2>
84
                                    </_alt>
85
                                </1>
86
                                <2>
87
                                    <_rangeEnd>
88
                                        <value>
89
                                            <_alt>
90
                                                <0>$conceptual_darwin_2003_1_0_MinimumElevation</0>
91
                                                <1>$dwc_dwcore_MinimumElevationInMeters</1>
92
                                                <2>$dwc_terms_minimumElevationInMeters</2>
93
                                            </_alt>
94
                                        </value>
95
                                    </_rangeEnd>
96
                                </2>
97
                            </_alt>
98
                        </to>
99
                    </_range>
100
                </elevationrange_m>
101 60
                <locationcoords>
102 61
                    <coordsaccuracy_deg>
103 62
                        <_noCV>
inputs/MO/Specimen/VegBIEN.csv
3 3
CollectionCode,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1",
4 4
CatalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
5 5
MaximumElevation,/location/elevation_m/_alt/2/_avg/max,
6
MinimumElevation,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
7
MinimumElevation,/location/elevationrange_m/_range/from/_rangeStart/value,
8
MaximumElevation,/location/elevationrange_m/_range/to/_alt/1,
9
MinimumElevation,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
6
MinimumElevation,/location/elevation_m/_alt/2/_avg/min,
10 7
latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
11 8
longitude,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
12 9
DayCollected,"/location/locationevent/taxonoccurrence/aggregateoccurrence/collectiondate/_alt/2/_date/day/_nullIf:[null=0,type=float]/value",
inputs/MO/Specimen/test.xml.ref
14 14
                <elevation_m>
15 15
                    <_avg>
16 16
                        <max>$MaximumElevation</max>
17
                        <min><_rangeStart><value>$MinimumElevation</value></_rangeStart></min>
17
                        <min>$MinimumElevation</min>
18 18
                    </_avg>
19 19
                </elevation_m>
20
                <elevationrange_m>
21
                    <_range>
22
                        <from><_rangeStart><value>$MinimumElevation</value></_rangeStart></from>
23
                        <to>
24
                            <_alt>
25
                                <1>$MaximumElevation</1>
26
                                <2><_rangeEnd><value>$MinimumElevation</value></_rangeEnd></2>
27
                            </_alt>
28
                        </to>
29
                    </_range>
30
                </elevationrange_m>
31 20
                <locationcoords>
32 21
                    <latitude_deg>
33 22
                        <_nullIf>
inputs/QMOR/Specimen/VegBIEN.csv
6 6
catalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/3/_if[@name=""if indirect voucher""]/else",
7 7
verbatimElevation,"/location/elevation_m/_alt/1/_units:[to=m,to=]/value",
8 8
maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
9
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
10
minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
11
maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
12
minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
9
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min,
13 10
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
14 11
footprintWKT,/location/locationcoords/footprintgeometry_dwc,
15 12
decimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
inputs/QMOR/Specimen/test.xml.ref
33 33
                        <2>
34 34
                            <_avg>
35 35
                                <max>$maximumElevationInMeters</max>
36
                                <min><_rangeStart><value>$minimumElevationInMeters</value></_rangeStart></min>
36
                                <min>$minimumElevationInMeters</min>
37 37
                            </_avg>
38 38
                        </2>
39 39
                    </_alt>
40 40
                </elevation_m>
41
                <elevationrange_m>
42
                    <_range>
43
                        <from><_rangeStart><value>$minimumElevationInMeters</value></_rangeStart></from>
44
                        <to>
45
                            <_alt>
46
                                <1>$maximumElevationInMeters</1>
47
                                <2><_rangeEnd><value>$minimumElevationInMeters</value></_rangeEnd></2>
48
                            </_alt>
49
                        </to>
50
                    </_range>
51
                </elevationrange_m>
52 41
                <locationcoords>
53 42
                    <coordsaccuracy_deg><_noCV><value>$coordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_deg>
54 43
                    <footprintgeometry_dwc>$footprintWKT</footprintgeometry_dwc>
mappings/VegCore-VegBIEN.csv
20 20
verbatimElevation,"/location/elevation_m/_alt/1/_units:[to=m,to=]/value",
21 21
maximumElevationInMeters,/location/elevation_m/_alt/2/_avg/max,
22 22
verbatimElevation_m,/location/elevation_m/_alt/2/_avg/max/_rangeEnd/value,
23
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
23
minimumElevationInMeters,/location/elevation_m/_alt/2/_avg/min,
24 24
verbatimElevation_m,/location/elevation_m/_alt/2/_avg/min/_rangeStart/value,
25
minimumElevationInMeters,/location/elevationrange_m/_range/from/_rangeStart/value,
26 25
verbatimElevation_m,/location/elevationrange_m/_range/from/_rangeStart/value,
27
maximumElevationInMeters,/location/elevationrange_m/_range/to/_alt/1,
28
minimumElevationInMeters,/location/elevationrange_m/_range/to/_alt/2/_rangeEnd/value,
29 26
verbatimElevation_m,/location/elevationrange_m/_range/to/_rangeEnd/value,
30 27
landform,/location/landform,
31 28
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
mappings/for_review/VegCore-VegBIEN.csv
22 22
verbatimElevation_m,//location/elevation_m,
23 23
minimumElevationInMeters,//location/elevation_m,
24 24
verbatimElevation_m,//location/elevation_m,
25
minimumElevationInMeters,//location/elevationrange_m,
26 25
verbatimElevation_m,//location/elevationrange_m,
27
maximumElevationInMeters,//location/elevationrange_m,
28
minimumElevationInMeters,//location/elevationrange_m,
29 26
verbatimElevation_m,//location/elevationrange_m,
30 27
landform,//location/landform,
31 28
coordinateUncertaintyInMeters,//locationcoords/coordsaccuracy_deg,

Also available in: Unified diff