Revision 1353
Added by Aaron Marcuse-Kubitza almost 13 years ago
VegX-VegBIEN.plots.csv | ||
---|---|---|
4 | 4 |
//geospatial/CoordinateUncertaintyInMeters,//locationdetermination/coordsaccuracy, |
5 | 5 |
//geospatial/FootprintWKT,//locationdetermination/footprintgeometry_dwc, |
6 | 6 |
//plot/county,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=county]/placename", |
7 |
//plot/state,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename", |
|
8 |
//plot/country,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename", |
|
7 | 9 |
//plot/simpleUserdefined[name=majorGeo]/value,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=continent]/placename", |
8 |
//plot/country,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename", |
|
9 |
//plot/state,"//locationdetermination/namedplace_id/_simplifyPath/path/_forEach:[do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=stateProvince]/placename", |
|
10 | 10 |
//plot/simpleUserdefined[name=localityDescription]/value,//location/locationnarrative, |
11 | 11 |
//plot/slopeAspect,//location/slopeaspect, |
12 | 12 |
//plot/slopeGradient,//location/slopegradient, |
Also available in: Unified diff
VegBIEN mappings: plantnames: Nest taxons hierarchically using plantname.parent_id. Mappings using _forEach: Append a "," to the `in` list so that mappings will sort from shortest to longest `in` list ("]" comes after "," in ASCII, causing this not to happen without the trailing ",").