Project

General

Profile

« Previous | Next » 

Revision 4043

mappings/DwC2-VegBIEN.specimens.csv, DwC1-DwC2.specimens.csv: Split eventDate into eventDate and dateCollected, where eventDate refers only to the date of the sampling event, but dateCollected also refers to the date the particular specimen was collected. (This distinction is important in merging with VegCSV, because in plots data, these two fields are distinct.) Remapped datasources with dateCollected-related fields to new dateCollected.

View differences:

import.plots.xml.ref
2 2
<VegBIEN>
3 3
    <location id="-1">
4 4
        <area>$plot_area_ha</area>
5
        <authorlocationcode><_alt><1>$SiteCode</1></_alt></authorlocationcode>
5
        <authorlocationcode>$SiteCode</authorlocationcode>
6 6
        <elevation>
7 7
            <_alt>
8 8
                <1>
......
97 97
        </elevationrange>
98 98
        <locationdetermination>
99 99
            <latitude>
100
                <_alt>
101
                    <1>
102
                        <_nullIf>
103
                            <null>0</null>
104
                            <type>float</type>
105
                            <value>$LatDec</value>
106
                        </_nullIf>
107
                    </1>
108
                </_alt>
100
                <_nullIf>
101
                    <null>0</null>
102
                    <type>float</type>
103
                    <value>$LatDec</value>
104
                </_nullIf>
109 105
            </latitude>
110 106
            <longitude>
111
                <_alt>
112
                    <1>
113
                        <_nullIf>
114
                            <null>0</null>
115
                            <type>float</type>
116
                            <value>$LongDec</value>
117
                        </_nullIf>
118
                    </1>
119
                </_alt>
107
                <_nullIf>
108
                    <null>0</null>
109
                    <type>float</type>
110
                    <value>$LongDec</value>
111
                </_nullIf>
120 112
            </longitude>
121 113
            <namedplace_id>
122 114
                <_simplifyPath>
......
282 274
            </soilobs>
283 275
            <temperature>$Temp</temperature>
284 276
        </locationevent>
285
        <locationnarrative><_merge><1>$Locality_Description</1></_merge></locationnarrative>
277
        <locationnarrative>$Locality_Description</locationnarrative>
286 278
        <slopeaspect><_compass><value>$slope_aspect</value></_compass></slopeaspect>
287 279
        <slopegradient>$slope_gradient</slopegradient>
288 280
        <sourceaccessioncode>$PlotID</sourceaccessioncode>

Also available in: Unified diff