Revision 4903
Added by Aaron Marcuse-Kubitza over 12 years ago
inputs/QMOR/Specimen/map.csv | ||
---|---|---|
15 | 15 |
institutionCode,institutionCode,, |
16 | 16 |
decimalLatitude,decimalLatitude,, |
17 | 17 |
catalogNumber,catalogNumber,, |
18 |
verbatimLongitude,verbatimLongitude,,
|
|
18 |
verbatimLongitude,longitude_DMS,,
|
|
19 | 19 |
verbatimEventDate,verbatimEventDate,, |
20 | 20 |
county,county,, |
21 | 21 |
nomenclaturalCode,nomenclaturalCode,, |
... | ... | |
48 | 48 |
footprintWKT,footprintWKT,, |
49 | 49 |
collectionCode,collectionCode,, |
50 | 50 |
georeferenceProtocol,georeferenceProtocol,, |
51 |
verbatimLatitude,verbatimLatitude,,
|
|
51 |
verbatimLatitude,latitude_DMS,,
|
|
52 | 52 |
geodeticDatum,geodeticDatum,, |
53 | 53 |
identifiedBy,identifiedBy,, |
54 | 54 |
datasetID,datasetID,, |
inputs/QMOR/Specimen/VegBIEN.csv | ||
---|---|---|
10 | 10 |
coordinateUncertaintyInMeters,/location/locationcoords/coordsaccuracy_deg/_noCV/value/_alt/1, |
11 | 11 |
footprintWKT,/location/locationcoords/footprintgeometry_dwc, |
12 | 12 |
decimalLatitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value", |
13 |
verbatimLatitude,"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value", |
|
14 | 13 |
decimalLongitude,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value", |
15 |
verbatimLongitude,"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value", |
|
14 |
verbatimLatitude,/location/locationcoords/verbatimlatitude, |
|
15 |
verbatimLongitude,/location/locationcoords/verbatimlongitude, |
|
16 | 16 |
samplingProtocol,/location/locationevent/*_id/method/name, |
17 | 17 |
eventDate,/location/locationevent/obsenddate/_*/date/_alt/2/_dateRangeEnd/value, |
18 | 18 |
eventDate,/location/locationevent/obsstartdate/_*/date/_alt/2/_dateRangeStart/value, |
inputs/QMOR/Specimen/test.xml.ref | ||
---|---|---|
42 | 42 |
<coordsaccuracy_deg><_noCV><value>$coordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_deg> |
43 | 43 |
<footprintgeometry_dwc>$footprintWKT</footprintgeometry_dwc> |
44 | 44 |
<latitude_deg> |
45 |
<_alt> |
|
46 |
<1> |
|
47 |
<_nullIf> |
|
48 |
<null>0</null> |
|
49 |
<type>float</type> |
|
50 |
<value>$decimalLatitude</value> |
|
51 |
</_nullIf> |
|
52 |
</1> |
|
53 |
<2> |
|
54 |
<_nullIf> |
|
55 |
<null>0</null> |
|
56 |
<type>float</type> |
|
57 |
<value>$verbatimLatitude</value> |
|
58 |
</_nullIf> |
|
59 |
</2> |
|
60 |
</_alt> |
|
45 |
<_nullIf> |
|
46 |
<null>0</null> |
|
47 |
<type>float</type> |
|
48 |
<value>$decimalLatitude</value> |
|
49 |
</_nullIf> |
|
61 | 50 |
</latitude_deg> |
62 | 51 |
<longitude_deg> |
63 |
<_alt> |
|
64 |
<1> |
|
65 |
<_nullIf> |
|
66 |
<null>0</null> |
|
67 |
<type>float</type> |
|
68 |
<value>$decimalLongitude</value> |
|
69 |
</_nullIf> |
|
70 |
</1> |
|
71 |
<2> |
|
72 |
<_nullIf> |
|
73 |
<null>0</null> |
|
74 |
<type>float</type> |
|
75 |
<value>$verbatimLongitude</value> |
|
76 |
</_nullIf> |
|
77 |
</2> |
|
78 |
</_alt> |
|
52 |
<_nullIf> |
|
53 |
<null>0</null> |
|
54 |
<type>float</type> |
|
55 |
<value>$decimalLongitude</value> |
|
56 |
</_nullIf> |
|
79 | 57 |
</longitude_deg> |
58 |
<verbatimlatitude>$verbatimLatitude</verbatimlatitude> |
|
59 |
<verbatimlongitude>$verbatimLongitude</verbatimlongitude> |
|
80 | 60 |
</locationcoords> |
81 | 61 |
<locationevent> |
82 | 62 |
<method_id><method><name>$samplingProtocol</name></method></method_id> |
Also available in: Unified diff
inputs/QMOR/Specimen/map.csv: Remapped verbatimLatitude/verbatimLongitude to latitude_DMS/longitude_DMS since these fields contain DMS values