Project

General

Profile

« Previous | Next » 

Revision 4902

inputs/Madidi/Plot/map.csv: Remapped Latitude/Longitude (DMS) to new latitude_DMS/longitude_DMS

View differences:

inputs/Madidi/Plot/map.csv
15 15
Coordinates,Coordinates,,Concatenation of Latitude (DMS) and Longitude (DMS)
16 16
Latitude,decimalLatitude,,
17 17
Longitude,decimalLongitude,,
18
Latitude (DMS),verbatimLatitude,,
19
Longitude (DMS),verbatimLongitude,,
18
Latitude (DMS),latitude_DMS,,
19
Longitude (DMS),longitude_DMS,,
20 20
Altitude,elevationInMeters,,"Assuming units are m based on the range of values [1] and the region the data is from (Madidi National Park) [2].
21 21

  
22 22
[1] Using the following query:
inputs/Madidi/Plot/VegBIEN.csv
58 58
[2] This map shows both flat and mountainous regions: <https://maps.google.com/maps/ms?ie=UTF8&hl=en&t=h&msa=0&msid=103363035880599665829.00047e9cf84b87448387d&ll=-13.96448,-68.380065&spn=3.730927,4.669189&z=7>"
59 59
Topographical situation,/location/landform,
60 60
Latitude,"/location/locationcoords/latitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
61
Latitude (DMS),"/location/locationcoords/latitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
62 61
Longitude,"/location/locationcoords/longitude_deg/_alt/1/_nullIf:[null=0,type=float]/value",
63
Longitude (DMS),"/location/locationcoords/longitude_deg/_alt/2/_nullIf:[null=0,type=float]/value",
62
Latitude (DMS),/location/locationcoords/verbatimlatitude,
63
Longitude (DMS),/location/locationcoords/verbatimlongitude,
64 64
Expedition name,/location/locationevent/*_id/project/projectname,Consistent (globally unique) between PPM and PT data
65 65
Expedition number,/location/locationevent/*_id/project/sourceaccessioncode,Consistent (globally unique) between PPM and PT data
66 66
Inventory name,"/location/locationevent/_if[@name=""if subplot""]/then/_if[@name=""if event""]/then/parent_id/locationevent/*_id/location/authorlocationcode",
inputs/Madidi/Plot/test.xml.ref
27 27
                <landform>$Topographical situation</landform>
28 28
                <locationcoords>
29 29
                    <latitude_deg>
30
                        <_alt>
31
                            <1>
32
                                <_nullIf>
33
                                    <null>0</null>
34
                                    <type>float</type>
35
                                    <value>$Latitude</value>
36
                                </_nullIf>
37
                            </1>
38
                            <2>
39
                                <_nullIf>
40
                                    <null>0</null>
41
                                    <type>float</type>
42
                                    <value>$Latitude (DMS)</value>
43
                                </_nullIf>
44
                            </2>
45
                        </_alt>
30
                        <_nullIf>
31
                            <null>0</null>
32
                            <type>float</type>
33
                            <value>$Latitude</value>
34
                        </_nullIf>
46 35
                    </latitude_deg>
47 36
                    <longitude_deg>
48
                        <_alt>
49
                            <1>
50
                                <_nullIf>
51
                                    <null>0</null>
52
                                    <type>float</type>
53
                                    <value>$Longitude</value>
54
                                </_nullIf>
55
                            </1>
56
                            <2>
57
                                <_nullIf>
58
                                    <null>0</null>
59
                                    <type>float</type>
60
                                    <value>$Longitude (DMS)</value>
61
                                </_nullIf>
62
                            </2>
63
                        </_alt>
37
                        <_nullIf>
38
                            <null>0</null>
39
                            <type>float</type>
40
                            <value>$Longitude</value>
41
                        </_nullIf>
64 42
                    </longitude_deg>
43
                    <verbatimlatitude>$Latitude (DMS)</verbatimlatitude>
44
                    <verbatimlongitude>$Longitude (DMS)</verbatimlongitude>
65 45
                </locationcoords>
66 46
                <locationevent>
67 47
                    <project_id>
inputs/Madidi/Plot/new_terms.csv
4 4
Inventory code,locationID,,
5 5
First evaluation,eventDate,,
6 6
Area,plotArea_ha,,"""0.1 ha transects"" (""Madidi Transects"" description in <https://projects.nceas.ucsb.edu/nceas/projects/bien/repository/raw/inputs/BIEN2.datasources.xlsx>)"
7
Latitude (DMS),verbatimLatitude,,
8
Longitude (DMS),verbatimLongitude,,
9 7
Altitude,elevationInMeters,,"Assuming units are m based on the range of values [1] and the region the data is from (Madidi National Park) [2].
10 8

  
11 9
[1] Using the following query:

Also available in: Unified diff