1
|
<?xml version="1.0"?>
|
2
|
<eml:eml packageId="gastil.3.2" scope="system" system="knb"
|
3
|
xmlns:eml="eml://ecoinformatics.org/eml-2.1.0"
|
4
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
5
|
xsi:schemaLocation="eml://ecoinformatics.org/eml-2.1.0 eml.xsd">
|
6
|
<dataset scope="document">
|
7
|
<title>test_remsens</title>
|
8
|
<creator id="1264107547551" scope="document">
|
9
|
<individualName>
|
10
|
<surName>gastil-buhl</surName>
|
11
|
</individualName>
|
12
|
<organizationName>testing</organizationName>
|
13
|
<positionName>information mangler</positionName>
|
14
|
</creator>
|
15
|
<abstract>
|
16
|
<para>this is just a test eml doc to see how morpho describes the remote sensing data tables in
|
17
|
knb-lter-mcr.5</para>
|
18
|
</abstract>
|
19
|
<contact id="1264107594641" scope="document">
|
20
|
<individualName>
|
21
|
<surName>gastil-buhl</surName>
|
22
|
</individualName>
|
23
|
<organizationName>testing</organizationName>
|
24
|
<positionName>information mangler</positionName>
|
25
|
</contact>
|
26
|
<dataTable id="1264111613708">
|
27
|
<entityName>seawifs_chl_monthly.csv</entityName>
|
28
|
<entityDescription>second try</entityDescription>
|
29
|
<physical id="1264111604416">
|
30
|
<objectName>seawifs_chl_monthly.csv</objectName>
|
31
|
<size unit="byte">4104</size>
|
32
|
<dataFormat>
|
33
|
<textFormat>
|
34
|
<numHeaderLines>1</numHeaderLines>
|
35
|
<recordDelimiter>#x0A</recordDelimiter>
|
36
|
<attributeOrientation>column</attributeOrientation>
|
37
|
<simpleDelimited>
|
38
|
<fieldDelimiter>,</fieldDelimiter>
|
39
|
</simpleDelimited>
|
40
|
</textFormat>
|
41
|
</dataFormat>
|
42
|
<distribution>
|
43
|
<online>
|
44
|
<url>ecogrid://knb/gastil.4.1</url>
|
45
|
</online>
|
46
|
</distribution>
|
47
|
</physical>
|
48
|
<attributeList>
|
49
|
<attribute id="1264111613709">
|
50
|
<attributeName>julian_day</attributeName>
|
51
|
<attributeLabel>Julian Day</attributeLabel>
|
52
|
<attributeDefinition>number of days since soem really old date</attributeDefinition>
|
53
|
<storageType>integer</storageType>
|
54
|
<measurementScale>
|
55
|
<ratio>
|
56
|
<unit>
|
57
|
<standardUnit>nominalDay</standardUnit>
|
58
|
</unit>
|
59
|
<precision>1</precision>
|
60
|
<numericDomain>
|
61
|
<numberType>natural</numberType>
|
62
|
</numericDomain>
|
63
|
</ratio>
|
64
|
</measurementScale>
|
65
|
</attribute>
|
66
|
<attribute id="1264111613710">
|
67
|
<attributeName>date(YYYYMMDD)</attributeName>
|
68
|
<attributeLabel>Calendar Date</attributeLabel>
|
69
|
<attributeDefinition>Date of the first of the month corresponding to the monthly
|
70
|
average</attributeDefinition>
|
71
|
<measurementScale>
|
72
|
<dateTime>
|
73
|
<formatString>YYYYMMDD</formatString>
|
74
|
<dateTimePrecision>1 month</dateTimePrecision>
|
75
|
</dateTime>
|
76
|
</measurementScale>
|
77
|
</attribute>
|
78
|
<attribute id="1264111613711">
|
79
|
<attributeName>avg_chl</attributeName>
|
80
|
<attributeLabel>Monthly average Chlorophyll</attributeLabel>
|
81
|
<attributeDefinition>Average monthly sub-surface chlorophyll concentration values derived from
|
82
|
SeaWiFS</attributeDefinition>
|
83
|
<storageType>float</storageType>
|
84
|
<measurementScale>
|
85
|
<ratio>
|
86
|
<unit>
|
87
|
<customUnit>milligramsPerCubicMeter</customUnit>
|
88
|
</unit>
|
89
|
<precision>0.01</precision>
|
90
|
<numericDomain>
|
91
|
<numberType>natural</numberType>
|
92
|
</numericDomain>
|
93
|
</ratio>
|
94
|
</measurementScale>
|
95
|
</attribute>
|
96
|
<attribute id="1264111613712">
|
97
|
<attributeName>chl_anomaly</attributeName>
|
98
|
<attributeLabel>Chlorphyll Concentration Anomaly</attributeLabel>
|
99
|
<attributeDefinition>anomaly in sub-surface chlorophyll concentration as derived from
|
100
|
SeaWiFS</attributeDefinition>
|
101
|
<measurementScale>
|
102
|
<ratio>
|
103
|
<unit>
|
104
|
<customUnit>milligramsPerCubicMeter</customUnit>
|
105
|
</unit>
|
106
|
<precision>0.001</precision>
|
107
|
<numericDomain>
|
108
|
<numberType>natural</numberType>
|
109
|
</numericDomain>
|
110
|
</ratio>
|
111
|
</measurementScale>
|
112
|
</attribute>
|
113
|
</attributeList>
|
114
|
<numberOfRecords>140</numberOfRecords>
|
115
|
</dataTable>
|
116
|
</dataset>
|
117
|
</eml:eml>
|