Revision 4726
Added by Aaron Marcuse-Kubitza about 12 years ago
VegBIEN.csv | ||
---|---|---|
6 | 6 |
PlotID,"/location/_if[@name=""if subplot""]/then/parent_id/location/sourceaccessioncode", |
7 | 7 |
SizeOfSite,/location/area, |
8 | 8 |
Elevation,"/location/elevation/_alt/1/_replace:[""\bca\.?""=]/value", |
9 |
ShapeOfSite,/location/locationdetermination/footprintgeometry_dwc, |
|
10 |
Latitude,"/location/locationdetermination/latitude/_alt/2/_nullIf:[null=0,type=float]/value", |
|
11 |
Longitude,"/location/locationdetermination/longitude/_alt/2/_nullIf:[null=0,type=float]/value", |
|
12 |
CountryName,"/location/locationdetermination/namedplace_id/_forEach:[in:[county,stateProvince,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename", |
|
9 |
ShapeOfSite,/location/locationcoords/footprintgeometry_dwc, |
|
10 |
Latitude,"/location/locationcoords/latitude/_alt/2/_nullIf:[null=0,type=float]/value", |
|
11 |
Longitude,"/location/locationcoords/longitude/_alt/2/_nullIf:[null=0,type=float]/value", |
|
13 | 12 |
PlotName,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/authorlocationcode", |
14 | 13 |
PlotID,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/sourceaccessioncode", |
15 | 14 |
DescriptionOfSite,/location/locationnarrative/_merge/1, |
16 | 15 |
LocationName,/location/locationnarrative/_merge/1, |
16 |
CountryName,"/location/locationplace/namedplace_id/_forEach:[in:[county,stateProvince,],do=""namedplace[rank=_val]/parent_id""]/namedplace[rank=country]/placename", |
|
17 | 17 |
CountryID,,** No join mapping for CountryID ** |
18 | 18 |
ReferenceX,,** No join mapping for ReferenceX ** Rarely used |
19 | 19 |
ReferenceY,,** No join mapping for ReferenceY ** Rarely used |
Also available in: Unified diff
schemas/vegbien.sql: Split locationdetermination into locationcoords and locationplace, so that coordinate determinations can be made separately from place determinations