Project

General

Profile

« Previous | Next » 

Revision 4753

schemas/vegbien.sql: Added units suffix to all core VegBIEN fields that have units. It is the responsibility of the mappings to ensure that all units are properly translated.

View differences:

VegBIEN.csv
4 4
plot_id,"/location/_if[@name=""if subplot""]/else/sourceaccessioncode",
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
area,/location/area,
8
elevation,"/location/elevation/_alt/1/_replace:[""\bca\.?""=]/value",
7
area,/location/area_m2,
8
elevation,"/location/elevation_m/_alt/1/_replace:[""\bca\.?""=]/value",
9 9
landform,/location/landform,
10
locationaccuracy,/location/locationcoords/coordsaccuracy/_noCV/value/_alt/1,
10
locationaccuracy,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1,
11 11
shape,/location/locationcoords/footprintgeometry_dwc,
12
latitude,"/location/locationcoords/latitude/_alt/2/_nullIf:[null=0,type=float]/value",
13
longitude,"/location/locationcoords/longitude/_alt/2/_nullIf:[null=0,type=float]/value",
12
latitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
13
longitude,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
14 14
authorplotcode,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/authorlocationcode",
15 15
plot_id,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/sourceaccessioncode",
16 16
locationnarrative,/location/locationnarrative/_merge/1,
......
20 20
county,/location/locationplace/*_id/placepath/county,
21 21
region|state|province,/location/locationplace/*_id/placepath/stateprovince,
22 22
stateprovince,/location/locationplace/*_id/placepath/stateprovince,
23
slopeaspect,/location/slopeaspect/_alt/1/_compass/value,
24
maxslopeaspect,/location/slopeaspect/_alt/2/_avg/max,
25
minslopeaspect,/location/slopeaspect/_alt/2/_avg/min,
26
slopegradient,/location/slopegradient/_alt/1,
27
maxslopegradient,/location/slopegradient/_alt/2/_avg/max,
28
minslopegradient,/location/slopegradient/_alt/2/_avg/min,
23
slopeaspect,/location/slopeaspect_deg/_alt/1/_compass/value,
24
maxslopeaspect,/location/slopeaspect_deg/_alt/2/_avg/max,
25
minslopeaspect,/location/slopeaspect_deg/_alt/2/_avg/min,
26
slopegradient,/location/slopegradient_frac/_alt/1,
27
maxslopegradient,/location/slopegradient_frac/_alt/2/_avg/max,
28
minslopegradient,/location/slopegradient_frac/_alt/2/_avg/min,
29 29
Geographic Name,,** No join mapping for Geographic Name ** 
30 30
accessioncode,,** No join mapping for accessioncode ** 
31 31
authordatum,,** No join mapping for authordatum ** 

Also available in: Unified diff