Revision 4899
Added by Aaron Marcuse-Kubitza about 12 years ago
inputs/REMIB/Specimen/map.csv | ||
---|---|---|
8 | 8 |
state,stateProvince,, |
9 | 9 |
county,county,, |
10 | 10 |
locality,locality,, |
11 |
long_deg,verbatimLongitude,,
|
|
11 |
long_deg,decimalLongitude,,
|
|
12 | 12 |
long_min,long_min,, |
13 | 13 |
long_sec,long_sec,, |
14 |
lat_deg,verbatimLatitude,,
|
|
14 |
lat_deg,decimalLatitude,,
|
|
15 | 15 |
lat_min,lat_min,, |
16 | 16 |
lat_sec,lat_sec,, |
17 | 17 |
coll_day,dayCollected,, |
inputs/REMIB/Specimen/VegBIEN.csv | ||
---|---|---|
1 | 1 |
REMIB,VegBIEN:/_simplifyPath:[next=parent_id]/path,Comments |
2 | 2 |
accession_number,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/1", |
3 | 3 |
acronym,"/location/_if[@name=""if subplot""]/else/authorlocationcode/_first/3/_alt/2/_join/2/_join/1", |
4 |
lat_deg,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
|
|
5 |
long_deg,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
|
|
4 |
lat_deg,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
|
|
5 |
long_deg,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
|
|
6 | 6 |
coll_day,"/location/locationevent/taxonoccurrence/aggregateoccurrence/collectiondate/_alt/2/_date/day/_nullIf:[null=0,type=float]/value", |
7 | 7 |
coll_month,"/location/locationevent/taxonoccurrence/aggregateoccurrence/collectiondate/_alt/2/_date/month/_nullIf:[null=0,type=float]/value", |
8 | 8 |
coll_year,"/location/locationevent/taxonoccurrence/aggregateoccurrence/collectiondate/_alt/2/_date/year/_nullIf:[null=0,type=float]/value", |
inputs/REMIB/Specimen/new_terms.csv | ||
---|---|---|
1 | 1 |
acronym,collectionCode,, |
2 | 2 |
accession_number,occurrenceID,, |
3 |
long_deg,verbatimLongitude,,
|
|
4 |
lat_deg,verbatimLatitude,,
|
|
3 |
long_deg,decimalLongitude,,
|
|
4 |
lat_deg,decimalLatitude,,
|
|
5 | 5 |
coll_day,dayCollected,, |
6 | 6 |
coll_month,monthCollected,, |
7 | 7 |
coll_year,yearCollected,, |
Also available in: Unified diff
inputs/REMIB/Specimen/map.csv: Remapped lat_deg/long_deg to decimalLatitude/Longitude because these values are (integer) degrees suitable for decimalLatitude/Longitude. Note that the other DMS fields are not yet translated to decimal degrees.