Project

General

Profile

1
<coverage format = "arcGridSample" >
2
  <name>Arc_Sample</name>
3
  <label>A sample ArcGrid file</label>
4
  <description>Generated from arcGridSample</description>
5
  <wmspath>/</wmspath>
6
  <metadataLink about = "" type = "" metadataType = "" >
7
    null
8
  </metadataLink>
9
  <keywords>WCS,arcGridSample,arcGridSample_Coverage</keywords>
10
  <!--
11
    the default style this CoverageInfoDTO can be represented by.
12
    at least must contain the "default" attribute
13
  -->
14
  <styles default = "rain">
15
    <style>raster</style>
16
  </styles>
17
  <envelope crs = "GEOGCS['WGS 84', 
18
  DATUM['World Geodetic System 1984', 
19
    SPHEROID['WGS 84', 6378137.0, 298.257223563, AUTHORITY['EPSG','7030']], 
20
    AUTHORITY['EPSG','6326']], 
21
  PRIMEM['Greenwich', 0.0, AUTHORITY['EPSG','8901']], 
22
  UNIT['degree', 0.017453292519943295], 
23
  AXIS['Geodetic longitude', EAST], 
24
  AXIS['Geodetic latitude', NORTH], 
25
  AUTHORITY['EPSG','4326']]" srsName = "EPSG:4326" >
26
    <pos>-180.0 -90.0</pos>
27
    <pos>180.0 90.0</pos>
28
  </envelope>
29
  <grid dimension = "2" >
30
    <low>0 0 </low>
31
    <high>720 360 </high>
32
    <axisName>precip30min</axisName>
33
    <geoTransform >
34
      <scaleX>0.5</scaleX>
35
      <scaleY>-0.5</scaleY>
36
      <shearX>0.0</shearX>
37
      <shearY>0.0</shearY>
38
      <translateX>-179.75</translateX>
39
      <translateY>89.75</translateY>
40
    </geoTransform>
41
  </grid>
42
  <CoverageDimension >
43
    <name>precip30min</name>
44
    <description>GridSampleDimension[-9999.0,8849.000000000002]</description>
45
    <interval >
46
      <min>-9999.0</min>
47
      <max>8849.0</max>
48
    </interval>
49
    <nullValues >
50
    </nullValues>
51
  </CoverageDimension>
52
  <supportedCRSs >
53
    <requestCRSs>EPSG:4326</requestCRSs>
54
    <responseCRSs>EPSG:4326</responseCRSs>
55
  </supportedCRSs>
56
  <supportedFormats nativeFormat = "ArcGrid" >
57
    <formats>ARCGRID,ARCGRID-GZIP,GEOTIFF,PNG,GIF,TIFF</formats>
58
  </supportedFormats>
59
  <supportedInterpolations default = "nearest neighbor" >
60
    <interpolationMethods>nearest neighbor</interpolationMethods>
61
  </supportedInterpolations>
62
</coverage>
(1-1/3)