Commit 33b2ed06f0b8cabf6231ae028878e28b54f02827
1 parent
347b8fff
Exists in
juice_jdc
and in
5 other branches
Added ground-based-sme.xml
Showing
1 changed file
with
74 additions
and
0 deletions
Show diff stats
NumericalData/CDPP-AMDA/Indices/Ground_Based/ground-based-sme.xml
0 → 100644
... | ... | @@ -0,0 +1,74 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<Spase xmlns="http://www.spase-group.org/data/schema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.spase-group.org/data/schema http://amda.irap.omp.eu/public/schemas/spase-2_3_1.xsd"> | |
3 | + <Version>2.3.1</Version> | |
4 | + <NumericalData> | |
5 | + <ResourceID>spase://CNES/NumericalData/CDPP-AMDA/Indices/Ground_Based/ground-based-sme</ResourceID> | |
6 | + <ResourceHeader> | |
7 | + <ResourceName>sme</ResourceName> | |
8 | + <AlternateName>SME index - SuperMAG</AlternateName> | |
9 | + <ReleaseDate>2018-01-16T11:00:00Z</ReleaseDate> | |
10 | + <Description>SuperMAG SME index</Description> | |
11 | + <Acknowledgement>SuperMAG</Acknowledgement> | |
12 | + <Contact> | |
13 | + <PersonID>spase://CNES/Person/Aude.Chambodut</PersonID> | |
14 | + <Role>TechnicalContact</Role> | |
15 | + </Contact> | |
16 | + <InformationURL> | |
17 | + <Name>SuperMAG indices</Name> | |
18 | + <URL>https://supermag.jhuapl.edu/</URL> | |
19 | + <Description/> | |
20 | + </InformationURL> | |
21 | + </ResourceHeader> | |
22 | + <AccessInformation> | |
23 | + <RepositoryID>spase://CDPP/Repository/CDPP/AMDA</RepositoryID> | |
24 | + <Availability>Online</Availability> | |
25 | + <AccessRights>Open</AccessRights> | |
26 | + <AccessURL> | |
27 | + <Name>AMDA at CDPP</Name> | |
28 | + <URL> | |
29 | + http://amda.cdpp.eu | |
30 | + </URL> | |
31 | + </AccessURL> | |
32 | + <Format>Text</Format> | |
33 | + <Acknowledgement> | |
34 | + </Acknowledgement> | |
35 | + </AccessInformation> | |
36 | + <ProviderName>SuperMAG</ProviderName> | |
37 | + <InstrumentID>spase://CNES/Instrument/CDPP-AMDA/Indices/Ground_Based</InstrumentID> | |
38 | + <MeasurementType>MagneticField</MeasurementType> | |
39 | + <TemporalDescription> | |
40 | + <TimeSpan> | |
41 | + <StartDate>1975-01-01T00:00:00Z</StartDate> | |
42 | + <StopDate>2019-01-21T21:00:00Z</StopDate> | |
43 | + </TimeSpan> | |
44 | + <Cadence>PT1M</Cadence></TemporalDescription> | |
45 | + <ObservedRegion>Earth.NearSurface</ObservedRegion> | |
46 | + <Caveats> | |
47 | + </Caveats> | |
48 | + <Parameter> | |
49 | + <Name>SME</Name> | |
50 | + <ParameterKey>sme</ParameterKey> | |
51 | + <Description/> | |
52 | + <Ucd/> | |
53 | + <Units>nT</Units> | |
54 | + <UnitsConversion/> | |
55 | + </Parameter> | |
56 | +<Parameter> | |
57 | + <Name>SMU</Name> | |
58 | + <ParameterKey>smu</ParameterKey> | |
59 | + <Description/> | |
60 | + <Ucd/> | |
61 | + <Units>nT</Units> | |
62 | + <UnitsConversion/> | |
63 | + </Parameter> | |
64 | +<Parameter> | |
65 | + <Name>SML</Name> | |
66 | + <ParameterKey>sml</ParameterKey> | |
67 | + <Description/> | |
68 | + <Ucd/> | |
69 | + <Units>nT</Units> | |
70 | + <UnitsConversion/> | |
71 | + </Parameter> | |
72 | + | |
73 | + </NumericalData> | |
74 | +</Spase> | ... | ... |