Revision 4810
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/VegBank/plot_/map.csv | ||
---|---|---|
24 | 24 |
placementmethod,placementmethod,, |
25 | 25 |
permanence,permanence,, |
26 | 26 |
layoutnarrative,layoutnarrative,, |
27 |
elevation,verbatimElevation,,
|
|
27 |
elevation,elevationInMeters,,"""The elevation of the plot origin in meters above sea level"" (elevation definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename>)"
|
|
28 | 28 |
elevationaccuracy,elevationaccuracy,, |
29 | 29 |
elevationrange,elevationrange,,"Unused [1] |
30 | 30 |
|
inputs/VegBank/plot_/VegBIEN.csv | ||
---|---|---|
5 | 5 |
authorplotcode,"/location/_if[@name=""if subplot""]/then/parent_id/location/authorlocationcode", |
6 | 6 |
plot_id,"/location/_if[@name=""if subplot""]/then/parent_id/location/sourceaccessioncode", |
7 | 7 |
area,/location/area_m2,"""Total area of the plot in m2"" (area definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename>)" |
8 |
elevation,"/location/elevation_m/_alt/1/_replace:[""\bca\.?""=]/value",
|
|
8 |
elevation,/location/elevation_m/_alt/1,"""The elevation of the plot origin in meters above sea level"" (elevation definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=plot&entity=dba_tabledescription&where=where_tablename>)"
|
|
9 | 9 |
landform,/location/landform, |
10 | 10 |
locationaccuracy,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1, |
11 | 11 |
shape,/location/locationcoords/footprintgeometry_dwc, |
inputs/VegBank/plot_/test.xml.ref | ||
---|---|---|
7 | 7 |
<authorlocationcode>$authorplotcode</authorlocationcode> |
8 | 8 |
<sourceaccessioncode>$plot_id</sourceaccessioncode> |
9 | 9 |
<area_m2>$area</area_m2> |
10 |
<elevation_m> |
|
11 |
<_replace> |
|
12 |
<\bca\.?></\bca\.?> |
|
13 |
<value>$elevation</value> |
|
14 |
</_replace> |
|
15 |
</elevation_m> |
|
10 |
<elevation_m>$elevation</elevation_m> |
|
16 | 11 |
<landform>$landform</landform> |
17 | 12 |
<locationcoords> |
18 | 13 |
<coordsaccuracy_deg><_noCV><value>$locationaccuracy</value></_noCV></coordsaccuracy_deg> |
Also available in: Unified diff
inputs/VegBank/plot_/map.csv: Remapped elevation from verbatimElevation to elevationInMeters, since the values are all decimals. The units come from the data dictionary.