-
Notifications
You must be signed in to change notification settings - Fork 339
Expand file tree
/
Copy pathAsterWCS.xml
More file actions
47 lines (46 loc) · 1.96 KB
/
AsterWCS.xml
File metadata and controls
47 lines (46 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2012 United States Government as represented by the Administrator of the
~ National Aeronautics and Space Administration.
~ All Rights Reserved.
-->
<!--$Id: AsterWCS.xml 2089 2014-06-24 21:39:21Z tgaskins $-->
<ElevationModel version="1" modelType="Compound">
<ElevationModel version="1">
<DisplayName>Aster V2</DisplayName>
<Service serviceName="OGC:WCS" version="1.0.0">
<GetCapabilitiesURL>https://worldwind26.arc.nasa.gov/wcs</GetCapabilitiesURL>
<GetCoverageURL>https://worldwind26.arc.nasa.gov/wcs</GetCoverageURL>
<CoverageIdentifiers>aster_v2</CoverageIdentifiers>
</Service>
<RetrievePropertiesFromService>false</RetrievePropertiesFromService>
<!-- day month year hours:minutes:seconds timezone -->
<LastUpdate>09 06 2014 00:00:00 GMT</LastUpdate>
<DataCacheName>Earth/AsterV2WCS</DataCacheName>
<ImageFormat>image/tiff</ImageFormat>
<DataType type="Int16" byteOrder="LittleEndian"/>
<DataDetailHint>0.20</DataDetailHint>
<FormatSuffix>.tif</FormatSuffix>
<ExtremeElevations min="-11000" max="8850">
<FileName>config/SRTM30Plus_ExtremeElevations_5.bil</FileName>
</ExtremeElevations>
<NumLevels count="10" numEmpty="0"/>
<TileOrigin>
<LatLon units="degrees" latitude="-90" longitude="-180"/>
</TileOrigin>
<LevelZeroTileDelta>
<LatLon units="degrees" latitude="20" longitude="20"/>
</LevelZeroTileDelta>
<TileSize>
<Dimension width="150" height="150"/>
</TileSize>
<Sector>
<SouthWest>
<LatLon units="degrees" latitude="-90" longitude="-180"/>
</SouthWest>
<NorthEast>
<LatLon units="degrees" latitude="90" longitude="180"/>
</NorthEast>
</Sector>
</ElevationModel>
</ElevationModel>