Project

General

Profile

« Previous | Next » 

Revision 11749

inputs/CVS/: switched to new-style import, using the steps at http://wiki.vegpath.org/Adding_new-style_import_to_a_datasource

View differences:

test.xml.ref
7 7
                <next>parent_id</next>
8 8
                <path>
9 9
                    <location>
10
                        <authorlocationcode>$authorPlotCode</authorlocationcode>
11
                        <sourceaccessioncode>$PLOT_ID</sourceaccessioncode>
10
                        <authorlocationcode>$locationName</authorlocationcode>
11
                        <sourceaccessioncode>$locationID</sourceaccessioncode>
12 12
                        <accesslevel>$accessRights</accesslevel>
13
                        <area_m2>$area</area_m2>
14
                        <elevation_m>$elevation</elevation_m>
15
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$locationNarrative</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
13
                        <area_m2>$plotArea_m2</area_m2>
14
                        <elevation_m>$elevationInMeters</elevation_m>
15
                        <iscultivated><_locationnarrative_is_cultivated><locationnarrative>$locality</locationnarrative></_locationnarrative_is_cultivated></iscultivated>
16 16
                        <landform>$landform</landform>
17
                        <locationnarrative>$locationNarrative</locationnarrative>
17
                        <locationnarrative>$locality</locationnarrative>
18 18
                        <locationplace>
19 19
                            <place_id>
20 20
                                <place>
21 21
                                    <coordinates_id>
22 22
                                        <coordinates>
23 23
                                            <coordsaccuracy_m><_noCV><value>$coordinateUncertaintyInMeters</value></_noCV></coordsaccuracy_m>
24
                                            <footprintgeometry_dwc>$shape</footprintgeometry_dwc>
24
                                            <footprintgeometry_dwc>$footprintWKT</footprintgeometry_dwc>
25 25
                                            <latitude_deg>
26 26
                                                <_nullIf>
27 27
                                                    <null>0</null>
28 28
                                                    <type>float</type>
29
                                                    <value>$latitude</value>
29
                                                    <value>$decimalLatitude</value>
30 30
                                                </_nullIf>
31 31
                                            </latitude_deg>
32 32
                                            <longitude_deg>
33 33
                                                <_nullIf>
34 34
                                                    <null>0</null>
35 35
                                                    <type>float</type>
36
                                                    <value>$longitude</value>
36
                                                    <value>$decimalLongitude</value>
37 37
                                                </_nullIf>
38 38
                                            </longitude_deg>
39 39
                                        </coordinates>
40 40
                                    </coordinates_id>
41 41
                                    <continent>$continent</continent>
42
                                    <country>$COUNTRY</country>
42
                                    <country>$country</country>
43 43
                                    <county>$county</county>
44 44
                                    <matched_place_id>
45 45
                                        <place>
......
51 51
                                                        <_nullIf>
52 52
                                                            <null>0</null>
53 53
                                                            <type>float</type>
54
                                                            <value>$latitude</value>
54
                                                            <value>$decimalLatitude</value>
55 55
                                                        </_nullIf>
56 56
                                                    </latitude_deg>
57 57
                                                    <longitude_deg>
58 58
                                                        <_nullIf>
59 59
                                                            <null>0</null>
60 60
                                                            <type>float</type>
61
                                                            <value>$longitude</value>
61
                                                            <value>$decimalLongitude</value>
62 62
                                                        </_nullIf>
63 63
                                                    </longitude_deg>
64 64
                                                </coordinates>
65 65
                                            </coordinates_id>
66
                                            <country>$COUNTRY</country>
66
                                            <country>$country</country>
67 67
                                            <county>$county</county>
68 68
                                            <stateprovince>$stateProvince</stateprovince>
69 69
                                        </place>
......
72 72
                                </place>
73 73
                            </place_id>
74 74
                        </locationplace>
75
                        <parent_id><location><sourceaccessioncode>$PARENT_ID</sourceaccessioncode></location></parent_id>
75
                        <parent_id><location><sourceaccessioncode>$parentLocationID</sourceaccessioncode></location></parent_id>
76 76
                        <slopeaspect_deg>
77 77
                            <_alt>
78 78
                                <1><_compass><value>$slopeAspect</value></_compass></1>

Also available in: Unified diff