Project

General

Profile

« Previous | Next » 

Revision 7670

inputs/TEX/Specimen/map.csv: Remapped LAT/LONG_DEGREES,MINUTES,SECONDS to new latitude/longitude_deg,min,sec, allowing the DMS coordinates to be translated

View differences:

VegBIEN.csv
41 41
COLLECTOR NUMBER,"/location/locationevent/taxonoccurrence/voucher/*_id/specimenreplicate/collectionnumber/_if[@name=""if indirect voucher""]/then",
42 42
LOCATION,/location/locationnarrative/_merge/1,
43 43
ECOLOGICAL INFORMATION,"/location/locationnarrative/_merge/3/_label[label=""habitat""]/value","Brad: Free-text description of vegetation community where collected, frequently redundane wrt 'Vegetation'. Bob, Nick: keep as user defined or create special element?"
44
LAT DEGREES,"/location/locationplace/*_id/place/*_id/coordinates/latitude_deg/_nullIf:[null=0,type=float]/value",
45
LONG DEGREES,"/location/locationplace/*_id/place/*_id/coordinates/longitude_deg/_nullIf:[null=0,type=float]/value",
44
LAT DEGREES,/location/locationplace/*_id/place/*_id/coordinates/latitude_deg/_dms_to_dd/deg,
45
LAT MINUTES,/location/locationplace/*_id/place/*_id/coordinates/latitude_deg/_dms_to_dd/min,
46
LAT SECONDS,/location/locationplace/*_id/place/*_id/coordinates/latitude_deg/_dms_to_dd/sec,
47
LONG DEGREES,/location/locationplace/*_id/place/*_id/coordinates/longitude_deg/_dms_to_dd/deg,
48
LONG MINUTES,/location/locationplace/*_id/place/*_id/coordinates/longitude_deg/_dms_to_dd/min,
49
LONG SECONDS,/location/locationplace/*_id/place/*_id/coordinates/longitude_deg/_dms_to_dd/sec,
46 50
COUNTY,/location/locationplace/*_id/place/county,
47
LAT DEGREES,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/latitude_deg/_nullIf:[null=0,type=float]/value",""".,"" sorts it with other coordinates mappings"
48
LONG DEGREES,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/longitude_deg/_nullIf:[null=0,type=float]/value",""".,"" sorts it with other coordinates mappings"
51
LAT DEGREES,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/latitude_deg/_dms_to_dd/deg",
52
LAT MINUTES,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/latitude_deg/_dms_to_dd/min",
53
LAT SECONDS,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/latitude_deg/_dms_to_dd/sec",
54
LONG DEGREES,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/longitude_deg/_dms_to_dd/deg",
55
LONG MINUTES,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/longitude_deg/_dms_to_dd/min",
56
LONG SECONDS,"/location/locationplace/*_id/place/matched_place_id/place:[.,source_id/source/shortname=geoscrub]/*_id/coordinates:[source_id/source/shortname=geoscrub]/_first/2/longitude_deg/_dms_to_dd/sec",
49 57
COUNTY,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/county/_first/2,
50 58
STATE,/location/locationplace/*_id/place/matched_place_id/place:[source_id/source/shortname=geoscrub]/stateprovince/_first/2,
51 59
STATE,/location/locationplace/*_id/place/stateprovince,
......
56 64
DET NOTES,,** No join mapping for identificationRemarks ** 
57 65
INFRA AUTHORITY,,** No join mapping for *INFRA AUTHORITY ** 
58 66
INFRA RANK,,** No join mapping for infraspecificRank ** 
59
LAT MINUTES,,** No join mapping for *LAT MINUTES ** 
60 67
LAT NS,,** No join mapping for *LAT NS ** 
61
LAT SECONDS,,** No join mapping for *LAT SECONDS ** 
62 68
LONG EW,,** No join mapping for *LONG EW ** 
63
LONG MINUTES,,** No join mapping for *LONG MINUTES ** 
64
LONG SECONDS,,** No join mapping for *LONG SECONDS ** 
65 69
SOURCE OF LATLONG,,** No join mapping for *SOURCE OF LATLONG ** 
66 70
UTM,,** No join mapping for *UTM ** 

Also available in: Unified diff