Revision 6352
Added by Aaron Marcuse-Kubitza over 12 years ago
mappings/VegCore-VegBIEN.csv | ||
---|---|---|
11 | 11 |
collectionID,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_if[@name=""if catalogNumber""]/then/_join/2/_join/2", |
12 | 12 |
voucherType,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_if[@name=""if catalogNumber""]/then/_join/3/_if[@name=""if indirect voucher""]/cond/_eq:[right=indirect]/left", |
13 | 13 |
catalogNumber,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_if[@name=""if catalogNumber""]/then/_join/3/_if[@name=""if indirect voucher""]/else", |
14 |
georeferenceValid,"/location/_if[@name=""if subplot""]/else/sourceaccessioncode/_if[@name=""if geovalidation""]/cond/_exists",
|
|
14 |
geovalid,"/location/_if[@name=""if subplot""]/else/sourceaccessioncode/_if[@name=""if geovalidation""]/cond/_exists",
|
|
15 | 15 |
latLongInCountry,"/location/_if[@name=""if subplot""]/else/sourceaccessioncode/_if[@name=""if geovalidation""]/cond/_exists", |
16 | 16 |
locationID,"/location/_if[@name=""if subplot""]/else/sourceaccessioncode/_if[@name=""if geovalidation""]/else", |
17 | 17 |
plotName,"/location/_if[@name=""if subplot""]/then/parent_id/location/authorlocationcode", |
... | ... | |
347 | 347 |
county,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/county/_first/2, |
348 | 348 |
distanceToCountry_km,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/distance_to_country_m/_km_to_m/value, |
349 | 349 |
distanceToStateProvince_km,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/distance_to_state_m/_km_to_m/value, |
350 |
georeferenceValid,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/geovalid/_first/1,
|
|
350 |
geovalid,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/geovalid/_first/1,
|
|
351 | 351 |
latLongInCountry,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/geovalid/_first/2/_and/1, |
352 | 352 |
latLongInStateProvince,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/geovalid/_first/2/_and/2, |
353 | 353 |
latLongInCounty,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/geovalid/_first/2/_and/3, |
mappings/VegCore.csv | ||
---|---|---|
110 | 110 |
georeferenceRemarks,,http://rs.tdwg.org/dwc/terms/#georeferenceRemarks,99 |
111 | 111 |
georeferenceSources,,http://rs.tdwg.org/dwc/terms/#georeferenceSources,97 |
112 | 112 |
georeferenceVerificationStatus,,http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus,98 |
113 |
georeferenceValid,,"http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isGeovalid","98, 39"
|
|
113 |
geovalid,,"http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isGeovalid","98, 39"
|
|
114 | 114 |
coordinatePrecision,Whether the coordinates are in the range of valid decimal values,"http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isValidLatLong","98, 38" |
115 | 115 |
latLongDomainInvalid,Whether the coordinates are not in the range of valid decimal values,"http://rs.tdwg.org/dwc/terms/#georeferenceVerificationStatus, http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=bien_web&table=observation&target=tbl_structure.php#isValidLatLong, http://nimoy.nceas.ucsb.edu/phpmyadmin/index.php?db=geoscrub&table=geoscrub&target=tbl_structure.php#isBadLatLong","98, 38, 21" |
116 | 116 |
georeferencedBy,,http://rs.tdwg.org/dwc/terms/#georeferencedBy,94 |
mappings/for_review/VegCore-VegBIEN.csv | ||
---|---|---|
11 | 11 |
collectionID,"/location/authorlocationcode/_if[@name=""if catalogNumber""]/then", |
12 | 12 |
voucherType,"/location/authorlocationcode/_if[@name=""if indirect voucher""]/cond", |
13 | 13 |
catalogNumber,"/location/authorlocationcode/_if[@name=""if indirect voucher""]/else", |
14 |
georeferenceValid,"/location/sourceaccessioncode/_if[@name=""if geovalidation""]/cond/_exists",
|
|
14 |
geovalid,"/location/sourceaccessioncode/_if[@name=""if geovalidation""]/cond/_exists",
|
|
15 | 15 |
latLongInCountry,"/location/sourceaccessioncode/_if[@name=""if geovalidation""]/cond/_exists", |
16 | 16 |
locationID,"/location/sourceaccessioncode/_if[@name=""if geovalidation""]/else", |
17 | 17 |
plotName,"/location/_if[@name=""if subplot""]/then/parent_id/location/authorlocationcode", |
... | ... | |
347 | 347 |
county,//place/county, |
348 | 348 |
distanceToCountry_km,//place/distance_to_country_m/_km_to_m/value, |
349 | 349 |
distanceToStateProvince_km,//place/distance_to_state_m/_km_to_m/value, |
350 |
georeferenceValid,//place/geovalid,
|
|
350 |
geovalid,//place/geovalid,
|
|
351 | 351 |
latLongInCountry,//place/geovalid, |
352 | 352 |
latLongInStateProvince,//place/geovalid, |
353 | 353 |
latLongInCounty,//place/geovalid, |
Also available in: Unified diff
mappings/VegCore.csv: Renamed georeferenceValid to geovalid