Project

General

Profile

1
<?xml version="1.0" encoding="utf-8" standalone="no"?>
2
<ViewContext version="1.0.0" id="timeSeriesDemo" 
3
    xmlns="http://www.opengis.net/context" 
4
    xmlns:xlink="http://www.w3.org/1999/xlink" 
5
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
6
    xsi:schemaLocation="http://www.opengis.net/context http://schemas.opengis.net/context/1.0.0/context.xsd">
7
  <General>
8
    <Window width="400" height="200"/>
9
    <BoundingBox SRS="EPSG:4326" minx="-180" miny="-90" maxx="180" maxy="90"/>
10
    <Title>Maximum Temperature from world weather stations</Title>
11
    <Abstract>Maximum Temperature from world weather stations.</Abstract>
12
    <DescriptionURL format="text/html">
13
      <OnlineResource xlink:type="simple" xlink:href="http://globe.digitalearth.gov/" />
14
    </DescriptionURL>
15
    <KeywordList>
16
      <Keyword>Temperature</Keyword>
17
    </KeywordList>
18
    <ContactInformation>
19
      <ContactPersonPrimary>
20
        <ContactPerson></ContactPerson>
21
        <ContactOrganization>NASA</ContactOrganization>
22
      </ContactPersonPrimary>
23
      <ContactElectronicMailAddress></ContactElectronicMailAddress>
24
    </ContactInformation>
25
  </General>
26
  <LayerList>
27
		<Layer queryable="1" hidden="0">
28
			<Server service="OGC:WMS" version="1.0.0" title="OGC:WMS">
29
      <OnlineResource xlink:type="simple" xlink:href="http://www2.demis.nl/WMS/wms.asp?wms=BlueMarble"/>
30
			</Server>
31
			<Name>Countries,Earth+Image,Coastlines,Waterbodies</Name>
32
			<Title>Demis Blue Marble</Title>
33
			<SRS>EPSG:4326</SRS>
34
			<FormatList>
35
				<Format current="1">image/gif</Format>
36
			</FormatList>
37
			<StyleList>
38
				<Style current="1">
39
					<Name>default</Name>
40
					<Title>default</Title>
41
				</Style>
42
			</StyleList>
43
		</Layer>
44
    <Layer level="2" hidden="0">
45
      <Server service="wms" title="The GLOBE Program Visualization Server" wmtver="1.1.1">
46
        <OnlineResource xlink:type="simple" xlink:href="http://globe.digitalearth.gov/viz-bin/wmt.cgi"/>
47
      </Server>
48
      <Name>NTMAX</Name>
49
      <Title>Maximum Temperature</Title>
50
      <Abstract>Maximum Temperature from world weather stations. Units: deg C.</Abstract>
51
      <DimensionList>
52
      <!-- too many dates!! Dimension units="ISO8601" name="time" current="2005-02-01" default="2004-04-07">1998-06-01/2004-04-07/P1D</Dimension-->
53
      <Dimension units="ISO8601" name="time" current="2005-02-01" default="2004-04-07">2004-03-01/2004-04-07/P1D</Dimension>
54
      </DimensionList>
55
      <FormatList>
56
        <Format current="1">image/png</Format>
57
      </FormatList>
58
    </Layer>    
59
    <!--Layer queryable="0" hidden="0">
60
      <Server service="wms" version="1.1.0" title="wms">
61
        <OnlineResource xlink:type="simple" xlink:href="http://atlas.gc.ca/cgi-bin/mapserv?map=/home/atlas/web/mapdata/english/pb_world.map"/>
62
      </Server>
63
      <Name>coast</Name>
64
      <Title>coastline</Title>
65
      <SRS>EPSG:4326</SRS>
66
      <FormatList>
67
        <Format current="1">image/gif</Format>
68
      </FormatList>
69
    </Layer-->
70
  </LayerList>
71
</ViewContext>
(13-13/14)