Revision 3693
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/SALVIAS-CSV/test/import.plots.xml.ref | ||
---|---|---|
15 | 15 |
<default>m</default> |
16 | 16 |
<to>m</to> |
17 | 17 |
<to></to> |
18 |
<value>$elev_max_m</value>
|
|
18 |
<value><_rangeEnd><value>$elev_max_m</value></_rangeEnd></value>
|
|
19 | 19 |
</_units> |
20 | 20 |
</max> |
21 | 21 |
<min> |
... | ... | |
23 | 23 |
<default>m</default> |
24 | 24 |
<to>m</to> |
25 | 25 |
<to></to> |
26 |
<value>$elev_min_m</value>
|
|
26 |
<value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
|
|
27 | 27 |
</_units> |
28 | 28 |
</min> |
29 | 29 |
</_avg> |
... | ... | |
74 | 74 |
<default>m</default> |
75 | 75 |
<to>m</to> |
76 | 76 |
<to></to> |
77 |
<value>$elev_max_m</value>
|
|
77 |
<value><_rangeEnd><value>$elev_max_m</value></_rangeEnd></value>
|
|
78 | 78 |
</_units> |
79 | 79 |
</to> |
80 | 80 |
<from> |
... | ... | |
82 | 82 |
<default>m</default> |
83 | 83 |
<to>m</to> |
84 | 84 |
<to></to> |
85 |
<value>$elev_min_m</value>
|
|
85 |
<value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
|
|
86 | 86 |
</_units> |
87 | 87 |
</from> |
88 | 88 |
</_range> |
inputs/SALVIAS-CSV/maps/VegBIEN.plots.csv | ||
---|---|---|
8 | 8 |
locality_description,/*_id/location/locationnarrative,"Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX" |
9 | 9 |
slope_aspect,/*_id/location/slopeaspect/_compass/value, |
10 | 10 |
slope_gradient,/*_id/location/slopegradient, |
11 |
elev_max_m,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value", |
|
12 |
elev_min_m,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value", |
|
11 |
elev_max_m,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value/_rangeEnd/value",
|
|
12 |
elev_min_m,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
13 | 13 |
lat_decimal,"/*_id/location/{locationdetermination/latitude,centerlatitude}", |
14 | 14 |
long_decimal,"/*_id/location/{locationdetermination/longitude,centerlongitude}", |
15 | 15 |
plot_methodology,/*_id/method/name, |
inputs/CTFS/test/import.organisms.xml.ref | ||
---|---|---|
20 | 20 |
<default>m</default> |
21 | 21 |
<to>m</to> |
22 | 22 |
<to></to> |
23 |
<value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters</value>
|
|
23 |
<value><_rangeEnd><value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters</value></_rangeEnd></value>
|
|
24 | 24 |
</_units> |
25 | 25 |
</max> |
26 | 26 |
<min> |
... | ... | |
28 | 28 |
<default>m</default> |
29 | 29 |
<to>m</to> |
30 | 30 |
<to></to> |
31 |
<value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters</value>
|
|
31 |
<value><_rangeStart><value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters</value></_rangeStart></value>
|
|
32 | 32 |
</_units> |
33 | 33 |
</min> |
34 | 34 |
</_avg> |
... | ... | |
83 | 83 |
<default>m</default> |
84 | 84 |
<to>m</to> |
85 | 85 |
<to></to> |
86 |
<value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters</value>
|
|
86 |
<value><_rangeEnd><value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters</value></_rangeEnd></value>
|
|
87 | 87 |
</_units> |
88 | 88 |
</to> |
89 | 89 |
<from> |
... | ... | |
91 | 91 |
<default>m</default> |
92 | 92 |
<to>m</to> |
93 | 93 |
<to></to> |
94 |
<value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters</value>
|
|
94 |
<value><_rangeStart><value>$/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters</value></_rangeStart></value>
|
|
95 | 95 |
</_units> |
96 | 96 |
</from> |
97 | 97 |
</_range> |
inputs/CTFS/maps/VegBIEN.organisms.csv | ||
---|---|---|
12 | 12 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/note,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/notespublic, |
13 | 13 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeAspect,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/slopeaspect/_compass/value, |
14 | 14 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeGradient,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/slopegradient, |
15 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value", |
|
16 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value", |
|
15 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value/_rangeEnd/value",
|
|
16 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
17 | 17 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/method/name, |
inputs/SALVIAS/test/import.plots.xml.ref | ||
---|---|---|
15 | 15 |
<default>m</default> |
16 | 16 |
<to>m</to> |
17 | 17 |
<to></to> |
18 |
<value>$elev_max_m</value>
|
|
18 |
<value><_rangeEnd><value>$elev_max_m</value></_rangeEnd></value>
|
|
19 | 19 |
</_units> |
20 | 20 |
</max> |
21 | 21 |
<min> |
... | ... | |
23 | 23 |
<default>m</default> |
24 | 24 |
<to>m</to> |
25 | 25 |
<to></to> |
26 |
<value>$elev_min_m</value>
|
|
26 |
<value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
|
|
27 | 27 |
</_units> |
28 | 28 |
</min> |
29 | 29 |
</_avg> |
... | ... | |
74 | 74 |
<default>m</default> |
75 | 75 |
<to>m</to> |
76 | 76 |
<to></to> |
77 |
<value>$elev_max_m</value>
|
|
77 |
<value><_rangeEnd><value>$elev_max_m</value></_rangeEnd></value>
|
|
78 | 78 |
</_units> |
79 | 79 |
</to> |
80 | 80 |
<from> |
... | ... | |
82 | 82 |
<default>m</default> |
83 | 83 |
<to>m</to> |
84 | 84 |
<to></to> |
85 |
<value>$elev_min_m</value>
|
|
85 |
<value><_rangeStart><value>$elev_min_m</value></_rangeStart></value>
|
|
86 | 86 |
</_units> |
87 | 87 |
</from> |
88 | 88 |
</_range> |
inputs/SALVIAS/maps/VegBIEN.plots.csv | ||
---|---|---|
8 | 8 |
Locality_Description,/*_id/location/locationnarrative,"Brad: No; this is free text description of locality where plot was situated, same as for DwC. Not a description of vegetation. Most likely='namedPlace.placeDescription' in VB; not sure about VX, again need to ask Nick where locality descriptions live in VX" |
9 | 9 |
slope_aspect,/*_id/location/slopeaspect/_compass/value, |
10 | 10 |
slope_gradient,/*_id/location/slopegradient, |
11 |
elev_max_m,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value", |
|
12 |
elev_min_m,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value", |
|
11 |
elev_max_m,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value/_rangeEnd/value",
|
|
12 |
elev_min_m,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
13 | 13 |
LatDec,"/*_id/location/{locationdetermination/latitude,centerlatitude}", |
14 | 14 |
LongDec,"/*_id/location/{locationdetermination/longitude,centerlongitude}", |
15 | 15 |
PlotMethod,/*_id/method/name, |
mappings/VegX-VegBIEN.plots.csv | ||
---|---|---|
12 | 12 |
/*UniqueIdentifierID->/*s/plot/note,/*_id/location/notespublic, |
13 | 13 |
/*UniqueIdentifierID->/*s/plot/slopeAspect,/*_id/location/slopeaspect/_compass/value, |
14 | 14 |
/*UniqueIdentifierID->/*s/plot/slopeGradient,/*_id/location/slopegradient, |
15 |
/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value", |
|
16 |
/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value", |
|
15 |
/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value/_rangeEnd/value",
|
|
16 |
/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
17 | 17 |
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
/simpleUserdefined[name=method]/*ID/method/name,/*_id/method/name, |
mappings/VegX-VegBIEN.organisms.csv | ||
---|---|---|
12 | 12 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/note,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/notespublic, |
13 | 13 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeAspect,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/slopeaspect/_compass/value, |
14 | 14 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeGradient,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/slopegradient, |
15 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value", |
|
16 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value", |
|
15 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value/_rangeEnd/value",
|
|
16 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
17 | 17 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name,/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/method/name, |
mappings/for_review/VegX-VegBIEN.plots.csv | ||
---|---|---|
12 | 12 |
//plot/note,//location/notespublic, |
13 | 13 |
//plot/slopeAspect,//location/slopeaspect/_compass/value, |
14 | 14 |
//plot/slopeGradient,//location/slopegradient, |
15 |
//geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units/value", |
|
16 |
//geospatial/minimumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units/value", |
|
15 |
//geospatial/maximumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units/value/_rangeEnd/value",
|
|
16 |
//geospatial/minimumElevationInMeters,"/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units/value/_rangeStart/value",
|
|
17 | 17 |
//geospatial/DecimalLatitude,"/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
//geospatial/DecimalLongitude,"/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
/simpleUserdefined[name=method]/*ID/method/name,//method/name, |
mappings/for_review/VegX-VegBIEN.organisms.csv | ||
---|---|---|
12 | 12 |
//plot/note,//location/notespublic, |
13 | 13 |
//plot/slopeAspect,//location/slopeaspect/_compass/value, |
14 | 14 |
//plot/slopeGradient,//location/slopegradient, |
15 |
//geospatial/maximumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units/value", |
|
16 |
//geospatial/minimumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units/value", |
|
15 |
//geospatial/maximumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units/value/_rangeEnd/value",
|
|
16 |
//geospatial/minimumElevationInMeters,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units/value/_rangeStart/value",
|
|
17 | 17 |
//geospatial/DecimalLatitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
//geospatial/DecimalLongitude,"/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
//plotObservation/simpleUserdefined[name=method]/*ID/method/name,//method/name, |
mappings/for_review/VegX-VegBIEN.stems.csv | ||
---|---|---|
12 | 12 |
//plot/note,//location/notespublic, |
13 | 13 |
//plot/slopeAspect,//location/slopeaspect/_compass/value, |
14 | 14 |
//plot/slopeGradient,//location/slopegradient, |
15 |
//geospatial/maximumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units/value", |
|
16 |
//geospatial/minimumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units/value", |
|
15 |
//geospatial/maximumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units/value/_rangeEnd/value",
|
|
16 |
//geospatial/minimumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units/value/_rangeStart/value",
|
|
17 | 17 |
//geospatial/DecimalLatitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
//geospatial/DecimalLongitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
//plotObservation/simpleUserdefined[name=method]/*ID/method/name,//method/name, |
mappings/VegX-VegBIEN.stems.csv | ||
---|---|---|
12 | 12 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/note,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/notespublic, |
13 | 13 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeAspect,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/slopeaspect/_compass/value, |
14 | 14 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/slopeGradient,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/slopegradient, |
15 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value", |
|
16 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value", |
|
15 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/maximumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/max,elevationrange/_range/to}/_units:[default=m,to=m,to=]/value/_rangeEnd/value",
|
|
16 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/minimumElevationInMeters,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{elevation/_alt/2/_avg/min,elevationrange/_range/from}/_units:[default=m,to=m,to=]/value/_rangeStart/value",
|
|
17 | 17 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLatitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/latitude,centerlatitude}", |
18 | 18 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/*UniqueIdentifierID->/*s/plot/geospatial/DecimalLongitude,"/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/location/{locationdetermination/longitude,centerlongitude}", |
19 | 19 |
/relatedIndividual/relatedItem[itemRelationship=stemParent]/relatedItemID->/*s/individualOrganismObservation/*ID->/*s/plotObservation/simpleUserdefined[name=method]/*ID/method/name,/*_id/plantobservation/aggregateoccurrence/*_id/taxonoccurrence/*_id/locationevent/*_id/method/name, |
Also available in: Unified diff
mappings/VegX-VegBIEN.stems.csv: elevation, elevationrange: Added _rangeStart/_rangeEnd filter